at.marque.partnerApi
Schema Diff
+1 -0
1
1
{
2
2
"id": "at.marque.partnerApi",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Marque",
7
7
"detail": "Register and manage your domains and their DNS records",
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
19
"at.marque.domain"
20
20
]
21
21
},
22
22
{
23
23
"lxm": [
24
24
"at.marque.partner.listPricing",
25
25
"at.marque.partner.checkAvailability",
26
+
"at.marque.partner.getRequirements",
26
27
"at.marque.partner.createCheckout",
27
28
"at.marque.partner.getOrder"
28
29
],
29
30
"type": "permission",
30
31
"resource": "rpc",
31
32
"inheritAud": true
32
33
}
33
34
],
34
35
"title:langs": {},
35
36
"detail:langs": {}
36
37
}
37
38
},
38
39
"$type": "com.atproto.lexicon.schema",
39
40
"lexicon": 1
40
41
}