com.atiproto.authEnhanced
Schema Diff
+32 -30
1
1
{
2
2
"id": "com.atiproto.authEnhanced",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Enhanced Access",
7
7
"detail": "Full atiproto access. Extends general access with write access to the profile record and RPC access to all profile endpoints.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"com.atiproto.cart",
14
-
"com.atiproto.subscription",
15
-
"com.atiproto.tip",
16
-
"com.atiproto.profile"
14
+
"com.atiproto.item",
15
+
"com.atiproto.profile",
16
+
"com.atiproto.subscription"
17
17
]
18
18
},
19
19
{
20
20
"aud": "*",
21
21
"lxm": [
22
-
"com.atiproto.account.cart.clone",
23
-
"com.atiproto.account.cart.create",
24
-
"com.atiproto.account.cart.get",
25
-
"com.atiproto.account.cart.list",
26
-
"com.atiproto.account.cart.put",
27
-
"com.atiproto.account.profile.get",
28
-
"com.atiproto.account.profile.put",
29
-
"com.atiproto.account.subscription.get",
30
-
"com.atiproto.account.subscription.list",
31
-
"com.atiproto.account.subscription.validate",
32
-
"com.atiproto.account.tip.get",
33
-
"com.atiproto.account.tip.list",
34
-
"com.atiproto.account.tip.validate",
35
-
"com.atiproto.feed.list",
36
-
"com.atiproto.feed.subscription.cancel",
37
-
"com.atiproto.feed.subscription.create",
38
-
"com.atiproto.feed.subscription.get",
39
-
"com.atiproto.feed.subscription.list",
40
-
"com.atiproto.feed.subscription.put",
41
-
"com.atiproto.feed.subscription.validate",
42
-
"com.atiproto.feed.tip.create",
43
-
"com.atiproto.feed.tip.get",
44
-
"com.atiproto.feed.tip.list",
45
-
"com.atiproto.feed.tip.put",
46
-
"com.atiproto.feed.tip.validate",
22
+
"com.atiproto.payment.cart.clone",
23
+
"com.atiproto.payment.cart.create",
24
+
"com.atiproto.payment.cart.get",
25
+
"com.atiproto.payment.cart.list",
26
+
"com.atiproto.payment.cart.put",
27
+
"com.atiproto.payment.item.create",
28
+
"com.atiproto.payment.item.get",
29
+
"com.atiproto.payment.item.list",
30
+
"com.atiproto.payment.item.put",
31
+
"com.atiproto.payment.item.validate",
32
+
"com.atiproto.payment.list",
33
+
"com.atiproto.payment.subscription.cancel",
34
+
"com.atiproto.payment.subscription.create",
35
+
"com.atiproto.payment.subscription.get",
36
+
"com.atiproto.payment.subscription.list",
37
+
"com.atiproto.payment.subscription.put",
38
+
"com.atiproto.payment.subscription.validate",
39
+
"com.atiproto.recipient.payment.cart.get",
40
+
"com.atiproto.recipient.payment.cart.list",
41
+
"com.atiproto.recipient.payment.item.get",
42
+
"com.atiproto.recipient.payment.item.list",
43
+
"com.atiproto.recipient.payment.item.validate",
44
+
"com.atiproto.recipient.payment.subscription.get",
45
+
"com.atiproto.recipient.payment.subscription.list",
46
+
"com.atiproto.recipient.payment.subscription.validate",
47
+
"com.atiproto.recipient.profile.get",
48
+
"com.atiproto.recipient.profile.put",
49
+
"com.atiproto.repo.item.count",
47
50
"com.atiproto.repo.profile.get",
48
-
"com.atiproto.repo.subscription.count",
49
-
"com.atiproto.repo.tip.count"
51
+
"com.atiproto.repo.subscription.count"
50
52
],
51
53
"type": "permission",
52
54
"resource": "rpc"
53
55
}
54
56
]
55
57
}
56
58
},
57
59
"$type": "com.atproto.lexicon.schema",
58
60
"lexicon": 1
59
61
}