app.bsky.authViewAll
Schema Diff
+1 -0
1
1
{
2
2
"id": "app.bsky.authViewAll",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Read-only access to all content",
7
7
"detail": "View Bluesky network content from account perspective, and read all notifications and preferences.",
8
8
"title:lang": {},
9
9
"detail:lang": {},
10
10
"permissions": [
11
11
{
12
12
"lxm": [
13
+
"app.bsky.actor.getPreferences",
13
14
"app.bsky.actor.getProfile",
14
15
"app.bsky.actor.getProfiles",
15
16
"app.bsky.actor.getSuggestions",
16
17
"app.bsky.actor.searchActors",
17
18
"app.bsky.actor.searchActorsTypeahead",
18
19
"app.bsky.bookmark.getBookmarks",
19
20
"app.bsky.feed.describeFeedGenerator",
20
21
"app.bsky.feed.getActorFeeds",
21
22
"app.bsky.feed.getActorLikes",
22
23
"app.bsky.feed.getAuthorFeed",
23
24
"app.bsky.feed.getFeed",
24
25
"app.bsky.feed.getFeedGenerator",
25
26
"app.bsky.feed.getFeedGenerators",
26
27
"app.bsky.feed.getFeedSkeleton",
27
28
"app.bsky.feed.getLikes",
28
29
"app.bsky.feed.getListFeed",
29
30
"app.bsky.feed.getPostThread",
30
31
"app.bsky.feed.getPosts",
31
32
"app.bsky.feed.getQuotes",
32
33
"app.bsky.feed.getRepostedBy",
33
34
"app.bsky.feed.getSuggestedFeeds",
34
35
"app.bsky.feed.getTimeline",
35
36
"app.bsky.feed.searchPosts",
36
37
"app.bsky.graph.getActorStarterPacks",
37
38
"app.bsky.graph.getBlocks",
38
39
"app.bsky.graph.getFollowers",
39
40
"app.bsky.graph.getFollows",
40
41
"app.bsky.graph.getKnownFollowers",
41
42
"app.bsky.graph.getListBlocks",
42
43
"app.bsky.graph.getListMutes",
43
44
"app.bsky.graph.getLists",
44
45
"app.bsky.graph.getListsWithMembership",
45
46
"app.bsky.graph.getMutes",
46
47
"app.bsky.graph.getRelationships",
47
48
"app.bsky.graph.getStarterPack",
48
49
"app.bsky.graph.getStarterPacks",
49
50
"app.bsky.graph.getStarterPacksWithMembership",
50
51
"app.bsky.graph.getSuggestedFollowsByActor",
51
52
"app.bsky.graph.searchStarterPacks",
52
53
"app.bsky.labeler.getServices",
53
54
"app.bsky.notification.getPreferences",
54
55
"app.bsky.notification.getUnreadCount",
55
56
"app.bsky.notification.listActivitySubscriptions",
56
57
"app.bsky.notification.listNotifications",
57
58
"app.bsky.notification.updateSeen",
58
59
"app.bsky.unspecced.getAgeAssuranceState",
59
60
"app.bsky.unspecced.getConfig",
60
61
"app.bsky.unspecced.getOnboardingSuggestedStarterPacks",
61
62
"app.bsky.unspecced.getPopularFeedGenerators",
62
63
"app.bsky.unspecced.getPostThreadOtherV2",
63
64
"app.bsky.unspecced.getPostThreadV2",
64
65
"app.bsky.unspecced.getSuggestedFeeds",
65
66
"app.bsky.unspecced.getSuggestedFeedsSkeleton",
66
67
"app.bsky.unspecced.getSuggestedStarterPacks",
67
68
"app.bsky.unspecced.getSuggestedStarterPacksSkeleton",
68
69
"app.bsky.unspecced.getSuggestedUsers",
69
70
"app.bsky.unspecced.getSuggestedUsersSkeleton",
70
71
"app.bsky.unspecced.getSuggestionsSkeleton",
71
72
"app.bsky.unspecced.getTaggedSuggestions",
72
73
"app.bsky.unspecced.getTrendingTopics",
73
74
"app.bsky.unspecced.getTrends",
74
75
"app.bsky.unspecced.getTrendsSkeleton",
75
76
"app.bsky.unspecced.searchActorsSkeleton",
76
77
"app.bsky.unspecced.searchPostsSkeleton",
77
78
"app.bsky.unspecced.searchStarterPacksSkeleton",
78
79
"app.bsky.video.getUploadLimits"
79
80
],
80
81
"type": "permission",
81
82
"resource": "rpc",
82
83
"inheritAud": true
83
84
}
84
85
]
85
86
}
86
87
},
87
88
"$type": "com.atproto.lexicon.schema",
88
89
"lexicon": 1
89
90
}