app.didpic.authBasic

lexicons.didpic.app

Schema Diff

+10 -1

From

CID
bafyreieyhpvebn3...
Indexed At
2026-05-20 09:35 UTC
View this version

To

CID
bafyreifwijgi4cc...
Indexed At
2026-07-19 04:04 UTC
View this version
1 1
{
2 2
  "id": "app.didpic.authBasic",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "permission-set",
6 6
      "title": "Posts and interactions",
7 7
      "detail": "Create and manage your posts, likes, comments, follows, blocks and profile, and read your feeds and notifications.",
8 8
      "permissions": [
9 9
        {
10 10
          "type": "permission",
11 11
          "resource": "repo",
12 12
          "collection": [
13 13
            "app.didpic.feed.post",
14 14
            "app.didpic.feed.like",
15 15
            "app.didpic.feed.comment",
16 16
            "app.didpic.graph.follow",
17 17
            "app.didpic.graph.block",
18 18
            "app.didpic.actor.profile"
19 19
          ]
20 20
        },
21 21
        {
22 22
          "aud": "*",
23 23
          "lxm": [
24 24
            "app.didpic.actor.getPrefs",
25 25
            "app.didpic.actor.getProfile",
26 26
            "app.didpic.actor.getProfilePublic",
27 27
            "app.didpic.actor.getProfiles",
28 28
            "app.didpic.actor.getSuggestions",
29 29
            "app.didpic.actor.putPref",
30 30
            "app.didpic.feed.getActorLikes",
31 31
            "app.didpic.feed.getAuthorFeed",
32 32
            "app.didpic.feed.getCommentReplies",
33 33
            "app.didpic.feed.getDiscoverFeed",
34 +
            "app.didpic.feed.getFeatured",
34 35
            "app.didpic.feed.getLikes",
35 36
            "app.didpic.feed.getPostPublic",
36 37
            "app.didpic.feed.getPostThread",
38 +
            "app.didpic.feed.getTagFeed",
39 +
            "app.didpic.feed.getTagFeedPublic",
37 40
            "app.didpic.feed.getTimeline",
41 +
            "app.didpic.feed.getTrendingTags",
42 +
            "app.didpic.feed.searchTags",
38 43
            "app.didpic.graph.getBlocks",
39 44
            "app.didpic.graph.getFollowers",
40 45
            "app.didpic.graph.getFollows",
41 46
            "app.didpic.graph.getSubscriptions",
42 47
            "app.didpic.graph.subscribePosts",
43 48
            "app.didpic.graph.unsubscribePosts",
49 +
            "app.didpic.identity.getFastPathToken",
44 50
            "app.didpic.identity.getSession",
51 +
            "app.didpic.identity.mintWidgetToken",
45 52
            "app.didpic.identity.resolveHandle",
46 53
            "app.didpic.moderation.createAppeal",
47 54
            "app.didpic.moderation.createReport",
48 55
            "app.didpic.notification.getUnreadCount",
49 56
            "app.didpic.notification.listNotifications",
50 57
            "app.didpic.notification.registerPush",
51 58
            "app.didpic.notification.unregisterPush",
52 -
            "app.didpic.notification.updateSeen"
59 +
            "app.didpic.notification.updateSeen",
60 +
            "app.didpic.notification.reportClientError",
61 +
            "app.didpic.notification.recordEvents"
53 62
          ],
54 63
          "type": "permission",
55 64
          "resource": "rpc"
56 65
        }
57 66
      ]
58 67
    }
59 68
  },
60 69
  "$type": "com.atproto.lexicon.schema",
61 70
  "lexicon": 1
62 71
}

Compare Other Versions

Lexicon Garden

@