app.bsky.authFullApp
Schema Diff
+7 -1
1
1
{
2
2
"id": "app.bsky.authFullApp",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Full Bluesky Social App Permissions",
7
7
"detail": "Manage all public content and interactions, private preferences and subscriptions, and other Bluesky-specific app features and data.",
8
8
"title:lang": {},
9
9
"detail:lang": {},
10
10
"permissions": [
11
11
{
12
12
"lxm": [
13
13
"app.bsky.actor.getPreferences",
14
14
"app.bsky.actor.getProfile",
15
15
"app.bsky.actor.getProfiles",
16
16
"app.bsky.actor.getSuggestions",
17
17
"app.bsky.actor.putPreferences",
18
18
"app.bsky.actor.searchActors",
19
19
"app.bsky.actor.searchActorsTypeahead",
20
20
"app.bsky.bookmark.createBookmark",
21
21
"app.bsky.bookmark.deleteBookmark",
22
22
"app.bsky.bookmark.getBookmarks",
23
23
"app.bsky.contact.dismissMatch",
24
24
"app.bsky.contact.getMatches",
25
25
"app.bsky.contact.getSyncStatus",
26
26
"app.bsky.contact.importContacts",
27
27
"app.bsky.contact.removeData",
28
28
"app.bsky.contact.startPhoneVerification",
29
29
"app.bsky.contact.verifyPhone",
30
30
"app.bsky.feed.describeFeedGenerator",
31
31
"app.bsky.feed.getActorFeeds",
32
32
"app.bsky.feed.getActorLikes",
33
33
"app.bsky.feed.getAuthorFeed",
34
34
"app.bsky.feed.getFeed",
35
35
"app.bsky.feed.getFeedGenerator",
36
36
"app.bsky.feed.getFeedGenerators",
37
37
"app.bsky.feed.getFeedSkeleton",
38
38
"app.bsky.feed.getLikes",
39
39
"app.bsky.feed.getListFeed",
40
40
"app.bsky.feed.getPostThread",
41
41
"app.bsky.feed.getPosts",
42
42
"app.bsky.feed.getQuotes",
43
43
"app.bsky.feed.getRepostedBy",
44
44
"app.bsky.feed.getSuggestedFeeds",
45
45
"app.bsky.feed.getTimeline",
46
46
"app.bsky.feed.searchPosts",
47
47
"app.bsky.feed.searchPostsV2",
48
48
"app.bsky.feed.sendInteractions",
49
49
"app.bsky.graph.getActorStarterPacks",
50
50
"app.bsky.graph.getBlocks",
51
51
"app.bsky.graph.getFollowers",
52
52
"app.bsky.graph.getFollows",
53
53
"app.bsky.graph.getKnownFollowers",
54
54
"app.bsky.graph.getList",
55
55
"app.bsky.graph.getListBlocks",
56
56
"app.bsky.graph.getListMutes",
57
57
"app.bsky.graph.getLists",
58
58
"app.bsky.graph.getListsWithMembership",
59
59
"app.bsky.graph.getMutes",
60
60
"app.bsky.graph.getRelationships",
61
61
"app.bsky.graph.getStarterPack",
62
62
"app.bsky.graph.getStarterPacks",
63
63
"app.bsky.graph.getStarterPacksWithMembership",
64
64
"app.bsky.graph.getSuggestedFollowsByActor",
65
65
"app.bsky.graph.muteActor",
66
66
"app.bsky.graph.muteActorList",
67
67
"app.bsky.graph.muteThread",
68
68
"app.bsky.graph.searchStarterPacks",
69
69
"app.bsky.graph.searchStarterPacksV2",
70
70
"app.bsky.graph.unmuteActor",
71
71
"app.bsky.graph.unmuteActorList",
72
72
"app.bsky.graph.unmuteThread",
73
73
"app.bsky.labeler.getServices",
74
74
"app.bsky.notification.getPreferences",
75
75
"app.bsky.notification.getUnreadCount",
76
76
"app.bsky.notification.listActivitySubscriptions",
77
77
"app.bsky.notification.listNotifications",
78
78
"app.bsky.notification.putActivitySubscription",
79
79
"app.bsky.notification.putPreferences",
80
80
"app.bsky.notification.putPreferencesV2",
81
81
"app.bsky.notification.registerPush",
82
82
"app.bsky.notification.unregisterPush",
83
83
"app.bsky.notification.updateSeen",
84
84
"app.bsky.unspecced.getAgeAssuranceState",
85
85
"app.bsky.unspecced.getConfig",
86
86
"app.bsky.unspecced.getOnboardingSuggestedStarterPacks",
87
87
"app.bsky.unspecced.getPopularFeedGenerators",
88
88
"app.bsky.unspecced.getPostThreadOtherV2",
89
89
"app.bsky.unspecced.getPostThreadV2",
90
90
"app.bsky.unspecced.getSuggestedFeeds",
91
91
"app.bsky.unspecced.getSuggestedFeedsSkeleton",
92
92
"app.bsky.unspecced.getSuggestedStarterPacks",
93
93
"app.bsky.unspecced.getSuggestedStarterPacksSkeleton",
94
94
"app.bsky.unspecced.getSuggestedUsers",
95
95
"app.bsky.unspecced.getSuggestedUsersSkeleton",
96
96
"app.bsky.unspecced.getSuggestionsSkeleton",
97
97
"app.bsky.unspecced.getTaggedSuggestions",
98
98
"app.bsky.unspecced.getTrendingTopics",
99
99
"app.bsky.unspecced.getTrends",
100
100
"app.bsky.unspecced.getTrendsSkeleton",
101
101
"app.bsky.unspecced.initAgeAssurance",
102
102
"app.bsky.unspecced.searchActorsSkeleton",
103
103
"app.bsky.unspecced.searchPostsSkeleton",
104
104
"app.bsky.unspecced.searchStarterPacksSkeleton",
105
105
"app.bsky.video.getJobStatus",
106
106
"app.bsky.video.getUploadLimits",
107
-
"app.bsky.video.uploadVideo"
107
+
"app.bsky.video.uploadVideo",
108
+
"app.bsky.video.startUpload",
109
+
"app.bsky.video.uploadPart",
110
+
"app.bsky.video.finishUpload",
111
+
"app.bsky.video.abortUpload",
112
+
"app.bsky.video.getUploadStatus"
108
113
],
109
114
"type": "permission",
110
115
"resource": "rpc",
111
116
"inheritAud": true
112
117
},
113
118
{
114
119
"type": "permission",
115
120
"action": [
116
121
"create",
117
122
"update",
118
123
"delete"
119
124
],
120
125
"resource": "repo",
121
126
"collection": [
122
127
"app.bsky.actor.profile",
123
128
"app.bsky.actor.status",
124
129
"app.bsky.feed.like",
125
130
"app.bsky.feed.post",
126
131
"app.bsky.feed.postgate",
127
132
"app.bsky.feed.repost",
128
133
"app.bsky.feed.threadgate",
129
134
"app.bsky.graph.block",
130
135
"app.bsky.graph.follow",
131
136
"app.bsky.graph.list",
132
137
"app.bsky.graph.listblock",
133
138
"app.bsky.graph.listitem",
139
+
"app.bsky.graph.referencelistoptout",
134
140
"app.bsky.graph.starterpack",
135
141
"app.bsky.notification.declaration"
136
142
]
137
143
}
138
144
]
139
145
}
140
146
},
141
147
"$type": "com.atproto.lexicon.schema",
142
148
"lexicon": 1
143
149
}