at.marque.authFull
Schema Diff
+5 -2
1
1
{
2
2
"id": "at.marque.authFull",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Marque",
7
-
"detail": "Full access to the DNS and nameservers of your domains",
7
+
"detail": "Full access to the DNS, nameservers, and teams of your domains",
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
"at.marque.dns",
19
-
"at.marque.domain"
19
+
"at.marque.domain",
20
+
"at.marque.team",
21
+
"at.marque.team.member",
22
+
"at.marque.team.membership"
20
23
]
21
24
}
22
25
],
23
26
"title:langs": {},
24
27
"detail:langs": {}
25
28
}
26
29
},
27
30
"$type": "com.atproto.lexicon.schema",
28
31
"lexicon": 1
29
32
}