com.atiproto.authGeneral
Schema Diff
+30 -28
1
1
{
2
2
"id": "com.atiproto.authGeneral",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "General Access",
7
-
"detail": "Write access to cart, subscription, and tip records, plus RPC access to payment, feed, and public profile lookup endpoints.",
7
+
"detail": "Write access to cart, subscription, and item records, plus RPC access to payment, recipient, and public profile lookup 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"
14
+
"com.atiproto.item",
15
+
"com.atiproto.subscription"
16
16
]
17
17
},
18
18
{
19
19
"aud": "*",
20
20
"lxm": [
21
-
"com.atiproto.account.cart.clone",
22
-
"com.atiproto.account.cart.create",
23
-
"com.atiproto.account.cart.get",
24
-
"com.atiproto.account.cart.list",
25
-
"com.atiproto.account.cart.put",
26
-
"com.atiproto.account.subscription.get",
27
-
"com.atiproto.account.subscription.list",
28
-
"com.atiproto.account.subscription.validate",
29
-
"com.atiproto.account.tip.get",
30
-
"com.atiproto.account.tip.list",
31
-
"com.atiproto.account.tip.validate",
32
-
"com.atiproto.feed.list",
33
-
"com.atiproto.feed.subscription.cancel",
34
-
"com.atiproto.feed.subscription.create",
35
-
"com.atiproto.feed.subscription.get",
36
-
"com.atiproto.feed.subscription.list",
37
-
"com.atiproto.feed.subscription.put",
38
-
"com.atiproto.feed.subscription.validate",
39
-
"com.atiproto.feed.tip.create",
40
-
"com.atiproto.feed.tip.get",
41
-
"com.atiproto.feed.tip.list",
42
-
"com.atiproto.feed.tip.put",
43
-
"com.atiproto.feed.tip.validate",
21
+
"com.atiproto.payment.cart.clone",
22
+
"com.atiproto.payment.cart.create",
23
+
"com.atiproto.payment.cart.get",
24
+
"com.atiproto.payment.cart.list",
25
+
"com.atiproto.payment.cart.put",
26
+
"com.atiproto.payment.item.create",
27
+
"com.atiproto.payment.item.get",
28
+
"com.atiproto.payment.item.list",
29
+
"com.atiproto.payment.item.put",
30
+
"com.atiproto.payment.item.validate",
31
+
"com.atiproto.payment.list",
32
+
"com.atiproto.payment.subscription.cancel",
33
+
"com.atiproto.payment.subscription.create",
34
+
"com.atiproto.payment.subscription.get",
35
+
"com.atiproto.payment.subscription.list",
36
+
"com.atiproto.payment.subscription.put",
37
+
"com.atiproto.payment.subscription.validate",
38
+
"com.atiproto.recipient.payment.cart.get",
39
+
"com.atiproto.recipient.payment.cart.list",
40
+
"com.atiproto.recipient.payment.item.get",
41
+
"com.atiproto.recipient.payment.item.list",
42
+
"com.atiproto.recipient.payment.item.validate",
43
+
"com.atiproto.recipient.payment.subscription.get",
44
+
"com.atiproto.recipient.payment.subscription.list",
45
+
"com.atiproto.recipient.payment.subscription.validate",
46
+
"com.atiproto.repo.item.count",
44
47
"com.atiproto.repo.profile.get",
45
-
"com.atiproto.repo.subscription.count",
46
-
"com.atiproto.repo.tip.count"
48
+
"com.atiproto.repo.subscription.count"
47
49
],
48
50
"type": "permission",
49
51
"resource": "rpc"
50
52
}
51
53
]
52
54
}
53
55
},
54
56
"$type": "com.atproto.lexicon.schema",
55
57
"lexicon": 1
56
58
}