pub.leaflet.authFullPermissions
Schema Diff
+2 -1
1
1
{
2
2
"id": "pub.leaflet.authFullPermissions",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Full Leaflet Permissions",
7
7
"detail": "Manage creating and updating leaflet documents and publications and all interactions on them.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"action": [
12
12
"create",
13
13
"update",
14
14
"delete"
15
15
],
16
16
"resource": "repo",
17
17
"collection": [
18
18
"pub.leaflet.document",
19
19
"pub.leaflet.publication",
20
20
"pub.leaflet.comment",
21
21
"pub.leaflet.poll.definition",
22
22
"pub.leaflet.poll.vote",
23
-
"pub.leaflet.graph.subscription"
23
+
"pub.leaflet.graph.subscription",
24
+
"pub.leaflet.interactions.recommend"
24
25
]
25
26
}
26
27
]
27
28
}
28
29
},
29
30
"$type": "com.atproto.lexicon.schema",
30
31
"lexicon": 1
31
32
}