@atproto/ozone 0.1.175 → 0.2.0

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 (543) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/api/chat/getConvo.d.ts +4 -0
  3. package/dist/api/chat/getConvo.d.ts.map +1 -0
  4. package/dist/api/chat/getConvo.js +18 -0
  5. package/dist/api/chat/getConvo.js.map +1 -0
  6. package/dist/api/chat/getConvoMembers.d.ts +4 -0
  7. package/dist/api/chat/getConvoMembers.d.ts.map +1 -0
  8. package/dist/api/chat/getConvoMembers.js +18 -0
  9. package/dist/api/chat/getConvoMembers.js.map +1 -0
  10. package/dist/api/chat/index.d.ts.map +1 -1
  11. package/dist/api/chat/index.js +4 -0
  12. package/dist/api/chat/index.js.map +1 -1
  13. package/dist/daemon/event-reverser.d.ts.map +1 -1
  14. package/dist/daemon/event-reverser.js +1 -0
  15. package/dist/daemon/event-reverser.js.map +1 -1
  16. package/dist/db/migrations/20260513T202941104Z-add-subject-convo-id.d.ts +4 -0
  17. package/dist/db/migrations/20260513T202941104Z-add-subject-convo-id.d.ts.map +1 -0
  18. package/dist/db/migrations/20260513T202941104Z-add-subject-convo-id.js +107 -0
  19. package/dist/db/migrations/20260513T202941104Z-add-subject-convo-id.js.map +1 -0
  20. package/dist/db/migrations/index.d.ts +1 -0
  21. package/dist/db/migrations/index.d.ts.map +1 -1
  22. package/dist/db/migrations/index.js +1 -0
  23. package/dist/db/migrations/index.js.map +1 -1
  24. package/dist/db/schema/expiring_tag.d.ts +1 -0
  25. package/dist/db/schema/expiring_tag.d.ts.map +1 -1
  26. package/dist/db/schema/expiring_tag.js.map +1 -1
  27. package/dist/db/schema/moderation_event.d.ts +2 -1
  28. package/dist/db/schema/moderation_event.d.ts.map +1 -1
  29. package/dist/db/schema/moderation_event.js.map +1 -1
  30. package/dist/db/schema/moderation_subject_status.d.ts +1 -0
  31. package/dist/db/schema/moderation_subject_status.d.ts.map +1 -1
  32. package/dist/db/schema/moderation_subject_status.js.map +1 -1
  33. package/dist/db/schema/report.d.ts +1 -0
  34. package/dist/db/schema/report.d.ts.map +1 -1
  35. package/dist/db/schema/report.js.map +1 -1
  36. package/dist/lexicon/index.d.ts +21 -2
  37. package/dist/lexicon/index.d.ts.map +1 -1
  38. package/dist/lexicon/index.js +36 -2
  39. package/dist/lexicon/index.js.map +1 -1
  40. package/dist/lexicon/lexicons.d.ts +1420 -92
  41. package/dist/lexicon/lexicons.d.ts.map +1 -1
  42. package/dist/lexicon/lexicons.js +771 -44
  43. package/dist/lexicon/lexicons.js.map +1 -1
  44. package/dist/lexicon/types/app/bsky/actor/defs.d.ts +4 -0
  45. package/dist/lexicon/types/app/bsky/actor/defs.d.ts.map +1 -1
  46. package/dist/lexicon/types/app/bsky/actor/defs.js.map +1 -1
  47. package/dist/lexicon/types/app/bsky/embed/external.d.ts +48 -2
  48. package/dist/lexicon/types/app/bsky/embed/external.d.ts.map +1 -1
  49. package/dist/lexicon/types/app/bsky/embed/external.js +21 -0
  50. package/dist/lexicon/types/app/bsky/embed/external.js.map +1 -1
  51. package/dist/lexicon/types/app/bsky/embed/getEmbedExternalView.d.ts +31 -0
  52. package/dist/lexicon/types/app/bsky/embed/getEmbedExternalView.d.ts.map +1 -0
  53. package/dist/lexicon/types/app/bsky/embed/getEmbedExternalView.js +5 -0
  54. package/dist/lexicon/types/app/bsky/embed/getEmbedExternalView.js.map +1 -0
  55. package/dist/lexicon/types/chat/bsky/actor/getStatus.d.ts +24 -0
  56. package/dist/lexicon/types/chat/bsky/actor/getStatus.d.ts.map +1 -0
  57. package/dist/lexicon/types/chat/bsky/{group/getJoinLinkPreview.js → actor/getStatus.js} +2 -2
  58. package/dist/lexicon/types/chat/bsky/actor/getStatus.js.map +1 -0
  59. package/dist/lexicon/types/chat/bsky/convo/defs.d.ts +39 -7
  60. package/dist/lexicon/types/chat/bsky/convo/defs.d.ts.map +1 -1
  61. package/dist/lexicon/types/chat/bsky/convo/defs.js +21 -0
  62. package/dist/lexicon/types/chat/bsky/convo/defs.js.map +1 -1
  63. package/dist/lexicon/types/chat/bsky/convo/getConvoForMembers.d.ts +1 -1
  64. package/dist/lexicon/types/chat/bsky/convo/getConvoForMembers.d.ts.map +1 -1
  65. package/dist/lexicon/types/chat/bsky/convo/getConvoForMembers.js.map +1 -1
  66. package/dist/lexicon/types/chat/bsky/convo/getLog.d.ts +1 -1
  67. package/dist/lexicon/types/chat/bsky/convo/getLog.d.ts.map +1 -1
  68. package/dist/lexicon/types/chat/bsky/convo/getLog.js.map +1 -1
  69. package/dist/lexicon/types/chat/bsky/convo/listConvoRequests.d.ts +1 -1
  70. package/dist/lexicon/types/chat/bsky/convo/listConvoRequests.d.ts.map +1 -1
  71. package/dist/lexicon/types/chat/bsky/convo/listConvoRequests.js.map +1 -1
  72. package/dist/lexicon/types/chat/bsky/embed/joinLink.d.ts +19 -0
  73. package/dist/lexicon/types/chat/bsky/embed/joinLink.d.ts.map +1 -0
  74. package/dist/lexicon/types/chat/bsky/embed/joinLink.js +19 -0
  75. package/dist/lexicon/types/chat/bsky/embed/joinLink.js.map +1 -0
  76. package/dist/lexicon/types/chat/bsky/group/addMembers.d.ts +1 -1
  77. package/dist/lexicon/types/chat/bsky/group/addMembers.d.ts.map +1 -1
  78. package/dist/lexicon/types/chat/bsky/group/addMembers.js.map +1 -1
  79. package/dist/lexicon/types/chat/bsky/group/createGroup.d.ts +1 -1
  80. package/dist/lexicon/types/chat/bsky/group/createGroup.d.ts.map +1 -1
  81. package/dist/lexicon/types/chat/bsky/group/createGroup.js.map +1 -1
  82. package/dist/lexicon/types/chat/bsky/group/defs.d.ts +23 -0
  83. package/dist/lexicon/types/chat/bsky/group/defs.d.ts.map +1 -1
  84. package/dist/lexicon/types/chat/bsky/group/defs.js +14 -0
  85. package/dist/lexicon/types/chat/bsky/group/defs.js.map +1 -1
  86. package/dist/lexicon/types/chat/bsky/group/{getJoinLinkPreview.d.ts → getJoinLinkPreviews.d.ts} +3 -4
  87. package/dist/lexicon/types/chat/bsky/group/getJoinLinkPreviews.d.ts.map +1 -0
  88. package/dist/lexicon/types/chat/bsky/group/getJoinLinkPreviews.js +5 -0
  89. package/dist/lexicon/types/chat/bsky/group/getJoinLinkPreviews.js.map +1 -0
  90. package/dist/lexicon/types/chat/bsky/group/listMutualGroups.d.ts +25 -0
  91. package/dist/lexicon/types/chat/bsky/group/listMutualGroups.d.ts.map +1 -0
  92. package/dist/lexicon/types/chat/bsky/group/listMutualGroups.js +5 -0
  93. package/dist/lexicon/types/chat/bsky/group/listMutualGroups.js.map +1 -0
  94. package/dist/lexicon/types/chat/bsky/group/updateJoinRequestsRead.d.ts +24 -0
  95. package/dist/lexicon/types/chat/bsky/group/updateJoinRequestsRead.d.ts.map +1 -0
  96. package/dist/lexicon/types/chat/bsky/group/updateJoinRequestsRead.js +5 -0
  97. package/dist/lexicon/types/chat/bsky/group/updateJoinRequestsRead.js.map +1 -0
  98. package/dist/lexicon/types/chat/bsky/group/withdrawJoinRequest.d.ts +24 -0
  99. package/dist/lexicon/types/chat/bsky/group/withdrawJoinRequest.d.ts.map +1 -0
  100. package/dist/lexicon/types/chat/bsky/group/withdrawJoinRequest.js +5 -0
  101. package/dist/lexicon/types/chat/bsky/group/withdrawJoinRequest.js.map +1 -0
  102. package/dist/lexicon/types/chat/bsky/moderation/defs.d.ts +42 -0
  103. package/dist/lexicon/types/chat/bsky/moderation/defs.d.ts.map +1 -0
  104. package/dist/lexicon/types/chat/bsky/moderation/defs.js +26 -0
  105. package/dist/lexicon/types/chat/bsky/moderation/defs.js.map +1 -0
  106. package/dist/lexicon/types/chat/bsky/moderation/getConvo.d.ts +23 -0
  107. package/dist/lexicon/types/chat/bsky/moderation/getConvo.d.ts.map +1 -0
  108. package/dist/lexicon/types/chat/bsky/moderation/getConvo.js +5 -0
  109. package/dist/lexicon/types/chat/bsky/moderation/getConvo.js.map +1 -0
  110. package/dist/lexicon/types/chat/bsky/moderation/getConvoMembers.d.ts +26 -0
  111. package/dist/lexicon/types/chat/bsky/moderation/getConvoMembers.d.ts.map +1 -0
  112. package/dist/lexicon/types/chat/bsky/moderation/getConvoMembers.js +5 -0
  113. package/dist/lexicon/types/chat/bsky/moderation/getConvoMembers.js.map +1 -0
  114. package/dist/lexicon/types/chat/bsky/moderation/subscribeModEvents.d.ts +14 -2
  115. package/dist/lexicon/types/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -1
  116. package/dist/lexicon/types/chat/bsky/moderation/subscribeModEvents.js +7 -0
  117. package/dist/lexicon/types/chat/bsky/moderation/subscribeModEvents.js.map +1 -1
  118. package/dist/lexicon/types/com/atproto/server/getServiceAuth.d.ts +1 -1
  119. package/dist/lexicon/types/com/atproto/server/getServiceAuth.d.ts.map +1 -1
  120. package/dist/lexicon/types/com/atproto/server/getServiceAuth.js.map +1 -1
  121. package/dist/lexicon/types/tools/ozone/moderation/defs.d.ts +10 -3
  122. package/dist/lexicon/types/tools/ozone/moderation/defs.d.ts.map +1 -1
  123. package/dist/lexicon/types/tools/ozone/moderation/defs.js +7 -0
  124. package/dist/lexicon/types/tools/ozone/moderation/defs.js.map +1 -1
  125. package/dist/lexicon/types/tools/ozone/moderation/queryEvents.d.ts +2 -2
  126. package/dist/lexicon/types/tools/ozone/moderation/queryEvents.d.ts.map +1 -1
  127. package/dist/lexicon/types/tools/ozone/moderation/queryEvents.js.map +1 -1
  128. package/dist/lexicon/types/tools/ozone/moderation/queryStatuses.d.ts +2 -2
  129. package/dist/lexicon/types/tools/ozone/moderation/queryStatuses.d.ts.map +1 -1
  130. package/dist/lexicon/types/tools/ozone/moderation/queryStatuses.js.map +1 -1
  131. package/dist/mod-service/expiring-tags.d.ts +3 -0
  132. package/dist/mod-service/expiring-tags.d.ts.map +1 -1
  133. package/dist/mod-service/expiring-tags.js +5 -2
  134. package/dist/mod-service/expiring-tags.js.map +1 -1
  135. package/dist/mod-service/index.d.ts +3 -1
  136. package/dist/mod-service/index.d.ts.map +1 -1
  137. package/dist/mod-service/index.js +48 -10
  138. package/dist/mod-service/index.js.map +1 -1
  139. package/dist/mod-service/status.d.ts +7 -1
  140. package/dist/mod-service/status.d.ts.map +1 -1
  141. package/dist/mod-service/status.js +18 -3
  142. package/dist/mod-service/status.js.map +1 -1
  143. package/dist/mod-service/subject.d.ts +38 -2
  144. package/dist/mod-service/subject.d.ts.map +1 -1
  145. package/dist/mod-service/subject.js +67 -0
  146. package/dist/mod-service/subject.js.map +1 -1
  147. package/dist/mod-service/views.d.ts +2 -1
  148. package/dist/mod-service/views.d.ts.map +1 -1
  149. package/dist/mod-service/views.js +24 -22
  150. package/dist/mod-service/views.js.map +1 -1
  151. package/dist/queue/service.d.ts.map +1 -1
  152. package/dist/queue/service.js +7 -3
  153. package/dist/queue/service.js.map +1 -1
  154. package/dist/safelink/service.d.ts +1 -1
  155. package/package.json +9 -8
  156. package/src/api/chat/getConvo.ts +23 -0
  157. package/src/api/chat/getConvoMembers.ts +23 -0
  158. package/src/api/chat/index.ts +4 -0
  159. package/src/daemon/event-reverser.ts +1 -0
  160. package/src/db/migrations/20260513T202941104Z-add-subject-convo-id.ts +114 -0
  161. package/src/db/migrations/index.ts +1 -0
  162. package/src/db/schema/expiring_tag.ts +1 -0
  163. package/src/db/schema/moderation_event.ts +2 -0
  164. package/src/db/schema/moderation_subject_status.ts +4 -0
  165. package/src/db/schema/report.ts +2 -1
  166. package/src/mod-service/expiring-tags.ts +8 -2
  167. package/src/mod-service/index.ts +52 -16
  168. package/src/mod-service/status.ts +24 -2
  169. package/src/mod-service/subject.ts +79 -1
  170. package/src/mod-service/views.ts +28 -23
  171. package/src/queue/service.ts +8 -4
  172. package/tests/__snapshots__/verification.test.ts.snap +2 -0
  173. package/tests/expiring-tags.test.ts +1 -0
  174. package/tests/moderation-events.test.ts +108 -1
  175. package/tests/moderation-status-tags.test.ts +23 -0
  176. package/tests/moderation-statuses.test.ts +82 -0
  177. package/tests/moderation.test.ts +73 -0
  178. package/tests/repo-search.test.ts +1 -1
  179. package/tsconfig.build.tsbuildinfo +1 -1
  180. package/dist/lexicon/types/chat/bsky/group/getJoinLinkPreview.d.ts.map +0 -1
  181. package/dist/lexicon/types/chat/bsky/group/getJoinLinkPreview.js.map +0 -1
  182. package/src/lexicon/index.ts +0 -4502
  183. package/src/lexicon/lexicons.ts +0 -25711
  184. package/src/lexicon/types/app/bsky/actor/defs.ts +0 -716
  185. package/src/lexicon/types/app/bsky/actor/getPreferences.ts +0 -38
  186. package/src/lexicon/types/app/bsky/actor/getProfile.ts +0 -37
  187. package/src/lexicon/types/app/bsky/actor/getProfiles.ts +0 -40
  188. package/src/lexicon/types/app/bsky/actor/getSuggestions.ts +0 -46
  189. package/src/lexicon/types/app/bsky/actor/profile.ts +0 -52
  190. package/src/lexicon/types/app/bsky/actor/putPreferences.ts +0 -34
  191. package/src/lexicon/types/app/bsky/actor/searchActors.ts +0 -46
  192. package/src/lexicon/types/app/bsky/actor/searchActorsTypeahead.ts +0 -44
  193. package/src/lexicon/types/app/bsky/actor/status.ts +0 -46
  194. package/src/lexicon/types/app/bsky/ageassurance/begin.ts +0 -54
  195. package/src/lexicon/types/app/bsky/ageassurance/defs.ts +0 -303
  196. package/src/lexicon/types/app/bsky/ageassurance/getConfig.ts +0 -34
  197. package/src/lexicon/types/app/bsky/ageassurance/getState.ts +0 -42
  198. package/src/lexicon/types/app/bsky/bookmark/createBookmark.ts +0 -35
  199. package/src/lexicon/types/app/bsky/bookmark/defs.ts +0 -54
  200. package/src/lexicon/types/app/bsky/bookmark/deleteBookmark.ts +0 -34
  201. package/src/lexicon/types/app/bsky/bookmark/getBookmarks.ts +0 -42
  202. package/src/lexicon/types/app/bsky/contact/defs.ts +0 -71
  203. package/src/lexicon/types/app/bsky/contact/dismissMatch.ts +0 -43
  204. package/src/lexicon/types/app/bsky/contact/getMatches.ts +0 -43
  205. package/src/lexicon/types/app/bsky/contact/getSyncStatus.ts +0 -39
  206. package/src/lexicon/types/app/bsky/contact/importContacts.ts +0 -54
  207. package/src/lexicon/types/app/bsky/contact/removeData.ts +0 -40
  208. package/src/lexicon/types/app/bsky/contact/sendNotification.ts +0 -44
  209. package/src/lexicon/types/app/bsky/contact/startPhoneVerification.ts +0 -43
  210. package/src/lexicon/types/app/bsky/contact/verifyPhone.ts +0 -53
  211. package/src/lexicon/types/app/bsky/draft/createDraft.ts +0 -46
  212. package/src/lexicon/types/app/bsky/draft/defs.ts +0 -212
  213. package/src/lexicon/types/app/bsky/draft/deleteDraft.ts +0 -33
  214. package/src/lexicon/types/app/bsky/draft/getDrafts.ts +0 -42
  215. package/src/lexicon/types/app/bsky/draft/updateDraft.ts +0 -34
  216. package/src/lexicon/types/app/bsky/embed/defs.ts +0 -32
  217. package/src/lexicon/types/app/bsky/embed/external.ts +0 -85
  218. package/src/lexicon/types/app/bsky/embed/images.ts +0 -86
  219. package/src/lexicon/types/app/bsky/embed/record.ts +0 -146
  220. package/src/lexicon/types/app/bsky/embed/recordWithMedia.ts +0 -59
  221. package/src/lexicon/types/app/bsky/embed/video.ts +0 -75
  222. package/src/lexicon/types/app/bsky/feed/defs.ts +0 -428
  223. package/src/lexicon/types/app/bsky/feed/describeFeedGenerator.ts +0 -70
  224. package/src/lexicon/types/app/bsky/feed/generator.ts +0 -51
  225. package/src/lexicon/types/app/bsky/feed/getActorFeeds.ts +0 -43
  226. package/src/lexicon/types/app/bsky/feed/getActorLikes.ts +0 -44
  227. package/src/lexicon/types/app/bsky/feed/getAuthorFeed.ts +0 -53
  228. package/src/lexicon/types/app/bsky/feed/getFeed.ts +0 -44
  229. package/src/lexicon/types/app/bsky/feed/getFeedGenerator.ts +0 -45
  230. package/src/lexicon/types/app/bsky/feed/getFeedGenerators.ts +0 -40
  231. package/src/lexicon/types/app/bsky/feed/getFeedSkeleton.ts +0 -47
  232. package/src/lexicon/types/app/bsky/feed/getLikes.ts +0 -65
  233. package/src/lexicon/types/app/bsky/feed/getListFeed.ts +0 -45
  234. package/src/lexicon/types/app/bsky/feed/getPostThread.ts +0 -51
  235. package/src/lexicon/types/app/bsky/feed/getPosts.ts +0 -41
  236. package/src/lexicon/types/app/bsky/feed/getQuotes.ts +0 -48
  237. package/src/lexicon/types/app/bsky/feed/getRepostedBy.ts +0 -48
  238. package/src/lexicon/types/app/bsky/feed/getSuggestedFeeds.ts +0 -42
  239. package/src/lexicon/types/app/bsky/feed/getTimeline.ts +0 -44
  240. package/src/lexicon/types/app/bsky/feed/like.ts +0 -40
  241. package/src/lexicon/types/app/bsky/feed/post.ts +0 -117
  242. package/src/lexicon/types/app/bsky/feed/postgate.ts +0 -58
  243. package/src/lexicon/types/app/bsky/feed/repost.ts +0 -40
  244. package/src/lexicon/types/app/bsky/feed/searchPosts.ts +0 -66
  245. package/src/lexicon/types/app/bsky/feed/sendInteractions.ts +0 -43
  246. package/src/lexicon/types/app/bsky/feed/threadgate.ts +0 -110
  247. package/src/lexicon/types/app/bsky/graph/block.ts +0 -39
  248. package/src/lexicon/types/app/bsky/graph/defs.ts +0 -206
  249. package/src/lexicon/types/app/bsky/graph/follow.ts +0 -40
  250. package/src/lexicon/types/app/bsky/graph/getActorStarterPacks.ts +0 -43
  251. package/src/lexicon/types/app/bsky/graph/getBlocks.ts +0 -42
  252. package/src/lexicon/types/app/bsky/graph/getFollowers.ts +0 -44
  253. package/src/lexicon/types/app/bsky/graph/getFollows.ts +0 -44
  254. package/src/lexicon/types/app/bsky/graph/getKnownFollowers.ts +0 -44
  255. package/src/lexicon/types/app/bsky/graph/getList.ts +0 -45
  256. package/src/lexicon/types/app/bsky/graph/getListBlocks.ts +0 -42
  257. package/src/lexicon/types/app/bsky/graph/getListMutes.ts +0 -42
  258. package/src/lexicon/types/app/bsky/graph/getLists.ts +0 -46
  259. package/src/lexicon/types/app/bsky/graph/getListsWithMembership.ts +0 -63
  260. package/src/lexicon/types/app/bsky/graph/getMutes.ts +0 -42
  261. package/src/lexicon/types/app/bsky/graph/getRelationships.ts +0 -49
  262. package/src/lexicon/types/app/bsky/graph/getStarterPack.ts +0 -41
  263. package/src/lexicon/types/app/bsky/graph/getStarterPacks.ts +0 -40
  264. package/src/lexicon/types/app/bsky/graph/getStarterPacksWithMembership.ts +0 -65
  265. package/src/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.ts +0 -46
  266. package/src/lexicon/types/app/bsky/graph/list.ts +0 -47
  267. package/src/lexicon/types/app/bsky/graph/listblock.ts +0 -39
  268. package/src/lexicon/types/app/bsky/graph/listitem.ts +0 -41
  269. package/src/lexicon/types/app/bsky/graph/muteActor.ts +0 -33
  270. package/src/lexicon/types/app/bsky/graph/muteActorList.ts +0 -33
  271. package/src/lexicon/types/app/bsky/graph/muteThread.ts +0 -33
  272. package/src/lexicon/types/app/bsky/graph/searchStarterPacks.ts +0 -44
  273. package/src/lexicon/types/app/bsky/graph/starterpack.ts +0 -60
  274. package/src/lexicon/types/app/bsky/graph/unmuteActor.ts +0 -33
  275. package/src/lexicon/types/app/bsky/graph/unmuteActorList.ts +0 -33
  276. package/src/lexicon/types/app/bsky/graph/unmuteThread.ts +0 -33
  277. package/src/lexicon/types/app/bsky/graph/verification.ts +0 -44
  278. package/src/lexicon/types/app/bsky/labeler/defs.ts +0 -100
  279. package/src/lexicon/types/app/bsky/labeler/getServices.ts +0 -45
  280. package/src/lexicon/types/app/bsky/labeler/service.ts +0 -48
  281. package/src/lexicon/types/app/bsky/notification/declaration.ts +0 -38
  282. package/src/lexicon/types/app/bsky/notification/defs.ts +0 -142
  283. package/src/lexicon/types/app/bsky/notification/getPreferences.ts +0 -38
  284. package/src/lexicon/types/app/bsky/notification/getUnreadCount.ts +0 -40
  285. package/src/lexicon/types/app/bsky/notification/listActivitySubscriptions.ts +0 -42
  286. package/src/lexicon/types/app/bsky/notification/listNotifications.ts +0 -87
  287. package/src/lexicon/types/app/bsky/notification/putActivitySubscription.ts +0 -46
  288. package/src/lexicon/types/app/bsky/notification/putPreferences.ts +0 -33
  289. package/src/lexicon/types/app/bsky/notification/putPreferencesV2.ts +0 -56
  290. package/src/lexicon/types/app/bsky/notification/registerPush.ts +0 -38
  291. package/src/lexicon/types/app/bsky/notification/unregisterPush.ts +0 -36
  292. package/src/lexicon/types/app/bsky/notification/updateSeen.ts +0 -33
  293. package/src/lexicon/types/app/bsky/richtext/facet.ts +0 -97
  294. package/src/lexicon/types/app/bsky/unspecced/defs.ts +0 -250
  295. package/src/lexicon/types/app/bsky/unspecced/getAgeAssuranceState.ts +0 -34
  296. package/src/lexicon/types/app/bsky/unspecced/getConfig.ts +0 -54
  297. package/src/lexicon/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts +0 -40
  298. package/src/lexicon/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts +0 -41
  299. package/src/lexicon/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.ts +0 -47
  300. package/src/lexicon/types/app/bsky/unspecced/getPopularFeedGenerators.ts +0 -43
  301. package/src/lexicon/types/app/bsky/unspecced/getPostThreadOtherV2.ts +0 -60
  302. package/src/lexicon/types/app/bsky/unspecced/getPostThreadV2.ts +0 -77
  303. package/src/lexicon/types/app/bsky/unspecced/getSuggestedFeeds.ts +0 -40
  304. package/src/lexicon/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts +0 -41
  305. package/src/lexicon/types/app/bsky/unspecced/getSuggestedOnboardingUsers.ts +0 -46
  306. package/src/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacks.ts +0 -40
  307. package/src/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts +0 -41
  308. package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsers.ts +0 -46
  309. package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscover.ts +0 -42
  310. package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.ts +0 -43
  311. package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExplore.ts +0 -44
  312. package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.ts +0 -45
  313. package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.ts +0 -44
  314. package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.ts +0 -45
  315. package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersSkeleton.ts +0 -47
  316. package/src/lexicon/types/app/bsky/unspecced/getSuggestionsSkeleton.ts +0 -52
  317. package/src/lexicon/types/app/bsky/unspecced/getTaggedSuggestions.ts +0 -54
  318. package/src/lexicon/types/app/bsky/unspecced/getTrendingTopics.ts +0 -43
  319. package/src/lexicon/types/app/bsky/unspecced/getTrends.ts +0 -40
  320. package/src/lexicon/types/app/bsky/unspecced/getTrendsSkeleton.ts +0 -42
  321. package/src/lexicon/types/app/bsky/unspecced/initAgeAssurance.ts +0 -48
  322. package/src/lexicon/types/app/bsky/unspecced/searchActorsSkeleton.ts +0 -52
  323. package/src/lexicon/types/app/bsky/unspecced/searchPostsSkeleton.ts +0 -68
  324. package/src/lexicon/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts +0 -50
  325. package/src/lexicon/types/app/bsky/video/defs.ts +0 -38
  326. package/src/lexicon/types/app/bsky/video/getJobStatus.ts +0 -40
  327. package/src/lexicon/types/app/bsky/video/getUploadLimits.ts +0 -41
  328. package/src/lexicon/types/app/bsky/video/uploadVideo.ts +0 -42
  329. package/src/lexicon/types/chat/bsky/actor/declaration.ts +0 -39
  330. package/src/lexicon/types/chat/bsky/actor/defs.ts +0 -96
  331. package/src/lexicon/types/chat/bsky/actor/deleteAccount.ts +0 -35
  332. package/src/lexicon/types/chat/bsky/actor/exportAccountData.ts +0 -33
  333. package/src/lexicon/types/chat/bsky/convo/acceptConvo.ts +0 -45
  334. package/src/lexicon/types/chat/bsky/convo/addReaction.ts +0 -52
  335. package/src/lexicon/types/chat/bsky/convo/defs.ts +0 -1058
  336. package/src/lexicon/types/chat/bsky/convo/deleteMessageForSelf.ts +0 -44
  337. package/src/lexicon/types/chat/bsky/convo/getConvo.ts +0 -41
  338. package/src/lexicon/types/chat/bsky/convo/getConvoAvailability.ts +0 -41
  339. package/src/lexicon/types/chat/bsky/convo/getConvoForMembers.ts +0 -46
  340. package/src/lexicon/types/chat/bsky/convo/getConvoMembers.ts +0 -44
  341. package/src/lexicon/types/chat/bsky/convo/getLog.ts +0 -70
  342. package/src/lexicon/types/chat/bsky/convo/getMessages.ts +0 -52
  343. package/src/lexicon/types/chat/bsky/convo/leaveConvo.ts +0 -45
  344. package/src/lexicon/types/chat/bsky/convo/listConvoRequests.ts +0 -47
  345. package/src/lexicon/types/chat/bsky/convo/listConvos.ts +0 -49
  346. package/src/lexicon/types/chat/bsky/convo/lockConvo.ts +0 -45
  347. package/src/lexicon/types/chat/bsky/convo/muteConvo.ts +0 -45
  348. package/src/lexicon/types/chat/bsky/convo/removeReaction.ts +0 -51
  349. package/src/lexicon/types/chat/bsky/convo/sendMessage.ts +0 -44
  350. package/src/lexicon/types/chat/bsky/convo/sendMessageBatch.ts +0 -61
  351. package/src/lexicon/types/chat/bsky/convo/unlockConvo.ts +0 -45
  352. package/src/lexicon/types/chat/bsky/convo/unmuteConvo.ts +0 -45
  353. package/src/lexicon/types/chat/bsky/convo/updateAllRead.ts +0 -44
  354. package/src/lexicon/types/chat/bsky/convo/updateRead.ts +0 -46
  355. package/src/lexicon/types/chat/bsky/group/addMembers.ts +0 -57
  356. package/src/lexicon/types/chat/bsky/group/approveJoinRequest.ts +0 -46
  357. package/src/lexicon/types/chat/bsky/group/createGroup.ts +0 -51
  358. package/src/lexicon/types/chat/bsky/group/createJoinLink.ts +0 -47
  359. package/src/lexicon/types/chat/bsky/group/defs.ts +0 -75
  360. package/src/lexicon/types/chat/bsky/group/disableJoinLink.ts +0 -45
  361. package/src/lexicon/types/chat/bsky/group/editGroup.ts +0 -46
  362. package/src/lexicon/types/chat/bsky/group/editJoinLink.ts +0 -47
  363. package/src/lexicon/types/chat/bsky/group/enableJoinLink.ts +0 -49
  364. package/src/lexicon/types/chat/bsky/group/getJoinLinkPreview.ts +0 -41
  365. package/src/lexicon/types/chat/bsky/group/listJoinRequests.ts +0 -44
  366. package/src/lexicon/types/chat/bsky/group/rejectJoinRequest.ts +0 -43
  367. package/src/lexicon/types/chat/bsky/group/removeMembers.ts +0 -46
  368. package/src/lexicon/types/chat/bsky/group/requestJoin.ts +0 -52
  369. package/src/lexicon/types/chat/bsky/moderation/getActorMetadata.ts +0 -59
  370. package/src/lexicon/types/chat/bsky/moderation/getMessageContext.ts +0 -52
  371. package/src/lexicon/types/chat/bsky/moderation/subscribeModEvents.ts +0 -386
  372. package/src/lexicon/types/chat/bsky/moderation/updateActorAccess.ts +0 -35
  373. package/src/lexicon/types/com/atproto/admin/defs.ts +0 -106
  374. package/src/lexicon/types/com/atproto/admin/deleteAccount.ts +0 -33
  375. package/src/lexicon/types/com/atproto/admin/disableAccountInvites.ts +0 -35
  376. package/src/lexicon/types/com/atproto/admin/disableInviteCodes.ts +0 -34
  377. package/src/lexicon/types/com/atproto/admin/enableAccountInvites.ts +0 -35
  378. package/src/lexicon/types/com/atproto/admin/getAccountInfo.ts +0 -36
  379. package/src/lexicon/types/com/atproto/admin/getAccountInfos.ts +0 -40
  380. package/src/lexicon/types/com/atproto/admin/getInviteCodes.ts +0 -43
  381. package/src/lexicon/types/com/atproto/admin/getSubjectStatus.ts +0 -49
  382. package/src/lexicon/types/com/atproto/admin/searchAccounts.ts +0 -43
  383. package/src/lexicon/types/com/atproto/admin/sendEmail.ts +0 -48
  384. package/src/lexicon/types/com/atproto/admin/updateAccountEmail.ts +0 -35
  385. package/src/lexicon/types/com/atproto/admin/updateAccountHandle.ts +0 -34
  386. package/src/lexicon/types/com/atproto/admin/updateAccountPassword.ts +0 -34
  387. package/src/lexicon/types/com/atproto/admin/updateAccountSigningKey.ts +0 -35
  388. package/src/lexicon/types/com/atproto/admin/updateSubjectStatus.ts +0 -56
  389. package/src/lexicon/types/com/atproto/identity/defs.ts +0 -34
  390. package/src/lexicon/types/com/atproto/identity/getRecommendedDidCredentials.ts +0 -41
  391. package/src/lexicon/types/com/atproto/identity/refreshIdentity.ts +0 -43
  392. package/src/lexicon/types/com/atproto/identity/requestPlcOperationSignature.ts +0 -26
  393. package/src/lexicon/types/com/atproto/identity/resolveDid.ts +0 -42
  394. package/src/lexicon/types/com/atproto/identity/resolveHandle.ts +0 -41
  395. package/src/lexicon/types/com/atproto/identity/resolveIdentity.ts +0 -38
  396. package/src/lexicon/types/com/atproto/identity/signPlcOperation.ts +0 -49
  397. package/src/lexicon/types/com/atproto/identity/submitPlcOperation.ts +0 -33
  398. package/src/lexicon/types/com/atproto/identity/updateHandle.ts +0 -34
  399. package/src/lexicon/types/com/atproto/label/defs.ts +0 -143
  400. package/src/lexicon/types/com/atproto/label/queryLabels.ts +0 -46
  401. package/src/lexicon/types/com/atproto/label/subscribeLabels.ts +0 -58
  402. package/src/lexicon/types/com/atproto/lexicon/resolveLexicon.ts +0 -46
  403. package/src/lexicon/types/com/atproto/lexicon/schema.ts +0 -38
  404. package/src/lexicon/types/com/atproto/moderation/createReport.ts +0 -80
  405. package/src/lexicon/types/com/atproto/moderation/defs.ts +0 -83
  406. package/src/lexicon/types/com/atproto/repo/applyWrites.ts +0 -158
  407. package/src/lexicon/types/com/atproto/repo/createRecord.ts +0 -59
  408. package/src/lexicon/types/com/atproto/repo/defs.ts +0 -31
  409. package/src/lexicon/types/com/atproto/repo/deleteRecord.ts +0 -54
  410. package/src/lexicon/types/com/atproto/repo/describeRepo.ts +0 -47
  411. package/src/lexicon/types/com/atproto/repo/getRecord.ts +0 -49
  412. package/src/lexicon/types/com/atproto/repo/importRepo.ts +0 -31
  413. package/src/lexicon/types/com/atproto/repo/listMissingBlobs.ts +0 -57
  414. package/src/lexicon/types/com/atproto/repo/listRecords.ts +0 -65
  415. package/src/lexicon/types/com/atproto/repo/putRecord.ts +0 -61
  416. package/src/lexicon/types/com/atproto/repo/strongRef.ts +0 -31
  417. package/src/lexicon/types/com/atproto/repo/uploadBlob.ts +0 -41
  418. package/src/lexicon/types/com/atproto/server/activateAccount.ts +0 -26
  419. package/src/lexicon/types/com/atproto/server/checkAccountStatus.ts +0 -45
  420. package/src/lexicon/types/com/atproto/server/confirmEmail.ts +0 -35
  421. package/src/lexicon/types/com/atproto/server/createAccount.ts +0 -71
  422. package/src/lexicon/types/com/atproto/server/createAppPassword.ts +0 -63
  423. package/src/lexicon/types/com/atproto/server/createInviteCode.ts +0 -44
  424. package/src/lexicon/types/com/atproto/server/createInviteCodes.ts +0 -61
  425. package/src/lexicon/types/com/atproto/server/createSession.ts +0 -59
  426. package/src/lexicon/types/com/atproto/server/deactivateAccount.ts +0 -34
  427. package/src/lexicon/types/com/atproto/server/defs.ts +0 -52
  428. package/src/lexicon/types/com/atproto/server/deleteAccount.ts +0 -36
  429. package/src/lexicon/types/com/atproto/server/deleteSession.ts +0 -27
  430. package/src/lexicon/types/com/atproto/server/describeServer.ts +0 -76
  431. package/src/lexicon/types/com/atproto/server/getAccountInviteCodes.ts +0 -43
  432. package/src/lexicon/types/com/atproto/server/getServiceAuth.ts +0 -45
  433. package/src/lexicon/types/com/atproto/server/getSession.ts +0 -45
  434. package/src/lexicon/types/com/atproto/server/listAppPasswords.ts +0 -55
  435. package/src/lexicon/types/com/atproto/server/refreshSession.ts +0 -48
  436. package/src/lexicon/types/com/atproto/server/requestAccountDelete.ts +0 -26
  437. package/src/lexicon/types/com/atproto/server/requestEmailConfirmation.ts +0 -26
  438. package/src/lexicon/types/com/atproto/server/requestEmailUpdate.ts +0 -37
  439. package/src/lexicon/types/com/atproto/server/requestPasswordReset.ts +0 -33
  440. package/src/lexicon/types/com/atproto/server/reserveSigningKey.ts +0 -45
  441. package/src/lexicon/types/com/atproto/server/resetPassword.ts +0 -35
  442. package/src/lexicon/types/com/atproto/server/revokeAppPassword.ts +0 -33
  443. package/src/lexicon/types/com/atproto/server/updateEmail.ts +0 -37
  444. package/src/lexicon/types/com/atproto/sync/defs.ts +0 -23
  445. package/src/lexicon/types/com/atproto/sync/getBlob.ts +0 -44
  446. package/src/lexicon/types/com/atproto/sync/getBlocks.ts +0 -43
  447. package/src/lexicon/types/com/atproto/sync/getCheckout.ts +0 -36
  448. package/src/lexicon/types/com/atproto/sync/getHead.ts +0 -41
  449. package/src/lexicon/types/com/atproto/sync/getHostStatus.ts +0 -47
  450. package/src/lexicon/types/com/atproto/sync/getLatestCommit.ts +0 -42
  451. package/src/lexicon/types/com/atproto/sync/getRecord.ts +0 -45
  452. package/src/lexicon/types/com/atproto/sync/getRepo.ts +0 -39
  453. package/src/lexicon/types/com/atproto/sync/getRepoStatus.ts +0 -53
  454. package/src/lexicon/types/com/atproto/sync/listBlobs.ts +0 -46
  455. package/src/lexicon/types/com/atproto/sync/listHosts.ts +0 -63
  456. package/src/lexicon/types/com/atproto/sync/listRepos.ts +0 -69
  457. package/src/lexicon/types/com/atproto/sync/listReposByCollection.ts +0 -58
  458. package/src/lexicon/types/com/atproto/sync/notifyOfUpdate.ts +0 -34
  459. package/src/lexicon/types/com/atproto/sync/requestCrawl.ts +0 -35
  460. package/src/lexicon/types/com/atproto/sync/subscribeRepos.ts +0 -179
  461. package/src/lexicon/types/com/atproto/temp/addReservedHandle.ts +0 -41
  462. package/src/lexicon/types/com/atproto/temp/checkHandleAvailability.ts +0 -99
  463. package/src/lexicon/types/com/atproto/temp/checkSignupQueue.ts +0 -39
  464. package/src/lexicon/types/com/atproto/temp/dereferenceScope.ts +0 -42
  465. package/src/lexicon/types/com/atproto/temp/fetchLabels.ts +0 -41
  466. package/src/lexicon/types/com/atproto/temp/requestPhoneVerification.ts +0 -33
  467. package/src/lexicon/types/com/atproto/temp/revokeAccountCredentials.ts +0 -33
  468. package/src/lexicon/types/tools/ozone/communication/createTemplate.ts +0 -52
  469. package/src/lexicon/types/tools/ozone/communication/defs.ts +0 -43
  470. package/src/lexicon/types/tools/ozone/communication/deleteTemplate.ts +0 -33
  471. package/src/lexicon/types/tools/ozone/communication/listTemplates.ts +0 -38
  472. package/src/lexicon/types/tools/ozone/communication/updateTemplate.ts +0 -55
  473. package/src/lexicon/types/tools/ozone/hosting/getAccountHistory.ts +0 -147
  474. package/src/lexicon/types/tools/ozone/moderation/cancelScheduledActions.ts +0 -79
  475. package/src/lexicon/types/tools/ozone/moderation/defs.ts +0 -1176
  476. package/src/lexicon/types/tools/ozone/moderation/emitEvent.ts +0 -104
  477. package/src/lexicon/types/tools/ozone/moderation/getAccountTimeline.ts +0 -105
  478. package/src/lexicon/types/tools/ozone/moderation/getEvent.ts +0 -36
  479. package/src/lexicon/types/tools/ozone/moderation/getRecord.ts +0 -38
  480. package/src/lexicon/types/tools/ozone/moderation/getRecords.ts +0 -44
  481. package/src/lexicon/types/tools/ozone/moderation/getRepo.ts +0 -37
  482. package/src/lexicon/types/tools/ozone/moderation/getReporterStats.ts +0 -40
  483. package/src/lexicon/types/tools/ozone/moderation/getRepos.ts +0 -44
  484. package/src/lexicon/types/tools/ozone/moderation/getSubjects.ts +0 -40
  485. package/src/lexicon/types/tools/ozone/moderation/listScheduledActions.ts +0 -57
  486. package/src/lexicon/types/tools/ozone/moderation/queryEvents.ts +0 -86
  487. package/src/lexicon/types/tools/ozone/moderation/queryStatuses.ts +0 -121
  488. package/src/lexicon/types/tools/ozone/moderation/scheduleAction.ts +0 -133
  489. package/src/lexicon/types/tools/ozone/moderation/searchRepos.ts +0 -45
  490. package/src/lexicon/types/tools/ozone/queue/assignModerator.ts +0 -46
  491. package/src/lexicon/types/tools/ozone/queue/createQueue.ts +0 -54
  492. package/src/lexicon/types/tools/ozone/queue/defs.ts +0 -99
  493. package/src/lexicon/types/tools/ozone/queue/deleteQueue.ts +0 -48
  494. package/src/lexicon/types/tools/ozone/queue/getAssignments.ts +0 -48
  495. package/src/lexicon/types/tools/ozone/queue/listQueues.ts +0 -50
  496. package/src/lexicon/types/tools/ozone/queue/routeReports.ts +0 -50
  497. package/src/lexicon/types/tools/ozone/queue/unassignModerator.ts +0 -37
  498. package/src/lexicon/types/tools/ozone/queue/updateQueue.ts +0 -51
  499. package/src/lexicon/types/tools/ozone/report/assignModerator.ts +0 -50
  500. package/src/lexicon/types/tools/ozone/report/createActivity.ts +0 -60
  501. package/src/lexicon/types/tools/ozone/report/defs.ts +0 -466
  502. package/src/lexicon/types/tools/ozone/report/getAssignments.ts +0 -48
  503. package/src/lexicon/types/tools/ozone/report/getHistoricalStats.ts +0 -54
  504. package/src/lexicon/types/tools/ozone/report/getLatestReport.ts +0 -39
  505. package/src/lexicon/types/tools/ozone/report/getLiveStats.ts +0 -45
  506. package/src/lexicon/types/tools/ozone/report/getReport.ts +0 -38
  507. package/src/lexicon/types/tools/ozone/report/listActivities.ts +0 -44
  508. package/src/lexicon/types/tools/ozone/report/queryReports.ts +0 -72
  509. package/src/lexicon/types/tools/ozone/report/reassignQueue.ts +0 -55
  510. package/src/lexicon/types/tools/ozone/report/refreshStats.ts +0 -46
  511. package/src/lexicon/types/tools/ozone/report/unassignModerator.ts +0 -44
  512. package/src/lexicon/types/tools/ozone/safelink/addRule.ts +0 -51
  513. package/src/lexicon/types/tools/ozone/safelink/defs.ts +0 -76
  514. package/src/lexicon/types/tools/ozone/safelink/queryEvents.ts +0 -55
  515. package/src/lexicon/types/tools/ozone/safelink/queryRules.ts +0 -61
  516. package/src/lexicon/types/tools/ozone/safelink/removeRule.ts +0 -49
  517. package/src/lexicon/types/tools/ozone/safelink/updateRule.ts +0 -51
  518. package/src/lexicon/types/tools/ozone/server/getConfig.ts +0 -78
  519. package/src/lexicon/types/tools/ozone/set/addValues.ts +0 -36
  520. package/src/lexicon/types/tools/ozone/set/defs.ts +0 -50
  521. package/src/lexicon/types/tools/ozone/set/deleteSet.ts +0 -43
  522. package/src/lexicon/types/tools/ozone/set/deleteValues.ts +0 -37
  523. package/src/lexicon/types/tools/ozone/set/getValues.ts +0 -45
  524. package/src/lexicon/types/tools/ozone/set/querySets.ts +0 -46
  525. package/src/lexicon/types/tools/ozone/set/upsertSet.ts +0 -38
  526. package/src/lexicon/types/tools/ozone/setting/defs.ts +0 -44
  527. package/src/lexicon/types/tools/ozone/setting/listOptions.ts +0 -47
  528. package/src/lexicon/types/tools/ozone/setting/removeOptions.ts +0 -42
  529. package/src/lexicon/types/tools/ozone/setting/upsertOption.ts +0 -53
  530. package/src/lexicon/types/tools/ozone/signature/defs.ts +0 -31
  531. package/src/lexicon/types/tools/ozone/signature/findCorrelation.ts +0 -40
  532. package/src/lexicon/types/tools/ozone/signature/findRelatedAccounts.ts +0 -60
  533. package/src/lexicon/types/tools/ozone/signature/searchAccounts.ts +0 -43
  534. package/src/lexicon/types/tools/ozone/team/addMember.ts +0 -49
  535. package/src/lexicon/types/tools/ozone/team/defs.ts +0 -51
  536. package/src/lexicon/types/tools/ozone/team/deleteMember.ts +0 -34
  537. package/src/lexicon/types/tools/ozone/team/listMembers.ts +0 -45
  538. package/src/lexicon/types/tools/ozone/team/updateMember.ts +0 -50
  539. package/src/lexicon/types/tools/ozone/verification/defs.ts +0 -59
  540. package/src/lexicon/types/tools/ozone/verification/grantVerifications.ts +0 -87
  541. package/src/lexicon/types/tools/ozone/verification/listVerifications.ts +0 -56
  542. package/src/lexicon/types/tools/ozone/verification/revokeVerifications.ts +0 -68
  543. package/src/lexicon/util.ts +0 -82
@@ -385,6 +385,15 @@ export const schemaDict = {
385
385
  description: 'The user who issued this verification.',
386
386
  format: 'did',
387
387
  },
388
+ issuerDisplayName: {
389
+ type: 'string',
390
+ description: 'The display name of the issuer.',
391
+ },
392
+ issuerHandle: {
393
+ type: 'string',
394
+ description: 'The handle of the issuer.',
395
+ format: 'handle',
396
+ },
388
397
  uri: {
389
398
  type: 'string',
390
399
  description: 'The AT-URI of the verification record.',
@@ -2597,13 +2606,13 @@ export const schemaDict = {
2597
2606
  accept: ['image/*'],
2598
2607
  maxSize: 1000000,
2599
2608
  },
2600
- associatedRecords: {
2609
+ associatedRefs: {
2601
2610
  type: 'array',
2602
2611
  items: {
2603
2612
  type: 'ref',
2604
2613
  ref: 'lex:com.atproto.repo.strongRef',
2605
2614
  },
2606
- description: 'The URI of the Atmosphere record representing this external content, if it exists. Example: a site.standard.document record.',
2615
+ description: 'StrongRefs (uri+cid) of the Atmosphere records that backed this view.',
2607
2616
  },
2608
2617
  },
2609
2618
  },
@@ -2635,6 +2644,176 @@ export const schemaDict = {
2635
2644
  type: 'string',
2636
2645
  format: 'uri',
2637
2646
  },
2647
+ createdAt: {
2648
+ type: 'string',
2649
+ format: 'datetime',
2650
+ description: 'When the external content was created, if available. Example: a publication date, for an article.',
2651
+ },
2652
+ updatedAt: {
2653
+ type: 'string',
2654
+ format: 'datetime',
2655
+ description: 'When the external content was updated, if available.',
2656
+ },
2657
+ readingTime: {
2658
+ type: 'integer',
2659
+ description: 'Estimated reading time in minutes, if applicable and available.',
2660
+ },
2661
+ labels: {
2662
+ type: 'array',
2663
+ items: {
2664
+ type: 'ref',
2665
+ ref: 'lex:com.atproto.label.defs#label',
2666
+ },
2667
+ },
2668
+ source: {
2669
+ type: 'ref',
2670
+ ref: 'lex:app.bsky.embed.external#viewExternalSource',
2671
+ },
2672
+ associatedRefs: {
2673
+ type: 'array',
2674
+ items: {
2675
+ type: 'ref',
2676
+ ref: 'lex:com.atproto.repo.strongRef',
2677
+ },
2678
+ description: 'StrongRefs (uri+cid) of the Atmosphere records that backed this view.',
2679
+ },
2680
+ associatedProfiles: {
2681
+ type: 'array',
2682
+ items: {
2683
+ type: 'ref',
2684
+ ref: 'lex:app.bsky.actor.defs#profileViewBasic',
2685
+ },
2686
+ description: 'Profiles of the owners of the Atmosphere records that backed this view.',
2687
+ },
2688
+ },
2689
+ },
2690
+ viewExternalSource: {
2691
+ type: 'object',
2692
+ description: 'The source of an external embed, such as a standard.site publication.',
2693
+ required: ['uri', 'title'],
2694
+ properties: {
2695
+ uri: {
2696
+ type: 'string',
2697
+ format: 'uri',
2698
+ description: 'URI of the source, if available. Example: the https:// URL of a site.standard.publication record.',
2699
+ },
2700
+ icon: {
2701
+ type: 'string',
2702
+ format: 'uri',
2703
+ description: 'Fully-qualified URL where an icon representing the source can be fetched. For example, CDN location provided by the App View.',
2704
+ },
2705
+ title: {
2706
+ type: 'string',
2707
+ },
2708
+ description: {
2709
+ type: 'string',
2710
+ },
2711
+ theme: {
2712
+ type: 'ref',
2713
+ ref: 'lex:app.bsky.embed.external#viewExternalSourceTheme',
2714
+ },
2715
+ },
2716
+ },
2717
+ viewExternalSourceTheme: {
2718
+ type: 'object',
2719
+ description: 'The theme colors of an external source, such as a site.standard.publication. These colors may be used when rendering an embed from that source.',
2720
+ properties: {
2721
+ backgroundRGB: {
2722
+ type: 'ref',
2723
+ ref: 'lex:app.bsky.embed.external#colorRGB',
2724
+ },
2725
+ foregroundRGB: {
2726
+ type: 'ref',
2727
+ ref: 'lex:app.bsky.embed.external#colorRGB',
2728
+ },
2729
+ accentRGB: {
2730
+ type: 'ref',
2731
+ ref: 'lex:app.bsky.embed.external#colorRGB',
2732
+ },
2733
+ accentForegroundRGB: {
2734
+ type: 'ref',
2735
+ ref: 'lex:app.bsky.embed.external#colorRGB',
2736
+ },
2737
+ },
2738
+ },
2739
+ colorRGB: {
2740
+ type: 'object',
2741
+ description: 'RGB color definition, inspired by site.standard.theme.color#rgb',
2742
+ required: ['r', 'g', 'b'],
2743
+ properties: {
2744
+ r: {
2745
+ type: 'integer',
2746
+ minimum: 0,
2747
+ maximum: 255,
2748
+ },
2749
+ g: {
2750
+ type: 'integer',
2751
+ minimum: 0,
2752
+ maximum: 255,
2753
+ },
2754
+ b: {
2755
+ type: 'integer',
2756
+ minimum: 0,
2757
+ maximum: 255,
2758
+ },
2759
+ },
2760
+ },
2761
+ },
2762
+ },
2763
+ AppBskyEmbedGetEmbedExternalView: {
2764
+ lexicon: 1,
2765
+ id: 'app.bsky.embed.getEmbedExternalView',
2766
+ defs: {
2767
+ main: {
2768
+ type: 'query',
2769
+ description: "Resolve one or more AT-URIs into the data needed to render an enhanced external embed. Returns `associatedRefs` (strongRefs to embed into a post's external.associatedRefs), the raw `associatedRecords`, and a hydrated `view`. The response is empty (`{}`) when no records were resolvable, or when validation determined the resolved records don't actually back the requested URL; clients should fall back to their own link-card rendering in that case and skip writing strongRefs to the post.",
2770
+ parameters: {
2771
+ type: 'params',
2772
+ required: ['url', 'uris'],
2773
+ properties: {
2774
+ url: {
2775
+ type: 'string',
2776
+ format: 'uri',
2777
+ description: "The canonical web URL the embed represents (typically the URL the user pasted into the composer). Used as the returned view's `uri`. May be used for validation in the future.",
2778
+ },
2779
+ uris: {
2780
+ type: 'array',
2781
+ description: 'AT-URIs of any Atmosphere records that can be resolved and used to construct #externalView views. Example: a site.standard.document and optionally its associated site.standard.publication.',
2782
+ items: {
2783
+ type: 'string',
2784
+ format: 'at-uri',
2785
+ },
2786
+ maxLength: 4,
2787
+ },
2788
+ },
2789
+ },
2790
+ output: {
2791
+ encoding: 'application/json',
2792
+ schema: {
2793
+ type: 'object',
2794
+ properties: {
2795
+ view: {
2796
+ type: 'ref',
2797
+ ref: 'lex:app.bsky.embed.external#view',
2798
+ description: 'Hydrated view of the embed. Present only when the resolved records back the requested URL and supply enough information to populate the required `viewExternal` fields. Omitted alongside the rest of the response when no records resolved or validation failed.',
2799
+ },
2800
+ associatedRefs: {
2801
+ type: 'array',
2802
+ items: {
2803
+ type: 'ref',
2804
+ ref: 'lex:com.atproto.repo.strongRef',
2805
+ },
2806
+ description: "StrongRefs (URI+CID) of the Atmosphere records that backed this view, suitable for embedding into a post's external.associatedRefs.",
2807
+ },
2808
+ associatedRecords: {
2809
+ type: 'array',
2810
+ items: {
2811
+ type: 'unknown',
2812
+ description: 'The raw record data of the Atmosphere records that backed this view. This is returned for convenience, to avoid the need for the client to separately fetch the record data for the associatedRefs. Example: the site.standard.document and site.standard.publication records that backed this view.',
2813
+ },
2814
+ },
2815
+ },
2816
+ },
2638
2817
  },
2639
2818
  },
2640
2819
  },
@@ -9468,6 +9647,37 @@ export const schemaDict = {
9468
9647
  },
9469
9648
  },
9470
9649
  },
9650
+ ChatBskyActorGetStatus: {
9651
+ lexicon: 1,
9652
+ id: 'chat.bsky.actor.getStatus',
9653
+ defs: {
9654
+ main: {
9655
+ type: 'query',
9656
+ description: "Get the authenticated viewer's chat status: whether their account is chat-disabled and whether their group-membership additions are restricted to accounts they follow.",
9657
+ output: {
9658
+ encoding: 'application/json',
9659
+ schema: {
9660
+ type: 'object',
9661
+ required: ['chatDisabled', 'canCreateGroups', 'groupMemberLimit'],
9662
+ properties: {
9663
+ chatDisabled: {
9664
+ type: 'boolean',
9665
+ description: "True when the viewer's account is disabled and cannot actively participate in chat.",
9666
+ },
9667
+ canCreateGroups: {
9668
+ type: 'boolean',
9669
+ description: "Whether the viewer's account is allowed to create group chats. New accounts are restricted from creating groups.",
9670
+ },
9671
+ groupMemberLimit: {
9672
+ type: 'integer',
9673
+ description: 'The maximum number of members allowed in a group conversation.',
9674
+ },
9675
+ },
9676
+ },
9677
+ },
9678
+ },
9679
+ },
9680
+ },
9471
9681
  ChatBskyConvoAcceptConvo: {
9472
9682
  lexicon: 1,
9473
9683
  id: 'chat.bsky.convo.acceptConvo',
@@ -9637,7 +9847,7 @@ export const schemaDict = {
9637
9847
  },
9638
9848
  embed: {
9639
9849
  type: 'union',
9640
- refs: ['lex:app.bsky.embed.record'],
9850
+ refs: ['lex:app.bsky.embed.record', 'lex:chat.bsky.embed.joinLink'],
9641
9851
  },
9642
9852
  },
9643
9853
  },
@@ -9666,7 +9876,10 @@ export const schemaDict = {
9666
9876
  },
9667
9877
  embed: {
9668
9878
  type: 'union',
9669
- refs: ['lex:app.bsky.embed.record#view'],
9879
+ refs: [
9880
+ 'lex:app.bsky.embed.record#view',
9881
+ 'lex:chat.bsky.embed.joinLink#view',
9882
+ ],
9670
9883
  },
9671
9884
  reactions: {
9672
9885
  type: 'array',
@@ -10001,18 +10214,14 @@ export const schemaDict = {
10001
10214
  groupConvo: {
10002
10215
  description: '[NOTE: This is under active development and should be considered unstable while this note is here].',
10003
10216
  type: 'object',
10004
- required: ['name', 'lockStatus', 'memberCount', 'createdAt'],
10217
+ required: [
10218
+ 'createdAt',
10219
+ 'lockStatus',
10220
+ 'memberCount',
10221
+ 'memberLimit',
10222
+ 'name',
10223
+ ],
10005
10224
  properties: {
10006
- name: {
10007
- type: 'string',
10008
- description: 'The display name of the group conversation.',
10009
- maxGraphemes: 128,
10010
- maxLength: 1280,
10011
- },
10012
- memberCount: {
10013
- type: 'integer',
10014
- description: 'The total number of members in the group conversation.',
10015
- },
10016
10225
  createdAt: {
10017
10226
  type: 'string',
10018
10227
  format: 'datetime',
@@ -10021,11 +10230,33 @@ export const schemaDict = {
10021
10230
  type: 'ref',
10022
10231
  ref: 'lex:chat.bsky.group.defs#joinLinkView',
10023
10232
  },
10233
+ joinRequestCount: {
10234
+ type: 'integer',
10235
+ description: 'The total number of pending join requests for the group conversation. Only present for the owner. Capped at 21.',
10236
+ },
10024
10237
  lockStatus: {
10025
10238
  description: 'The lock status of the conversation.',
10026
10239
  type: 'ref',
10027
10240
  ref: 'lex:chat.bsky.convo.defs#convoLockStatus',
10028
10241
  },
10242
+ memberCount: {
10243
+ type: 'integer',
10244
+ description: 'The total number of members in the group conversation.',
10245
+ },
10246
+ memberLimit: {
10247
+ type: 'integer',
10248
+ description: 'The maximum number of members allowed in the group conversation.',
10249
+ },
10250
+ name: {
10251
+ type: 'string',
10252
+ description: 'The display name of the group conversation.',
10253
+ maxGraphemes: 128,
10254
+ maxLength: 1280,
10255
+ },
10256
+ unreadJoinRequestCount: {
10257
+ type: 'integer',
10258
+ description: 'The number of unread join requests for the group conversation. Only present for the owner.',
10259
+ },
10029
10260
  },
10030
10261
  },
10031
10262
  logBeginConvo: {
@@ -10574,7 +10805,51 @@ export const schemaDict = {
10574
10805
  },
10575
10806
  },
10576
10807
  logOutgoingJoinRequest: {
10577
- description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was made by the viewer.',
10808
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was made by the requester. Only requester actor gets this.',
10809
+ type: 'object',
10810
+ required: ['rev', 'convoId'],
10811
+ properties: {
10812
+ rev: {
10813
+ type: 'string',
10814
+ },
10815
+ convoId: {
10816
+ type: 'string',
10817
+ },
10818
+ },
10819
+ },
10820
+ logWithdrawIncomingJoinRequest: {
10821
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a prospective member withdrew their join request. Only the owner gets this.',
10822
+ type: 'object',
10823
+ required: ['rev', 'convoId', 'member'],
10824
+ properties: {
10825
+ rev: {
10826
+ type: 'string',
10827
+ },
10828
+ convoId: {
10829
+ type: 'string',
10830
+ },
10831
+ member: {
10832
+ description: 'Prospective member who withdrew their join request.',
10833
+ type: 'ref',
10834
+ ref: 'lex:chat.bsky.actor.defs#profileViewBasic',
10835
+ },
10836
+ },
10837
+ },
10838
+ logWithdrawOutgoingJoinRequest: {
10839
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating the viewer withdrew their own join request. Only requester actor gets this.',
10840
+ type: 'object',
10841
+ required: ['rev', 'convoId'],
10842
+ properties: {
10843
+ rev: {
10844
+ type: 'string',
10845
+ },
10846
+ convoId: {
10847
+ type: 'string',
10848
+ },
10849
+ },
10850
+ },
10851
+ logReadJoinRequests: {
10852
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating the group owner marked join requests as read. Only the owner gets this.',
10578
10853
  type: 'object',
10579
10854
  required: ['rev', 'convoId'],
10580
10855
  properties: {
@@ -10721,6 +10996,9 @@ export const schemaDict = {
10721
10996
  {
10722
10997
  name: 'BlockedActor',
10723
10998
  },
10999
+ {
11000
+ name: 'BlockedSubject',
11001
+ },
10724
11002
  {
10725
11003
  name: 'MessagesDisabled',
10726
11004
  },
@@ -10870,6 +11148,9 @@ export const schemaDict = {
10870
11148
  'lex:chat.bsky.convo.defs#logApproveJoinRequest',
10871
11149
  'lex:chat.bsky.convo.defs#logRejectJoinRequest',
10872
11150
  'lex:chat.bsky.convo.defs#logOutgoingJoinRequest',
11151
+ 'lex:chat.bsky.convo.defs#logWithdrawIncomingJoinRequest',
11152
+ 'lex:chat.bsky.convo.defs#logWithdrawOutgoingJoinRequest',
11153
+ 'lex:chat.bsky.convo.defs#logReadJoinRequests',
10873
11154
  ],
10874
11155
  },
10875
11156
  },
@@ -10995,7 +11276,7 @@ export const schemaDict = {
10995
11276
  defs: {
10996
11277
  main: {
10997
11278
  type: 'query',
10998
- description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Returns a page of incoming conversation requests for the user. Direct convo requests are returned as convoView; group join requests are returned as joinRequestView.',
11279
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Returns a page of incoming conversation requests for the user. Direct convo requests are returned as convoView; group join requests made by the user are returned as joinRequestConvoView.',
10999
11280
  parameters: {
11000
11281
  type: 'params',
11001
11282
  properties: {
@@ -11025,7 +11306,7 @@ export const schemaDict = {
11025
11306
  type: 'union',
11026
11307
  refs: [
11027
11308
  'lex:chat.bsky.convo.defs#convoView',
11028
- 'lex:chat.bsky.group.defs#joinRequestView',
11309
+ 'lex:chat.bsky.group.defs#joinRequestConvoView',
11029
11310
  ],
11030
11311
  },
11031
11312
  },
@@ -11511,6 +11792,33 @@ export const schemaDict = {
11511
11792
  },
11512
11793
  },
11513
11794
  },
11795
+ ChatBskyEmbedJoinLink: {
11796
+ lexicon: 1,
11797
+ id: 'chat.bsky.embed.joinLink',
11798
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. A join link embedded in a chat message.',
11799
+ defs: {
11800
+ main: {
11801
+ type: 'object',
11802
+ required: ['code'],
11803
+ properties: {
11804
+ code: {
11805
+ type: 'string',
11806
+ description: 'The join link code.',
11807
+ },
11808
+ },
11809
+ },
11810
+ view: {
11811
+ type: 'object',
11812
+ required: ['joinLinkPreview'],
11813
+ properties: {
11814
+ joinLinkPreview: {
11815
+ type: 'ref',
11816
+ ref: 'lex:chat.bsky.group.defs#joinLinkPreviewView',
11817
+ },
11818
+ },
11819
+ },
11820
+ },
11821
+ },
11514
11822
  ChatBskyGroupAddMembers: {
11515
11823
  lexicon: 1,
11516
11824
  id: 'chat.bsky.group.addMembers',
@@ -11526,7 +11834,7 @@ export const schemaDict = {
11526
11834
  name: 'BlockedActor',
11527
11835
  },
11528
11836
  {
11529
- name: 'UserForbidsGroups',
11837
+ name: 'BlockedSubject',
11530
11838
  },
11531
11839
  {
11532
11840
  name: 'ConvoLocked',
@@ -11546,6 +11854,9 @@ export const schemaDict = {
11546
11854
  {
11547
11855
  name: 'RecipientNotFound',
11548
11856
  },
11857
+ {
11858
+ name: 'UserForbidsGroups',
11859
+ },
11549
11860
  ],
11550
11861
  input: {
11551
11862
  encoding: 'application/json',
@@ -11655,7 +11966,10 @@ export const schemaDict = {
11655
11966
  name: 'BlockedActor',
11656
11967
  },
11657
11968
  {
11658
- name: 'UserForbidsGroups',
11969
+ name: 'BlockedSubject',
11970
+ },
11971
+ {
11972
+ name: 'NewAccountCannotCreateGroup',
11659
11973
  },
11660
11974
  {
11661
11975
  name: 'NotFollowedBySender',
@@ -11663,6 +11977,9 @@ export const schemaDict = {
11663
11977
  {
11664
11978
  name: 'RecipientNotFound',
11665
11979
  },
11980
+ {
11981
+ name: 'UserForbidsGroups',
11982
+ },
11666
11983
  ],
11667
11984
  input: {
11668
11985
  encoding: 'application/json',
@@ -11802,8 +12119,20 @@ export const schemaDict = {
11802
12119
  },
11803
12120
  joinLinkPreviewView: {
11804
12121
  type: 'object',
11805
- required: ['name', 'owner', 'memberCount', 'requireApproval'],
12122
+ required: [
12123
+ 'code',
12124
+ 'name',
12125
+ 'owner',
12126
+ 'memberCount',
12127
+ 'memberLimit',
12128
+ 'requireApproval',
12129
+ 'joinRule',
12130
+ 'enabledStatus',
12131
+ ],
11806
12132
  properties: {
12133
+ code: {
12134
+ type: 'string',
12135
+ },
11807
12136
  name: {
11808
12137
  type: 'string',
11809
12138
  },
@@ -11814,14 +12143,38 @@ export const schemaDict = {
11814
12143
  memberCount: {
11815
12144
  type: 'integer',
11816
12145
  },
11817
- requireApproval: {
12146
+ memberLimit: {
12147
+ type: 'integer',
12148
+ },
12149
+ requireApproval: {
11818
12150
  type: 'boolean',
11819
12151
  },
12152
+ joinRule: {
12153
+ type: 'ref',
12154
+ ref: 'lex:chat.bsky.group.defs#joinRule',
12155
+ },
12156
+ enabledStatus: {
12157
+ type: 'ref',
12158
+ ref: 'lex:chat.bsky.group.defs#linkEnabledStatus',
12159
+ },
11820
12160
  convo: {
11821
12161
  type: 'ref',
11822
12162
  ref: 'lex:chat.bsky.convo.defs#convoView',
11823
12163
  description: 'Present only if the request is authenticated and the user is a member of the group.',
11824
12164
  },
12165
+ viewer: {
12166
+ type: 'ref',
12167
+ ref: 'lex:chat.bsky.group.defs#joinLinkViewerState',
12168
+ },
12169
+ },
12170
+ },
12171
+ joinLinkViewerState: {
12172
+ type: 'object',
12173
+ properties: {
12174
+ requestedAt: {
12175
+ type: 'string',
12176
+ format: 'datetime',
12177
+ },
11825
12178
  },
11826
12179
  },
11827
12180
  joinRequestView: {
@@ -11841,6 +12194,40 @@ export const schemaDict = {
11841
12194
  },
11842
12195
  },
11843
12196
  },
12197
+ joinRequestConvoView: {
12198
+ description: 'A join request from the perspective of the requester, including enough group context to render the request in a list (e.g. group name, owner, member count).',
12199
+ type: 'object',
12200
+ required: [
12201
+ 'convoId',
12202
+ 'name',
12203
+ 'owner',
12204
+ 'memberCount',
12205
+ 'memberLimit',
12206
+ 'requestedAt',
12207
+ ],
12208
+ properties: {
12209
+ convoId: {
12210
+ type: 'string',
12211
+ },
12212
+ name: {
12213
+ type: 'string',
12214
+ },
12215
+ owner: {
12216
+ type: 'ref',
12217
+ ref: 'lex:chat.bsky.actor.defs#profileViewBasic',
12218
+ },
12219
+ memberCount: {
12220
+ type: 'integer',
12221
+ },
12222
+ memberLimit: {
12223
+ type: 'integer',
12224
+ },
12225
+ requestedAt: {
12226
+ type: 'string',
12227
+ format: 'datetime',
12228
+ },
12229
+ },
12230
+ },
11844
12231
  },
11845
12232
  },
11846
12233
  ChatBskyGroupDisableJoinLink: {
@@ -12043,24 +12430,24 @@ export const schemaDict = {
12043
12430
  },
12044
12431
  },
12045
12432
  },
12046
- ChatBskyGroupGetJoinLinkPreview: {
12433
+ ChatBskyGroupGetJoinLinkPreviews: {
12047
12434
  lexicon: 1,
12048
- id: 'chat.bsky.group.getJoinLinkPreview',
12435
+ id: 'chat.bsky.group.getJoinLinkPreviews',
12049
12436
  defs: {
12050
12437
  main: {
12051
12438
  type: 'query',
12052
- description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Get public information about a group from an join link.',
12053
- errors: [
12054
- {
12055
- name: 'InvalidCode',
12056
- },
12057
- ],
12439
+ description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Get public information about groups from join links. Invalid or disabled codes are silently omitted from results. Use the 'code' property on the views to correlate with the input codes, not array positions.",
12058
12440
  parameters: {
12059
12441
  type: 'params',
12060
- required: ['code'],
12442
+ required: ['codes'],
12061
12443
  properties: {
12062
- code: {
12063
- type: 'string',
12444
+ codes: {
12445
+ type: 'array',
12446
+ minLength: 1,
12447
+ maxLength: 50,
12448
+ items: {
12449
+ type: 'string',
12450
+ },
12064
12451
  },
12065
12452
  },
12066
12453
  },
@@ -12068,11 +12455,14 @@ export const schemaDict = {
12068
12455
  encoding: 'application/json',
12069
12456
  schema: {
12070
12457
  type: 'object',
12071
- required: ['joinLinkPreview'],
12458
+ required: ['joinLinkPreviews'],
12072
12459
  properties: {
12073
- joinLinkPreview: {
12074
- type: 'ref',
12075
- ref: 'lex:chat.bsky.group.defs#joinLinkPreviewView',
12460
+ joinLinkPreviews: {
12461
+ type: 'array',
12462
+ items: {
12463
+ type: 'ref',
12464
+ ref: 'lex:chat.bsky.group.defs#joinLinkPreviewView',
12465
+ },
12076
12466
  },
12077
12467
  },
12078
12468
  },
@@ -12135,6 +12525,54 @@ export const schemaDict = {
12135
12525
  },
12136
12526
  },
12137
12527
  },
12528
+ ChatBskyGroupListMutualGroups: {
12529
+ lexicon: 1,
12530
+ id: 'chat.bsky.group.listMutualGroups',
12531
+ defs: {
12532
+ main: {
12533
+ type: 'query',
12534
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Returns a page of group conversations that both the requester and the specified actor are members of.',
12535
+ parameters: {
12536
+ type: 'params',
12537
+ required: ['subject'],
12538
+ properties: {
12539
+ subject: {
12540
+ type: 'string',
12541
+ format: 'did',
12542
+ },
12543
+ limit: {
12544
+ type: 'integer',
12545
+ minimum: 1,
12546
+ maximum: 100,
12547
+ default: 50,
12548
+ },
12549
+ cursor: {
12550
+ type: 'string',
12551
+ },
12552
+ },
12553
+ },
12554
+ output: {
12555
+ encoding: 'application/json',
12556
+ schema: {
12557
+ type: 'object',
12558
+ required: ['convos'],
12559
+ properties: {
12560
+ cursor: {
12561
+ type: 'string',
12562
+ },
12563
+ convos: {
12564
+ type: 'array',
12565
+ items: {
12566
+ type: 'ref',
12567
+ ref: 'lex:chat.bsky.convo.defs#convoView',
12568
+ },
12569
+ },
12570
+ },
12571
+ },
12572
+ },
12573
+ },
12574
+ },
12575
+ },
12138
12576
  ChatBskyGroupRejectJoinRequest: {
12139
12577
  lexicon: 1,
12140
12578
  id: 'chat.bsky.group.rejectJoinRequest',
@@ -12288,6 +12726,156 @@ export const schemaDict = {
12288
12726
  },
12289
12727
  },
12290
12728
  },
12729
+ ChatBskyGroupUpdateJoinRequestsRead: {
12730
+ lexicon: 1,
12731
+ id: 'chat.bsky.group.updateJoinRequestsRead',
12732
+ defs: {
12733
+ main: {
12734
+ type: 'procedure',
12735
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Marks all join requests as read for the group owner.',
12736
+ errors: [
12737
+ {
12738
+ name: 'InvalidConvo',
12739
+ },
12740
+ {
12741
+ name: 'InsufficientRole',
12742
+ },
12743
+ ],
12744
+ input: {
12745
+ encoding: 'application/json',
12746
+ schema: {
12747
+ type: 'object',
12748
+ required: ['convoId'],
12749
+ properties: {
12750
+ convoId: {
12751
+ type: 'string',
12752
+ },
12753
+ },
12754
+ },
12755
+ },
12756
+ output: {
12757
+ encoding: 'application/json',
12758
+ schema: {
12759
+ type: 'object',
12760
+ required: [],
12761
+ properties: {},
12762
+ },
12763
+ },
12764
+ },
12765
+ },
12766
+ },
12767
+ ChatBskyGroupWithdrawJoinRequest: {
12768
+ lexicon: 1,
12769
+ id: 'chat.bsky.group.withdrawJoinRequest',
12770
+ defs: {
12771
+ main: {
12772
+ type: 'procedure',
12773
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Withdraws a pending request to join a group. Action taken by the prospective member who originally requested to join.',
12774
+ errors: [
12775
+ {
12776
+ name: 'InvalidJoinRequest',
12777
+ },
12778
+ ],
12779
+ input: {
12780
+ encoding: 'application/json',
12781
+ schema: {
12782
+ type: 'object',
12783
+ required: ['convoId'],
12784
+ properties: {
12785
+ convoId: {
12786
+ type: 'string',
12787
+ },
12788
+ },
12789
+ },
12790
+ },
12791
+ output: {
12792
+ encoding: 'application/json',
12793
+ schema: {
12794
+ type: 'object',
12795
+ required: [],
12796
+ properties: {},
12797
+ },
12798
+ },
12799
+ },
12800
+ },
12801
+ },
12802
+ ChatBskyModerationDefs: {
12803
+ lexicon: 1,
12804
+ id: 'chat.bsky.moderation.defs',
12805
+ defs: {
12806
+ convoView: {
12807
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. A view of a conversation for moderation purposes. Unlike chat.bsky.convo.defs#convoView, it does not include viewer-specific data (such as muted, unreadCount, status, lastMessage, lastReaction), since the requester is a moderator and not a member of the conversation. The member list is not included; use chat.bsky.moderation.getConvoMembers to list members.',
12808
+ type: 'object',
12809
+ required: ['id', 'rev'],
12810
+ properties: {
12811
+ id: {
12812
+ type: 'string',
12813
+ },
12814
+ rev: {
12815
+ type: 'string',
12816
+ },
12817
+ kind: {
12818
+ description: 'Union field that has data specific to different kinds of convos.',
12819
+ type: 'union',
12820
+ refs: [
12821
+ 'lex:chat.bsky.moderation.defs#directConvo',
12822
+ 'lex:chat.bsky.moderation.defs#groupConvo',
12823
+ ],
12824
+ },
12825
+ },
12826
+ },
12827
+ directConvo: {
12828
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Data specific to a direct conversation, for moderation purposes.',
12829
+ type: 'object',
12830
+ properties: {},
12831
+ },
12832
+ groupConvo: {
12833
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Data specific to a group conversation, for moderation purposes. Unlike chat.bsky.convo.defs#groupConvo, it does not include viewer-specific data (such as unreadJoinRequestCount), since the requester is a moderator and not a member of the conversation.',
12834
+ type: 'object',
12835
+ required: [
12836
+ 'createdAt',
12837
+ 'joinRequestCount',
12838
+ 'lockStatus',
12839
+ 'memberCount',
12840
+ 'memberLimit',
12841
+ 'name',
12842
+ ],
12843
+ properties: {
12844
+ createdAt: {
12845
+ type: 'string',
12846
+ format: 'datetime',
12847
+ },
12848
+ joinLink: {
12849
+ type: 'ref',
12850
+ ref: 'lex:chat.bsky.group.defs#joinLinkView',
12851
+ },
12852
+ joinRequestCount: {
12853
+ type: 'integer',
12854
+ description: 'The total number of pending join requests for the group conversation. This information is only visible to the owner and to moderators. Capped at 21.',
12855
+ },
12856
+ lockStatus: {
12857
+ description: 'The lock status of the conversation.',
12858
+ type: 'ref',
12859
+ ref: 'lex:chat.bsky.convo.defs#convoLockStatus',
12860
+ },
12861
+ memberCount: {
12862
+ type: 'integer',
12863
+ description: 'The total number of members in the group conversation.',
12864
+ },
12865
+ memberLimit: {
12866
+ type: 'integer',
12867
+ description: 'The maximum number of members allowed in the group conversation.',
12868
+ },
12869
+ name: {
12870
+ type: 'string',
12871
+ description: 'The display name of the group conversation.',
12872
+ maxGraphemes: 128,
12873
+ maxLength: 1280,
12874
+ },
12875
+ },
12876
+ },
12877
+ },
12878
+ },
12291
12879
  ChatBskyModerationGetActorMetadata: {
12292
12880
  lexicon: 1,
12293
12881
  id: 'chat.bsky.moderation.getActorMetadata',
@@ -12351,6 +12939,95 @@ export const schemaDict = {
12351
12939
  },
12352
12940
  },
12353
12941
  },
12942
+ ChatBskyModerationGetConvo: {
12943
+ lexicon: 1,
12944
+ id: 'chat.bsky.moderation.getConvo',
12945
+ defs: {
12946
+ main: {
12947
+ type: 'query',
12948
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Gets an existing conversation by its ID, for moderation purposes. Does not require the requester to be a member of the conversation.',
12949
+ errors: [
12950
+ {
12951
+ name: 'InvalidConvo',
12952
+ },
12953
+ ],
12954
+ parameters: {
12955
+ type: 'params',
12956
+ required: ['convoId'],
12957
+ properties: {
12958
+ convoId: {
12959
+ type: 'string',
12960
+ },
12961
+ },
12962
+ },
12963
+ output: {
12964
+ encoding: 'application/json',
12965
+ schema: {
12966
+ type: 'object',
12967
+ required: ['convo'],
12968
+ properties: {
12969
+ convo: {
12970
+ type: 'ref',
12971
+ ref: 'lex:chat.bsky.moderation.defs#convoView',
12972
+ },
12973
+ },
12974
+ },
12975
+ },
12976
+ },
12977
+ },
12978
+ },
12979
+ ChatBskyModerationGetConvoMembers: {
12980
+ lexicon: 1,
12981
+ id: 'chat.bsky.moderation.getConvoMembers',
12982
+ defs: {
12983
+ main: {
12984
+ type: 'query',
12985
+ description: '[NOTE: This is under active development and should be considered unstable while this note is here]. Returns a paginated list of members from a conversation, for moderation purposes. Does not require the requester to be a member of the conversation.',
12986
+ errors: [
12987
+ {
12988
+ name: 'InvalidConvo',
12989
+ },
12990
+ ],
12991
+ parameters: {
12992
+ type: 'params',
12993
+ required: ['convoId'],
12994
+ properties: {
12995
+ convoId: {
12996
+ type: 'string',
12997
+ },
12998
+ limit: {
12999
+ type: 'integer',
13000
+ minimum: 1,
13001
+ maximum: 100,
13002
+ default: 50,
13003
+ },
13004
+ cursor: {
13005
+ type: 'string',
13006
+ },
13007
+ },
13008
+ },
13009
+ output: {
13010
+ encoding: 'application/json',
13011
+ schema: {
13012
+ type: 'object',
13013
+ required: ['members'],
13014
+ properties: {
13015
+ cursor: {
13016
+ type: 'string',
13017
+ },
13018
+ members: {
13019
+ type: 'array',
13020
+ items: {
13021
+ type: 'ref',
13022
+ ref: 'lex:chat.bsky.actor.defs#profileViewBasic',
13023
+ },
13024
+ },
13025
+ },
13026
+ },
13027
+ },
13028
+ },
13029
+ },
13030
+ },
12354
13031
  ChatBskyModerationGetMessageContext: {
12355
13032
  lexicon: 1,
12356
13033
  id: 'chat.bsky.moderation.getMessageContext',
@@ -12439,6 +13116,7 @@ export const schemaDict = {
12439
13116
  'lex:chat.bsky.moderation.subscribeModEvents#eventChatAccepted',
12440
13117
  'lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberLeft',
12441
13118
  'lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatUpdated',
13119
+ 'lex:chat.bsky.moderation.subscribeModEvents#eventRateLimitExceeded',
12442
13120
  ],
12443
13121
  },
12444
13122
  },
@@ -13003,6 +13681,7 @@ export const schemaDict = {
13003
13681
  'owner_left',
13004
13682
  'owner_deactivated',
13005
13683
  'owner_deleted',
13684
+ 'owner_suspended',
13006
13685
  'owner_taken_down',
13007
13686
  'label_applied',
13008
13687
  ],
@@ -13038,6 +13717,29 @@ export const schemaDict = {
13038
13717
  },
13039
13718
  },
13040
13719
  },
13720
+ eventRateLimitExceeded: {
13721
+ type: 'object',
13722
+ description: 'Fired when a user exceeds a rate limit.',
13723
+ required: ['actorDid', 'createdAt', 'endpoint', 'rev'],
13724
+ properties: {
13725
+ actorDid: {
13726
+ description: 'The DID of the user who hit the rate limit.',
13727
+ type: 'string',
13728
+ format: 'did',
13729
+ },
13730
+ createdAt: {
13731
+ type: 'string',
13732
+ format: 'datetime',
13733
+ },
13734
+ endpoint: {
13735
+ description: 'The NSID of the endpoint that was rate limited.',
13736
+ type: 'string',
13737
+ },
13738
+ rev: {
13739
+ type: 'string',
13740
+ },
13741
+ },
13742
+ },
13041
13743
  },
13042
13744
  },
13043
13745
  ChatBskyModerationUpdateActorAccess: {
@@ -16046,8 +16748,8 @@ export const schemaDict = {
16046
16748
  properties: {
16047
16749
  aud: {
16048
16750
  type: 'string',
16049
- format: 'did',
16050
- description: 'The DID of the service that the token will be used to authenticate with',
16751
+ maxLength: 2048,
16752
+ description: 'The DID or `did#serviceId` reference of the service that the token will be used to authenticate with.',
16051
16753
  },
16052
16754
  exp: {
16053
16755
  type: 'integer',
@@ -18168,6 +18870,7 @@ export const schemaDict = {
18168
18870
  'lex:com.atproto.admin.defs#repoRef',
18169
18871
  'lex:com.atproto.repo.strongRef',
18170
18872
  'lex:chat.bsky.convo.defs#messageRef',
18873
+ 'lex:chat.bsky.convo.defs#convoRef',
18171
18874
  ],
18172
18875
  },
18173
18876
  subjectBlobCids: {
@@ -18247,6 +18950,7 @@ export const schemaDict = {
18247
18950
  'lex:tools.ozone.moderation.defs#repoViewNotFound',
18248
18951
  'lex:tools.ozone.moderation.defs#recordView',
18249
18952
  'lex:tools.ozone.moderation.defs#recordViewNotFound',
18953
+ 'lex:tools.ozone.moderation.defs#convoView',
18250
18954
  ],
18251
18955
  },
18252
18956
  subjectBlobs: {
@@ -18283,6 +18987,7 @@ export const schemaDict = {
18283
18987
  'lex:com.atproto.admin.defs#repoRef',
18284
18988
  'lex:com.atproto.repo.strongRef',
18285
18989
  'lex:chat.bsky.convo.defs#messageRef',
18990
+ 'lex:chat.bsky.convo.defs#convoRef',
18286
18991
  ],
18287
18992
  },
18288
18993
  hosting: {
@@ -19290,6 +19995,19 @@ export const schemaDict = {
19290
19995
  },
19291
19996
  },
19292
19997
  },
19998
+ convoView: {
19999
+ type: 'object',
20000
+ required: ['did', 'convoId'],
20001
+ properties: {
20002
+ did: {
20003
+ type: 'string',
20004
+ format: 'did',
20005
+ },
20006
+ convoId: {
20007
+ type: 'string',
20008
+ },
20009
+ },
20010
+ },
19293
20011
  moderation: {
19294
20012
  type: 'object',
19295
20013
  properties: {
@@ -20202,8 +20920,8 @@ export const schemaDict = {
20202
20920
  },
20203
20921
  subjectType: {
20204
20922
  type: 'string',
20205
- description: "If specified, only events where the subject is of the given type (account or record) will be returned. When this is set to 'account' the 'collections' parameter will be ignored. When includeAllUserRecords or subject is set, this will be ignored.",
20206
- knownValues: ['account', 'record'],
20923
+ description: "If specified, only events where the subject is of the given type (account, record, or conversation) will be returned. When this is set to 'account' the 'collections' parameter will be ignored. When includeAllUserRecords or subject is set, this will be ignored.",
20924
+ knownValues: ['account', 'record', 'conversation'],
20207
20925
  },
20208
20926
  includeAllUserRecords: {
20209
20927
  type: 'boolean',
@@ -20488,8 +21206,8 @@ export const schemaDict = {
20488
21206
  },
20489
21207
  subjectType: {
20490
21208
  type: 'string',
20491
- description: "If specified, subjects of the given type (account or record) will be returned. When this is set to 'account' the 'collections' parameter will be ignored. When includeAllUserRecords or subject is set, this will be ignored.",
20492
- knownValues: ['account', 'record'],
21209
+ description: "If specified, subjects of the given type (account, record, or conversation) will be returned. When this is set to 'account' the 'collections' parameter will be ignored. When includeAllUserRecords or subject is set, this will be ignored.",
21210
+ knownValues: ['account', 'record', 'conversation'],
20493
21211
  },
20494
21212
  minAccountSuspendCount: {
20495
21213
  type: 'integer',
@@ -24383,6 +25101,7 @@ export const ids = {
24383
25101
  AppBskyDraftUpdateDraft: 'app.bsky.draft.updateDraft',
24384
25102
  AppBskyEmbedDefs: 'app.bsky.embed.defs',
24385
25103
  AppBskyEmbedExternal: 'app.bsky.embed.external',
25104
+ AppBskyEmbedGetEmbedExternalView: 'app.bsky.embed.getEmbedExternalView',
24386
25105
  AppBskyEmbedImages: 'app.bsky.embed.images',
24387
25106
  AppBskyEmbedRecord: 'app.bsky.embed.record',
24388
25107
  AppBskyEmbedRecordWithMedia: 'app.bsky.embed.recordWithMedia',
@@ -24498,6 +25217,7 @@ export const ids = {
24498
25217
  ChatBskyActorDefs: 'chat.bsky.actor.defs',
24499
25218
  ChatBskyActorDeleteAccount: 'chat.bsky.actor.deleteAccount',
24500
25219
  ChatBskyActorExportAccountData: 'chat.bsky.actor.exportAccountData',
25220
+ ChatBskyActorGetStatus: 'chat.bsky.actor.getStatus',
24501
25221
  ChatBskyConvoAcceptConvo: 'chat.bsky.convo.acceptConvo',
24502
25222
  ChatBskyConvoAddReaction: 'chat.bsky.convo.addReaction',
24503
25223
  ChatBskyConvoDefs: 'chat.bsky.convo.defs',
@@ -24520,6 +25240,7 @@ export const ids = {
24520
25240
  ChatBskyConvoUnmuteConvo: 'chat.bsky.convo.unmuteConvo',
24521
25241
  ChatBskyConvoUpdateAllRead: 'chat.bsky.convo.updateAllRead',
24522
25242
  ChatBskyConvoUpdateRead: 'chat.bsky.convo.updateRead',
25243
+ ChatBskyEmbedJoinLink: 'chat.bsky.embed.joinLink',
24523
25244
  ChatBskyGroupAddMembers: 'chat.bsky.group.addMembers',
24524
25245
  ChatBskyGroupApproveJoinRequest: 'chat.bsky.group.approveJoinRequest',
24525
25246
  ChatBskyGroupCreateGroup: 'chat.bsky.group.createGroup',
@@ -24529,12 +25250,18 @@ export const ids = {
24529
25250
  ChatBskyGroupEditGroup: 'chat.bsky.group.editGroup',
24530
25251
  ChatBskyGroupEditJoinLink: 'chat.bsky.group.editJoinLink',
24531
25252
  ChatBskyGroupEnableJoinLink: 'chat.bsky.group.enableJoinLink',
24532
- ChatBskyGroupGetJoinLinkPreview: 'chat.bsky.group.getJoinLinkPreview',
25253
+ ChatBskyGroupGetJoinLinkPreviews: 'chat.bsky.group.getJoinLinkPreviews',
24533
25254
  ChatBskyGroupListJoinRequests: 'chat.bsky.group.listJoinRequests',
25255
+ ChatBskyGroupListMutualGroups: 'chat.bsky.group.listMutualGroups',
24534
25256
  ChatBskyGroupRejectJoinRequest: 'chat.bsky.group.rejectJoinRequest',
24535
25257
  ChatBskyGroupRemoveMembers: 'chat.bsky.group.removeMembers',
24536
25258
  ChatBskyGroupRequestJoin: 'chat.bsky.group.requestJoin',
25259
+ ChatBskyGroupUpdateJoinRequestsRead: 'chat.bsky.group.updateJoinRequestsRead',
25260
+ ChatBskyGroupWithdrawJoinRequest: 'chat.bsky.group.withdrawJoinRequest',
25261
+ ChatBskyModerationDefs: 'chat.bsky.moderation.defs',
24537
25262
  ChatBskyModerationGetActorMetadata: 'chat.bsky.moderation.getActorMetadata',
25263
+ ChatBskyModerationGetConvo: 'chat.bsky.moderation.getConvo',
25264
+ ChatBskyModerationGetConvoMembers: 'chat.bsky.moderation.getConvoMembers',
24538
25265
  ChatBskyModerationGetMessageContext: 'chat.bsky.moderation.getMessageContext',
24539
25266
  ChatBskyModerationSubscribeModEvents: 'chat.bsky.moderation.subscribeModEvents',
24540
25267
  ChatBskyModerationUpdateActorAccess: 'chat.bsky.moderation.updateActorAccess',