@atproto/api 0.20.0 → 0.20.2

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 (401) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/client/index.d.ts +9 -0
  3. package/dist/client/index.d.ts.map +1 -1
  4. package/dist/client/index.js +12 -0
  5. package/dist/client/index.js.map +1 -1
  6. package/dist/client/lexicons.d.ts +488 -12
  7. package/dist/client/lexicons.d.ts.map +1 -1
  8. package/dist/client/lexicons.js +249 -6
  9. package/dist/client/lexicons.js.map +1 -1
  10. package/dist/client/types/app/bsky/embed/external.d.ts +45 -2
  11. package/dist/client/types/app/bsky/embed/external.d.ts.map +1 -1
  12. package/dist/client/types/app/bsky/embed/external.js +21 -0
  13. package/dist/client/types/app/bsky/embed/external.js.map +1 -1
  14. package/dist/client/types/app/bsky/embed/getEmbedExternalView.d.ts +32 -0
  15. package/dist/client/types/app/bsky/embed/getEmbedExternalView.d.ts.map +1 -0
  16. package/dist/client/types/app/bsky/embed/getEmbedExternalView.js +8 -0
  17. package/dist/client/types/app/bsky/embed/getEmbedExternalView.js.map +1 -0
  18. package/dist/client/types/chat/bsky/actor/getStatus.d.ts +23 -0
  19. package/dist/client/types/chat/bsky/actor/getStatus.d.ts.map +1 -0
  20. package/dist/client/types/chat/bsky/actor/getStatus.js +8 -0
  21. package/dist/client/types/chat/bsky/actor/getStatus.js.map +1 -0
  22. package/dist/client/types/chat/bsky/group/addMembers.d.ts +3 -3
  23. package/dist/client/types/chat/bsky/group/addMembers.d.ts.map +1 -1
  24. package/dist/client/types/chat/bsky/group/addMembers.js +7 -7
  25. package/dist/client/types/chat/bsky/group/addMembers.js.map +1 -1
  26. package/dist/client/types/chat/bsky/group/createGroup.d.ts +4 -1
  27. package/dist/client/types/chat/bsky/group/createGroup.d.ts.map +1 -1
  28. package/dist/client/types/chat/bsky/group/createGroup.js +10 -3
  29. package/dist/client/types/chat/bsky/group/createGroup.js.map +1 -1
  30. package/dist/client/types/chat/bsky/group/listMutualGroups.d.ts +26 -0
  31. package/dist/client/types/chat/bsky/group/listMutualGroups.d.ts.map +1 -0
  32. package/dist/client/types/chat/bsky/group/listMutualGroups.js +8 -0
  33. package/dist/client/types/chat/bsky/group/listMutualGroups.js.map +1 -0
  34. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts +1 -1
  35. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -1
  36. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js.map +1 -1
  37. package/package.json +6 -5
  38. package/tsconfig.build.tsbuildinfo +1 -1
  39. package/src/client/index.ts +0 -6408
  40. package/src/client/lexicons.ts +0 -25781
  41. package/src/client/types/app/bsky/actor/defs.ts +0 -716
  42. package/src/client/types/app/bsky/actor/getPreferences.ts +0 -39
  43. package/src/client/types/app/bsky/actor/getProfile.ts +0 -39
  44. package/src/client/types/app/bsky/actor/getProfiles.ts +0 -41
  45. package/src/client/types/app/bsky/actor/getSuggestions.ts +0 -47
  46. package/src/client/types/app/bsky/actor/profile.ts +0 -52
  47. package/src/client/types/app/bsky/actor/putPreferences.ts +0 -39
  48. package/src/client/types/app/bsky/actor/searchActors.ts +0 -47
  49. package/src/client/types/app/bsky/actor/searchActorsTypeahead.ts +0 -45
  50. package/src/client/types/app/bsky/actor/status.ts +0 -46
  51. package/src/client/types/app/bsky/ageassurance/begin.ts +0 -80
  52. package/src/client/types/app/bsky/ageassurance/defs.ts +0 -303
  53. package/src/client/types/app/bsky/ageassurance/getConfig.ts +0 -36
  54. package/src/client/types/app/bsky/ageassurance/getState.ts +0 -43
  55. package/src/client/types/app/bsky/bookmark/createBookmark.ts +0 -50
  56. package/src/client/types/app/bsky/bookmark/defs.ts +0 -54
  57. package/src/client/types/app/bsky/bookmark/deleteBookmark.ts +0 -49
  58. package/src/client/types/app/bsky/bookmark/getBookmarks.ts +0 -43
  59. package/src/client/types/app/bsky/contact/defs.ts +0 -71
  60. package/src/client/types/app/bsky/contact/dismissMatch.ts +0 -59
  61. package/src/client/types/app/bsky/contact/getMatches.ts +0 -74
  62. package/src/client/types/app/bsky/contact/getSyncStatus.ts +0 -56
  63. package/src/client/types/app/bsky/contact/importContacts.ts +0 -86
  64. package/src/client/types/app/bsky/contact/removeData.ts +0 -56
  65. package/src/client/types/app/bsky/contact/sendNotification.ts +0 -44
  66. package/src/client/types/app/bsky/contact/startPhoneVerification.ts +0 -73
  67. package/src/client/types/app/bsky/contact/verifyPhone.ts +0 -85
  68. package/src/client/types/app/bsky/draft/createDraft.ts +0 -55
  69. package/src/client/types/app/bsky/draft/defs.ts +0 -212
  70. package/src/client/types/app/bsky/draft/deleteDraft.ts +0 -38
  71. package/src/client/types/app/bsky/draft/getDrafts.ts +0 -43
  72. package/src/client/types/app/bsky/draft/updateDraft.ts +0 -39
  73. package/src/client/types/app/bsky/embed/defs.ts +0 -32
  74. package/src/client/types/app/bsky/embed/external.ts +0 -85
  75. package/src/client/types/app/bsky/embed/images.ts +0 -86
  76. package/src/client/types/app/bsky/embed/record.ts +0 -146
  77. package/src/client/types/app/bsky/embed/recordWithMedia.ts +0 -59
  78. package/src/client/types/app/bsky/embed/video.ts +0 -75
  79. package/src/client/types/app/bsky/feed/defs.ts +0 -428
  80. package/src/client/types/app/bsky/feed/describeFeedGenerator.ts +0 -71
  81. package/src/client/types/app/bsky/feed/generator.ts +0 -51
  82. package/src/client/types/app/bsky/feed/getActorFeeds.ts +0 -44
  83. package/src/client/types/app/bsky/feed/getActorLikes.ts +0 -61
  84. package/src/client/types/app/bsky/feed/getAuthorFeed.ts +0 -70
  85. package/src/client/types/app/bsky/feed/getFeed.ts +0 -54
  86. package/src/client/types/app/bsky/feed/getFeedGenerator.ts +0 -46
  87. package/src/client/types/app/bsky/feed/getFeedGenerators.ts +0 -41
  88. package/src/client/types/app/bsky/feed/getFeedSkeleton.ts +0 -57
  89. package/src/client/types/app/bsky/feed/getLikes.ts +0 -66
  90. package/src/client/types/app/bsky/feed/getListFeed.ts +0 -55
  91. package/src/client/types/app/bsky/feed/getPostThread.ts +0 -61
  92. package/src/client/types/app/bsky/feed/getPosts.ts +0 -42
  93. package/src/client/types/app/bsky/feed/getQuotes.ts +0 -49
  94. package/src/client/types/app/bsky/feed/getRepostedBy.ts +0 -49
  95. package/src/client/types/app/bsky/feed/getSuggestedFeeds.ts +0 -43
  96. package/src/client/types/app/bsky/feed/getTimeline.ts +0 -45
  97. package/src/client/types/app/bsky/feed/like.ts +0 -40
  98. package/src/client/types/app/bsky/feed/post.ts +0 -117
  99. package/src/client/types/app/bsky/feed/postgate.ts +0 -58
  100. package/src/client/types/app/bsky/feed/repost.ts +0 -40
  101. package/src/client/types/app/bsky/feed/searchPosts.ts +0 -76
  102. package/src/client/types/app/bsky/feed/sendInteractions.ts +0 -43
  103. package/src/client/types/app/bsky/feed/threadgate.ts +0 -110
  104. package/src/client/types/app/bsky/graph/block.ts +0 -39
  105. package/src/client/types/app/bsky/graph/defs.ts +0 -206
  106. package/src/client/types/app/bsky/graph/follow.ts +0 -40
  107. package/src/client/types/app/bsky/graph/getActorStarterPacks.ts +0 -44
  108. package/src/client/types/app/bsky/graph/getBlocks.ts +0 -43
  109. package/src/client/types/app/bsky/graph/getFollowers.ts +0 -45
  110. package/src/client/types/app/bsky/graph/getFollows.ts +0 -45
  111. package/src/client/types/app/bsky/graph/getKnownFollowers.ts +0 -45
  112. package/src/client/types/app/bsky/graph/getList.ts +0 -46
  113. package/src/client/types/app/bsky/graph/getListBlocks.ts +0 -43
  114. package/src/client/types/app/bsky/graph/getListMutes.ts +0 -43
  115. package/src/client/types/app/bsky/graph/getLists.ts +0 -47
  116. package/src/client/types/app/bsky/graph/getListsWithMembership.ts +0 -64
  117. package/src/client/types/app/bsky/graph/getMutes.ts +0 -43
  118. package/src/client/types/app/bsky/graph/getRelationships.ts +0 -59
  119. package/src/client/types/app/bsky/graph/getStarterPack.ts +0 -42
  120. package/src/client/types/app/bsky/graph/getStarterPacks.ts +0 -41
  121. package/src/client/types/app/bsky/graph/getStarterPacksWithMembership.ts +0 -66
  122. package/src/client/types/app/bsky/graph/getSuggestedFollowsByActor.ts +0 -47
  123. package/src/client/types/app/bsky/graph/list.ts +0 -47
  124. package/src/client/types/app/bsky/graph/listblock.ts +0 -39
  125. package/src/client/types/app/bsky/graph/listitem.ts +0 -41
  126. package/src/client/types/app/bsky/graph/muteActor.ts +0 -38
  127. package/src/client/types/app/bsky/graph/muteActorList.ts +0 -38
  128. package/src/client/types/app/bsky/graph/muteThread.ts +0 -38
  129. package/src/client/types/app/bsky/graph/searchStarterPacks.ts +0 -45
  130. package/src/client/types/app/bsky/graph/starterpack.ts +0 -60
  131. package/src/client/types/app/bsky/graph/unmuteActor.ts +0 -38
  132. package/src/client/types/app/bsky/graph/unmuteActorList.ts +0 -38
  133. package/src/client/types/app/bsky/graph/unmuteThread.ts +0 -38
  134. package/src/client/types/app/bsky/graph/verification.ts +0 -44
  135. package/src/client/types/app/bsky/labeler/defs.ts +0 -100
  136. package/src/client/types/app/bsky/labeler/getServices.ts +0 -46
  137. package/src/client/types/app/bsky/labeler/service.ts +0 -48
  138. package/src/client/types/app/bsky/notification/declaration.ts +0 -38
  139. package/src/client/types/app/bsky/notification/defs.ts +0 -142
  140. package/src/client/types/app/bsky/notification/getPreferences.ts +0 -39
  141. package/src/client/types/app/bsky/notification/getUnreadCount.ts +0 -41
  142. package/src/client/types/app/bsky/notification/listActivitySubscriptions.ts +0 -43
  143. package/src/client/types/app/bsky/notification/listNotifications.ts +0 -88
  144. package/src/client/types/app/bsky/notification/putActivitySubscription.ts +0 -46
  145. package/src/client/types/app/bsky/notification/putPreferences.ts +0 -38
  146. package/src/client/types/app/bsky/notification/putPreferencesV2.ts +0 -56
  147. package/src/client/types/app/bsky/notification/registerPush.ts +0 -43
  148. package/src/client/types/app/bsky/notification/unregisterPush.ts +0 -41
  149. package/src/client/types/app/bsky/notification/updateSeen.ts +0 -38
  150. package/src/client/types/app/bsky/richtext/facet.ts +0 -97
  151. package/src/client/types/app/bsky/unspecced/defs.ts +0 -250
  152. package/src/client/types/app/bsky/unspecced/getAgeAssuranceState.ts +0 -36
  153. package/src/client/types/app/bsky/unspecced/getConfig.ts +0 -55
  154. package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts +0 -41
  155. package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts +0 -42
  156. package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.ts +0 -48
  157. package/src/client/types/app/bsky/unspecced/getPopularFeedGenerators.ts +0 -44
  158. package/src/client/types/app/bsky/unspecced/getPostThreadOtherV2.ts +0 -61
  159. package/src/client/types/app/bsky/unspecced/getPostThreadV2.ts +0 -78
  160. package/src/client/types/app/bsky/unspecced/getSuggestedFeeds.ts +0 -41
  161. package/src/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts +0 -42
  162. package/src/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.ts +0 -47
  163. package/src/client/types/app/bsky/unspecced/getSuggestedStarterPacks.ts +0 -41
  164. package/src/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts +0 -42
  165. package/src/client/types/app/bsky/unspecced/getSuggestedUsers.ts +0 -47
  166. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.ts +0 -43
  167. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.ts +0 -44
  168. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.ts +0 -45
  169. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.ts +0 -46
  170. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.ts +0 -45
  171. package/src/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.ts +0 -46
  172. package/src/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.ts +0 -48
  173. package/src/client/types/app/bsky/unspecced/getSuggestionsSkeleton.ts +0 -53
  174. package/src/client/types/app/bsky/unspecced/getTaggedSuggestions.ts +0 -55
  175. package/src/client/types/app/bsky/unspecced/getTrendingTopics.ts +0 -44
  176. package/src/client/types/app/bsky/unspecced/getTrends.ts +0 -41
  177. package/src/client/types/app/bsky/unspecced/getTrendsSkeleton.ts +0 -43
  178. package/src/client/types/app/bsky/unspecced/initAgeAssurance.ts +0 -71
  179. package/src/client/types/app/bsky/unspecced/searchActorsSkeleton.ts +0 -62
  180. package/src/client/types/app/bsky/unspecced/searchPostsSkeleton.ts +0 -78
  181. package/src/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts +0 -60
  182. package/src/client/types/app/bsky/video/defs.ts +0 -38
  183. package/src/client/types/app/bsky/video/getJobStatus.ts +0 -41
  184. package/src/client/types/app/bsky/video/getUploadLimits.ts +0 -42
  185. package/src/client/types/app/bsky/video/uploadVideo.ts +0 -41
  186. package/src/client/types/chat/bsky/actor/declaration.ts +0 -39
  187. package/src/client/types/chat/bsky/actor/defs.ts +0 -96
  188. package/src/client/types/chat/bsky/actor/deleteAccount.ts +0 -37
  189. package/src/client/types/chat/bsky/actor/exportAccountData.ts +0 -34
  190. package/src/client/types/chat/bsky/convo/acceptConvo.ts +0 -54
  191. package/src/client/types/chat/bsky/convo/addReaction.ts +0 -87
  192. package/src/client/types/chat/bsky/convo/defs.ts +0 -1058
  193. package/src/client/types/chat/bsky/convo/deleteMessageForSelf.ts +0 -61
  194. package/src/client/types/chat/bsky/convo/getConvo.ts +0 -51
  195. package/src/client/types/chat/bsky/convo/getConvoAvailability.ts +0 -42
  196. package/src/client/types/chat/bsky/convo/getConvoForMembers.ts +0 -80
  197. package/src/client/types/chat/bsky/convo/getConvoMembers.ts +0 -54
  198. package/src/client/types/chat/bsky/convo/getLog.ts +0 -71
  199. package/src/client/types/chat/bsky/convo/getMessages.ts +0 -62
  200. package/src/client/types/chat/bsky/convo/leaveConvo.ts +0 -61
  201. package/src/client/types/chat/bsky/convo/listConvoRequests.ts +0 -48
  202. package/src/client/types/chat/bsky/convo/listConvos.ts +0 -50
  203. package/src/client/types/chat/bsky/convo/lockConvo.ts +0 -68
  204. package/src/client/types/chat/bsky/convo/muteConvo.ts +0 -54
  205. package/src/client/types/chat/bsky/convo/removeReaction.ts +0 -79
  206. package/src/client/types/chat/bsky/convo/sendMessage.ts +0 -60
  207. package/src/client/types/chat/bsky/convo/sendMessageBatch.ts +0 -77
  208. package/src/client/types/chat/bsky/convo/unlockConvo.ts +0 -61
  209. package/src/client/types/chat/bsky/convo/unmuteConvo.ts +0 -54
  210. package/src/client/types/chat/bsky/convo/updateAllRead.ts +0 -44
  211. package/src/client/types/chat/bsky/convo/updateRead.ts +0 -55
  212. package/src/client/types/chat/bsky/group/addMembers.ts +0 -114
  213. package/src/client/types/chat/bsky/group/approveJoinRequest.ts +0 -69
  214. package/src/client/types/chat/bsky/group/createGroup.ts +0 -84
  215. package/src/client/types/chat/bsky/group/createJoinLink.ts +0 -71
  216. package/src/client/types/chat/bsky/group/defs.ts +0 -75
  217. package/src/client/types/chat/bsky/group/disableJoinLink.ts +0 -68
  218. package/src/client/types/chat/bsky/group/editGroup.ts +0 -69
  219. package/src/client/types/chat/bsky/group/editJoinLink.ts +0 -70
  220. package/src/client/types/chat/bsky/group/enableJoinLink.ts +0 -75
  221. package/src/client/types/chat/bsky/group/getJoinLinkPreview.ts +0 -51
  222. package/src/client/types/chat/bsky/group/listJoinRequests.ts +0 -61
  223. package/src/client/types/chat/bsky/group/rejectJoinRequest.ts +0 -59
  224. package/src/client/types/chat/bsky/group/removeMembers.ts +0 -62
  225. package/src/client/types/chat/bsky/group/requestJoin.ts +0 -90
  226. package/src/client/types/chat/bsky/moderation/getActorMetadata.ts +0 -60
  227. package/src/client/types/chat/bsky/moderation/getMessageContext.ts +0 -53
  228. package/src/client/types/chat/bsky/moderation/subscribeModEvents.ts +0 -366
  229. package/src/client/types/chat/bsky/moderation/updateActorAccess.ts +0 -40
  230. package/src/client/types/com/atproto/admin/defs.ts +0 -106
  231. package/src/client/types/com/atproto/admin/deleteAccount.ts +0 -38
  232. package/src/client/types/com/atproto/admin/disableAccountInvites.ts +0 -40
  233. package/src/client/types/com/atproto/admin/disableInviteCodes.ts +0 -39
  234. package/src/client/types/com/atproto/admin/enableAccountInvites.ts +0 -40
  235. package/src/client/types/com/atproto/admin/getAccountInfo.ts +0 -38
  236. package/src/client/types/com/atproto/admin/getAccountInfos.ts +0 -41
  237. package/src/client/types/com/atproto/admin/getInviteCodes.ts +0 -44
  238. package/src/client/types/com/atproto/admin/getSubjectStatus.ts +0 -50
  239. package/src/client/types/com/atproto/admin/searchAccounts.ts +0 -44
  240. package/src/client/types/com/atproto/admin/sendEmail.ts +0 -48
  241. package/src/client/types/com/atproto/admin/updateAccountEmail.ts +0 -40
  242. package/src/client/types/com/atproto/admin/updateAccountHandle.ts +0 -39
  243. package/src/client/types/com/atproto/admin/updateAccountPassword.ts +0 -39
  244. package/src/client/types/com/atproto/admin/updateAccountSigningKey.ts +0 -40
  245. package/src/client/types/com/atproto/admin/updateSubjectStatus.ts +0 -56
  246. package/src/client/types/com/atproto/identity/defs.ts +0 -34
  247. package/src/client/types/com/atproto/identity/getRecommendedDidCredentials.ts +0 -42
  248. package/src/client/types/com/atproto/identity/refreshIdentity.ts +0 -66
  249. package/src/client/types/com/atproto/identity/requestPlcOperationSignature.ts +0 -34
  250. package/src/client/types/com/atproto/identity/resolveDid.ts +0 -59
  251. package/src/client/types/com/atproto/identity/resolveHandle.ts +0 -51
  252. package/src/client/types/com/atproto/identity/resolveIdentity.ts +0 -63
  253. package/src/client/types/com/atproto/identity/signPlcOperation.ts +0 -49
  254. package/src/client/types/com/atproto/identity/submitPlcOperation.ts +0 -38
  255. package/src/client/types/com/atproto/identity/updateHandle.ts +0 -39
  256. package/src/client/types/com/atproto/label/defs.ts +0 -143
  257. package/src/client/types/com/atproto/label/queryLabels.ts +0 -47
  258. package/src/client/types/com/atproto/label/subscribeLabels.ts +0 -49
  259. package/src/client/types/com/atproto/lexicon/resolveLexicon.ts +0 -56
  260. package/src/client/types/com/atproto/lexicon/schema.ts +0 -38
  261. package/src/client/types/com/atproto/moderation/createReport.ts +0 -80
  262. package/src/client/types/com/atproto/moderation/defs.ts +0 -83
  263. package/src/client/types/com/atproto/repo/applyWrites.ts +0 -167
  264. package/src/client/types/com/atproto/repo/createRecord.ts +0 -68
  265. package/src/client/types/com/atproto/repo/defs.ts +0 -31
  266. package/src/client/types/com/atproto/repo/deleteRecord.ts +0 -63
  267. package/src/client/types/com/atproto/repo/describeRepo.ts +0 -48
  268. package/src/client/types/com/atproto/repo/getRecord.ts +0 -59
  269. package/src/client/types/com/atproto/repo/importRepo.ts +0 -35
  270. package/src/client/types/com/atproto/repo/listMissingBlobs.ts +0 -58
  271. package/src/client/types/com/atproto/repo/listRecords.ts +0 -66
  272. package/src/client/types/com/atproto/repo/putRecord.ts +0 -70
  273. package/src/client/types/com/atproto/repo/strongRef.ts +0 -31
  274. package/src/client/types/com/atproto/repo/uploadBlob.ts +0 -40
  275. package/src/client/types/com/atproto/server/activateAccount.ts +0 -34
  276. package/src/client/types/com/atproto/server/checkAccountStatus.ts +0 -46
  277. package/src/client/types/com/atproto/server/confirmEmail.ts +0 -70
  278. package/src/client/types/com/atproto/server/createAccount.ts +0 -115
  279. package/src/client/types/com/atproto/server/createAppPassword.ts +0 -72
  280. package/src/client/types/com/atproto/server/createInviteCode.ts +0 -44
  281. package/src/client/types/com/atproto/server/createInviteCodes.ts +0 -61
  282. package/src/client/types/com/atproto/server/createSession.ts +0 -76
  283. package/src/client/types/com/atproto/server/deactivateAccount.ts +0 -39
  284. package/src/client/types/com/atproto/server/defs.ts +0 -52
  285. package/src/client/types/com/atproto/server/deleteAccount.ts +0 -57
  286. package/src/client/types/com/atproto/server/deleteSession.ts +0 -51
  287. package/src/client/types/com/atproto/server/describeServer.ts +0 -77
  288. package/src/client/types/com/atproto/server/getAccountInviteCodes.ts +0 -53
  289. package/src/client/types/com/atproto/server/getServiceAuth.ts +0 -55
  290. package/src/client/types/com/atproto/server/getSession.ts +0 -46
  291. package/src/client/types/com/atproto/server/listAppPasswords.ts +0 -65
  292. package/src/client/types/com/atproto/server/refreshSession.ts +0 -73
  293. package/src/client/types/com/atproto/server/requestAccountDelete.ts +0 -34
  294. package/src/client/types/com/atproto/server/requestEmailConfirmation.ts +0 -34
  295. package/src/client/types/com/atproto/server/requestEmailUpdate.ts +0 -39
  296. package/src/client/types/com/atproto/server/requestPasswordReset.ts +0 -38
  297. package/src/client/types/com/atproto/server/reserveSigningKey.ts +0 -45
  298. package/src/client/types/com/atproto/server/resetPassword.ts +0 -56
  299. package/src/client/types/com/atproto/server/revokeAppPassword.ts +0 -38
  300. package/src/client/types/com/atproto/server/updateEmail.ts +0 -65
  301. package/src/client/types/com/atproto/sync/defs.ts +0 -23
  302. package/src/client/types/com/atproto/sync/getBlob.ts +0 -77
  303. package/src/client/types/com/atproto/sync/getBlocks.ts +0 -76
  304. package/src/client/types/com/atproto/sync/getCheckout.ts +0 -37
  305. package/src/client/types/com/atproto/sync/getHead.ts +0 -51
  306. package/src/client/types/com/atproto/sync/getHostStatus.ts +0 -57
  307. package/src/client/types/com/atproto/sync/getLatestCommit.ts +0 -73
  308. package/src/client/types/com/atproto/sync/getRecord.ts +0 -78
  309. package/src/client/types/com/atproto/sync/getRepo.ts +0 -70
  310. package/src/client/types/com/atproto/sync/getRepoStatus.ts +0 -63
  311. package/src/client/types/com/atproto/sync/listBlobs.ts +0 -77
  312. package/src/client/types/com/atproto/sync/listHosts.ts +0 -64
  313. package/src/client/types/com/atproto/sync/listRepos.ts +0 -70
  314. package/src/client/types/com/atproto/sync/listReposByCollection.ts +0 -59
  315. package/src/client/types/com/atproto/sync/notifyOfUpdate.ts +0 -39
  316. package/src/client/types/com/atproto/sync/requestCrawl.ts +0 -49
  317. package/src/client/types/com/atproto/sync/subscribeRepos.ts +0 -164
  318. package/src/client/types/com/atproto/temp/addReservedHandle.ts +0 -41
  319. package/src/client/types/com/atproto/temp/checkHandleAvailability.ts +0 -109
  320. package/src/client/types/com/atproto/temp/checkSignupQueue.ts +0 -40
  321. package/src/client/types/com/atproto/temp/dereferenceScope.ts +0 -53
  322. package/src/client/types/com/atproto/temp/fetchLabels.ts +0 -42
  323. package/src/client/types/com/atproto/temp/requestPhoneVerification.ts +0 -38
  324. package/src/client/types/com/atproto/temp/revokeAccountCredentials.ts +0 -38
  325. package/src/client/types/com/germnetwork/declaration.ts +0 -63
  326. package/src/client/types/tools/ozone/communication/createTemplate.ts +0 -62
  327. package/src/client/types/tools/ozone/communication/defs.ts +0 -43
  328. package/src/client/types/tools/ozone/communication/deleteTemplate.ts +0 -38
  329. package/src/client/types/tools/ozone/communication/listTemplates.ts +0 -39
  330. package/src/client/types/tools/ozone/communication/updateTemplate.ts +0 -65
  331. package/src/client/types/tools/ozone/hosting/getAccountHistory.ts +0 -148
  332. package/src/client/types/tools/ozone/moderation/cancelScheduledActions.ts +0 -79
  333. package/src/client/types/tools/ozone/moderation/defs.ts +0 -1176
  334. package/src/client/types/tools/ozone/moderation/emitEvent.ts +0 -121
  335. package/src/client/types/tools/ozone/moderation/getAccountTimeline.ts +0 -115
  336. package/src/client/types/tools/ozone/moderation/getEvent.ts +0 -38
  337. package/src/client/types/tools/ozone/moderation/getRecord.ts +0 -49
  338. package/src/client/types/tools/ozone/moderation/getRecords.ts +0 -45
  339. package/src/client/types/tools/ozone/moderation/getRepo.ts +0 -48
  340. package/src/client/types/tools/ozone/moderation/getReporterStats.ts +0 -41
  341. package/src/client/types/tools/ozone/moderation/getRepos.ts +0 -45
  342. package/src/client/types/tools/ozone/moderation/getSubjects.ts +0 -41
  343. package/src/client/types/tools/ozone/moderation/listScheduledActions.ts +0 -57
  344. package/src/client/types/tools/ozone/moderation/queryEvents.ts +0 -87
  345. package/src/client/types/tools/ozone/moderation/queryStatuses.ts +0 -122
  346. package/src/client/types/tools/ozone/moderation/scheduleAction.ts +0 -133
  347. package/src/client/types/tools/ozone/moderation/searchRepos.ts +0 -46
  348. package/src/client/types/tools/ozone/queue/assignModerator.ts +0 -55
  349. package/src/client/types/tools/ozone/queue/createQueue.ts +0 -63
  350. package/src/client/types/tools/ozone/queue/defs.ts +0 -99
  351. package/src/client/types/tools/ozone/queue/deleteQueue.ts +0 -48
  352. package/src/client/types/tools/ozone/queue/getAssignments.ts +0 -49
  353. package/src/client/types/tools/ozone/queue/listQueues.ts +0 -51
  354. package/src/client/types/tools/ozone/queue/routeReports.ts +0 -59
  355. package/src/client/types/tools/ozone/queue/unassignModerator.ts +0 -51
  356. package/src/client/types/tools/ozone/queue/updateQueue.ts +0 -51
  357. package/src/client/types/tools/ozone/report/assignModerator.ts +0 -66
  358. package/src/client/types/tools/ozone/report/createActivity.ts +0 -85
  359. package/src/client/types/tools/ozone/report/defs.ts +0 -466
  360. package/src/client/types/tools/ozone/report/getAssignments.ts +0 -49
  361. package/src/client/types/tools/ozone/report/getHistoricalStats.ts +0 -55
  362. package/src/client/types/tools/ozone/report/getLatestReport.ts +0 -49
  363. package/src/client/types/tools/ozone/report/getLiveStats.ts +0 -46
  364. package/src/client/types/tools/ozone/report/getReport.ts +0 -49
  365. package/src/client/types/tools/ozone/report/listActivities.ts +0 -45
  366. package/src/client/types/tools/ozone/report/queryReports.ts +0 -73
  367. package/src/client/types/tools/ozone/report/reassignQueue.ts +0 -88
  368. package/src/client/types/tools/ozone/report/refreshStats.ts +0 -46
  369. package/src/client/types/tools/ozone/report/unassignModerator.ts +0 -53
  370. package/src/client/types/tools/ozone/safelink/addRule.ts +0 -67
  371. package/src/client/types/tools/ozone/safelink/defs.ts +0 -76
  372. package/src/client/types/tools/ozone/safelink/queryEvents.ts +0 -55
  373. package/src/client/types/tools/ozone/safelink/queryRules.ts +0 -61
  374. package/src/client/types/tools/ozone/safelink/removeRule.ts +0 -58
  375. package/src/client/types/tools/ozone/safelink/updateRule.ts +0 -60
  376. package/src/client/types/tools/ozone/server/getConfig.ts +0 -79
  377. package/src/client/types/tools/ozone/set/addValues.ts +0 -41
  378. package/src/client/types/tools/ozone/set/defs.ts +0 -50
  379. package/src/client/types/tools/ozone/set/deleteSet.ts +0 -52
  380. package/src/client/types/tools/ozone/set/deleteValues.ts +0 -51
  381. package/src/client/types/tools/ozone/set/getValues.ts +0 -55
  382. package/src/client/types/tools/ozone/set/querySets.ts +0 -47
  383. package/src/client/types/tools/ozone/set/upsertSet.ts +0 -38
  384. package/src/client/types/tools/ozone/setting/defs.ts +0 -44
  385. package/src/client/types/tools/ozone/setting/listOptions.ts +0 -48
  386. package/src/client/types/tools/ozone/setting/removeOptions.ts +0 -42
  387. package/src/client/types/tools/ozone/setting/upsertOption.ts +0 -53
  388. package/src/client/types/tools/ozone/signature/defs.ts +0 -31
  389. package/src/client/types/tools/ozone/signature/findCorrelation.ts +0 -41
  390. package/src/client/types/tools/ozone/signature/findRelatedAccounts.ts +0 -61
  391. package/src/client/types/tools/ozone/signature/searchAccounts.ts +0 -44
  392. package/src/client/types/tools/ozone/team/addMember.ts +0 -59
  393. package/src/client/types/tools/ozone/team/defs.ts +0 -51
  394. package/src/client/types/tools/ozone/team/deleteMember.ts +0 -55
  395. package/src/client/types/tools/ozone/team/listMembers.ts +0 -46
  396. package/src/client/types/tools/ozone/team/updateMember.ts +0 -59
  397. package/src/client/types/tools/ozone/verification/defs.ts +0 -59
  398. package/src/client/types/tools/ozone/verification/grantVerifications.ts +0 -87
  399. package/src/client/types/tools/ozone/verification/listVerifications.ts +0 -57
  400. package/src/client/types/tools/ozone/verification/revokeVerifications.ts +0 -68
  401. package/src/client/util.ts +0 -82
@@ -2509,13 +2509,13 @@ export declare const schemaDict: {
2509
2509
  readonly accept: ["image/*"];
2510
2510
  readonly maxSize: 1000000;
2511
2511
  };
2512
- readonly associatedRecords: {
2512
+ readonly associatedRefs: {
2513
2513
  readonly type: "array";
2514
2514
  readonly items: {
2515
2515
  readonly type: "ref";
2516
2516
  readonly ref: "lex:com.atproto.repo.strongRef";
2517
2517
  };
2518
- readonly description: "The URI of the Atmosphere record representing this external content, if it exists. Example: a site.standard.document record.";
2518
+ readonly description: "StrongRefs (uri+cid) of the Atmosphere records that backed this view.";
2519
2519
  };
2520
2520
  };
2521
2521
  };
@@ -2547,6 +2547,167 @@ export declare const schemaDict: {
2547
2547
  readonly type: "string";
2548
2548
  readonly format: "uri";
2549
2549
  };
2550
+ readonly createdAt: {
2551
+ readonly type: "string";
2552
+ readonly format: "datetime";
2553
+ readonly description: "When the external content was created, if available. Example: a publication date, for an article.";
2554
+ };
2555
+ readonly updatedAt: {
2556
+ readonly type: "string";
2557
+ readonly format: "datetime";
2558
+ readonly description: "When the external content was updated, if available.";
2559
+ };
2560
+ readonly readingTime: {
2561
+ readonly type: "integer";
2562
+ readonly description: "Estimated reading time in minutes, if applicable and available.";
2563
+ };
2564
+ readonly labels: {
2565
+ readonly type: "array";
2566
+ readonly items: {
2567
+ readonly type: "ref";
2568
+ readonly ref: "lex:com.atproto.label.defs#label";
2569
+ };
2570
+ };
2571
+ readonly source: {
2572
+ readonly type: "ref";
2573
+ readonly ref: "lex:app.bsky.embed.external#viewExternalSource";
2574
+ };
2575
+ readonly associatedRefs: {
2576
+ readonly type: "array";
2577
+ readonly items: {
2578
+ readonly type: "ref";
2579
+ readonly ref: "lex:com.atproto.repo.strongRef";
2580
+ };
2581
+ readonly description: "StrongRefs (uri+cid) of the Atmosphere records that backed this view.";
2582
+ };
2583
+ };
2584
+ };
2585
+ readonly viewExternalSource: {
2586
+ readonly type: "object";
2587
+ readonly description: "The source of an external embed, such as a standard.site publication.";
2588
+ readonly properties: {
2589
+ readonly uri: {
2590
+ readonly type: "string";
2591
+ readonly format: "uri";
2592
+ readonly description: "URI of the source, if available. Example: the https:// URL of a site.standard.publication record.";
2593
+ };
2594
+ readonly icon: {
2595
+ readonly type: "string";
2596
+ readonly format: "uri";
2597
+ readonly description: "Fully-qualified URL where an icon representing the source can be fetched. For example, CDN location provided by the App View.";
2598
+ };
2599
+ readonly title: {
2600
+ readonly type: "string";
2601
+ };
2602
+ readonly description: {
2603
+ readonly type: "string";
2604
+ };
2605
+ readonly theme: {
2606
+ readonly type: "ref";
2607
+ readonly ref: "lex:app.bsky.embed.external#viewExternalSourceTheme";
2608
+ };
2609
+ };
2610
+ };
2611
+ readonly viewExternalSourceTheme: {
2612
+ readonly type: "object";
2613
+ readonly 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.";
2614
+ readonly properties: {
2615
+ readonly backgroundRGB: {
2616
+ readonly type: "ref";
2617
+ readonly ref: "lex:app.bsky.embed.external#colorRGB";
2618
+ };
2619
+ readonly foregroundRGB: {
2620
+ readonly type: "ref";
2621
+ readonly ref: "lex:app.bsky.embed.external#colorRGB";
2622
+ };
2623
+ readonly accentRGB: {
2624
+ readonly type: "ref";
2625
+ readonly ref: "lex:app.bsky.embed.external#colorRGB";
2626
+ };
2627
+ readonly accentForegroundRGB: {
2628
+ readonly type: "ref";
2629
+ readonly ref: "lex:app.bsky.embed.external#colorRGB";
2630
+ };
2631
+ };
2632
+ };
2633
+ readonly colorRGB: {
2634
+ readonly type: "object";
2635
+ readonly description: "RGB color definition, inspired by site.standard.theme.color#rgb";
2636
+ readonly required: ["r", "g", "b"];
2637
+ readonly properties: {
2638
+ readonly r: {
2639
+ readonly type: "integer";
2640
+ readonly minimum: 0;
2641
+ readonly maximum: 255;
2642
+ };
2643
+ readonly g: {
2644
+ readonly type: "integer";
2645
+ readonly minimum: 0;
2646
+ readonly maximum: 255;
2647
+ };
2648
+ readonly b: {
2649
+ readonly type: "integer";
2650
+ readonly minimum: 0;
2651
+ readonly maximum: 255;
2652
+ };
2653
+ };
2654
+ };
2655
+ };
2656
+ };
2657
+ readonly AppBskyEmbedGetEmbedExternalView: {
2658
+ readonly lexicon: 1;
2659
+ readonly id: "app.bsky.embed.getEmbedExternalView";
2660
+ readonly defs: {
2661
+ readonly main: {
2662
+ readonly type: "query";
2663
+ readonly 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.";
2664
+ readonly parameters: {
2665
+ readonly type: "params";
2666
+ readonly required: ["url", "uris"];
2667
+ readonly properties: {
2668
+ readonly url: {
2669
+ readonly type: "string";
2670
+ readonly format: "uri";
2671
+ readonly 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.";
2672
+ };
2673
+ readonly uris: {
2674
+ readonly type: "array";
2675
+ readonly 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.";
2676
+ readonly items: {
2677
+ readonly type: "string";
2678
+ readonly format: "at-uri";
2679
+ };
2680
+ readonly maxLength: 4;
2681
+ };
2682
+ };
2683
+ };
2684
+ readonly output: {
2685
+ readonly encoding: "application/json";
2686
+ readonly schema: {
2687
+ readonly type: "object";
2688
+ readonly properties: {
2689
+ readonly view: {
2690
+ readonly type: "ref";
2691
+ readonly ref: "lex:app.bsky.embed.external#view";
2692
+ readonly 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.";
2693
+ };
2694
+ readonly associatedRefs: {
2695
+ readonly type: "array";
2696
+ readonly items: {
2697
+ readonly type: "ref";
2698
+ readonly ref: "lex:com.atproto.repo.strongRef";
2699
+ };
2700
+ readonly description: "StrongRefs (URI+CID) of the Atmosphere records that backed this view, suitable for embedding into a post's external.associatedRefs.";
2701
+ };
2702
+ readonly associatedRecords: {
2703
+ readonly type: "array";
2704
+ readonly items: {
2705
+ readonly type: "unknown";
2706
+ readonly 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.";
2707
+ };
2708
+ };
2709
+ };
2710
+ };
2550
2711
  };
2551
2712
  };
2552
2713
  };
@@ -9181,6 +9342,33 @@ export declare const schemaDict: {
9181
9342
  };
9182
9343
  };
9183
9344
  };
9345
+ readonly ChatBskyActorGetStatus: {
9346
+ readonly lexicon: 1;
9347
+ readonly id: "chat.bsky.actor.getStatus";
9348
+ readonly defs: {
9349
+ readonly main: {
9350
+ readonly type: "query";
9351
+ readonly 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.";
9352
+ readonly output: {
9353
+ readonly encoding: "application/json";
9354
+ readonly schema: {
9355
+ readonly type: "object";
9356
+ readonly required: ["chatDisabled", "canCreateGroups"];
9357
+ readonly properties: {
9358
+ readonly chatDisabled: {
9359
+ readonly type: "boolean";
9360
+ readonly description: "True when the viewer's account is disabled and cannot actively participate in chat.";
9361
+ };
9362
+ readonly canCreateGroups: {
9363
+ readonly type: "boolean";
9364
+ readonly description: "Whether the viewer's account is allowed to create group chats. New accounts are restricted from creating groups.";
9365
+ };
9366
+ };
9367
+ };
9368
+ };
9369
+ };
9370
+ };
9371
+ };
9184
9372
  readonly ChatBskyConvoAcceptConvo: {
9185
9373
  readonly lexicon: 1;
9186
9374
  readonly id: "chat.bsky.convo.acceptConvo";
@@ -11110,8 +11298,6 @@ export declare const schemaDict: {
11110
11298
  readonly name: "AccountSuspended";
11111
11299
  }, {
11112
11300
  readonly name: "BlockedActor";
11113
- }, {
11114
- readonly name: "UserForbidsGroups";
11115
11301
  }, {
11116
11302
  readonly name: "ConvoLocked";
11117
11303
  }, {
@@ -11124,6 +11310,8 @@ export declare const schemaDict: {
11124
11310
  readonly name: "NotFollowedBySender";
11125
11311
  }, {
11126
11312
  readonly name: "RecipientNotFound";
11313
+ }, {
11314
+ readonly name: "UserForbidsGroups";
11127
11315
  }];
11128
11316
  readonly input: {
11129
11317
  readonly encoding: "application/json";
@@ -11226,11 +11414,13 @@ export declare const schemaDict: {
11226
11414
  }, {
11227
11415
  readonly name: "BlockedActor";
11228
11416
  }, {
11229
- readonly name: "UserForbidsGroups";
11417
+ readonly name: "NewAccountCannotCreateGroup";
11230
11418
  }, {
11231
11419
  readonly name: "NotFollowedBySender";
11232
11420
  }, {
11233
11421
  readonly name: "RecipientNotFound";
11422
+ }, {
11423
+ readonly name: "UserForbidsGroups";
11234
11424
  }];
11235
11425
  readonly input: {
11236
11426
  readonly encoding: "application/json";
@@ -11671,6 +11861,54 @@ export declare const schemaDict: {
11671
11861
  };
11672
11862
  };
11673
11863
  };
11864
+ readonly ChatBskyGroupListMutualGroups: {
11865
+ readonly lexicon: 1;
11866
+ readonly id: "chat.bsky.group.listMutualGroups";
11867
+ readonly defs: {
11868
+ readonly main: {
11869
+ readonly type: "query";
11870
+ 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.";
11871
+ readonly parameters: {
11872
+ readonly type: "params";
11873
+ readonly required: ["subject"];
11874
+ readonly properties: {
11875
+ readonly subject: {
11876
+ readonly type: "string";
11877
+ readonly format: "did";
11878
+ };
11879
+ readonly limit: {
11880
+ readonly type: "integer";
11881
+ readonly minimum: 1;
11882
+ readonly maximum: 100;
11883
+ readonly default: 50;
11884
+ };
11885
+ readonly cursor: {
11886
+ readonly type: "string";
11887
+ };
11888
+ };
11889
+ };
11890
+ readonly output: {
11891
+ readonly encoding: "application/json";
11892
+ readonly schema: {
11893
+ readonly type: "object";
11894
+ readonly required: ["convos"];
11895
+ readonly properties: {
11896
+ readonly cursor: {
11897
+ readonly type: "string";
11898
+ };
11899
+ readonly convos: {
11900
+ readonly type: "array";
11901
+ readonly items: {
11902
+ readonly type: "ref";
11903
+ readonly ref: "lex:chat.bsky.convo.defs#convoView";
11904
+ };
11905
+ };
11906
+ };
11907
+ };
11908
+ };
11909
+ };
11910
+ };
11911
+ };
11674
11912
  readonly ChatBskyGroupRejectJoinRequest: {
11675
11913
  readonly lexicon: 1;
11676
11914
  readonly id: "chat.bsky.group.rejectJoinRequest";
@@ -12407,7 +12645,7 @@ export declare const schemaDict: {
12407
12645
  readonly lockReason: {
12408
12646
  readonly description: "Why the group was locked. Only present when updateType is 'locked'.";
12409
12647
  readonly type: "string";
12410
- readonly knownValues: ["owner_action", "owner_left", "owner_deactivated", "owner_deleted", "owner_taken_down", "label_applied"];
12648
+ readonly knownValues: ["owner_action", "owner_left", "owner_deactivated", "owner_deleted", "owner_suspended", "owner_taken_down", "label_applied"];
12411
12649
  };
12412
12650
  readonly newName: {
12413
12651
  readonly description: "The new group name. Only present when updateType is 'name_changed'.";
@@ -25530,13 +25768,13 @@ export declare const schemas: ({
25530
25768
  readonly accept: ["image/*"];
25531
25769
  readonly maxSize: 1000000;
25532
25770
  };
25533
- readonly associatedRecords: {
25771
+ readonly associatedRefs: {
25534
25772
  readonly type: "array";
25535
25773
  readonly items: {
25536
25774
  readonly type: "ref";
25537
25775
  readonly ref: "lex:com.atproto.repo.strongRef";
25538
25776
  };
25539
- readonly description: "The URI of the Atmosphere record representing this external content, if it exists. Example: a site.standard.document record.";
25777
+ readonly description: "StrongRefs (uri+cid) of the Atmosphere records that backed this view.";
25540
25778
  };
25541
25779
  };
25542
25780
  };
@@ -25568,6 +25806,166 @@ export declare const schemas: ({
25568
25806
  readonly type: "string";
25569
25807
  readonly format: "uri";
25570
25808
  };
25809
+ readonly createdAt: {
25810
+ readonly type: "string";
25811
+ readonly format: "datetime";
25812
+ readonly description: "When the external content was created, if available. Example: a publication date, for an article.";
25813
+ };
25814
+ readonly updatedAt: {
25815
+ readonly type: "string";
25816
+ readonly format: "datetime";
25817
+ readonly description: "When the external content was updated, if available.";
25818
+ };
25819
+ readonly readingTime: {
25820
+ readonly type: "integer";
25821
+ readonly description: "Estimated reading time in minutes, if applicable and available.";
25822
+ };
25823
+ readonly labels: {
25824
+ readonly type: "array";
25825
+ readonly items: {
25826
+ readonly type: "ref";
25827
+ readonly ref: "lex:com.atproto.label.defs#label";
25828
+ };
25829
+ };
25830
+ readonly source: {
25831
+ readonly type: "ref";
25832
+ readonly ref: "lex:app.bsky.embed.external#viewExternalSource";
25833
+ };
25834
+ readonly associatedRefs: {
25835
+ readonly type: "array";
25836
+ readonly items: {
25837
+ readonly type: "ref";
25838
+ readonly ref: "lex:com.atproto.repo.strongRef";
25839
+ };
25840
+ readonly description: "StrongRefs (uri+cid) of the Atmosphere records that backed this view.";
25841
+ };
25842
+ };
25843
+ };
25844
+ readonly viewExternalSource: {
25845
+ readonly type: "object";
25846
+ readonly description: "The source of an external embed, such as a standard.site publication.";
25847
+ readonly properties: {
25848
+ readonly uri: {
25849
+ readonly type: "string";
25850
+ readonly format: "uri";
25851
+ readonly description: "URI of the source, if available. Example: the https:// URL of a site.standard.publication record.";
25852
+ };
25853
+ readonly icon: {
25854
+ readonly type: "string";
25855
+ readonly format: "uri";
25856
+ readonly description: "Fully-qualified URL where an icon representing the source can be fetched. For example, CDN location provided by the App View.";
25857
+ };
25858
+ readonly title: {
25859
+ readonly type: "string";
25860
+ };
25861
+ readonly description: {
25862
+ readonly type: "string";
25863
+ };
25864
+ readonly theme: {
25865
+ readonly type: "ref";
25866
+ readonly ref: "lex:app.bsky.embed.external#viewExternalSourceTheme";
25867
+ };
25868
+ };
25869
+ };
25870
+ readonly viewExternalSourceTheme: {
25871
+ readonly type: "object";
25872
+ readonly 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.";
25873
+ readonly properties: {
25874
+ readonly backgroundRGB: {
25875
+ readonly type: "ref";
25876
+ readonly ref: "lex:app.bsky.embed.external#colorRGB";
25877
+ };
25878
+ readonly foregroundRGB: {
25879
+ readonly type: "ref";
25880
+ readonly ref: "lex:app.bsky.embed.external#colorRGB";
25881
+ };
25882
+ readonly accentRGB: {
25883
+ readonly type: "ref";
25884
+ readonly ref: "lex:app.bsky.embed.external#colorRGB";
25885
+ };
25886
+ readonly accentForegroundRGB: {
25887
+ readonly type: "ref";
25888
+ readonly ref: "lex:app.bsky.embed.external#colorRGB";
25889
+ };
25890
+ };
25891
+ };
25892
+ readonly colorRGB: {
25893
+ readonly type: "object";
25894
+ readonly description: "RGB color definition, inspired by site.standard.theme.color#rgb";
25895
+ readonly required: ["r", "g", "b"];
25896
+ readonly properties: {
25897
+ readonly r: {
25898
+ readonly type: "integer";
25899
+ readonly minimum: 0;
25900
+ readonly maximum: 255;
25901
+ };
25902
+ readonly g: {
25903
+ readonly type: "integer";
25904
+ readonly minimum: 0;
25905
+ readonly maximum: 255;
25906
+ };
25907
+ readonly b: {
25908
+ readonly type: "integer";
25909
+ readonly minimum: 0;
25910
+ readonly maximum: 255;
25911
+ };
25912
+ };
25913
+ };
25914
+ };
25915
+ } | {
25916
+ readonly lexicon: 1;
25917
+ readonly id: "app.bsky.embed.getEmbedExternalView";
25918
+ readonly defs: {
25919
+ readonly main: {
25920
+ readonly type: "query";
25921
+ readonly 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.";
25922
+ readonly parameters: {
25923
+ readonly type: "params";
25924
+ readonly required: ["url", "uris"];
25925
+ readonly properties: {
25926
+ readonly url: {
25927
+ readonly type: "string";
25928
+ readonly format: "uri";
25929
+ readonly 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.";
25930
+ };
25931
+ readonly uris: {
25932
+ readonly type: "array";
25933
+ readonly 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.";
25934
+ readonly items: {
25935
+ readonly type: "string";
25936
+ readonly format: "at-uri";
25937
+ };
25938
+ readonly maxLength: 4;
25939
+ };
25940
+ };
25941
+ };
25942
+ readonly output: {
25943
+ readonly encoding: "application/json";
25944
+ readonly schema: {
25945
+ readonly type: "object";
25946
+ readonly properties: {
25947
+ readonly view: {
25948
+ readonly type: "ref";
25949
+ readonly ref: "lex:app.bsky.embed.external#view";
25950
+ readonly 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.";
25951
+ };
25952
+ readonly associatedRefs: {
25953
+ readonly type: "array";
25954
+ readonly items: {
25955
+ readonly type: "ref";
25956
+ readonly ref: "lex:com.atproto.repo.strongRef";
25957
+ };
25958
+ readonly description: "StrongRefs (URI+CID) of the Atmosphere records that backed this view, suitable for embedding into a post's external.associatedRefs.";
25959
+ };
25960
+ readonly associatedRecords: {
25961
+ readonly type: "array";
25962
+ readonly items: {
25963
+ readonly type: "unknown";
25964
+ readonly 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.";
25965
+ };
25966
+ };
25967
+ };
25968
+ };
25571
25969
  };
25572
25970
  };
25573
25971
  };
@@ -32086,6 +32484,32 @@ export declare const schemas: ({
32086
32484
  };
32087
32485
  };
32088
32486
  };
32487
+ } | {
32488
+ readonly lexicon: 1;
32489
+ readonly id: "chat.bsky.actor.getStatus";
32490
+ readonly defs: {
32491
+ readonly main: {
32492
+ readonly type: "query";
32493
+ readonly 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.";
32494
+ readonly output: {
32495
+ readonly encoding: "application/json";
32496
+ readonly schema: {
32497
+ readonly type: "object";
32498
+ readonly required: ["chatDisabled", "canCreateGroups"];
32499
+ readonly properties: {
32500
+ readonly chatDisabled: {
32501
+ readonly type: "boolean";
32502
+ readonly description: "True when the viewer's account is disabled and cannot actively participate in chat.";
32503
+ };
32504
+ readonly canCreateGroups: {
32505
+ readonly type: "boolean";
32506
+ readonly description: "Whether the viewer's account is allowed to create group chats. New accounts are restricted from creating groups.";
32507
+ };
32508
+ };
32509
+ };
32510
+ };
32511
+ };
32512
+ };
32089
32513
  } | {
32090
32514
  readonly lexicon: 1;
32091
32515
  readonly id: "chat.bsky.convo.acceptConvo";
@@ -33993,8 +34417,6 @@ export declare const schemas: ({
33993
34417
  readonly name: "AccountSuspended";
33994
34418
  }, {
33995
34419
  readonly name: "BlockedActor";
33996
- }, {
33997
- readonly name: "UserForbidsGroups";
33998
34420
  }, {
33999
34421
  readonly name: "ConvoLocked";
34000
34422
  }, {
@@ -34007,6 +34429,8 @@ export declare const schemas: ({
34007
34429
  readonly name: "NotFollowedBySender";
34008
34430
  }, {
34009
34431
  readonly name: "RecipientNotFound";
34432
+ }, {
34433
+ readonly name: "UserForbidsGroups";
34010
34434
  }];
34011
34435
  readonly input: {
34012
34436
  readonly encoding: "application/json";
@@ -34107,11 +34531,13 @@ export declare const schemas: ({
34107
34531
  }, {
34108
34532
  readonly name: "BlockedActor";
34109
34533
  }, {
34110
- readonly name: "UserForbidsGroups";
34534
+ readonly name: "NewAccountCannotCreateGroup";
34111
34535
  }, {
34112
34536
  readonly name: "NotFollowedBySender";
34113
34537
  }, {
34114
34538
  readonly name: "RecipientNotFound";
34539
+ }, {
34540
+ readonly name: "UserForbidsGroups";
34115
34541
  }];
34116
34542
  readonly input: {
34117
34543
  readonly encoding: "application/json";
@@ -34543,6 +34969,53 @@ export declare const schemas: ({
34543
34969
  };
34544
34970
  };
34545
34971
  };
34972
+ } | {
34973
+ readonly lexicon: 1;
34974
+ readonly id: "chat.bsky.group.listMutualGroups";
34975
+ readonly defs: {
34976
+ readonly main: {
34977
+ readonly type: "query";
34978
+ 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.";
34979
+ readonly parameters: {
34980
+ readonly type: "params";
34981
+ readonly required: ["subject"];
34982
+ readonly properties: {
34983
+ readonly subject: {
34984
+ readonly type: "string";
34985
+ readonly format: "did";
34986
+ };
34987
+ readonly limit: {
34988
+ readonly type: "integer";
34989
+ readonly minimum: 1;
34990
+ readonly maximum: 100;
34991
+ readonly default: 50;
34992
+ };
34993
+ readonly cursor: {
34994
+ readonly type: "string";
34995
+ };
34996
+ };
34997
+ };
34998
+ readonly output: {
34999
+ readonly encoding: "application/json";
35000
+ readonly schema: {
35001
+ readonly type: "object";
35002
+ readonly required: ["convos"];
35003
+ readonly properties: {
35004
+ readonly cursor: {
35005
+ readonly type: "string";
35006
+ };
35007
+ readonly convos: {
35008
+ readonly type: "array";
35009
+ readonly items: {
35010
+ readonly type: "ref";
35011
+ readonly ref: "lex:chat.bsky.convo.defs#convoView";
35012
+ };
35013
+ };
35014
+ };
35015
+ };
35016
+ };
35017
+ };
35018
+ };
34546
35019
  } | {
34547
35020
  readonly lexicon: 1;
34548
35021
  readonly id: "chat.bsky.group.rejectJoinRequest";
@@ -35274,7 +35747,7 @@ export declare const schemas: ({
35274
35747
  readonly lockReason: {
35275
35748
  readonly description: "Why the group was locked. Only present when updateType is 'locked'.";
35276
35749
  readonly type: "string";
35277
- readonly knownValues: ["owner_action", "owner_left", "owner_deactivated", "owner_deleted", "owner_taken_down", "label_applied"];
35750
+ readonly knownValues: ["owner_action", "owner_left", "owner_deactivated", "owner_deleted", "owner_suspended", "owner_taken_down", "label_applied"];
35278
35751
  };
35279
35752
  readonly newName: {
35280
35753
  readonly description: "The new group name. Only present when updateType is 'name_changed'.";
@@ -45793,6 +46266,7 @@ export declare const ids: {
45793
46266
  readonly AppBskyDraftUpdateDraft: "app.bsky.draft.updateDraft";
45794
46267
  readonly AppBskyEmbedDefs: "app.bsky.embed.defs";
45795
46268
  readonly AppBskyEmbedExternal: "app.bsky.embed.external";
46269
+ readonly AppBskyEmbedGetEmbedExternalView: "app.bsky.embed.getEmbedExternalView";
45796
46270
  readonly AppBskyEmbedImages: "app.bsky.embed.images";
45797
46271
  readonly AppBskyEmbedRecord: "app.bsky.embed.record";
45798
46272
  readonly AppBskyEmbedRecordWithMedia: "app.bsky.embed.recordWithMedia";
@@ -45908,6 +46382,7 @@ export declare const ids: {
45908
46382
  readonly ChatBskyActorDefs: "chat.bsky.actor.defs";
45909
46383
  readonly ChatBskyActorDeleteAccount: "chat.bsky.actor.deleteAccount";
45910
46384
  readonly ChatBskyActorExportAccountData: "chat.bsky.actor.exportAccountData";
46385
+ readonly ChatBskyActorGetStatus: "chat.bsky.actor.getStatus";
45911
46386
  readonly ChatBskyConvoAcceptConvo: "chat.bsky.convo.acceptConvo";
45912
46387
  readonly ChatBskyConvoAddReaction: "chat.bsky.convo.addReaction";
45913
46388
  readonly ChatBskyConvoDefs: "chat.bsky.convo.defs";
@@ -45941,6 +46416,7 @@ export declare const ids: {
45941
46416
  readonly ChatBskyGroupEnableJoinLink: "chat.bsky.group.enableJoinLink";
45942
46417
  readonly ChatBskyGroupGetJoinLinkPreview: "chat.bsky.group.getJoinLinkPreview";
45943
46418
  readonly ChatBskyGroupListJoinRequests: "chat.bsky.group.listJoinRequests";
46419
+ readonly ChatBskyGroupListMutualGroups: "chat.bsky.group.listMutualGroups";
45944
46420
  readonly ChatBskyGroupRejectJoinRequest: "chat.bsky.group.rejectJoinRequest";
45945
46421
  readonly ChatBskyGroupRemoveMembers: "chat.bsky.group.removeMembers";
45946
46422
  readonly ChatBskyGroupRequestJoin: "chat.bsky.group.requestJoin";