app.bsky.authFullApp
Schema Diff
+9 -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
+
"app.bsky.feed.searchPostsV2",
47
48
"app.bsky.feed.sendInteractions",
48
49
"app.bsky.graph.getActorStarterPacks",
49
50
"app.bsky.graph.getBlocks",
50
51
"app.bsky.graph.getFollowers",
51
52
"app.bsky.graph.getFollows",
52
53
"app.bsky.graph.getKnownFollowers",
53
54
"app.bsky.graph.getList",
54
55
"app.bsky.graph.getListBlocks",
55
56
"app.bsky.graph.getListMutes",
56
57
"app.bsky.graph.getLists",
57
58
"app.bsky.graph.getListsWithMembership",
58
59
"app.bsky.graph.getMutes",
59
60
"app.bsky.graph.getRelationships",
60
61
"app.bsky.graph.getStarterPack",
61
62
"app.bsky.graph.getStarterPacks",
62
63
"app.bsky.graph.getStarterPacksWithMembership",
63
64
"app.bsky.graph.getSuggestedFollowsByActor",
64
65
"app.bsky.graph.muteActor",
65
66
"app.bsky.graph.muteActorList",
66
67
"app.bsky.graph.muteThread",
67
68
"app.bsky.graph.searchStarterPacks",
69
+
"app.bsky.graph.searchStarterPacksV2",
68
70
"app.bsky.graph.unmuteActor",
69
71
"app.bsky.graph.unmuteActorList",
70
72
"app.bsky.graph.unmuteThread",
71
73
"app.bsky.labeler.getServices",
72
74
"app.bsky.notification.getPreferences",
73
75
"app.bsky.notification.getUnreadCount",
74
76
"app.bsky.notification.listActivitySubscriptions",
75
77
"app.bsky.notification.listNotifications",
76
78
"app.bsky.notification.putActivitySubscription",
77
79
"app.bsky.notification.putPreferences",
78
80
"app.bsky.notification.putPreferencesV2",
79
81
"app.bsky.notification.registerPush",
80
82
"app.bsky.notification.unregisterPush",
81
83
"app.bsky.notification.updateSeen",
82
84
"app.bsky.unspecced.getAgeAssuranceState",
83
85
"app.bsky.unspecced.getConfig",
84
86
"app.bsky.unspecced.getOnboardingSuggestedStarterPacks",
85
87
"app.bsky.unspecced.getPopularFeedGenerators",
86
88
"app.bsky.unspecced.getPostThreadOtherV2",
87
89
"app.bsky.unspecced.getPostThreadV2",
88
90
"app.bsky.unspecced.getSuggestedFeeds",
89
91
"app.bsky.unspecced.getSuggestedFeedsSkeleton",
90
92
"app.bsky.unspecced.getSuggestedStarterPacks",
91
93
"app.bsky.unspecced.getSuggestedStarterPacksSkeleton",
92
94
"app.bsky.unspecced.getSuggestedUsers",
93
95
"app.bsky.unspecced.getSuggestedUsersSkeleton",
94
96
"app.bsky.unspecced.getSuggestionsSkeleton",
95
97
"app.bsky.unspecced.getTaggedSuggestions",
96
98
"app.bsky.unspecced.getTrendingTopics",
97
99
"app.bsky.unspecced.getTrends",
98
100
"app.bsky.unspecced.getTrendsSkeleton",
99
101
"app.bsky.unspecced.initAgeAssurance",
100
102
"app.bsky.unspecced.searchActorsSkeleton",
101
103
"app.bsky.unspecced.searchPostsSkeleton",
102
104
"app.bsky.unspecced.searchStarterPacksSkeleton",
103
105
"app.bsky.video.getJobStatus",
104
106
"app.bsky.video.getUploadLimits",
105
-
"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"
106
113
],
107
114
"type": "permission",
108
115
"resource": "rpc",
109
116
"inheritAud": true
110
117
},
111
118
{
112
119
"type": "permission",
113
120
"action": [
114
121
"create",
115
122
"update",
116
123
"delete"
117
124
],
118
125
"resource": "repo",
119
126
"collection": [
120
127
"app.bsky.actor.profile",
121
128
"app.bsky.actor.status",
122
129
"app.bsky.feed.like",
123
130
"app.bsky.feed.post",
124
131
"app.bsky.feed.postgate",
125
132
"app.bsky.feed.repost",
126
133
"app.bsky.feed.threadgate",
127
134
"app.bsky.graph.block",
128
135
"app.bsky.graph.follow",
129
136
"app.bsky.graph.list",
130
137
"app.bsky.graph.listblock",
131
138
"app.bsky.graph.listitem",
139
+
"app.bsky.graph.referencelistoptout",
132
140
"app.bsky.graph.starterpack",
133
141
"app.bsky.notification.declaration"
134
142
]
135
143
}
136
144
]
137
145
}
138
146
},
139
147
"$type": "com.atproto.lexicon.schema",
140
148
"lexicon": 1
141
149
}