app.bsky.authFullApp
Schema Diff
+8 -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
+
"app.bsky.graph.searchStarterPacksV2",
69
70
"app.bsky.graph.unmuteActor",
70
71
"app.bsky.graph.unmuteActorList",
71
72
"app.bsky.graph.unmuteThread",
72
73
"app.bsky.labeler.getServices",
73
74
"app.bsky.notification.getPreferences",
74
75
"app.bsky.notification.getUnreadCount",
75
76
"app.bsky.notification.listActivitySubscriptions",
76
77
"app.bsky.notification.listNotifications",
77
78
"app.bsky.notification.putActivitySubscription",
78
79
"app.bsky.notification.putPreferences",
79
80
"app.bsky.notification.putPreferencesV2",
80
81
"app.bsky.notification.registerPush",
81
82
"app.bsky.notification.unregisterPush",
82
83
"app.bsky.notification.updateSeen",
83
84
"app.bsky.unspecced.getAgeAssuranceState",
84
85
"app.bsky.unspecced.getConfig",
85
86
"app.bsky.unspecced.getOnboardingSuggestedStarterPacks",
86
87
"app.bsky.unspecced.getPopularFeedGenerators",
87
88
"app.bsky.unspecced.getPostThreadOtherV2",
88
89
"app.bsky.unspecced.getPostThreadV2",
89
90
"app.bsky.unspecced.getSuggestedFeeds",
90
91
"app.bsky.unspecced.getSuggestedFeedsSkeleton",
91
92
"app.bsky.unspecced.getSuggestedStarterPacks",
92
93
"app.bsky.unspecced.getSuggestedStarterPacksSkeleton",
93
94
"app.bsky.unspecced.getSuggestedUsers",
94
95
"app.bsky.unspecced.getSuggestedUsersSkeleton",
95
96
"app.bsky.unspecced.getSuggestionsSkeleton",
96
97
"app.bsky.unspecced.getTaggedSuggestions",
97
98
"app.bsky.unspecced.getTrendingTopics",
98
99
"app.bsky.unspecced.getTrends",
99
100
"app.bsky.unspecced.getTrendsSkeleton",
100
101
"app.bsky.unspecced.initAgeAssurance",
101
102
"app.bsky.unspecced.searchActorsSkeleton",
102
103
"app.bsky.unspecced.searchPostsSkeleton",
103
104
"app.bsky.unspecced.searchStarterPacksSkeleton",
104
105
"app.bsky.video.getJobStatus",
105
106
"app.bsky.video.getUploadLimits",
106
-
"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"
107
113
],
108
114
"type": "permission",
109
115
"resource": "rpc",
110
116
"inheritAud": true
111
117
},
112
118
{
113
119
"type": "permission",
114
120
"action": [
115
121
"create",
116
122
"update",
117
123
"delete"
118
124
],
119
125
"resource": "repo",
120
126
"collection": [
121
127
"app.bsky.actor.profile",
122
128
"app.bsky.actor.status",
123
129
"app.bsky.feed.like",
124
130
"app.bsky.feed.post",
125
131
"app.bsky.feed.postgate",
126
132
"app.bsky.feed.repost",
127
133
"app.bsky.feed.threadgate",
128
134
"app.bsky.graph.block",
129
135
"app.bsky.graph.follow",
130
136
"app.bsky.graph.list",
131
137
"app.bsky.graph.listblock",
132
138
"app.bsky.graph.listitem",
139
+
"app.bsky.graph.referencelistoptout",
133
140
"app.bsky.graph.starterpack",
134
141
"app.bsky.notification.declaration"
135
142
]
136
143
}
137
144
]
138
145
}
139
146
},
140
147
"$type": "com.atproto.lexicon.schema",
141
148
"lexicon": 1
142
149
}