@atproto/bsky 0.0.138 → 0.0.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/api/app/bsky/feed/getAuthorFeed.d.ts.map +1 -1
  3. package/dist/api/app/bsky/feed/getAuthorFeed.js +4 -1
  4. package/dist/api/app/bsky/feed/getAuthorFeed.js.map +1 -1
  5. package/dist/api/app/bsky/feed/getListFeed.d.ts.map +1 -1
  6. package/dist/api/app/bsky/feed/getTimeline.d.ts.map +1 -1
  7. package/dist/api/app/bsky/notification/getUnreadCount.js +3 -1
  8. package/dist/api/app/bsky/notification/getUnreadCount.js.map +1 -1
  9. package/dist/api/app/bsky/notification/listNotifications.d.ts.map +1 -1
  10. package/dist/api/app/bsky/notification/listNotifications.js +3 -1
  11. package/dist/api/app/bsky/notification/listNotifications.js.map +1 -1
  12. package/dist/api/blob-resolver.js +17 -7
  13. package/dist/api/blob-resolver.js.map +1 -1
  14. package/dist/api/com/atproto/admin/getAccountInfos.d.ts.map +1 -1
  15. package/dist/api/com/atproto/admin/getAccountInfos.js +4 -1
  16. package/dist/api/com/atproto/admin/getAccountInfos.js.map +1 -1
  17. package/dist/api/com/atproto/admin/getSubjectStatus.d.ts.map +1 -1
  18. package/dist/api/com/atproto/admin/getSubjectStatus.js +4 -1
  19. package/dist/api/com/atproto/admin/getSubjectStatus.js.map +1 -1
  20. package/dist/api/com/atproto/identity/resolveHandle.js +17 -7
  21. package/dist/api/com/atproto/identity/resolveHandle.js.map +1 -1
  22. package/dist/api/com/atproto/repo/getRecord.d.ts.map +1 -1
  23. package/dist/api/com/atproto/repo/getRecord.js +3 -1
  24. package/dist/api/com/atproto/repo/getRecord.js.map +1 -1
  25. package/dist/api/health.d.ts.map +1 -1
  26. package/dist/api/index.js +17 -7
  27. package/dist/api/index.js.map +1 -1
  28. package/dist/api/util.d.ts.map +1 -1
  29. package/dist/api/well-known.d.ts.map +1 -1
  30. package/dist/auth-verifier.d.ts.map +1 -1
  31. package/dist/auth-verifier.js +17 -7
  32. package/dist/auth-verifier.js.map +1 -1
  33. package/dist/bsync.d.ts.map +1 -1
  34. package/dist/context.js +17 -7
  35. package/dist/context.js.map +1 -1
  36. package/dist/courier.d.ts.map +1 -1
  37. package/dist/data-plane/client/index.d.ts.map +1 -1
  38. package/dist/data-plane/client/util.d.ts.map +1 -1
  39. package/dist/data-plane/client/util.js +17 -7
  40. package/dist/data-plane/client/util.js.map +1 -1
  41. package/dist/data-plane/server/db/db.js +17 -7
  42. package/dist/data-plane/server/db/db.js.map +1 -1
  43. package/dist/data-plane/server/db/migrations/index.js +17 -7
  44. package/dist/data-plane/server/db/migrations/index.js.map +1 -1
  45. package/dist/data-plane/server/db/pagination.d.ts.map +1 -1
  46. package/dist/data-plane/server/db/util.d.ts.map +1 -1
  47. package/dist/data-plane/server/indexing/index.js +17 -7
  48. package/dist/data-plane/server/indexing/index.js.map +1 -1
  49. package/dist/data-plane/server/indexing/plugins/block.d.ts.map +1 -1
  50. package/dist/data-plane/server/indexing/plugins/block.js +17 -7
  51. package/dist/data-plane/server/indexing/plugins/block.js.map +1 -1
  52. package/dist/data-plane/server/indexing/plugins/chat-declaration.d.ts.map +1 -1
  53. package/dist/data-plane/server/indexing/plugins/chat-declaration.js +17 -7
  54. package/dist/data-plane/server/indexing/plugins/chat-declaration.js.map +1 -1
  55. package/dist/data-plane/server/indexing/plugins/feed-generator.d.ts.map +1 -1
  56. package/dist/data-plane/server/indexing/plugins/feed-generator.js +17 -7
  57. package/dist/data-plane/server/indexing/plugins/feed-generator.js.map +1 -1
  58. package/dist/data-plane/server/indexing/plugins/follow.d.ts.map +1 -1
  59. package/dist/data-plane/server/indexing/plugins/follow.js +17 -7
  60. package/dist/data-plane/server/indexing/plugins/follow.js.map +1 -1
  61. package/dist/data-plane/server/indexing/plugins/labeler.d.ts.map +1 -1
  62. package/dist/data-plane/server/indexing/plugins/labeler.js +17 -7
  63. package/dist/data-plane/server/indexing/plugins/labeler.js.map +1 -1
  64. package/dist/data-plane/server/indexing/plugins/like.d.ts.map +1 -1
  65. package/dist/data-plane/server/indexing/plugins/like.js +17 -7
  66. package/dist/data-plane/server/indexing/plugins/like.js.map +1 -1
  67. package/dist/data-plane/server/indexing/plugins/list-block.d.ts.map +1 -1
  68. package/dist/data-plane/server/indexing/plugins/list-block.js +17 -7
  69. package/dist/data-plane/server/indexing/plugins/list-block.js.map +1 -1
  70. package/dist/data-plane/server/indexing/plugins/list-item.d.ts.map +1 -1
  71. package/dist/data-plane/server/indexing/plugins/list-item.js +17 -7
  72. package/dist/data-plane/server/indexing/plugins/list-item.js.map +1 -1
  73. package/dist/data-plane/server/indexing/plugins/list.d.ts.map +1 -1
  74. package/dist/data-plane/server/indexing/plugins/list.js +17 -7
  75. package/dist/data-plane/server/indexing/plugins/list.js.map +1 -1
  76. package/dist/data-plane/server/indexing/plugins/post-gate.d.ts.map +1 -1
  77. package/dist/data-plane/server/indexing/plugins/post-gate.js +17 -7
  78. package/dist/data-plane/server/indexing/plugins/post-gate.js.map +1 -1
  79. package/dist/data-plane/server/indexing/plugins/post.d.ts.map +1 -1
  80. package/dist/data-plane/server/indexing/plugins/post.js +17 -7
  81. package/dist/data-plane/server/indexing/plugins/post.js.map +1 -1
  82. package/dist/data-plane/server/indexing/plugins/profile.d.ts.map +1 -1
  83. package/dist/data-plane/server/indexing/plugins/profile.js +17 -7
  84. package/dist/data-plane/server/indexing/plugins/profile.js.map +1 -1
  85. package/dist/data-plane/server/indexing/plugins/repost.d.ts.map +1 -1
  86. package/dist/data-plane/server/indexing/plugins/repost.js +17 -7
  87. package/dist/data-plane/server/indexing/plugins/repost.js.map +1 -1
  88. package/dist/data-plane/server/indexing/plugins/starter-pack.d.ts.map +1 -1
  89. package/dist/data-plane/server/indexing/plugins/starter-pack.js +17 -7
  90. package/dist/data-plane/server/indexing/plugins/starter-pack.js.map +1 -1
  91. package/dist/data-plane/server/indexing/plugins/thread-gate.d.ts.map +1 -1
  92. package/dist/data-plane/server/indexing/plugins/thread-gate.js +17 -7
  93. package/dist/data-plane/server/indexing/plugins/thread-gate.js.map +1 -1
  94. package/dist/data-plane/server/routes/blocks.d.ts.map +1 -1
  95. package/dist/data-plane/server/routes/feed-gens.d.ts.map +1 -1
  96. package/dist/data-plane/server/routes/feeds.d.ts.map +1 -1
  97. package/dist/data-plane/server/routes/follows.d.ts.map +1 -1
  98. package/dist/data-plane/server/routes/identity.d.ts.map +1 -1
  99. package/dist/data-plane/server/routes/index.d.ts.map +1 -1
  100. package/dist/data-plane/server/routes/interactions.d.ts.map +1 -1
  101. package/dist/data-plane/server/routes/labels.d.ts.map +1 -1
  102. package/dist/data-plane/server/routes/labels.js +17 -7
  103. package/dist/data-plane/server/routes/labels.js.map +1 -1
  104. package/dist/data-plane/server/routes/likes.d.ts.map +1 -1
  105. package/dist/data-plane/server/routes/lists.d.ts.map +1 -1
  106. package/dist/data-plane/server/routes/moderation.d.ts.map +1 -1
  107. package/dist/data-plane/server/routes/mutes.d.ts.map +1 -1
  108. package/dist/data-plane/server/routes/notifs.d.ts.map +1 -1
  109. package/dist/data-plane/server/routes/posts.d.ts.map +1 -1
  110. package/dist/data-plane/server/routes/profile.d.ts.map +1 -1
  111. package/dist/data-plane/server/routes/quotes.d.ts.map +1 -1
  112. package/dist/data-plane/server/routes/records.d.ts.map +1 -1
  113. package/dist/data-plane/server/routes/records.js +17 -7
  114. package/dist/data-plane/server/routes/records.js.map +1 -1
  115. package/dist/data-plane/server/routes/relationships.d.ts.map +1 -1
  116. package/dist/data-plane/server/routes/reposts.d.ts.map +1 -1
  117. package/dist/data-plane/server/routes/search.d.ts.map +1 -1
  118. package/dist/data-plane/server/routes/starter-packs.d.ts.map +1 -1
  119. package/dist/data-plane/server/routes/suggestions.d.ts.map +1 -1
  120. package/dist/data-plane/server/routes/sync.d.ts.map +1 -1
  121. package/dist/data-plane/server/routes/threads.d.ts.map +1 -1
  122. package/dist/data-plane/server/util.d.ts.map +1 -1
  123. package/dist/hydration/actor.d.ts +4 -1
  124. package/dist/hydration/actor.d.ts.map +1 -1
  125. package/dist/hydration/actor.js +3 -2
  126. package/dist/hydration/actor.js.map +1 -1
  127. package/dist/hydration/hydrator.d.ts +1 -0
  128. package/dist/hydration/hydrator.d.ts.map +1 -1
  129. package/dist/hydration/hydrator.js +19 -5
  130. package/dist/hydration/hydrator.js.map +1 -1
  131. package/dist/hydration/util.d.ts.map +1 -1
  132. package/dist/hydration/util.js +17 -7
  133. package/dist/hydration/util.js.map +1 -1
  134. package/dist/image/server.js +17 -7
  135. package/dist/image/server.js.map +1 -1
  136. package/dist/index.js +17 -7
  137. package/dist/index.js.map +1 -1
  138. package/dist/lexicon/index.d.ts +4 -0
  139. package/dist/lexicon/index.d.ts.map +1 -1
  140. package/dist/lexicon/index.js +8 -0
  141. package/dist/lexicon/index.js.map +1 -1
  142. package/dist/lexicon/lexicons.d.ts +326 -4
  143. package/dist/lexicon/lexicons.d.ts.map +1 -1
  144. package/dist/lexicon/lexicons.js +171 -2
  145. package/dist/lexicon/lexicons.js.map +1 -1
  146. package/dist/lexicon/types/app/bsky/graph/verification.d.ts +19 -0
  147. package/dist/lexicon/types/app/bsky/graph/verification.d.ts.map +1 -0
  148. package/dist/lexicon/types/app/bsky/graph/verification.js +16 -0
  149. package/dist/lexicon/types/app/bsky/graph/verification.js.map +1 -0
  150. package/dist/lexicon/types/com/atproto/sync/defs.d.ts +2 -0
  151. package/dist/lexicon/types/com/atproto/sync/defs.d.ts.map +1 -0
  152. package/dist/lexicon/types/com/atproto/sync/defs.js +7 -0
  153. package/dist/lexicon/types/com/atproto/sync/defs.js.map +1 -0
  154. package/dist/lexicon/types/com/atproto/sync/getHostStatus.d.ts +43 -0
  155. package/dist/lexicon/types/com/atproto/sync/getHostStatus.d.ts.map +1 -0
  156. package/dist/lexicon/types/com/atproto/sync/getHostStatus.js +7 -0
  157. package/dist/lexicon/types/com/atproto/sync/getHostStatus.js.map +1 -0
  158. package/dist/lexicon/types/com/atproto/sync/listHosts.d.ts +51 -0
  159. package/dist/lexicon/types/com/atproto/sync/listHosts.d.ts.map +1 -0
  160. package/dist/lexicon/types/com/atproto/sync/listHosts.js +16 -0
  161. package/dist/lexicon/types/com/atproto/sync/listHosts.js.map +1 -0
  162. package/dist/lexicon/types/com/atproto/sync/requestCrawl.d.ts +1 -0
  163. package/dist/lexicon/types/com/atproto/sync/requestCrawl.d.ts.map +1 -1
  164. package/dist/lexicon/util.d.ts.map +1 -1
  165. package/dist/pipeline.d.ts.map +1 -1
  166. package/dist/proto/bsky_pb.d.ts +9 -5
  167. package/dist/proto/bsky_pb.d.ts.map +1 -1
  168. package/dist/proto/bsky_pb.js +16 -0
  169. package/dist/proto/bsky_pb.js.map +1 -1
  170. package/dist/util/debug.d.ts.map +1 -1
  171. package/dist/util.d.ts.map +1 -1
  172. package/dist/views/util.d.ts.map +1 -1
  173. package/dist/views/util.js +17 -7
  174. package/dist/views/util.js.map +1 -1
  175. package/package.json +4 -5
  176. package/proto/bsky.proto +1 -0
  177. package/src/api/app/bsky/feed/getAuthorFeed.ts +4 -4
  178. package/src/api/app/bsky/notification/getUnreadCount.ts +3 -1
  179. package/src/api/app/bsky/notification/listNotifications.ts +3 -1
  180. package/src/api/com/atproto/admin/getAccountInfos.ts +4 -1
  181. package/src/api/com/atproto/admin/getSubjectStatus.ts +6 -1
  182. package/src/api/com/atproto/repo/getRecord.ts +3 -1
  183. package/src/hydration/actor.ts +9 -2
  184. package/src/hydration/hydrator.ts +20 -13
  185. package/src/lexicon/index.ts +24 -0
  186. package/src/lexicon/lexicons.ts +181 -2
  187. package/src/lexicon/types/app/bsky/graph/verification.ts +38 -0
  188. package/src/lexicon/types/com/atproto/sync/defs.ts +23 -0
  189. package/src/lexicon/types/com/atproto/sync/getHostStatus.ts +61 -0
  190. package/src/lexicon/types/com/atproto/sync/listHosts.ts +77 -0
  191. package/src/lexicon/types/com/atproto/sync/requestCrawl.ts +1 -0
  192. package/src/proto/bsky_pb.ts +12 -0
  193. package/tsconfig.build.tsbuildinfo +1 -1
  194. package/tsconfig.tests.tsbuildinfo +1 -1
@@ -3244,6 +3244,16 @@ exports.schemaDict = {
3244
3244
  },
3245
3245
  },
3246
3246
  },
3247
+ ComAtprotoSyncDefs: {
3248
+ lexicon: 1,
3249
+ id: 'com.atproto.sync.defs',
3250
+ defs: {
3251
+ hostStatus: {
3252
+ type: 'string',
3253
+ knownValues: ['active', 'idle', 'offline', 'throttled', 'banned'],
3254
+ },
3255
+ },
3256
+ },
3247
3257
  ComAtprotoSyncGetBlob: {
3248
3258
  lexicon: 1,
3249
3259
  id: 'com.atproto.sync.getBlob',
@@ -3401,6 +3411,55 @@ exports.schemaDict = {
3401
3411
  },
3402
3412
  },
3403
3413
  },
3414
+ ComAtprotoSyncGetHostStatus: {
3415
+ lexicon: 1,
3416
+ id: 'com.atproto.sync.getHostStatus',
3417
+ defs: {
3418
+ main: {
3419
+ type: 'query',
3420
+ description: 'Returns information about a specified upstream host, as consumed by the server. Implemented by relays.',
3421
+ parameters: {
3422
+ type: 'params',
3423
+ required: ['hostname'],
3424
+ properties: {
3425
+ hostname: {
3426
+ type: 'string',
3427
+ description: 'Hostname of the host (eg, PDS or relay) being queried.',
3428
+ },
3429
+ },
3430
+ },
3431
+ output: {
3432
+ encoding: 'application/json',
3433
+ schema: {
3434
+ type: 'object',
3435
+ required: ['hostname'],
3436
+ properties: {
3437
+ hostname: {
3438
+ type: 'string',
3439
+ },
3440
+ seq: {
3441
+ type: 'integer',
3442
+ description: 'Recent repo stream event sequence number. May be delayed from actual stream processing (eg, persisted cursor not in-memory cursor).',
3443
+ },
3444
+ accountCount: {
3445
+ type: 'integer',
3446
+ description: 'Number of accounts on the server which are associated with the upstream host. Note that the upstream may actually have more accounts.',
3447
+ },
3448
+ status: {
3449
+ type: 'ref',
3450
+ ref: 'lex:com.atproto.sync.defs#hostStatus',
3451
+ },
3452
+ },
3453
+ },
3454
+ },
3455
+ errors: [
3456
+ {
3457
+ name: 'HostNotFound',
3458
+ },
3459
+ ],
3460
+ },
3461
+ },
3462
+ },
3404
3463
  ComAtprotoSyncGetLatestCommit: {
3405
3464
  lexicon: 1,
3406
3465
  id: 'com.atproto.sync.getLatestCommit',
@@ -3673,6 +3732,71 @@ exports.schemaDict = {
3673
3732
  },
3674
3733
  },
3675
3734
  },
3735
+ ComAtprotoSyncListHosts: {
3736
+ lexicon: 1,
3737
+ id: 'com.atproto.sync.listHosts',
3738
+ defs: {
3739
+ main: {
3740
+ type: 'query',
3741
+ description: 'Enumerates upstream hosts (eg, PDS or relay instances) that this service consumes from. Implemented by relays.',
3742
+ parameters: {
3743
+ type: 'params',
3744
+ properties: {
3745
+ limit: {
3746
+ type: 'integer',
3747
+ minimum: 1,
3748
+ maximum: 1000,
3749
+ default: 200,
3750
+ },
3751
+ cursor: {
3752
+ type: 'string',
3753
+ },
3754
+ },
3755
+ },
3756
+ output: {
3757
+ encoding: 'application/json',
3758
+ schema: {
3759
+ type: 'object',
3760
+ required: ['hosts'],
3761
+ properties: {
3762
+ cursor: {
3763
+ type: 'string',
3764
+ },
3765
+ hosts: {
3766
+ type: 'array',
3767
+ items: {
3768
+ type: 'ref',
3769
+ ref: 'lex:com.atproto.sync.listHosts#host',
3770
+ },
3771
+ description: 'Sort order is not formally specified. Recommended order is by time host was first seen by the server, with oldest first.',
3772
+ },
3773
+ },
3774
+ },
3775
+ },
3776
+ },
3777
+ host: {
3778
+ type: 'object',
3779
+ required: ['hostname'],
3780
+ properties: {
3781
+ hostname: {
3782
+ type: 'string',
3783
+ description: 'hostname of server; not a URL (no scheme)',
3784
+ },
3785
+ seq: {
3786
+ type: 'integer',
3787
+ description: 'Recent repo stream event sequence number. May be delayed from actual stream processing (eg, persisted cursor not in-memory cursor).',
3788
+ },
3789
+ accountCount: {
3790
+ type: 'integer',
3791
+ },
3792
+ status: {
3793
+ type: 'ref',
3794
+ ref: 'lex:com.atproto.sync.defs#hostStatus',
3795
+ },
3796
+ },
3797
+ },
3798
+ },
3799
+ },
3676
3800
  ComAtprotoSyncListRepos: {
3677
3801
  lexicon: 1,
3678
3802
  id: 'com.atproto.sync.listRepos',
@@ -3852,6 +3976,11 @@ exports.schemaDict = {
3852
3976
  },
3853
3977
  },
3854
3978
  },
3979
+ errors: [
3980
+ {
3981
+ name: 'HostBanned',
3982
+ },
3983
+ ],
3855
3984
  },
3856
3985
  },
3857
3986
  },
@@ -8807,6 +8936,42 @@ exports.schemaDict = {
8807
8936
  },
8808
8937
  },
8809
8938
  },
8939
+ AppBskyGraphVerification: {
8940
+ lexicon: 1,
8941
+ id: 'app.bsky.graph.verification',
8942
+ defs: {
8943
+ main: {
8944
+ type: 'record',
8945
+ description: 'Record declaring a verification relationship between two accounts. Verifications are only considered valid by an app if issued by an account the app considers trusted.',
8946
+ key: 'tid',
8947
+ record: {
8948
+ type: 'object',
8949
+ required: ['subject', 'handle', 'displayName', 'createdAt'],
8950
+ properties: {
8951
+ subject: {
8952
+ description: 'DID of the subject the verification applies to.',
8953
+ type: 'string',
8954
+ format: 'did',
8955
+ },
8956
+ handle: {
8957
+ description: 'Handle of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current handle matches the one at the time of verifying.',
8958
+ type: 'string',
8959
+ format: 'handle',
8960
+ },
8961
+ displayName: {
8962
+ description: 'Display name of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current displayName matches the one at the time of verifying.',
8963
+ type: 'string',
8964
+ },
8965
+ createdAt: {
8966
+ description: 'Date of when the verification was created.',
8967
+ type: 'string',
8968
+ format: 'datetime',
8969
+ },
8970
+ },
8971
+ },
8972
+ },
8973
+ },
8974
+ },
8810
8975
  AppBskyLabelerDefs: {
8811
8976
  lexicon: 1,
8812
8977
  id: 'app.bsky.labeler.defs',
@@ -10572,7 +10737,7 @@ exports.schemaDict = {
10572
10737
  value: {
10573
10738
  type: 'string',
10574
10739
  minLength: 1,
10575
- maxLength: 32,
10740
+ maxLength: 64,
10576
10741
  minGraphemes: 1,
10577
10742
  maxGraphemes: 1,
10578
10743
  },
@@ -11352,7 +11517,7 @@ exports.schemaDict = {
11352
11517
  value: {
11353
11518
  type: 'string',
11354
11519
  minLength: 1,
11355
- maxLength: 32,
11520
+ maxLength: 64,
11356
11521
  minGraphemes: 1,
11357
11522
  maxGraphemes: 1,
11358
11523
  },
@@ -11799,15 +11964,18 @@ exports.ids = {
11799
11964
  ComAtprotoServerResetPassword: 'com.atproto.server.resetPassword',
11800
11965
  ComAtprotoServerRevokeAppPassword: 'com.atproto.server.revokeAppPassword',
11801
11966
  ComAtprotoServerUpdateEmail: 'com.atproto.server.updateEmail',
11967
+ ComAtprotoSyncDefs: 'com.atproto.sync.defs',
11802
11968
  ComAtprotoSyncGetBlob: 'com.atproto.sync.getBlob',
11803
11969
  ComAtprotoSyncGetBlocks: 'com.atproto.sync.getBlocks',
11804
11970
  ComAtprotoSyncGetCheckout: 'com.atproto.sync.getCheckout',
11805
11971
  ComAtprotoSyncGetHead: 'com.atproto.sync.getHead',
11972
+ ComAtprotoSyncGetHostStatus: 'com.atproto.sync.getHostStatus',
11806
11973
  ComAtprotoSyncGetLatestCommit: 'com.atproto.sync.getLatestCommit',
11807
11974
  ComAtprotoSyncGetRecord: 'com.atproto.sync.getRecord',
11808
11975
  ComAtprotoSyncGetRepo: 'com.atproto.sync.getRepo',
11809
11976
  ComAtprotoSyncGetRepoStatus: 'com.atproto.sync.getRepoStatus',
11810
11977
  ComAtprotoSyncListBlobs: 'com.atproto.sync.listBlobs',
11978
+ ComAtprotoSyncListHosts: 'com.atproto.sync.listHosts',
11811
11979
  ComAtprotoSyncListRepos: 'com.atproto.sync.listRepos',
11812
11980
  ComAtprotoSyncListReposByCollection: 'com.atproto.sync.listReposByCollection',
11813
11981
  ComAtprotoSyncNotifyOfUpdate: 'com.atproto.sync.notifyOfUpdate',
@@ -11885,6 +12053,7 @@ exports.ids = {
11885
12053
  AppBskyGraphUnmuteActor: 'app.bsky.graph.unmuteActor',
11886
12054
  AppBskyGraphUnmuteActorList: 'app.bsky.graph.unmuteActorList',
11887
12055
  AppBskyGraphUnmuteThread: 'app.bsky.graph.unmuteThread',
12056
+ AppBskyGraphVerification: 'app.bsky.graph.verification',
11888
12057
  AppBskyLabelerDefs: 'app.bsky.labeler.defs',
11889
12058
  AppBskyLabelerGetServices: 'app.bsky.labeler.getServices',
11890
12059
  AppBskyLabelerService: 'app.bsky.labeler.service',