@atproto/api 0.20.0-next.0 → 0.20.1

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 (403) hide show
  1. package/CHANGELOG.md +26 -10
  2. package/dist/client/index.d.ts +3 -0
  3. package/dist/client/index.d.ts.map +1 -1
  4. package/dist/client/index.js +4 -0
  5. package/dist/client/index.js.map +1 -1
  6. package/dist/client/lexicons.d.ts +1030 -16
  7. package/dist/client/lexicons.d.ts.map +1 -1
  8. package/dist/client/lexicons.js +631 -7
  9. package/dist/client/lexicons.js.map +1 -1
  10. package/dist/client/types/app/bsky/embed/external.d.ts +2 -1
  11. package/dist/client/types/app/bsky/embed/external.d.ts.map +1 -1
  12. package/dist/client/types/app/bsky/embed/external.js.map +1 -1
  13. package/dist/client/types/chat/bsky/convo/defs.d.ts +1 -1
  14. package/dist/client/types/chat/bsky/convo/defs.d.ts.map +1 -1
  15. package/dist/client/types/chat/bsky/convo/defs.js.map +1 -1
  16. package/dist/client/types/chat/bsky/group/addMembers.d.ts +1 -1
  17. package/dist/client/types/chat/bsky/group/addMembers.d.ts.map +1 -1
  18. package/dist/client/types/chat/bsky/group/addMembers.js +3 -3
  19. package/dist/client/types/chat/bsky/group/addMembers.js.map +1 -1
  20. package/dist/client/types/chat/bsky/group/createGroup.d.ts +1 -1
  21. package/dist/client/types/chat/bsky/group/createGroup.d.ts.map +1 -1
  22. package/dist/client/types/chat/bsky/group/createGroup.js +3 -3
  23. package/dist/client/types/chat/bsky/group/createGroup.js.map +1 -1
  24. package/dist/client/types/chat/bsky/group/listMutualGroups.d.ts +26 -0
  25. package/dist/client/types/chat/bsky/group/listMutualGroups.d.ts.map +1 -0
  26. package/dist/client/types/chat/bsky/group/listMutualGroups.js +8 -0
  27. package/dist/client/types/chat/bsky/group/listMutualGroups.js.map +1 -0
  28. package/dist/client/types/chat/bsky/moderation/getMessageContext.d.ts +5 -1
  29. package/dist/client/types/chat/bsky/moderation/getMessageContext.d.ts.map +1 -1
  30. package/dist/client/types/chat/bsky/moderation/getMessageContext.js.map +1 -1
  31. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts +206 -0
  32. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -1
  33. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js +63 -0
  34. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js.map +1 -1
  35. package/dist/rich-text/detection.js +1 -1
  36. package/dist/rich-text/detection.js.map +1 -1
  37. package/jest.config.cjs +9 -2
  38. package/package.json +9 -8
  39. package/src/rich-text/detection.ts +1 -1
  40. package/tsconfig.build.tsbuildinfo +1 -1
  41. package/src/client/index.ts +0 -6408
  42. package/src/client/lexicons.ts +0 -25182
  43. package/src/client/types/app/bsky/actor/defs.ts +0 -716
  44. package/src/client/types/app/bsky/actor/getPreferences.ts +0 -39
  45. package/src/client/types/app/bsky/actor/getProfile.ts +0 -39
  46. package/src/client/types/app/bsky/actor/getProfiles.ts +0 -41
  47. package/src/client/types/app/bsky/actor/getSuggestions.ts +0 -47
  48. package/src/client/types/app/bsky/actor/profile.ts +0 -52
  49. package/src/client/types/app/bsky/actor/putPreferences.ts +0 -39
  50. package/src/client/types/app/bsky/actor/searchActors.ts +0 -47
  51. package/src/client/types/app/bsky/actor/searchActorsTypeahead.ts +0 -45
  52. package/src/client/types/app/bsky/actor/status.ts +0 -46
  53. package/src/client/types/app/bsky/ageassurance/begin.ts +0 -80
  54. package/src/client/types/app/bsky/ageassurance/defs.ts +0 -303
  55. package/src/client/types/app/bsky/ageassurance/getConfig.ts +0 -36
  56. package/src/client/types/app/bsky/ageassurance/getState.ts +0 -43
  57. package/src/client/types/app/bsky/bookmark/createBookmark.ts +0 -50
  58. package/src/client/types/app/bsky/bookmark/defs.ts +0 -54
  59. package/src/client/types/app/bsky/bookmark/deleteBookmark.ts +0 -49
  60. package/src/client/types/app/bsky/bookmark/getBookmarks.ts +0 -43
  61. package/src/client/types/app/bsky/contact/defs.ts +0 -71
  62. package/src/client/types/app/bsky/contact/dismissMatch.ts +0 -59
  63. package/src/client/types/app/bsky/contact/getMatches.ts +0 -74
  64. package/src/client/types/app/bsky/contact/getSyncStatus.ts +0 -56
  65. package/src/client/types/app/bsky/contact/importContacts.ts +0 -86
  66. package/src/client/types/app/bsky/contact/removeData.ts +0 -56
  67. package/src/client/types/app/bsky/contact/sendNotification.ts +0 -44
  68. package/src/client/types/app/bsky/contact/startPhoneVerification.ts +0 -73
  69. package/src/client/types/app/bsky/contact/verifyPhone.ts +0 -85
  70. package/src/client/types/app/bsky/draft/createDraft.ts +0 -55
  71. package/src/client/types/app/bsky/draft/defs.ts +0 -212
  72. package/src/client/types/app/bsky/draft/deleteDraft.ts +0 -38
  73. package/src/client/types/app/bsky/draft/getDrafts.ts +0 -43
  74. package/src/client/types/app/bsky/draft/updateDraft.ts +0 -39
  75. package/src/client/types/app/bsky/embed/defs.ts +0 -32
  76. package/src/client/types/app/bsky/embed/external.ts +0 -84
  77. package/src/client/types/app/bsky/embed/images.ts +0 -86
  78. package/src/client/types/app/bsky/embed/record.ts +0 -146
  79. package/src/client/types/app/bsky/embed/recordWithMedia.ts +0 -59
  80. package/src/client/types/app/bsky/embed/video.ts +0 -75
  81. package/src/client/types/app/bsky/feed/defs.ts +0 -428
  82. package/src/client/types/app/bsky/feed/describeFeedGenerator.ts +0 -71
  83. package/src/client/types/app/bsky/feed/generator.ts +0 -51
  84. package/src/client/types/app/bsky/feed/getActorFeeds.ts +0 -44
  85. package/src/client/types/app/bsky/feed/getActorLikes.ts +0 -61
  86. package/src/client/types/app/bsky/feed/getAuthorFeed.ts +0 -70
  87. package/src/client/types/app/bsky/feed/getFeed.ts +0 -54
  88. package/src/client/types/app/bsky/feed/getFeedGenerator.ts +0 -46
  89. package/src/client/types/app/bsky/feed/getFeedGenerators.ts +0 -41
  90. package/src/client/types/app/bsky/feed/getFeedSkeleton.ts +0 -57
  91. package/src/client/types/app/bsky/feed/getLikes.ts +0 -66
  92. package/src/client/types/app/bsky/feed/getListFeed.ts +0 -55
  93. package/src/client/types/app/bsky/feed/getPostThread.ts +0 -61
  94. package/src/client/types/app/bsky/feed/getPosts.ts +0 -42
  95. package/src/client/types/app/bsky/feed/getQuotes.ts +0 -49
  96. package/src/client/types/app/bsky/feed/getRepostedBy.ts +0 -49
  97. package/src/client/types/app/bsky/feed/getSuggestedFeeds.ts +0 -43
  98. package/src/client/types/app/bsky/feed/getTimeline.ts +0 -45
  99. package/src/client/types/app/bsky/feed/like.ts +0 -40
  100. package/src/client/types/app/bsky/feed/post.ts +0 -117
  101. package/src/client/types/app/bsky/feed/postgate.ts +0 -58
  102. package/src/client/types/app/bsky/feed/repost.ts +0 -40
  103. package/src/client/types/app/bsky/feed/searchPosts.ts +0 -76
  104. package/src/client/types/app/bsky/feed/sendInteractions.ts +0 -43
  105. package/src/client/types/app/bsky/feed/threadgate.ts +0 -110
  106. package/src/client/types/app/bsky/graph/block.ts +0 -39
  107. package/src/client/types/app/bsky/graph/defs.ts +0 -206
  108. package/src/client/types/app/bsky/graph/follow.ts +0 -40
  109. package/src/client/types/app/bsky/graph/getActorStarterPacks.ts +0 -44
  110. package/src/client/types/app/bsky/graph/getBlocks.ts +0 -43
  111. package/src/client/types/app/bsky/graph/getFollowers.ts +0 -45
  112. package/src/client/types/app/bsky/graph/getFollows.ts +0 -45
  113. package/src/client/types/app/bsky/graph/getKnownFollowers.ts +0 -45
  114. package/src/client/types/app/bsky/graph/getList.ts +0 -46
  115. package/src/client/types/app/bsky/graph/getListBlocks.ts +0 -43
  116. package/src/client/types/app/bsky/graph/getListMutes.ts +0 -43
  117. package/src/client/types/app/bsky/graph/getLists.ts +0 -47
  118. package/src/client/types/app/bsky/graph/getListsWithMembership.ts +0 -64
  119. package/src/client/types/app/bsky/graph/getMutes.ts +0 -43
  120. package/src/client/types/app/bsky/graph/getRelationships.ts +0 -59
  121. package/src/client/types/app/bsky/graph/getStarterPack.ts +0 -42
  122. package/src/client/types/app/bsky/graph/getStarterPacks.ts +0 -41
  123. package/src/client/types/app/bsky/graph/getStarterPacksWithMembership.ts +0 -66
  124. package/src/client/types/app/bsky/graph/getSuggestedFollowsByActor.ts +0 -47
  125. package/src/client/types/app/bsky/graph/list.ts +0 -47
  126. package/src/client/types/app/bsky/graph/listblock.ts +0 -39
  127. package/src/client/types/app/bsky/graph/listitem.ts +0 -41
  128. package/src/client/types/app/bsky/graph/muteActor.ts +0 -38
  129. package/src/client/types/app/bsky/graph/muteActorList.ts +0 -38
  130. package/src/client/types/app/bsky/graph/muteThread.ts +0 -38
  131. package/src/client/types/app/bsky/graph/searchStarterPacks.ts +0 -45
  132. package/src/client/types/app/bsky/graph/starterpack.ts +0 -60
  133. package/src/client/types/app/bsky/graph/unmuteActor.ts +0 -38
  134. package/src/client/types/app/bsky/graph/unmuteActorList.ts +0 -38
  135. package/src/client/types/app/bsky/graph/unmuteThread.ts +0 -38
  136. package/src/client/types/app/bsky/graph/verification.ts +0 -44
  137. package/src/client/types/app/bsky/labeler/defs.ts +0 -100
  138. package/src/client/types/app/bsky/labeler/getServices.ts +0 -46
  139. package/src/client/types/app/bsky/labeler/service.ts +0 -48
  140. package/src/client/types/app/bsky/notification/declaration.ts +0 -38
  141. package/src/client/types/app/bsky/notification/defs.ts +0 -142
  142. package/src/client/types/app/bsky/notification/getPreferences.ts +0 -39
  143. package/src/client/types/app/bsky/notification/getUnreadCount.ts +0 -41
  144. package/src/client/types/app/bsky/notification/listActivitySubscriptions.ts +0 -43
  145. package/src/client/types/app/bsky/notification/listNotifications.ts +0 -88
  146. package/src/client/types/app/bsky/notification/putActivitySubscription.ts +0 -46
  147. package/src/client/types/app/bsky/notification/putPreferences.ts +0 -38
  148. package/src/client/types/app/bsky/notification/putPreferencesV2.ts +0 -56
  149. package/src/client/types/app/bsky/notification/registerPush.ts +0 -43
  150. package/src/client/types/app/bsky/notification/unregisterPush.ts +0 -41
  151. package/src/client/types/app/bsky/notification/updateSeen.ts +0 -38
  152. package/src/client/types/app/bsky/richtext/facet.ts +0 -97
  153. package/src/client/types/app/bsky/unspecced/defs.ts +0 -250
  154. package/src/client/types/app/bsky/unspecced/getAgeAssuranceState.ts +0 -36
  155. package/src/client/types/app/bsky/unspecced/getConfig.ts +0 -55
  156. package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts +0 -41
  157. package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts +0 -42
  158. package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.ts +0 -48
  159. package/src/client/types/app/bsky/unspecced/getPopularFeedGenerators.ts +0 -44
  160. package/src/client/types/app/bsky/unspecced/getPostThreadOtherV2.ts +0 -61
  161. package/src/client/types/app/bsky/unspecced/getPostThreadV2.ts +0 -78
  162. package/src/client/types/app/bsky/unspecced/getSuggestedFeeds.ts +0 -41
  163. package/src/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts +0 -42
  164. package/src/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.ts +0 -47
  165. package/src/client/types/app/bsky/unspecced/getSuggestedStarterPacks.ts +0 -41
  166. package/src/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts +0 -42
  167. package/src/client/types/app/bsky/unspecced/getSuggestedUsers.ts +0 -47
  168. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.ts +0 -43
  169. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.ts +0 -44
  170. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.ts +0 -45
  171. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.ts +0 -46
  172. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.ts +0 -45
  173. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.ts +0 -46
  174. package/src/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.ts +0 -48
  175. package/src/client/types/app/bsky/unspecced/getSuggestionsSkeleton.ts +0 -53
  176. package/src/client/types/app/bsky/unspecced/getTaggedSuggestions.ts +0 -55
  177. package/src/client/types/app/bsky/unspecced/getTrendingTopics.ts +0 -44
  178. package/src/client/types/app/bsky/unspecced/getTrends.ts +0 -41
  179. package/src/client/types/app/bsky/unspecced/getTrendsSkeleton.ts +0 -43
  180. package/src/client/types/app/bsky/unspecced/initAgeAssurance.ts +0 -71
  181. package/src/client/types/app/bsky/unspecced/searchActorsSkeleton.ts +0 -62
  182. package/src/client/types/app/bsky/unspecced/searchPostsSkeleton.ts +0 -78
  183. package/src/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts +0 -60
  184. package/src/client/types/app/bsky/video/defs.ts +0 -38
  185. package/src/client/types/app/bsky/video/getJobStatus.ts +0 -41
  186. package/src/client/types/app/bsky/video/getUploadLimits.ts +0 -42
  187. package/src/client/types/app/bsky/video/uploadVideo.ts +0 -41
  188. package/src/client/types/chat/bsky/actor/declaration.ts +0 -39
  189. package/src/client/types/chat/bsky/actor/defs.ts +0 -96
  190. package/src/client/types/chat/bsky/actor/deleteAccount.ts +0 -37
  191. package/src/client/types/chat/bsky/actor/exportAccountData.ts +0 -34
  192. package/src/client/types/chat/bsky/convo/acceptConvo.ts +0 -54
  193. package/src/client/types/chat/bsky/convo/addReaction.ts +0 -87
  194. package/src/client/types/chat/bsky/convo/defs.ts +0 -1058
  195. package/src/client/types/chat/bsky/convo/deleteMessageForSelf.ts +0 -61
  196. package/src/client/types/chat/bsky/convo/getConvo.ts +0 -51
  197. package/src/client/types/chat/bsky/convo/getConvoAvailability.ts +0 -42
  198. package/src/client/types/chat/bsky/convo/getConvoForMembers.ts +0 -80
  199. package/src/client/types/chat/bsky/convo/getConvoMembers.ts +0 -54
  200. package/src/client/types/chat/bsky/convo/getLog.ts +0 -71
  201. package/src/client/types/chat/bsky/convo/getMessages.ts +0 -62
  202. package/src/client/types/chat/bsky/convo/leaveConvo.ts +0 -61
  203. package/src/client/types/chat/bsky/convo/listConvoRequests.ts +0 -48
  204. package/src/client/types/chat/bsky/convo/listConvos.ts +0 -50
  205. package/src/client/types/chat/bsky/convo/lockConvo.ts +0 -68
  206. package/src/client/types/chat/bsky/convo/muteConvo.ts +0 -54
  207. package/src/client/types/chat/bsky/convo/removeReaction.ts +0 -79
  208. package/src/client/types/chat/bsky/convo/sendMessage.ts +0 -60
  209. package/src/client/types/chat/bsky/convo/sendMessageBatch.ts +0 -77
  210. package/src/client/types/chat/bsky/convo/unlockConvo.ts +0 -61
  211. package/src/client/types/chat/bsky/convo/unmuteConvo.ts +0 -54
  212. package/src/client/types/chat/bsky/convo/updateAllRead.ts +0 -44
  213. package/src/client/types/chat/bsky/convo/updateRead.ts +0 -55
  214. package/src/client/types/chat/bsky/group/addMembers.ts +0 -115
  215. package/src/client/types/chat/bsky/group/approveJoinRequest.ts +0 -69
  216. package/src/client/types/chat/bsky/group/createGroup.ts +0 -85
  217. package/src/client/types/chat/bsky/group/createJoinLink.ts +0 -71
  218. package/src/client/types/chat/bsky/group/defs.ts +0 -75
  219. package/src/client/types/chat/bsky/group/disableJoinLink.ts +0 -68
  220. package/src/client/types/chat/bsky/group/editGroup.ts +0 -69
  221. package/src/client/types/chat/bsky/group/editJoinLink.ts +0 -70
  222. package/src/client/types/chat/bsky/group/enableJoinLink.ts +0 -75
  223. package/src/client/types/chat/bsky/group/getJoinLinkPreview.ts +0 -51
  224. package/src/client/types/chat/bsky/group/listJoinRequests.ts +0 -61
  225. package/src/client/types/chat/bsky/group/rejectJoinRequest.ts +0 -59
  226. package/src/client/types/chat/bsky/group/removeMembers.ts +0 -62
  227. package/src/client/types/chat/bsky/group/requestJoin.ts +0 -90
  228. package/src/client/types/chat/bsky/moderation/getActorMetadata.ts +0 -60
  229. package/src/client/types/chat/bsky/moderation/getMessageContext.ts +0 -50
  230. package/src/client/types/chat/bsky/moderation/subscribeModEvents.ts +0 -38
  231. package/src/client/types/chat/bsky/moderation/updateActorAccess.ts +0 -40
  232. package/src/client/types/com/atproto/admin/defs.ts +0 -106
  233. package/src/client/types/com/atproto/admin/deleteAccount.ts +0 -38
  234. package/src/client/types/com/atproto/admin/disableAccountInvites.ts +0 -40
  235. package/src/client/types/com/atproto/admin/disableInviteCodes.ts +0 -39
  236. package/src/client/types/com/atproto/admin/enableAccountInvites.ts +0 -40
  237. package/src/client/types/com/atproto/admin/getAccountInfo.ts +0 -38
  238. package/src/client/types/com/atproto/admin/getAccountInfos.ts +0 -41
  239. package/src/client/types/com/atproto/admin/getInviteCodes.ts +0 -44
  240. package/src/client/types/com/atproto/admin/getSubjectStatus.ts +0 -50
  241. package/src/client/types/com/atproto/admin/searchAccounts.ts +0 -44
  242. package/src/client/types/com/atproto/admin/sendEmail.ts +0 -48
  243. package/src/client/types/com/atproto/admin/updateAccountEmail.ts +0 -40
  244. package/src/client/types/com/atproto/admin/updateAccountHandle.ts +0 -39
  245. package/src/client/types/com/atproto/admin/updateAccountPassword.ts +0 -39
  246. package/src/client/types/com/atproto/admin/updateAccountSigningKey.ts +0 -40
  247. package/src/client/types/com/atproto/admin/updateSubjectStatus.ts +0 -56
  248. package/src/client/types/com/atproto/identity/defs.ts +0 -34
  249. package/src/client/types/com/atproto/identity/getRecommendedDidCredentials.ts +0 -42
  250. package/src/client/types/com/atproto/identity/refreshIdentity.ts +0 -66
  251. package/src/client/types/com/atproto/identity/requestPlcOperationSignature.ts +0 -34
  252. package/src/client/types/com/atproto/identity/resolveDid.ts +0 -59
  253. package/src/client/types/com/atproto/identity/resolveHandle.ts +0 -51
  254. package/src/client/types/com/atproto/identity/resolveIdentity.ts +0 -63
  255. package/src/client/types/com/atproto/identity/signPlcOperation.ts +0 -49
  256. package/src/client/types/com/atproto/identity/submitPlcOperation.ts +0 -38
  257. package/src/client/types/com/atproto/identity/updateHandle.ts +0 -39
  258. package/src/client/types/com/atproto/label/defs.ts +0 -143
  259. package/src/client/types/com/atproto/label/queryLabels.ts +0 -47
  260. package/src/client/types/com/atproto/label/subscribeLabels.ts +0 -49
  261. package/src/client/types/com/atproto/lexicon/resolveLexicon.ts +0 -56
  262. package/src/client/types/com/atproto/lexicon/schema.ts +0 -38
  263. package/src/client/types/com/atproto/moderation/createReport.ts +0 -80
  264. package/src/client/types/com/atproto/moderation/defs.ts +0 -83
  265. package/src/client/types/com/atproto/repo/applyWrites.ts +0 -167
  266. package/src/client/types/com/atproto/repo/createRecord.ts +0 -68
  267. package/src/client/types/com/atproto/repo/defs.ts +0 -31
  268. package/src/client/types/com/atproto/repo/deleteRecord.ts +0 -63
  269. package/src/client/types/com/atproto/repo/describeRepo.ts +0 -48
  270. package/src/client/types/com/atproto/repo/getRecord.ts +0 -59
  271. package/src/client/types/com/atproto/repo/importRepo.ts +0 -35
  272. package/src/client/types/com/atproto/repo/listMissingBlobs.ts +0 -58
  273. package/src/client/types/com/atproto/repo/listRecords.ts +0 -66
  274. package/src/client/types/com/atproto/repo/putRecord.ts +0 -70
  275. package/src/client/types/com/atproto/repo/strongRef.ts +0 -31
  276. package/src/client/types/com/atproto/repo/uploadBlob.ts +0 -40
  277. package/src/client/types/com/atproto/server/activateAccount.ts +0 -34
  278. package/src/client/types/com/atproto/server/checkAccountStatus.ts +0 -46
  279. package/src/client/types/com/atproto/server/confirmEmail.ts +0 -70
  280. package/src/client/types/com/atproto/server/createAccount.ts +0 -115
  281. package/src/client/types/com/atproto/server/createAppPassword.ts +0 -72
  282. package/src/client/types/com/atproto/server/createInviteCode.ts +0 -44
  283. package/src/client/types/com/atproto/server/createInviteCodes.ts +0 -61
  284. package/src/client/types/com/atproto/server/createSession.ts +0 -76
  285. package/src/client/types/com/atproto/server/deactivateAccount.ts +0 -39
  286. package/src/client/types/com/atproto/server/defs.ts +0 -52
  287. package/src/client/types/com/atproto/server/deleteAccount.ts +0 -57
  288. package/src/client/types/com/atproto/server/deleteSession.ts +0 -51
  289. package/src/client/types/com/atproto/server/describeServer.ts +0 -77
  290. package/src/client/types/com/atproto/server/getAccountInviteCodes.ts +0 -53
  291. package/src/client/types/com/atproto/server/getServiceAuth.ts +0 -55
  292. package/src/client/types/com/atproto/server/getSession.ts +0 -46
  293. package/src/client/types/com/atproto/server/listAppPasswords.ts +0 -65
  294. package/src/client/types/com/atproto/server/refreshSession.ts +0 -73
  295. package/src/client/types/com/atproto/server/requestAccountDelete.ts +0 -34
  296. package/src/client/types/com/atproto/server/requestEmailConfirmation.ts +0 -34
  297. package/src/client/types/com/atproto/server/requestEmailUpdate.ts +0 -39
  298. package/src/client/types/com/atproto/server/requestPasswordReset.ts +0 -38
  299. package/src/client/types/com/atproto/server/reserveSigningKey.ts +0 -45
  300. package/src/client/types/com/atproto/server/resetPassword.ts +0 -56
  301. package/src/client/types/com/atproto/server/revokeAppPassword.ts +0 -38
  302. package/src/client/types/com/atproto/server/updateEmail.ts +0 -65
  303. package/src/client/types/com/atproto/sync/defs.ts +0 -23
  304. package/src/client/types/com/atproto/sync/getBlob.ts +0 -77
  305. package/src/client/types/com/atproto/sync/getBlocks.ts +0 -76
  306. package/src/client/types/com/atproto/sync/getCheckout.ts +0 -37
  307. package/src/client/types/com/atproto/sync/getHead.ts +0 -51
  308. package/src/client/types/com/atproto/sync/getHostStatus.ts +0 -57
  309. package/src/client/types/com/atproto/sync/getLatestCommit.ts +0 -73
  310. package/src/client/types/com/atproto/sync/getRecord.ts +0 -78
  311. package/src/client/types/com/atproto/sync/getRepo.ts +0 -70
  312. package/src/client/types/com/atproto/sync/getRepoStatus.ts +0 -63
  313. package/src/client/types/com/atproto/sync/listBlobs.ts +0 -77
  314. package/src/client/types/com/atproto/sync/listHosts.ts +0 -64
  315. package/src/client/types/com/atproto/sync/listRepos.ts +0 -70
  316. package/src/client/types/com/atproto/sync/listReposByCollection.ts +0 -59
  317. package/src/client/types/com/atproto/sync/notifyOfUpdate.ts +0 -39
  318. package/src/client/types/com/atproto/sync/requestCrawl.ts +0 -49
  319. package/src/client/types/com/atproto/sync/subscribeRepos.ts +0 -164
  320. package/src/client/types/com/atproto/temp/addReservedHandle.ts +0 -41
  321. package/src/client/types/com/atproto/temp/checkHandleAvailability.ts +0 -109
  322. package/src/client/types/com/atproto/temp/checkSignupQueue.ts +0 -40
  323. package/src/client/types/com/atproto/temp/dereferenceScope.ts +0 -53
  324. package/src/client/types/com/atproto/temp/fetchLabels.ts +0 -42
  325. package/src/client/types/com/atproto/temp/requestPhoneVerification.ts +0 -38
  326. package/src/client/types/com/atproto/temp/revokeAccountCredentials.ts +0 -38
  327. package/src/client/types/com/germnetwork/declaration.ts +0 -63
  328. package/src/client/types/tools/ozone/communication/createTemplate.ts +0 -62
  329. package/src/client/types/tools/ozone/communication/defs.ts +0 -43
  330. package/src/client/types/tools/ozone/communication/deleteTemplate.ts +0 -38
  331. package/src/client/types/tools/ozone/communication/listTemplates.ts +0 -39
  332. package/src/client/types/tools/ozone/communication/updateTemplate.ts +0 -65
  333. package/src/client/types/tools/ozone/hosting/getAccountHistory.ts +0 -148
  334. package/src/client/types/tools/ozone/moderation/cancelScheduledActions.ts +0 -79
  335. package/src/client/types/tools/ozone/moderation/defs.ts +0 -1176
  336. package/src/client/types/tools/ozone/moderation/emitEvent.ts +0 -121
  337. package/src/client/types/tools/ozone/moderation/getAccountTimeline.ts +0 -115
  338. package/src/client/types/tools/ozone/moderation/getEvent.ts +0 -38
  339. package/src/client/types/tools/ozone/moderation/getRecord.ts +0 -49
  340. package/src/client/types/tools/ozone/moderation/getRecords.ts +0 -45
  341. package/src/client/types/tools/ozone/moderation/getRepo.ts +0 -48
  342. package/src/client/types/tools/ozone/moderation/getReporterStats.ts +0 -41
  343. package/src/client/types/tools/ozone/moderation/getRepos.ts +0 -45
  344. package/src/client/types/tools/ozone/moderation/getSubjects.ts +0 -41
  345. package/src/client/types/tools/ozone/moderation/listScheduledActions.ts +0 -57
  346. package/src/client/types/tools/ozone/moderation/queryEvents.ts +0 -87
  347. package/src/client/types/tools/ozone/moderation/queryStatuses.ts +0 -122
  348. package/src/client/types/tools/ozone/moderation/scheduleAction.ts +0 -133
  349. package/src/client/types/tools/ozone/moderation/searchRepos.ts +0 -46
  350. package/src/client/types/tools/ozone/queue/assignModerator.ts +0 -55
  351. package/src/client/types/tools/ozone/queue/createQueue.ts +0 -63
  352. package/src/client/types/tools/ozone/queue/defs.ts +0 -99
  353. package/src/client/types/tools/ozone/queue/deleteQueue.ts +0 -48
  354. package/src/client/types/tools/ozone/queue/getAssignments.ts +0 -49
  355. package/src/client/types/tools/ozone/queue/listQueues.ts +0 -51
  356. package/src/client/types/tools/ozone/queue/routeReports.ts +0 -59
  357. package/src/client/types/tools/ozone/queue/unassignModerator.ts +0 -51
  358. package/src/client/types/tools/ozone/queue/updateQueue.ts +0 -51
  359. package/src/client/types/tools/ozone/report/assignModerator.ts +0 -66
  360. package/src/client/types/tools/ozone/report/createActivity.ts +0 -85
  361. package/src/client/types/tools/ozone/report/defs.ts +0 -466
  362. package/src/client/types/tools/ozone/report/getAssignments.ts +0 -49
  363. package/src/client/types/tools/ozone/report/getHistoricalStats.ts +0 -55
  364. package/src/client/types/tools/ozone/report/getLatestReport.ts +0 -49
  365. package/src/client/types/tools/ozone/report/getLiveStats.ts +0 -46
  366. package/src/client/types/tools/ozone/report/getReport.ts +0 -49
  367. package/src/client/types/tools/ozone/report/listActivities.ts +0 -45
  368. package/src/client/types/tools/ozone/report/queryReports.ts +0 -73
  369. package/src/client/types/tools/ozone/report/reassignQueue.ts +0 -88
  370. package/src/client/types/tools/ozone/report/refreshStats.ts +0 -46
  371. package/src/client/types/tools/ozone/report/unassignModerator.ts +0 -53
  372. package/src/client/types/tools/ozone/safelink/addRule.ts +0 -67
  373. package/src/client/types/tools/ozone/safelink/defs.ts +0 -76
  374. package/src/client/types/tools/ozone/safelink/queryEvents.ts +0 -55
  375. package/src/client/types/tools/ozone/safelink/queryRules.ts +0 -61
  376. package/src/client/types/tools/ozone/safelink/removeRule.ts +0 -58
  377. package/src/client/types/tools/ozone/safelink/updateRule.ts +0 -60
  378. package/src/client/types/tools/ozone/server/getConfig.ts +0 -79
  379. package/src/client/types/tools/ozone/set/addValues.ts +0 -41
  380. package/src/client/types/tools/ozone/set/defs.ts +0 -50
  381. package/src/client/types/tools/ozone/set/deleteSet.ts +0 -52
  382. package/src/client/types/tools/ozone/set/deleteValues.ts +0 -51
  383. package/src/client/types/tools/ozone/set/getValues.ts +0 -55
  384. package/src/client/types/tools/ozone/set/querySets.ts +0 -47
  385. package/src/client/types/tools/ozone/set/upsertSet.ts +0 -38
  386. package/src/client/types/tools/ozone/setting/defs.ts +0 -44
  387. package/src/client/types/tools/ozone/setting/listOptions.ts +0 -48
  388. package/src/client/types/tools/ozone/setting/removeOptions.ts +0 -42
  389. package/src/client/types/tools/ozone/setting/upsertOption.ts +0 -53
  390. package/src/client/types/tools/ozone/signature/defs.ts +0 -31
  391. package/src/client/types/tools/ozone/signature/findCorrelation.ts +0 -41
  392. package/src/client/types/tools/ozone/signature/findRelatedAccounts.ts +0 -61
  393. package/src/client/types/tools/ozone/signature/searchAccounts.ts +0 -44
  394. package/src/client/types/tools/ozone/team/addMember.ts +0 -59
  395. package/src/client/types/tools/ozone/team/defs.ts +0 -51
  396. package/src/client/types/tools/ozone/team/deleteMember.ts +0 -55
  397. package/src/client/types/tools/ozone/team/listMembers.ts +0 -46
  398. package/src/client/types/tools/ozone/team/updateMember.ts +0 -59
  399. package/src/client/types/tools/ozone/verification/defs.ts +0 -59
  400. package/src/client/types/tools/ozone/verification/grantVerifications.ts +0 -87
  401. package/src/client/types/tools/ozone/verification/listVerifications.ts +0 -57
  402. package/src/client/types/tools/ozone/verification/revokeVerifications.ts +0 -68
  403. package/src/client/util.ts +0 -82
@@ -2509,9 +2509,12 @@ export declare const schemaDict: {
2509
2509
  readonly accept: ["image/*"];
2510
2510
  readonly maxSize: 1000000;
2511
2511
  };
2512
- readonly associatedRecord: {
2513
- readonly type: "string";
2514
- readonly format: "at-uri";
2512
+ readonly associatedRecords: {
2513
+ readonly type: "array";
2514
+ readonly items: {
2515
+ readonly type: "ref";
2516
+ readonly ref: "lex:com.atproto.repo.strongRef";
2517
+ };
2515
2518
  readonly description: "The URI of the Atmosphere record representing this external content, if it exists. Example: a site.standard.document record.";
2516
2519
  };
2517
2520
  };
@@ -9642,7 +9645,7 @@ export declare const schemaDict: {
9642
9645
  readonly type: "string";
9643
9646
  };
9644
9647
  readonly members: {
9645
- readonly description: "Members of this conversation. For direct convos, it will be an immutable list of the 2 members. For group convos, it will a list of important members (the first few members, the viewer, the member who invited the viewer, the member who sent the last message, the member who sent the last reaction), but will not contain the full list of members. Use chat.bsky.convo.getConvoMembers to list all members.";
9648
+ readonly description: "Members of this conversation. For direct convos, it will be an immutable list of the 2 members. For group convos, it will a list of important members (the first few members, the viewer, the member who added the viewer, the member who sent the last message, the member who sent the last reaction), but will not contain the full list of members. Use chat.bsky.convo.getConvoMembers to list all members.";
9646
9649
  readonly type: "array";
9647
9650
  readonly items: {
9648
9651
  readonly type: "ref";
@@ -11108,7 +11111,7 @@ export declare const schemaDict: {
11108
11111
  }, {
11109
11112
  readonly name: "BlockedActor";
11110
11113
  }, {
11111
- readonly name: "GroupInvitesDisabled";
11114
+ readonly name: "UserForbidsGroups";
11112
11115
  }, {
11113
11116
  readonly name: "ConvoLocked";
11114
11117
  }, {
@@ -11223,7 +11226,7 @@ export declare const schemaDict: {
11223
11226
  }, {
11224
11227
  readonly name: "BlockedActor";
11225
11228
  }, {
11226
- readonly name: "GroupInvitesDisabled";
11229
+ readonly name: "UserForbidsGroups";
11227
11230
  }, {
11228
11231
  readonly name: "NotFollowedBySender";
11229
11232
  }, {
@@ -11668,6 +11671,54 @@ export declare const schemaDict: {
11668
11671
  };
11669
11672
  };
11670
11673
  };
11674
+ readonly ChatBskyGroupListMutualGroups: {
11675
+ readonly lexicon: 1;
11676
+ readonly id: "chat.bsky.group.listMutualGroups";
11677
+ readonly defs: {
11678
+ readonly main: {
11679
+ readonly type: "query";
11680
+ readonly 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.";
11681
+ readonly parameters: {
11682
+ readonly type: "params";
11683
+ readonly required: ["subject"];
11684
+ readonly properties: {
11685
+ readonly subject: {
11686
+ readonly type: "string";
11687
+ readonly format: "did";
11688
+ };
11689
+ readonly limit: {
11690
+ readonly type: "integer";
11691
+ readonly minimum: 1;
11692
+ readonly maximum: 100;
11693
+ readonly default: 50;
11694
+ };
11695
+ readonly cursor: {
11696
+ readonly type: "string";
11697
+ };
11698
+ };
11699
+ };
11700
+ readonly output: {
11701
+ readonly encoding: "application/json";
11702
+ readonly schema: {
11703
+ readonly type: "object";
11704
+ readonly required: ["convos"];
11705
+ readonly properties: {
11706
+ readonly cursor: {
11707
+ readonly type: "string";
11708
+ };
11709
+ readonly convos: {
11710
+ readonly type: "array";
11711
+ readonly items: {
11712
+ readonly type: "ref";
11713
+ readonly ref: "lex:chat.bsky.convo.defs#convoView";
11714
+ };
11715
+ };
11716
+ };
11717
+ };
11718
+ };
11719
+ };
11720
+ };
11721
+ };
11671
11722
  readonly ChatBskyGroupRejectJoinRequest: {
11672
11723
  readonly lexicon: 1;
11673
11724
  readonly id: "chat.bsky.group.rejectJoinRequest";
@@ -11886,10 +11937,19 @@ export declare const schemaDict: {
11886
11937
  readonly before: {
11887
11938
  readonly type: "integer";
11888
11939
  readonly default: 5;
11940
+ readonly description: "Number of user messages before the target to include. System messages between the earliest returned user message and the target are also included, capped per gap by `maxInterleavedSystemMessages`. If there are no user messages before the target, up to `maxInterleavedSystemMessages` system messages immediately preceding the target are returned instead.";
11889
11941
  };
11890
11942
  readonly after: {
11891
11943
  readonly type: "integer";
11892
11944
  readonly default: 5;
11945
+ readonly description: "Number of user messages after the target to include. System messages between the target and the latest returned user message are also included, capped per gap by `maxInterleavedSystemMessages`. If there are no user messages after the target, up to `maxInterleavedSystemMessages` system messages immediately following the target are returned instead.";
11946
+ };
11947
+ readonly maxInterleavedSystemMessages: {
11948
+ readonly type: "integer";
11949
+ readonly default: 10;
11950
+ readonly minimum: 0;
11951
+ readonly maximum: 1000;
11952
+ readonly description: "Maximum number of system messages to include per gap between consecutive returned messages (and per side when there are no user messages on that side). Within a gap, the system messages closest to the earlier message are kept.";
11893
11953
  };
11894
11954
  };
11895
11955
  };
@@ -11903,7 +11963,7 @@ export declare const schemaDict: {
11903
11963
  readonly type: "array";
11904
11964
  readonly items: {
11905
11965
  readonly type: "union";
11906
- readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView", "lex:chat.bsky.convo.defs#systemMessageView"];
11966
+ readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#systemMessageView"];
11907
11967
  };
11908
11968
  };
11909
11969
  };
@@ -11931,7 +11991,7 @@ export declare const schemaDict: {
11931
11991
  readonly message: {
11932
11992
  readonly schema: {
11933
11993
  readonly type: "union";
11934
- readonly refs: ["lex:chat.bsky.moderation.subscribeModEvents#eventConvoFirstMessage"];
11994
+ readonly refs: ["lex:chat.bsky.moderation.subscribeModEvents#eventConvoFirstMessage", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatCreated", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberAdded", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberJoined", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequest", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestApproved", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestRejected", "lex:chat.bsky.moderation.subscribeModEvents#eventChatAccepted", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberLeft", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatUpdated"];
11935
11995
  };
11936
11996
  };
11937
11997
  readonly errors: [{
@@ -11943,6 +12003,7 @@ export declare const schemaDict: {
11943
12003
  };
11944
12004
  readonly eventConvoFirstMessage: {
11945
12005
  readonly type: "object";
12006
+ readonly description: "Fired when the first message was sent on a convo.";
11946
12007
  readonly required: ["createdAt", "rev", "convoId", "user", "recipients"];
11947
12008
  readonly properties: {
11948
12009
  readonly convoId: {
@@ -11973,6 +12034,452 @@ export declare const schemaDict: {
11973
12034
  };
11974
12035
  };
11975
12036
  };
12037
+ readonly eventGroupChatCreated: {
12038
+ readonly type: "object";
12039
+ readonly description: "Fire when a group chat is created.";
12040
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "initialMemberDids", "ownerDid", "rev"];
12041
+ readonly properties: {
12042
+ readonly actorDid: {
12043
+ readonly description: "The DID of the actor performing the action. For this event, same as ownerDid.";
12044
+ readonly type: "string";
12045
+ readonly format: "did";
12046
+ };
12047
+ readonly convoCreatedAt: {
12048
+ readonly description: "When the group was originally created.";
12049
+ readonly type: "string";
12050
+ readonly format: "datetime";
12051
+ };
12052
+ readonly convoId: {
12053
+ readonly type: "string";
12054
+ };
12055
+ readonly createdAt: {
12056
+ readonly type: "string";
12057
+ readonly format: "datetime";
12058
+ };
12059
+ readonly groupMemberCount: {
12060
+ readonly description: "Current member count at the time of the event.";
12061
+ readonly type: "integer";
12062
+ };
12063
+ readonly groupName: {
12064
+ readonly description: "The name set at creation time.";
12065
+ readonly type: "string";
12066
+ };
12067
+ readonly initialMemberDids: {
12068
+ readonly description: "DIDs of everyone added at creation time.";
12069
+ readonly type: "array";
12070
+ readonly items: {
12071
+ readonly type: "string";
12072
+ readonly format: "did";
12073
+ };
12074
+ };
12075
+ readonly ownerDid: {
12076
+ readonly description: "The DID of the group chat owner.";
12077
+ readonly type: "string";
12078
+ readonly format: "did";
12079
+ };
12080
+ readonly rev: {
12081
+ readonly type: "string";
12082
+ };
12083
+ };
12084
+ };
12085
+ readonly eventGroupChatMemberAdded: {
12086
+ readonly type: "object";
12087
+ readonly description: "Fired when a member is added to a group chat. Note that members are added in the 'request' state.";
12088
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "ownerDid", "requestMembersCount", "rev", "subjectDid", "subjectFollowsOwner"];
12089
+ readonly properties: {
12090
+ readonly actorDid: {
12091
+ readonly description: "The DID of the actor performing the action. For this event, same as ownerDid.";
12092
+ readonly type: "string";
12093
+ readonly format: "did";
12094
+ };
12095
+ readonly convoCreatedAt: {
12096
+ readonly description: "When the group was originally created.";
12097
+ readonly type: "string";
12098
+ readonly format: "datetime";
12099
+ };
12100
+ readonly convoId: {
12101
+ readonly type: "string";
12102
+ };
12103
+ readonly createdAt: {
12104
+ readonly type: "string";
12105
+ readonly format: "datetime";
12106
+ };
12107
+ readonly groupMemberCount: {
12108
+ readonly description: "Current member count at the time of the event.";
12109
+ readonly type: "integer";
12110
+ };
12111
+ readonly groupName: {
12112
+ readonly type: "string";
12113
+ };
12114
+ readonly ownerDid: {
12115
+ readonly description: "The DID of the group chat owner.";
12116
+ readonly type: "string";
12117
+ readonly format: "did";
12118
+ };
12119
+ readonly requestMembersCount: {
12120
+ readonly description: "The number of members who have not yet accepted the convo.";
12121
+ readonly type: "integer";
12122
+ };
12123
+ readonly rev: {
12124
+ readonly type: "string";
12125
+ };
12126
+ readonly subjectDid: {
12127
+ readonly description: "The DID of the member who was added.";
12128
+ readonly type: "string";
12129
+ readonly format: "did";
12130
+ };
12131
+ readonly subjectFollowsOwner: {
12132
+ readonly description: "Whether the added member follows the group owner.";
12133
+ readonly type: "boolean";
12134
+ };
12135
+ };
12136
+ };
12137
+ readonly eventGroupChatMemberJoined: {
12138
+ readonly type: "object";
12139
+ readonly description: "Fired when a member joins a group chat via an join link that does not require approval.";
12140
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "joinLinkCode", "ownerDid", "rev", "subjectFollowsOwner"];
12141
+ readonly properties: {
12142
+ readonly actorDid: {
12143
+ readonly description: "The DID of the person joining.";
12144
+ readonly type: "string";
12145
+ readonly format: "did";
12146
+ };
12147
+ readonly convoCreatedAt: {
12148
+ readonly description: "When the group was originally created.";
12149
+ readonly type: "string";
12150
+ readonly format: "datetime";
12151
+ };
12152
+ readonly convoId: {
12153
+ readonly type: "string";
12154
+ };
12155
+ readonly createdAt: {
12156
+ readonly type: "string";
12157
+ readonly format: "datetime";
12158
+ };
12159
+ readonly groupMemberCount: {
12160
+ readonly description: "Current member count at the time of the event.";
12161
+ readonly type: "integer";
12162
+ };
12163
+ readonly groupName: {
12164
+ readonly type: "string";
12165
+ };
12166
+ readonly joinLinkCode: {
12167
+ readonly description: "The code of the join link used to join.";
12168
+ readonly type: "string";
12169
+ };
12170
+ readonly ownerDid: {
12171
+ readonly description: "The DID of the group chat owner.";
12172
+ readonly type: "string";
12173
+ readonly format: "did";
12174
+ };
12175
+ readonly rev: {
12176
+ readonly type: "string";
12177
+ };
12178
+ readonly subjectFollowsOwner: {
12179
+ readonly description: "Whether the joining member follows the group owner.";
12180
+ readonly type: "boolean";
12181
+ };
12182
+ };
12183
+ };
12184
+ readonly eventGroupChatJoinRequest: {
12185
+ readonly type: "object";
12186
+ readonly description: "Fired when a user requests to join a group chat via an join link that requires approval.";
12187
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "joinLinkCode", "ownerDid", "rev", "subjectFollowsOwner"];
12188
+ readonly properties: {
12189
+ readonly actorDid: {
12190
+ readonly description: "The DID of the person requesting to join.";
12191
+ readonly type: "string";
12192
+ readonly format: "did";
12193
+ };
12194
+ readonly convoCreatedAt: {
12195
+ readonly description: "When the group was originally created.";
12196
+ readonly type: "string";
12197
+ readonly format: "datetime";
12198
+ };
12199
+ readonly convoId: {
12200
+ readonly type: "string";
12201
+ };
12202
+ readonly createdAt: {
12203
+ readonly type: "string";
12204
+ readonly format: "datetime";
12205
+ };
12206
+ readonly groupMemberCount: {
12207
+ readonly description: "Current member count at the time of the event.";
12208
+ readonly type: "integer";
12209
+ };
12210
+ readonly groupName: {
12211
+ readonly type: "string";
12212
+ };
12213
+ readonly joinLinkCode: {
12214
+ readonly description: "The code of the join link used to request joining.";
12215
+ readonly type: "string";
12216
+ };
12217
+ readonly ownerDid: {
12218
+ readonly description: "The DID of the group chat owner.";
12219
+ readonly type: "string";
12220
+ readonly format: "did";
12221
+ };
12222
+ readonly rev: {
12223
+ readonly type: "string";
12224
+ };
12225
+ readonly subjectFollowsOwner: {
12226
+ readonly description: "Whether the requesting member follows the group owner.";
12227
+ readonly type: "boolean";
12228
+ };
12229
+ };
12230
+ };
12231
+ readonly eventGroupChatJoinRequestApproved: {
12232
+ readonly type: "object";
12233
+ readonly description: "Fired when a join request is approved by the group owner.";
12234
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "ownerDid", "rev", "subjectDid"];
12235
+ readonly properties: {
12236
+ readonly actorDid: {
12237
+ readonly description: "The DID of the owner approving the request.";
12238
+ readonly type: "string";
12239
+ readonly format: "did";
12240
+ };
12241
+ readonly convoCreatedAt: {
12242
+ readonly description: "When the group was originally created.";
12243
+ readonly type: "string";
12244
+ readonly format: "datetime";
12245
+ };
12246
+ readonly convoId: {
12247
+ readonly type: "string";
12248
+ };
12249
+ readonly createdAt: {
12250
+ readonly type: "string";
12251
+ readonly format: "datetime";
12252
+ };
12253
+ readonly groupMemberCount: {
12254
+ readonly description: "Current member count at the time of the event.";
12255
+ readonly type: "integer";
12256
+ };
12257
+ readonly groupName: {
12258
+ readonly type: "string";
12259
+ };
12260
+ readonly ownerDid: {
12261
+ readonly description: "The DID of the group chat owner.";
12262
+ readonly type: "string";
12263
+ readonly format: "did";
12264
+ };
12265
+ readonly rev: {
12266
+ readonly type: "string";
12267
+ };
12268
+ readonly subjectDid: {
12269
+ readonly description: "The DID of the member whose request was approved.";
12270
+ readonly type: "string";
12271
+ readonly format: "did";
12272
+ };
12273
+ };
12274
+ };
12275
+ readonly eventGroupChatJoinRequestRejected: {
12276
+ readonly type: "object";
12277
+ readonly description: "Fired when a join request is rejected by the group owner.";
12278
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "ownerDid", "rev", "subjectDid"];
12279
+ readonly properties: {
12280
+ readonly actorDid: {
12281
+ readonly description: "The DID of the owner rejecting the request.";
12282
+ readonly type: "string";
12283
+ readonly format: "did";
12284
+ };
12285
+ readonly convoCreatedAt: {
12286
+ readonly description: "When the group was originally created.";
12287
+ readonly type: "string";
12288
+ readonly format: "datetime";
12289
+ };
12290
+ readonly convoId: {
12291
+ readonly type: "string";
12292
+ };
12293
+ readonly createdAt: {
12294
+ readonly type: "string";
12295
+ readonly format: "datetime";
12296
+ };
12297
+ readonly groupMemberCount: {
12298
+ readonly description: "Current member count at the time of the event.";
12299
+ readonly type: "integer";
12300
+ };
12301
+ readonly groupName: {
12302
+ readonly type: "string";
12303
+ };
12304
+ readonly ownerDid: {
12305
+ readonly description: "The DID of the group chat owner.";
12306
+ readonly type: "string";
12307
+ readonly format: "did";
12308
+ };
12309
+ readonly rev: {
12310
+ readonly type: "string";
12311
+ };
12312
+ readonly subjectDid: {
12313
+ readonly description: "The DID of the member whose request was rejected.";
12314
+ readonly type: "string";
12315
+ readonly format: "did";
12316
+ };
12317
+ };
12318
+ };
12319
+ readonly eventChatAccepted: {
12320
+ readonly type: "object";
12321
+ readonly description: "Fired when a user accepts a chat convo, either explicitly or by sending a message.";
12322
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "method", "rev"];
12323
+ readonly properties: {
12324
+ readonly actorDid: {
12325
+ readonly description: "The DID of the person accepting the convo.";
12326
+ readonly type: "string";
12327
+ readonly format: "did";
12328
+ };
12329
+ readonly convoCreatedAt: {
12330
+ readonly description: "When the convo was originally created.";
12331
+ readonly type: "string";
12332
+ readonly format: "datetime";
12333
+ };
12334
+ readonly convoId: {
12335
+ readonly type: "string";
12336
+ };
12337
+ readonly createdAt: {
12338
+ readonly type: "string";
12339
+ readonly format: "datetime";
12340
+ };
12341
+ readonly groupMemberCount: {
12342
+ readonly description: "Current member count at the time of the event. Only present for group convos.";
12343
+ readonly type: "integer";
12344
+ };
12345
+ readonly groupName: {
12346
+ readonly description: "The name of the group chat. Only present for group convos.";
12347
+ readonly type: "string";
12348
+ };
12349
+ readonly method: {
12350
+ readonly description: "How the convo was accepted.";
12351
+ readonly type: "string";
12352
+ readonly knownValues: ["explicit", "message"];
12353
+ };
12354
+ readonly ownerDid: {
12355
+ readonly description: "The DID of the group chat owner. Only present for group convos.";
12356
+ readonly type: "string";
12357
+ readonly format: "did";
12358
+ };
12359
+ readonly rev: {
12360
+ readonly type: "string";
12361
+ };
12362
+ };
12363
+ };
12364
+ readonly eventGroupChatMemberLeft: {
12365
+ readonly type: "object";
12366
+ readonly description: "Fired when a member leaves or is removed from a group chat.";
12367
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "leaveMethod", "ownerDid", "rev", "subjectDid"];
12368
+ readonly properties: {
12369
+ readonly actorDid: {
12370
+ readonly description: "The DID of the actor. For voluntary: the person leaving. For kicked: the owner.";
12371
+ readonly type: "string";
12372
+ readonly format: "did";
12373
+ };
12374
+ readonly convoCreatedAt: {
12375
+ readonly description: "When the group was originally created.";
12376
+ readonly type: "string";
12377
+ readonly format: "datetime";
12378
+ };
12379
+ readonly convoId: {
12380
+ readonly type: "string";
12381
+ };
12382
+ readonly createdAt: {
12383
+ readonly type: "string";
12384
+ readonly format: "datetime";
12385
+ };
12386
+ readonly groupMemberCount: {
12387
+ readonly description: "Current member count at the time of the event.";
12388
+ readonly type: "integer";
12389
+ };
12390
+ readonly groupName: {
12391
+ readonly type: "string";
12392
+ };
12393
+ readonly leaveMethod: {
12394
+ readonly description: "How the member left.";
12395
+ readonly type: "string";
12396
+ readonly knownValues: ["voluntary", "kicked"];
12397
+ };
12398
+ readonly ownerDid: {
12399
+ readonly description: "The DID of the group chat owner.";
12400
+ readonly type: "string";
12401
+ readonly format: "did";
12402
+ };
12403
+ readonly rev: {
12404
+ readonly type: "string";
12405
+ };
12406
+ readonly subjectDid: {
12407
+ readonly description: "The DID of the member who left or was removed.";
12408
+ readonly type: "string";
12409
+ readonly format: "did";
12410
+ };
12411
+ };
12412
+ };
12413
+ readonly eventGroupChatUpdated: {
12414
+ readonly type: "object";
12415
+ readonly description: "Fired when a group chat's metadata or status changes.";
12416
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "ownerDid", "rev", "updateType"];
12417
+ readonly properties: {
12418
+ readonly actorDid: {
12419
+ readonly description: "The DID of the actor performing the action (the owner).";
12420
+ readonly type: "string";
12421
+ readonly format: "did";
12422
+ };
12423
+ readonly convoCreatedAt: {
12424
+ readonly description: "When the group was originally created.";
12425
+ readonly type: "string";
12426
+ readonly format: "datetime";
12427
+ };
12428
+ readonly convoId: {
12429
+ readonly type: "string";
12430
+ };
12431
+ readonly createdAt: {
12432
+ readonly type: "string";
12433
+ readonly format: "datetime";
12434
+ };
12435
+ readonly groupMemberCount: {
12436
+ readonly description: "Current member count at the time of the event.";
12437
+ readonly type: "integer";
12438
+ };
12439
+ readonly groupName: {
12440
+ readonly description: "Current group name.";
12441
+ readonly type: "string";
12442
+ };
12443
+ readonly joinLinkCode: {
12444
+ readonly description: "The code of the join link. Only present when updateType is join-link-related.";
12445
+ readonly type: "string";
12446
+ };
12447
+ readonly joinLinkFollowersOnly: {
12448
+ readonly description: "Whether the join link is restricted to followers of the owner. Only present when updateType is join-link-related.";
12449
+ readonly type: "boolean";
12450
+ };
12451
+ readonly joinLinkRequiresApproval: {
12452
+ readonly description: "Whether the join link requires owner approval to join. Only present when updateType is join-link-related.";
12453
+ readonly type: "boolean";
12454
+ };
12455
+ readonly lockReason: {
12456
+ readonly description: "Why the group was locked. Only present when updateType is 'locked'.";
12457
+ readonly type: "string";
12458
+ readonly knownValues: ["owner_action", "owner_left", "owner_deactivated", "owner_deleted", "owner_suspended", "owner_taken_down", "label_applied"];
12459
+ };
12460
+ readonly newName: {
12461
+ readonly description: "The new group name. Only present when updateType is 'name_changed'.";
12462
+ readonly type: "string";
12463
+ };
12464
+ readonly oldName: {
12465
+ readonly description: "The previous group name. Only present when updateType is 'name_changed'.";
12466
+ readonly type: "string";
12467
+ };
12468
+ readonly ownerDid: {
12469
+ readonly description: "The DID of the group chat owner.";
12470
+ readonly type: "string";
12471
+ readonly format: "did";
12472
+ };
12473
+ readonly rev: {
12474
+ readonly type: "string";
12475
+ };
12476
+ readonly updateType: {
12477
+ readonly description: "What changed.";
12478
+ readonly type: "string";
12479
+ readonly knownValues: ["name_changed", "locked", "locked_permanently", "unlocked", "join_link_created", "join_link_disabled", "join_link_settings_changed"];
12480
+ };
12481
+ };
12482
+ };
11976
12483
  };
11977
12484
  };
11978
12485
  readonly ChatBskyModerationUpdateActorAccess: {
@@ -25071,9 +25578,12 @@ export declare const schemas: ({
25071
25578
  readonly accept: ["image/*"];
25072
25579
  readonly maxSize: 1000000;
25073
25580
  };
25074
- readonly associatedRecord: {
25075
- readonly type: "string";
25076
- readonly format: "at-uri";
25581
+ readonly associatedRecords: {
25582
+ readonly type: "array";
25583
+ readonly items: {
25584
+ readonly type: "ref";
25585
+ readonly ref: "lex:com.atproto.repo.strongRef";
25586
+ };
25077
25587
  readonly description: "The URI of the Atmosphere record representing this external content, if it exists. Example: a site.standard.document record.";
25078
25588
  };
25079
25589
  };
@@ -32086,7 +32596,7 @@ export declare const schemas: ({
32086
32596
  readonly type: "string";
32087
32597
  };
32088
32598
  readonly members: {
32089
- readonly description: "Members of this conversation. For direct convos, it will be an immutable list of the 2 members. For group convos, it will a list of important members (the first few members, the viewer, the member who invited the viewer, the member who sent the last message, the member who sent the last reaction), but will not contain the full list of members. Use chat.bsky.convo.getConvoMembers to list all members.";
32599
+ readonly description: "Members of this conversation. For direct convos, it will be an immutable list of the 2 members. For group convos, it will a list of important members (the first few members, the viewer, the member who added the viewer, the member who sent the last message, the member who sent the last reaction), but will not contain the full list of members. Use chat.bsky.convo.getConvoMembers to list all members.";
32090
32600
  readonly type: "array";
32091
32601
  readonly items: {
32092
32602
  readonly type: "ref";
@@ -33532,7 +34042,7 @@ export declare const schemas: ({
33532
34042
  }, {
33533
34043
  readonly name: "BlockedActor";
33534
34044
  }, {
33535
- readonly name: "GroupInvitesDisabled";
34045
+ readonly name: "UserForbidsGroups";
33536
34046
  }, {
33537
34047
  readonly name: "ConvoLocked";
33538
34048
  }, {
@@ -33645,7 +34155,7 @@ export declare const schemas: ({
33645
34155
  }, {
33646
34156
  readonly name: "BlockedActor";
33647
34157
  }, {
33648
- readonly name: "GroupInvitesDisabled";
34158
+ readonly name: "UserForbidsGroups";
33649
34159
  }, {
33650
34160
  readonly name: "NotFollowedBySender";
33651
34161
  }, {
@@ -34081,6 +34591,53 @@ export declare const schemas: ({
34081
34591
  };
34082
34592
  };
34083
34593
  };
34594
+ } | {
34595
+ readonly lexicon: 1;
34596
+ readonly id: "chat.bsky.group.listMutualGroups";
34597
+ readonly defs: {
34598
+ readonly main: {
34599
+ readonly type: "query";
34600
+ readonly 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.";
34601
+ readonly parameters: {
34602
+ readonly type: "params";
34603
+ readonly required: ["subject"];
34604
+ readonly properties: {
34605
+ readonly subject: {
34606
+ readonly type: "string";
34607
+ readonly format: "did";
34608
+ };
34609
+ readonly limit: {
34610
+ readonly type: "integer";
34611
+ readonly minimum: 1;
34612
+ readonly maximum: 100;
34613
+ readonly default: 50;
34614
+ };
34615
+ readonly cursor: {
34616
+ readonly type: "string";
34617
+ };
34618
+ };
34619
+ };
34620
+ readonly output: {
34621
+ readonly encoding: "application/json";
34622
+ readonly schema: {
34623
+ readonly type: "object";
34624
+ readonly required: ["convos"];
34625
+ readonly properties: {
34626
+ readonly cursor: {
34627
+ readonly type: "string";
34628
+ };
34629
+ readonly convos: {
34630
+ readonly type: "array";
34631
+ readonly items: {
34632
+ readonly type: "ref";
34633
+ readonly ref: "lex:chat.bsky.convo.defs#convoView";
34634
+ };
34635
+ };
34636
+ };
34637
+ };
34638
+ };
34639
+ };
34640
+ };
34084
34641
  } | {
34085
34642
  readonly lexicon: 1;
34086
34643
  readonly id: "chat.bsky.group.rejectJoinRequest";
@@ -34295,10 +34852,19 @@ export declare const schemas: ({
34295
34852
  readonly before: {
34296
34853
  readonly type: "integer";
34297
34854
  readonly default: 5;
34855
+ readonly description: "Number of user messages before the target to include. System messages between the earliest returned user message and the target are also included, capped per gap by `maxInterleavedSystemMessages`. If there are no user messages before the target, up to `maxInterleavedSystemMessages` system messages immediately preceding the target are returned instead.";
34298
34856
  };
34299
34857
  readonly after: {
34300
34858
  readonly type: "integer";
34301
34859
  readonly default: 5;
34860
+ readonly description: "Number of user messages after the target to include. System messages between the target and the latest returned user message are also included, capped per gap by `maxInterleavedSystemMessages`. If there are no user messages after the target, up to `maxInterleavedSystemMessages` system messages immediately following the target are returned instead.";
34861
+ };
34862
+ readonly maxInterleavedSystemMessages: {
34863
+ readonly type: "integer";
34864
+ readonly default: 10;
34865
+ readonly minimum: 0;
34866
+ readonly maximum: 1000;
34867
+ readonly description: "Maximum number of system messages to include per gap between consecutive returned messages (and per side when there are no user messages on that side). Within a gap, the system messages closest to the earlier message are kept.";
34302
34868
  };
34303
34869
  };
34304
34870
  };
@@ -34312,7 +34878,7 @@ export declare const schemas: ({
34312
34878
  readonly type: "array";
34313
34879
  readonly items: {
34314
34880
  readonly type: "union";
34315
- readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView", "lex:chat.bsky.convo.defs#systemMessageView"];
34881
+ readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#systemMessageView"];
34316
34882
  };
34317
34883
  };
34318
34884
  };
@@ -34339,7 +34905,7 @@ export declare const schemas: ({
34339
34905
  readonly message: {
34340
34906
  readonly schema: {
34341
34907
  readonly type: "union";
34342
- readonly refs: ["lex:chat.bsky.moderation.subscribeModEvents#eventConvoFirstMessage"];
34908
+ readonly refs: ["lex:chat.bsky.moderation.subscribeModEvents#eventConvoFirstMessage", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatCreated", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberAdded", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberJoined", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequest", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestApproved", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestRejected", "lex:chat.bsky.moderation.subscribeModEvents#eventChatAccepted", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberLeft", "lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatUpdated"];
34343
34909
  };
34344
34910
  };
34345
34911
  readonly errors: [{
@@ -34351,6 +34917,7 @@ export declare const schemas: ({
34351
34917
  };
34352
34918
  readonly eventConvoFirstMessage: {
34353
34919
  readonly type: "object";
34920
+ readonly description: "Fired when the first message was sent on a convo.";
34354
34921
  readonly required: ["createdAt", "rev", "convoId", "user", "recipients"];
34355
34922
  readonly properties: {
34356
34923
  readonly convoId: {
@@ -34381,6 +34948,452 @@ export declare const schemas: ({
34381
34948
  };
34382
34949
  };
34383
34950
  };
34951
+ readonly eventGroupChatCreated: {
34952
+ readonly type: "object";
34953
+ readonly description: "Fire when a group chat is created.";
34954
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "initialMemberDids", "ownerDid", "rev"];
34955
+ readonly properties: {
34956
+ readonly actorDid: {
34957
+ readonly description: "The DID of the actor performing the action. For this event, same as ownerDid.";
34958
+ readonly type: "string";
34959
+ readonly format: "did";
34960
+ };
34961
+ readonly convoCreatedAt: {
34962
+ readonly description: "When the group was originally created.";
34963
+ readonly type: "string";
34964
+ readonly format: "datetime";
34965
+ };
34966
+ readonly convoId: {
34967
+ readonly type: "string";
34968
+ };
34969
+ readonly createdAt: {
34970
+ readonly type: "string";
34971
+ readonly format: "datetime";
34972
+ };
34973
+ readonly groupMemberCount: {
34974
+ readonly description: "Current member count at the time of the event.";
34975
+ readonly type: "integer";
34976
+ };
34977
+ readonly groupName: {
34978
+ readonly description: "The name set at creation time.";
34979
+ readonly type: "string";
34980
+ };
34981
+ readonly initialMemberDids: {
34982
+ readonly description: "DIDs of everyone added at creation time.";
34983
+ readonly type: "array";
34984
+ readonly items: {
34985
+ readonly type: "string";
34986
+ readonly format: "did";
34987
+ };
34988
+ };
34989
+ readonly ownerDid: {
34990
+ readonly description: "The DID of the group chat owner.";
34991
+ readonly type: "string";
34992
+ readonly format: "did";
34993
+ };
34994
+ readonly rev: {
34995
+ readonly type: "string";
34996
+ };
34997
+ };
34998
+ };
34999
+ readonly eventGroupChatMemberAdded: {
35000
+ readonly type: "object";
35001
+ readonly description: "Fired when a member is added to a group chat. Note that members are added in the 'request' state.";
35002
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "ownerDid", "requestMembersCount", "rev", "subjectDid", "subjectFollowsOwner"];
35003
+ readonly properties: {
35004
+ readonly actorDid: {
35005
+ readonly description: "The DID of the actor performing the action. For this event, same as ownerDid.";
35006
+ readonly type: "string";
35007
+ readonly format: "did";
35008
+ };
35009
+ readonly convoCreatedAt: {
35010
+ readonly description: "When the group was originally created.";
35011
+ readonly type: "string";
35012
+ readonly format: "datetime";
35013
+ };
35014
+ readonly convoId: {
35015
+ readonly type: "string";
35016
+ };
35017
+ readonly createdAt: {
35018
+ readonly type: "string";
35019
+ readonly format: "datetime";
35020
+ };
35021
+ readonly groupMemberCount: {
35022
+ readonly description: "Current member count at the time of the event.";
35023
+ readonly type: "integer";
35024
+ };
35025
+ readonly groupName: {
35026
+ readonly type: "string";
35027
+ };
35028
+ readonly ownerDid: {
35029
+ readonly description: "The DID of the group chat owner.";
35030
+ readonly type: "string";
35031
+ readonly format: "did";
35032
+ };
35033
+ readonly requestMembersCount: {
35034
+ readonly description: "The number of members who have not yet accepted the convo.";
35035
+ readonly type: "integer";
35036
+ };
35037
+ readonly rev: {
35038
+ readonly type: "string";
35039
+ };
35040
+ readonly subjectDid: {
35041
+ readonly description: "The DID of the member who was added.";
35042
+ readonly type: "string";
35043
+ readonly format: "did";
35044
+ };
35045
+ readonly subjectFollowsOwner: {
35046
+ readonly description: "Whether the added member follows the group owner.";
35047
+ readonly type: "boolean";
35048
+ };
35049
+ };
35050
+ };
35051
+ readonly eventGroupChatMemberJoined: {
35052
+ readonly type: "object";
35053
+ readonly description: "Fired when a member joins a group chat via an join link that does not require approval.";
35054
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "joinLinkCode", "ownerDid", "rev", "subjectFollowsOwner"];
35055
+ readonly properties: {
35056
+ readonly actorDid: {
35057
+ readonly description: "The DID of the person joining.";
35058
+ readonly type: "string";
35059
+ readonly format: "did";
35060
+ };
35061
+ readonly convoCreatedAt: {
35062
+ readonly description: "When the group was originally created.";
35063
+ readonly type: "string";
35064
+ readonly format: "datetime";
35065
+ };
35066
+ readonly convoId: {
35067
+ readonly type: "string";
35068
+ };
35069
+ readonly createdAt: {
35070
+ readonly type: "string";
35071
+ readonly format: "datetime";
35072
+ };
35073
+ readonly groupMemberCount: {
35074
+ readonly description: "Current member count at the time of the event.";
35075
+ readonly type: "integer";
35076
+ };
35077
+ readonly groupName: {
35078
+ readonly type: "string";
35079
+ };
35080
+ readonly joinLinkCode: {
35081
+ readonly description: "The code of the join link used to join.";
35082
+ readonly type: "string";
35083
+ };
35084
+ readonly ownerDid: {
35085
+ readonly description: "The DID of the group chat owner.";
35086
+ readonly type: "string";
35087
+ readonly format: "did";
35088
+ };
35089
+ readonly rev: {
35090
+ readonly type: "string";
35091
+ };
35092
+ readonly subjectFollowsOwner: {
35093
+ readonly description: "Whether the joining member follows the group owner.";
35094
+ readonly type: "boolean";
35095
+ };
35096
+ };
35097
+ };
35098
+ readonly eventGroupChatJoinRequest: {
35099
+ readonly type: "object";
35100
+ readonly description: "Fired when a user requests to join a group chat via an join link that requires approval.";
35101
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "joinLinkCode", "ownerDid", "rev", "subjectFollowsOwner"];
35102
+ readonly properties: {
35103
+ readonly actorDid: {
35104
+ readonly description: "The DID of the person requesting to join.";
35105
+ readonly type: "string";
35106
+ readonly format: "did";
35107
+ };
35108
+ readonly convoCreatedAt: {
35109
+ readonly description: "When the group was originally created.";
35110
+ readonly type: "string";
35111
+ readonly format: "datetime";
35112
+ };
35113
+ readonly convoId: {
35114
+ readonly type: "string";
35115
+ };
35116
+ readonly createdAt: {
35117
+ readonly type: "string";
35118
+ readonly format: "datetime";
35119
+ };
35120
+ readonly groupMemberCount: {
35121
+ readonly description: "Current member count at the time of the event.";
35122
+ readonly type: "integer";
35123
+ };
35124
+ readonly groupName: {
35125
+ readonly type: "string";
35126
+ };
35127
+ readonly joinLinkCode: {
35128
+ readonly description: "The code of the join link used to request joining.";
35129
+ readonly type: "string";
35130
+ };
35131
+ readonly ownerDid: {
35132
+ readonly description: "The DID of the group chat owner.";
35133
+ readonly type: "string";
35134
+ readonly format: "did";
35135
+ };
35136
+ readonly rev: {
35137
+ readonly type: "string";
35138
+ };
35139
+ readonly subjectFollowsOwner: {
35140
+ readonly description: "Whether the requesting member follows the group owner.";
35141
+ readonly type: "boolean";
35142
+ };
35143
+ };
35144
+ };
35145
+ readonly eventGroupChatJoinRequestApproved: {
35146
+ readonly type: "object";
35147
+ readonly description: "Fired when a join request is approved by the group owner.";
35148
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "ownerDid", "rev", "subjectDid"];
35149
+ readonly properties: {
35150
+ readonly actorDid: {
35151
+ readonly description: "The DID of the owner approving the request.";
35152
+ readonly type: "string";
35153
+ readonly format: "did";
35154
+ };
35155
+ readonly convoCreatedAt: {
35156
+ readonly description: "When the group was originally created.";
35157
+ readonly type: "string";
35158
+ readonly format: "datetime";
35159
+ };
35160
+ readonly convoId: {
35161
+ readonly type: "string";
35162
+ };
35163
+ readonly createdAt: {
35164
+ readonly type: "string";
35165
+ readonly format: "datetime";
35166
+ };
35167
+ readonly groupMemberCount: {
35168
+ readonly description: "Current member count at the time of the event.";
35169
+ readonly type: "integer";
35170
+ };
35171
+ readonly groupName: {
35172
+ readonly type: "string";
35173
+ };
35174
+ readonly ownerDid: {
35175
+ readonly description: "The DID of the group chat owner.";
35176
+ readonly type: "string";
35177
+ readonly format: "did";
35178
+ };
35179
+ readonly rev: {
35180
+ readonly type: "string";
35181
+ };
35182
+ readonly subjectDid: {
35183
+ readonly description: "The DID of the member whose request was approved.";
35184
+ readonly type: "string";
35185
+ readonly format: "did";
35186
+ };
35187
+ };
35188
+ };
35189
+ readonly eventGroupChatJoinRequestRejected: {
35190
+ readonly type: "object";
35191
+ readonly description: "Fired when a join request is rejected by the group owner.";
35192
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "ownerDid", "rev", "subjectDid"];
35193
+ readonly properties: {
35194
+ readonly actorDid: {
35195
+ readonly description: "The DID of the owner rejecting the request.";
35196
+ readonly type: "string";
35197
+ readonly format: "did";
35198
+ };
35199
+ readonly convoCreatedAt: {
35200
+ readonly description: "When the group was originally created.";
35201
+ readonly type: "string";
35202
+ readonly format: "datetime";
35203
+ };
35204
+ readonly convoId: {
35205
+ readonly type: "string";
35206
+ };
35207
+ readonly createdAt: {
35208
+ readonly type: "string";
35209
+ readonly format: "datetime";
35210
+ };
35211
+ readonly groupMemberCount: {
35212
+ readonly description: "Current member count at the time of the event.";
35213
+ readonly type: "integer";
35214
+ };
35215
+ readonly groupName: {
35216
+ readonly type: "string";
35217
+ };
35218
+ readonly ownerDid: {
35219
+ readonly description: "The DID of the group chat owner.";
35220
+ readonly type: "string";
35221
+ readonly format: "did";
35222
+ };
35223
+ readonly rev: {
35224
+ readonly type: "string";
35225
+ };
35226
+ readonly subjectDid: {
35227
+ readonly description: "The DID of the member whose request was rejected.";
35228
+ readonly type: "string";
35229
+ readonly format: "did";
35230
+ };
35231
+ };
35232
+ };
35233
+ readonly eventChatAccepted: {
35234
+ readonly type: "object";
35235
+ readonly description: "Fired when a user accepts a chat convo, either explicitly or by sending a message.";
35236
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "method", "rev"];
35237
+ readonly properties: {
35238
+ readonly actorDid: {
35239
+ readonly description: "The DID of the person accepting the convo.";
35240
+ readonly type: "string";
35241
+ readonly format: "did";
35242
+ };
35243
+ readonly convoCreatedAt: {
35244
+ readonly description: "When the convo was originally created.";
35245
+ readonly type: "string";
35246
+ readonly format: "datetime";
35247
+ };
35248
+ readonly convoId: {
35249
+ readonly type: "string";
35250
+ };
35251
+ readonly createdAt: {
35252
+ readonly type: "string";
35253
+ readonly format: "datetime";
35254
+ };
35255
+ readonly groupMemberCount: {
35256
+ readonly description: "Current member count at the time of the event. Only present for group convos.";
35257
+ readonly type: "integer";
35258
+ };
35259
+ readonly groupName: {
35260
+ readonly description: "The name of the group chat. Only present for group convos.";
35261
+ readonly type: "string";
35262
+ };
35263
+ readonly method: {
35264
+ readonly description: "How the convo was accepted.";
35265
+ readonly type: "string";
35266
+ readonly knownValues: ["explicit", "message"];
35267
+ };
35268
+ readonly ownerDid: {
35269
+ readonly description: "The DID of the group chat owner. Only present for group convos.";
35270
+ readonly type: "string";
35271
+ readonly format: "did";
35272
+ };
35273
+ readonly rev: {
35274
+ readonly type: "string";
35275
+ };
35276
+ };
35277
+ };
35278
+ readonly eventGroupChatMemberLeft: {
35279
+ readonly type: "object";
35280
+ readonly description: "Fired when a member leaves or is removed from a group chat.";
35281
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "leaveMethod", "ownerDid", "rev", "subjectDid"];
35282
+ readonly properties: {
35283
+ readonly actorDid: {
35284
+ readonly description: "The DID of the actor. For voluntary: the person leaving. For kicked: the owner.";
35285
+ readonly type: "string";
35286
+ readonly format: "did";
35287
+ };
35288
+ readonly convoCreatedAt: {
35289
+ readonly description: "When the group was originally created.";
35290
+ readonly type: "string";
35291
+ readonly format: "datetime";
35292
+ };
35293
+ readonly convoId: {
35294
+ readonly type: "string";
35295
+ };
35296
+ readonly createdAt: {
35297
+ readonly type: "string";
35298
+ readonly format: "datetime";
35299
+ };
35300
+ readonly groupMemberCount: {
35301
+ readonly description: "Current member count at the time of the event.";
35302
+ readonly type: "integer";
35303
+ };
35304
+ readonly groupName: {
35305
+ readonly type: "string";
35306
+ };
35307
+ readonly leaveMethod: {
35308
+ readonly description: "How the member left.";
35309
+ readonly type: "string";
35310
+ readonly knownValues: ["voluntary", "kicked"];
35311
+ };
35312
+ readonly ownerDid: {
35313
+ readonly description: "The DID of the group chat owner.";
35314
+ readonly type: "string";
35315
+ readonly format: "did";
35316
+ };
35317
+ readonly rev: {
35318
+ readonly type: "string";
35319
+ };
35320
+ readonly subjectDid: {
35321
+ readonly description: "The DID of the member who left or was removed.";
35322
+ readonly type: "string";
35323
+ readonly format: "did";
35324
+ };
35325
+ };
35326
+ };
35327
+ readonly eventGroupChatUpdated: {
35328
+ readonly type: "object";
35329
+ readonly description: "Fired when a group chat's metadata or status changes.";
35330
+ readonly required: ["actorDid", "convoCreatedAt", "convoId", "createdAt", "groupMemberCount", "groupName", "ownerDid", "rev", "updateType"];
35331
+ readonly properties: {
35332
+ readonly actorDid: {
35333
+ readonly description: "The DID of the actor performing the action (the owner).";
35334
+ readonly type: "string";
35335
+ readonly format: "did";
35336
+ };
35337
+ readonly convoCreatedAt: {
35338
+ readonly description: "When the group was originally created.";
35339
+ readonly type: "string";
35340
+ readonly format: "datetime";
35341
+ };
35342
+ readonly convoId: {
35343
+ readonly type: "string";
35344
+ };
35345
+ readonly createdAt: {
35346
+ readonly type: "string";
35347
+ readonly format: "datetime";
35348
+ };
35349
+ readonly groupMemberCount: {
35350
+ readonly description: "Current member count at the time of the event.";
35351
+ readonly type: "integer";
35352
+ };
35353
+ readonly groupName: {
35354
+ readonly description: "Current group name.";
35355
+ readonly type: "string";
35356
+ };
35357
+ readonly joinLinkCode: {
35358
+ readonly description: "The code of the join link. Only present when updateType is join-link-related.";
35359
+ readonly type: "string";
35360
+ };
35361
+ readonly joinLinkFollowersOnly: {
35362
+ readonly description: "Whether the join link is restricted to followers of the owner. Only present when updateType is join-link-related.";
35363
+ readonly type: "boolean";
35364
+ };
35365
+ readonly joinLinkRequiresApproval: {
35366
+ readonly description: "Whether the join link requires owner approval to join. Only present when updateType is join-link-related.";
35367
+ readonly type: "boolean";
35368
+ };
35369
+ readonly lockReason: {
35370
+ readonly description: "Why the group was locked. Only present when updateType is 'locked'.";
35371
+ readonly type: "string";
35372
+ readonly knownValues: ["owner_action", "owner_left", "owner_deactivated", "owner_deleted", "owner_suspended", "owner_taken_down", "label_applied"];
35373
+ };
35374
+ readonly newName: {
35375
+ readonly description: "The new group name. Only present when updateType is 'name_changed'.";
35376
+ readonly type: "string";
35377
+ };
35378
+ readonly oldName: {
35379
+ readonly description: "The previous group name. Only present when updateType is 'name_changed'.";
35380
+ readonly type: "string";
35381
+ };
35382
+ readonly ownerDid: {
35383
+ readonly description: "The DID of the group chat owner.";
35384
+ readonly type: "string";
35385
+ readonly format: "did";
35386
+ };
35387
+ readonly rev: {
35388
+ readonly type: "string";
35389
+ };
35390
+ readonly updateType: {
35391
+ readonly description: "What changed.";
35392
+ readonly type: "string";
35393
+ readonly knownValues: ["name_changed", "locked", "locked_permanently", "unlocked", "join_link_created", "join_link_disabled", "join_link_settings_changed"];
35394
+ };
35395
+ };
35396
+ };
34384
35397
  };
34385
35398
  } | {
34386
35399
  readonly lexicon: 1;
@@ -45023,6 +46036,7 @@ export declare const ids: {
45023
46036
  readonly ChatBskyGroupEnableJoinLink: "chat.bsky.group.enableJoinLink";
45024
46037
  readonly ChatBskyGroupGetJoinLinkPreview: "chat.bsky.group.getJoinLinkPreview";
45025
46038
  readonly ChatBskyGroupListJoinRequests: "chat.bsky.group.listJoinRequests";
46039
+ readonly ChatBskyGroupListMutualGroups: "chat.bsky.group.listMutualGroups";
45026
46040
  readonly ChatBskyGroupRejectJoinRequest: "chat.bsky.group.rejectJoinRequest";
45027
46041
  readonly ChatBskyGroupRemoveMembers: "chat.bsky.group.removeMembers";
45028
46042
  readonly ChatBskyGroupRequestJoin: "chat.bsky.group.requestJoin";