@atproto/api 0.0.0-spaces-alpha-20260818021221

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 (1773) hide show
  1. package/CHANGELOG.md +2573 -0
  2. package/LICENSE.txt +7 -0
  3. package/OAUTH.md +286 -0
  4. package/README.md +371 -0
  5. package/dist/age-assurance.d.ts +33 -0
  6. package/dist/age-assurance.d.ts.map +1 -0
  7. package/dist/age-assurance.js +98 -0
  8. package/dist/age-assurance.js.map +1 -0
  9. package/dist/age-assurance.test.d.ts +2 -0
  10. package/dist/age-assurance.test.d.ts.map +1 -0
  11. package/dist/age-assurance.test.js +236 -0
  12. package/dist/age-assurance.test.js.map +1 -0
  13. package/dist/agent.d.ts +270 -0
  14. package/dist/agent.d.ts.map +1 -0
  15. package/dist/agent.js +1265 -0
  16. package/dist/agent.js.map +1 -0
  17. package/dist/atp-agent.d.ts +118 -0
  18. package/dist/atp-agent.d.ts.map +1 -0
  19. package/dist/atp-agent.js +441 -0
  20. package/dist/atp-agent.js.map +1 -0
  21. package/dist/bsky-agent.d.ts +6 -0
  22. package/dist/bsky-agent.d.ts.map +1 -0
  23. package/dist/bsky-agent.js +13 -0
  24. package/dist/bsky-agent.js.map +1 -0
  25. package/dist/client/index.d.ts +1984 -0
  26. package/dist/client/index.d.ts.map +1 -0
  27. package/dist/client/index.js +3491 -0
  28. package/dist/client/index.js.map +1 -0
  29. package/dist/client/lexicons.d.ts +52513 -0
  30. package/dist/client/lexicons.d.ts.map +1 -0
  31. package/dist/client/lexicons.js +28226 -0
  32. package/dist/client/lexicons.js.map +1 -0
  33. package/dist/client/types/app/bsky/actor/defs.d.ts +393 -0
  34. package/dist/client/types/app/bsky/actor/defs.d.ts.map +1 -0
  35. package/dist/client/types/app/bsky/actor/defs.js +241 -0
  36. package/dist/client/types/app/bsky/actor/defs.js.map +1 -0
  37. package/dist/client/types/app/bsky/actor/getPreferences.d.ts +21 -0
  38. package/dist/client/types/app/bsky/actor/getPreferences.d.ts.map +1 -0
  39. package/dist/client/types/app/bsky/actor/getPreferences.js +14 -0
  40. package/dist/client/types/app/bsky/actor/getPreferences.js.map +1 -0
  41. package/dist/client/types/app/bsky/actor/getProfile.d.ts +22 -0
  42. package/dist/client/types/app/bsky/actor/getProfile.d.ts.map +1 -0
  43. package/dist/client/types/app/bsky/actor/getProfile.js +14 -0
  44. package/dist/client/types/app/bsky/actor/getProfile.js.map +1 -0
  45. package/dist/client/types/app/bsky/actor/getProfiles.d.ts +23 -0
  46. package/dist/client/types/app/bsky/actor/getProfiles.d.ts.map +1 -0
  47. package/dist/client/types/app/bsky/actor/getProfiles.js +14 -0
  48. package/dist/client/types/app/bsky/actor/getProfiles.js.map +1 -0
  49. package/dist/client/types/app/bsky/actor/getSuggestions.d.ts +29 -0
  50. package/dist/client/types/app/bsky/actor/getSuggestions.d.ts.map +1 -0
  51. package/dist/client/types/app/bsky/actor/getSuggestions.js +14 -0
  52. package/dist/client/types/app/bsky/actor/getSuggestions.js.map +1 -0
  53. package/dist/client/types/app/bsky/actor/profile.d.ts +31 -0
  54. package/dist/client/types/app/bsky/actor/profile.d.ts.map +1 -0
  55. package/dist/client/types/app/bsky/actor/profile.js +18 -0
  56. package/dist/client/types/app/bsky/actor/profile.js.map +1 -0
  57. package/dist/client/types/app/bsky/actor/putPreferences.d.ts +21 -0
  58. package/dist/client/types/app/bsky/actor/putPreferences.d.ts.map +1 -0
  59. package/dist/client/types/app/bsky/actor/putPreferences.js +14 -0
  60. package/dist/client/types/app/bsky/actor/putPreferences.js.map +1 -0
  61. package/dist/client/types/app/bsky/actor/searchActors.d.ts +29 -0
  62. package/dist/client/types/app/bsky/actor/searchActors.d.ts.map +1 -0
  63. package/dist/client/types/app/bsky/actor/searchActors.js +14 -0
  64. package/dist/client/types/app/bsky/actor/searchActors.js.map +1 -0
  65. package/dist/client/types/app/bsky/actor/searchActorsTypeahead.d.ts +27 -0
  66. package/dist/client/types/app/bsky/actor/searchActorsTypeahead.d.ts.map +1 -0
  67. package/dist/client/types/app/bsky/actor/searchActorsTypeahead.js +14 -0
  68. package/dist/client/types/app/bsky/actor/searchActorsTypeahead.js.map +1 -0
  69. package/dist/client/types/app/bsky/actor/status.d.ts +24 -0
  70. package/dist/client/types/app/bsky/actor/status.d.ts.map +1 -0
  71. package/dist/client/types/app/bsky/actor/status.js +20 -0
  72. package/dist/client/types/app/bsky/actor/status.js.map +1 -0
  73. package/dist/client/types/app/bsky/ageassurance/begin.d.ts +42 -0
  74. package/dist/client/types/app/bsky/ageassurance/begin.d.ts.map +1 -0
  75. package/dist/client/types/app/bsky/ageassurance/begin.js +44 -0
  76. package/dist/client/types/app/bsky/ageassurance/begin.js.map +1 -0
  77. package/dist/client/types/app/bsky/ageassurance/defs.d.ts +144 -0
  78. package/dist/client/types/app/bsky/ageassurance/defs.d.ts.map +1 -0
  79. package/dist/client/types/app/bsky/ageassurance/defs.js +94 -0
  80. package/dist/client/types/app/bsky/ageassurance/defs.js.map +1 -0
  81. package/dist/client/types/app/bsky/ageassurance/getConfig.d.ts +19 -0
  82. package/dist/client/types/app/bsky/ageassurance/getConfig.d.ts.map +1 -0
  83. package/dist/client/types/app/bsky/ageassurance/getConfig.js +14 -0
  84. package/dist/client/types/app/bsky/ageassurance/getConfig.js.map +1 -0
  85. package/dist/client/types/app/bsky/ageassurance/getState.d.ts +25 -0
  86. package/dist/client/types/app/bsky/ageassurance/getState.d.ts.map +1 -0
  87. package/dist/client/types/app/bsky/ageassurance/getState.js +14 -0
  88. package/dist/client/types/app/bsky/ageassurance/getState.js.map +1 -0
  89. package/dist/client/types/app/bsky/bookmark/createBookmark.d.ts +24 -0
  90. package/dist/client/types/app/bsky/bookmark/createBookmark.d.ts.map +1 -0
  91. package/dist/client/types/app/bsky/bookmark/createBookmark.js +23 -0
  92. package/dist/client/types/app/bsky/bookmark/createBookmark.js.map +1 -0
  93. package/dist/client/types/app/bsky/bookmark/defs.d.ts +25 -0
  94. package/dist/client/types/app/bsky/bookmark/defs.d.ts.map +1 -0
  95. package/dist/client/types/app/bsky/bookmark/defs.js +24 -0
  96. package/dist/client/types/app/bsky/bookmark/defs.js.map +1 -0
  97. package/dist/client/types/app/bsky/bookmark/deleteBookmark.d.ts +23 -0
  98. package/dist/client/types/app/bsky/bookmark/deleteBookmark.d.ts.map +1 -0
  99. package/dist/client/types/app/bsky/bookmark/deleteBookmark.js +23 -0
  100. package/dist/client/types/app/bsky/bookmark/deleteBookmark.js.map +1 -0
  101. package/dist/client/types/app/bsky/bookmark/getBookmarks.d.ts +25 -0
  102. package/dist/client/types/app/bsky/bookmark/getBookmarks.d.ts.map +1 -0
  103. package/dist/client/types/app/bsky/bookmark/getBookmarks.js +14 -0
  104. package/dist/client/types/app/bsky/bookmark/getBookmarks.js.map +1 -0
  105. package/dist/client/types/app/bsky/contact/defs.d.ts +34 -0
  106. package/dist/client/types/app/bsky/contact/defs.d.ts.map +1 -0
  107. package/dist/client/types/app/bsky/contact/defs.js +31 -0
  108. package/dist/client/types/app/bsky/contact/defs.js.map +1 -0
  109. package/dist/client/types/app/bsky/contact/dismissMatch.d.ts +30 -0
  110. package/dist/client/types/app/bsky/contact/dismissMatch.d.ts.map +1 -0
  111. package/dist/client/types/app/bsky/contact/dismissMatch.js +30 -0
  112. package/dist/client/types/app/bsky/contact/dismissMatch.js.map +1 -0
  113. package/dist/client/types/app/bsky/contact/getMatches.d.ts +37 -0
  114. package/dist/client/types/app/bsky/contact/getMatches.d.ts.map +1 -0
  115. package/dist/client/types/app/bsky/contact/getMatches.js +44 -0
  116. package/dist/client/types/app/bsky/contact/getMatches.js.map +1 -0
  117. package/dist/client/types/app/bsky/contact/getSyncStatus.d.ts +27 -0
  118. package/dist/client/types/app/bsky/contact/getSyncStatus.d.ts.map +1 -0
  119. package/dist/client/types/app/bsky/contact/getSyncStatus.js +30 -0
  120. package/dist/client/types/app/bsky/contact/getSyncStatus.js.map +1 -0
  121. package/dist/client/types/app/bsky/contact/importContacts.d.ts +44 -0
  122. package/dist/client/types/app/bsky/contact/importContacts.d.ts.map +1 -0
  123. package/dist/client/types/app/bsky/contact/importContacts.js +51 -0
  124. package/dist/client/types/app/bsky/contact/importContacts.js.map +1 -0
  125. package/dist/client/types/app/bsky/contact/removeData.d.ts +28 -0
  126. package/dist/client/types/app/bsky/contact/removeData.d.ts.map +1 -0
  127. package/dist/client/types/app/bsky/contact/removeData.js +30 -0
  128. package/dist/client/types/app/bsky/contact/removeData.js.map +1 -0
  129. package/dist/client/types/app/bsky/contact/sendNotification.d.ts +26 -0
  130. package/dist/client/types/app/bsky/contact/sendNotification.d.ts.map +1 -0
  131. package/dist/client/types/app/bsky/contact/sendNotification.js +14 -0
  132. package/dist/client/types/app/bsky/contact/sendNotification.js.map +1 -0
  133. package/dist/client/types/app/bsky/contact/startPhoneVerification.d.ts +36 -0
  134. package/dist/client/types/app/bsky/contact/startPhoneVerification.d.ts.map +1 -0
  135. package/dist/client/types/app/bsky/contact/startPhoneVerification.js +44 -0
  136. package/dist/client/types/app/bsky/contact/startPhoneVerification.js.map +1 -0
  137. package/dist/client/types/app/bsky/contact/verifyPhone.d.ts +43 -0
  138. package/dist/client/types/app/bsky/contact/verifyPhone.d.ts.map +1 -0
  139. package/dist/client/types/app/bsky/contact/verifyPhone.js +51 -0
  140. package/dist/client/types/app/bsky/contact/verifyPhone.js.map +1 -0
  141. package/dist/client/types/app/bsky/draft/createDraft.d.ts +29 -0
  142. package/dist/client/types/app/bsky/draft/createDraft.d.ts.map +1 -0
  143. package/dist/client/types/app/bsky/draft/createDraft.js +23 -0
  144. package/dist/client/types/app/bsky/draft/createDraft.js.map +1 -0
  145. package/dist/client/types/app/bsky/draft/defs.d.ts +120 -0
  146. package/dist/client/types/app/bsky/draft/defs.d.ts.map +1 -0
  147. package/dist/client/types/app/bsky/draft/defs.js +87 -0
  148. package/dist/client/types/app/bsky/draft/defs.js.map +1 -0
  149. package/dist/client/types/app/bsky/draft/deleteDraft.d.ts +20 -0
  150. package/dist/client/types/app/bsky/draft/deleteDraft.d.ts.map +1 -0
  151. package/dist/client/types/app/bsky/draft/deleteDraft.js +14 -0
  152. package/dist/client/types/app/bsky/draft/deleteDraft.js.map +1 -0
  153. package/dist/client/types/app/bsky/draft/getDrafts.d.ts +25 -0
  154. package/dist/client/types/app/bsky/draft/getDrafts.d.ts.map +1 -0
  155. package/dist/client/types/app/bsky/draft/getDrafts.js +14 -0
  156. package/dist/client/types/app/bsky/draft/getDrafts.js.map +1 -0
  157. package/dist/client/types/app/bsky/draft/updateDraft.d.ts +21 -0
  158. package/dist/client/types/app/bsky/draft/updateDraft.d.ts.map +1 -0
  159. package/dist/client/types/app/bsky/draft/updateDraft.js +14 -0
  160. package/dist/client/types/app/bsky/draft/updateDraft.js.map +1 -0
  161. package/dist/client/types/app/bsky/embed/defs.d.ts +13 -0
  162. package/dist/client/types/app/bsky/embed/defs.d.ts.map +1 -0
  163. package/dist/client/types/app/bsky/embed/defs.js +17 -0
  164. package/dist/client/types/app/bsky/embed/defs.js.map +1 -0
  165. package/dist/client/types/app/bsky/embed/external.d.ts +85 -0
  166. package/dist/client/types/app/bsky/embed/external.d.ts.map +1 -0
  167. package/dist/client/types/app/bsky/embed/external.js +59 -0
  168. package/dist/client/types/app/bsky/embed/external.js.map +1 -0
  169. package/dist/client/types/app/bsky/embed/gallery.d.ts +45 -0
  170. package/dist/client/types/app/bsky/embed/gallery.d.ts.map +1 -0
  171. package/dist/client/types/app/bsky/embed/gallery.js +38 -0
  172. package/dist/client/types/app/bsky/embed/gallery.js.map +1 -0
  173. package/dist/client/types/app/bsky/embed/getEmbedExternalView.d.ts +32 -0
  174. package/dist/client/types/app/bsky/embed/getEmbedExternalView.d.ts.map +1 -0
  175. package/dist/client/types/app/bsky/embed/getEmbedExternalView.js +14 -0
  176. package/dist/client/types/app/bsky/embed/getEmbedExternalView.js.map +1 -0
  177. package/dist/client/types/app/bsky/embed/images.d.ts +40 -0
  178. package/dist/client/types/app/bsky/embed/images.d.ts.map +1 -0
  179. package/dist/client/types/app/bsky/embed/images.js +38 -0
  180. package/dist/client/types/app/bsky/embed/images.js.map +1 -0
  181. package/dist/client/types/app/bsky/embed/record.d.ts +74 -0
  182. package/dist/client/types/app/bsky/embed/record.d.ts.map +1 -0
  183. package/dist/client/types/app/bsky/embed/record.js +52 -0
  184. package/dist/client/types/app/bsky/embed/record.js.map +1 -0
  185. package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts +29 -0
  186. package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts.map +1 -0
  187. package/dist/client/types/app/bsky/embed/recordWithMedia.js +24 -0
  188. package/dist/client/types/app/bsky/embed/recordWithMedia.js.map +1 -0
  189. package/dist/client/types/app/bsky/embed/video.d.ts +38 -0
  190. package/dist/client/types/app/bsky/embed/video.d.ts.map +1 -0
  191. package/dist/client/types/app/bsky/embed/video.js +31 -0
  192. package/dist/client/types/app/bsky/embed/video.js.map +1 -0
  193. package/dist/client/types/app/bsky/feed/defs.d.ts +235 -0
  194. package/dist/client/types/app/bsky/feed/defs.d.ts.map +1 -0
  195. package/dist/client/types/app/bsky/feed/defs.js +164 -0
  196. package/dist/client/types/app/bsky/feed/defs.js.map +1 -0
  197. package/dist/client/types/app/bsky/feed/describeFeedGenerator.d.ts +36 -0
  198. package/dist/client/types/app/bsky/feed/describeFeedGenerator.d.ts.map +1 -0
  199. package/dist/client/types/app/bsky/feed/describeFeedGenerator.js +28 -0
  200. package/dist/client/types/app/bsky/feed/describeFeedGenerator.js.map +1 -0
  201. package/dist/client/types/app/bsky/feed/generator.d.ts +27 -0
  202. package/dist/client/types/app/bsky/feed/generator.d.ts.map +1 -0
  203. package/dist/client/types/app/bsky/feed/generator.js +18 -0
  204. package/dist/client/types/app/bsky/feed/generator.js.map +1 -0
  205. package/dist/client/types/app/bsky/feed/getActorFeeds.d.ts +26 -0
  206. package/dist/client/types/app/bsky/feed/getActorFeeds.d.ts.map +1 -0
  207. package/dist/client/types/app/bsky/feed/getActorFeeds.js +14 -0
  208. package/dist/client/types/app/bsky/feed/getActorFeeds.js.map +1 -0
  209. package/dist/client/types/app/bsky/feed/getActorLikes.d.ts +32 -0
  210. package/dist/client/types/app/bsky/feed/getActorLikes.d.ts.map +1 -0
  211. package/dist/client/types/app/bsky/feed/getActorLikes.js +30 -0
  212. package/dist/client/types/app/bsky/feed/getActorLikes.js.map +1 -0
  213. package/dist/client/types/app/bsky/feed/getAuthorFeed.d.ts +35 -0
  214. package/dist/client/types/app/bsky/feed/getAuthorFeed.d.ts.map +1 -0
  215. package/dist/client/types/app/bsky/feed/getAuthorFeed.js +30 -0
  216. package/dist/client/types/app/bsky/feed/getAuthorFeed.js.map +1 -0
  217. package/dist/client/types/app/bsky/feed/getFeed.d.ts +29 -0
  218. package/dist/client/types/app/bsky/feed/getFeed.d.ts.map +1 -0
  219. package/dist/client/types/app/bsky/feed/getFeed.js +23 -0
  220. package/dist/client/types/app/bsky/feed/getFeed.js.map +1 -0
  221. package/dist/client/types/app/bsky/feed/getFeedGenerator.d.ts +28 -0
  222. package/dist/client/types/app/bsky/feed/getFeedGenerator.d.ts.map +1 -0
  223. package/dist/client/types/app/bsky/feed/getFeedGenerator.js +14 -0
  224. package/dist/client/types/app/bsky/feed/getFeedGenerator.js.map +1 -0
  225. package/dist/client/types/app/bsky/feed/getFeedGenerators.d.ts +23 -0
  226. package/dist/client/types/app/bsky/feed/getFeedGenerators.d.ts.map +1 -0
  227. package/dist/client/types/app/bsky/feed/getFeedGenerators.js +14 -0
  228. package/dist/client/types/app/bsky/feed/getFeedGenerators.js.map +1 -0
  229. package/dist/client/types/app/bsky/feed/getFeedSkeleton.d.ts +32 -0
  230. package/dist/client/types/app/bsky/feed/getFeedSkeleton.d.ts.map +1 -0
  231. package/dist/client/types/app/bsky/feed/getFeedSkeleton.js +23 -0
  232. package/dist/client/types/app/bsky/feed/getFeedSkeleton.js.map +1 -0
  233. package/dist/client/types/app/bsky/feed/getLikes.d.ts +40 -0
  234. package/dist/client/types/app/bsky/feed/getLikes.d.ts.map +1 -0
  235. package/dist/client/types/app/bsky/feed/getLikes.js +21 -0
  236. package/dist/client/types/app/bsky/feed/getLikes.js.map +1 -0
  237. package/dist/client/types/app/bsky/feed/getListFeed.d.ts +30 -0
  238. package/dist/client/types/app/bsky/feed/getListFeed.d.ts.map +1 -0
  239. package/dist/client/types/app/bsky/feed/getListFeed.js +23 -0
  240. package/dist/client/types/app/bsky/feed/getListFeed.js.map +1 -0
  241. package/dist/client/types/app/bsky/feed/getPostThread.d.ts +35 -0
  242. package/dist/client/types/app/bsky/feed/getPostThread.d.ts.map +1 -0
  243. package/dist/client/types/app/bsky/feed/getPostThread.js +23 -0
  244. package/dist/client/types/app/bsky/feed/getPostThread.js.map +1 -0
  245. package/dist/client/types/app/bsky/feed/getPosts.d.ts +24 -0
  246. package/dist/client/types/app/bsky/feed/getPosts.d.ts.map +1 -0
  247. package/dist/client/types/app/bsky/feed/getPosts.js +14 -0
  248. package/dist/client/types/app/bsky/feed/getPosts.js.map +1 -0
  249. package/dist/client/types/app/bsky/feed/getQuotes.d.ts +31 -0
  250. package/dist/client/types/app/bsky/feed/getQuotes.d.ts.map +1 -0
  251. package/dist/client/types/app/bsky/feed/getQuotes.js +14 -0
  252. package/dist/client/types/app/bsky/feed/getQuotes.js.map +1 -0
  253. package/dist/client/types/app/bsky/feed/getRepostedBy.d.ts +31 -0
  254. package/dist/client/types/app/bsky/feed/getRepostedBy.d.ts.map +1 -0
  255. package/dist/client/types/app/bsky/feed/getRepostedBy.js +14 -0
  256. package/dist/client/types/app/bsky/feed/getRepostedBy.js.map +1 -0
  257. package/dist/client/types/app/bsky/feed/getSuggestedFeeds.d.ts +25 -0
  258. package/dist/client/types/app/bsky/feed/getSuggestedFeeds.d.ts.map +1 -0
  259. package/dist/client/types/app/bsky/feed/getSuggestedFeeds.js +14 -0
  260. package/dist/client/types/app/bsky/feed/getSuggestedFeeds.js.map +1 -0
  261. package/dist/client/types/app/bsky/feed/getTimeline.d.ts +27 -0
  262. package/dist/client/types/app/bsky/feed/getTimeline.d.ts.map +1 -0
  263. package/dist/client/types/app/bsky/feed/getTimeline.js +14 -0
  264. package/dist/client/types/app/bsky/feed/getTimeline.js.map +1 -0
  265. package/dist/client/types/app/bsky/feed/like.d.ts +16 -0
  266. package/dist/client/types/app/bsky/feed/like.d.ts.map +1 -0
  267. package/dist/client/types/app/bsky/feed/like.js +18 -0
  268. package/dist/client/types/app/bsky/feed/like.js.map +1 -0
  269. package/dist/client/types/app/bsky/feed/post.d.ts +66 -0
  270. package/dist/client/types/app/bsky/feed/post.d.ts.map +1 -0
  271. package/dist/client/types/app/bsky/feed/post.js +39 -0
  272. package/dist/client/types/app/bsky/feed/post.js.map +1 -0
  273. package/dist/client/types/app/bsky/feed/postgate.d.ts +28 -0
  274. package/dist/client/types/app/bsky/feed/postgate.d.ts.map +1 -0
  275. package/dist/client/types/app/bsky/feed/postgate.js +25 -0
  276. package/dist/client/types/app/bsky/feed/postgate.js.map +1 -0
  277. package/dist/client/types/app/bsky/feed/repost.d.ts +16 -0
  278. package/dist/client/types/app/bsky/feed/repost.d.ts.map +1 -0
  279. package/dist/client/types/app/bsky/feed/repost.js +18 -0
  280. package/dist/client/types/app/bsky/feed/repost.js.map +1 -0
  281. package/dist/client/types/app/bsky/feed/searchPosts.d.ts +51 -0
  282. package/dist/client/types/app/bsky/feed/searchPosts.d.ts.map +1 -0
  283. package/dist/client/types/app/bsky/feed/searchPosts.js +23 -0
  284. package/dist/client/types/app/bsky/feed/searchPosts.js.map +1 -0
  285. package/dist/client/types/app/bsky/feed/searchPostsV2.d.ts +90 -0
  286. package/dist/client/types/app/bsky/feed/searchPostsV2.d.ts.map +1 -0
  287. package/dist/client/types/app/bsky/feed/searchPostsV2.js +23 -0
  288. package/dist/client/types/app/bsky/feed/searchPostsV2.js.map +1 -0
  289. package/dist/client/types/app/bsky/feed/sendInteractions.d.ts +25 -0
  290. package/dist/client/types/app/bsky/feed/sendInteractions.d.ts.map +1 -0
  291. package/dist/client/types/app/bsky/feed/sendInteractions.js +14 -0
  292. package/dist/client/types/app/bsky/feed/sendInteractions.js.map +1 -0
  293. package/dist/client/types/app/bsky/feed/threadgate.d.ts +47 -0
  294. package/dist/client/types/app/bsky/feed/threadgate.d.ts.map +1 -0
  295. package/dist/client/types/app/bsky/feed/threadgate.js +46 -0
  296. package/dist/client/types/app/bsky/feed/threadgate.js.map +1 -0
  297. package/dist/client/types/app/bsky/graph/block.d.ts +15 -0
  298. package/dist/client/types/app/bsky/graph/block.d.ts.map +1 -0
  299. package/dist/client/types/app/bsky/graph/block.js +18 -0
  300. package/dist/client/types/app/bsky/graph/block.js.map +1 -0
  301. package/dist/client/types/app/bsky/graph/defs.d.ts +122 -0
  302. package/dist/client/types/app/bsky/graph/defs.d.ts.map +1 -0
  303. package/dist/client/types/app/bsky/graph/defs.js +72 -0
  304. package/dist/client/types/app/bsky/graph/defs.js.map +1 -0
  305. package/dist/client/types/app/bsky/graph/follow.d.ts +16 -0
  306. package/dist/client/types/app/bsky/graph/follow.d.ts.map +1 -0
  307. package/dist/client/types/app/bsky/graph/follow.js +18 -0
  308. package/dist/client/types/app/bsky/graph/follow.js.map +1 -0
  309. package/dist/client/types/app/bsky/graph/getActorStarterPacks.d.ts +26 -0
  310. package/dist/client/types/app/bsky/graph/getActorStarterPacks.d.ts.map +1 -0
  311. package/dist/client/types/app/bsky/graph/getActorStarterPacks.js +14 -0
  312. package/dist/client/types/app/bsky/graph/getActorStarterPacks.js.map +1 -0
  313. package/dist/client/types/app/bsky/graph/getBlocks.d.ts +25 -0
  314. package/dist/client/types/app/bsky/graph/getBlocks.d.ts.map +1 -0
  315. package/dist/client/types/app/bsky/graph/getBlocks.js +14 -0
  316. package/dist/client/types/app/bsky/graph/getBlocks.js.map +1 -0
  317. package/dist/client/types/app/bsky/graph/getFollowers.d.ts +28 -0
  318. package/dist/client/types/app/bsky/graph/getFollowers.d.ts.map +1 -0
  319. package/dist/client/types/app/bsky/graph/getFollowers.js +14 -0
  320. package/dist/client/types/app/bsky/graph/getFollowers.js.map +1 -0
  321. package/dist/client/types/app/bsky/graph/getFollows.d.ts +28 -0
  322. package/dist/client/types/app/bsky/graph/getFollows.d.ts.map +1 -0
  323. package/dist/client/types/app/bsky/graph/getFollows.js +14 -0
  324. package/dist/client/types/app/bsky/graph/getFollows.js.map +1 -0
  325. package/dist/client/types/app/bsky/graph/getKnownFollowers.d.ts +27 -0
  326. package/dist/client/types/app/bsky/graph/getKnownFollowers.d.ts.map +1 -0
  327. package/dist/client/types/app/bsky/graph/getKnownFollowers.js +14 -0
  328. package/dist/client/types/app/bsky/graph/getKnownFollowers.js.map +1 -0
  329. package/dist/client/types/app/bsky/graph/getList.d.ts +28 -0
  330. package/dist/client/types/app/bsky/graph/getList.d.ts.map +1 -0
  331. package/dist/client/types/app/bsky/graph/getList.js +14 -0
  332. package/dist/client/types/app/bsky/graph/getList.js.map +1 -0
  333. package/dist/client/types/app/bsky/graph/getListBlocks.d.ts +25 -0
  334. package/dist/client/types/app/bsky/graph/getListBlocks.d.ts.map +1 -0
  335. package/dist/client/types/app/bsky/graph/getListBlocks.js +14 -0
  336. package/dist/client/types/app/bsky/graph/getListBlocks.js.map +1 -0
  337. package/dist/client/types/app/bsky/graph/getListMutes.d.ts +25 -0
  338. package/dist/client/types/app/bsky/graph/getListMutes.d.ts.map +1 -0
  339. package/dist/client/types/app/bsky/graph/getListMutes.js +14 -0
  340. package/dist/client/types/app/bsky/graph/getListMutes.js.map +1 -0
  341. package/dist/client/types/app/bsky/graph/getLists.d.ts +29 -0
  342. package/dist/client/types/app/bsky/graph/getLists.d.ts.map +1 -0
  343. package/dist/client/types/app/bsky/graph/getLists.js +14 -0
  344. package/dist/client/types/app/bsky/graph/getLists.js.map +1 -0
  345. package/dist/client/types/app/bsky/graph/getListsWithMembership.d.ts +38 -0
  346. package/dist/client/types/app/bsky/graph/getListsWithMembership.d.ts.map +1 -0
  347. package/dist/client/types/app/bsky/graph/getListsWithMembership.js +21 -0
  348. package/dist/client/types/app/bsky/graph/getListsWithMembership.js.map +1 -0
  349. package/dist/client/types/app/bsky/graph/getMutes.d.ts +25 -0
  350. package/dist/client/types/app/bsky/graph/getMutes.d.ts.map +1 -0
  351. package/dist/client/types/app/bsky/graph/getMutes.js +14 -0
  352. package/dist/client/types/app/bsky/graph/getMutes.js.map +1 -0
  353. package/dist/client/types/app/bsky/graph/getRelationships.d.ts +33 -0
  354. package/dist/client/types/app/bsky/graph/getRelationships.d.ts.map +1 -0
  355. package/dist/client/types/app/bsky/graph/getRelationships.js +23 -0
  356. package/dist/client/types/app/bsky/graph/getRelationships.js.map +1 -0
  357. package/dist/client/types/app/bsky/graph/getStarterPack.d.ts +24 -0
  358. package/dist/client/types/app/bsky/graph/getStarterPack.d.ts.map +1 -0
  359. package/dist/client/types/app/bsky/graph/getStarterPack.js +14 -0
  360. package/dist/client/types/app/bsky/graph/getStarterPack.js.map +1 -0
  361. package/dist/client/types/app/bsky/graph/getStarterPacks.d.ts +23 -0
  362. package/dist/client/types/app/bsky/graph/getStarterPacks.d.ts.map +1 -0
  363. package/dist/client/types/app/bsky/graph/getStarterPacks.js +14 -0
  364. package/dist/client/types/app/bsky/graph/getStarterPacks.js.map +1 -0
  365. package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.d.ts +36 -0
  366. package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.d.ts.map +1 -0
  367. package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.js +21 -0
  368. package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.js.map +1 -0
  369. package/dist/client/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts +29 -0
  370. package/dist/client/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts.map +1 -0
  371. package/dist/client/types/app/bsky/graph/getSuggestedFollowsByActor.js +14 -0
  372. package/dist/client/types/app/bsky/graph/getSuggestedFollowsByActor.js.map +1 -0
  373. package/dist/client/types/app/bsky/graph/list.d.ts +26 -0
  374. package/dist/client/types/app/bsky/graph/list.d.ts.map +1 -0
  375. package/dist/client/types/app/bsky/graph/list.js +18 -0
  376. package/dist/client/types/app/bsky/graph/list.js.map +1 -0
  377. package/dist/client/types/app/bsky/graph/listblock.d.ts +15 -0
  378. package/dist/client/types/app/bsky/graph/listblock.d.ts.map +1 -0
  379. package/dist/client/types/app/bsky/graph/listblock.js +18 -0
  380. package/dist/client/types/app/bsky/graph/listblock.js.map +1 -0
  381. package/dist/client/types/app/bsky/graph/listitem.d.ts +17 -0
  382. package/dist/client/types/app/bsky/graph/listitem.d.ts.map +1 -0
  383. package/dist/client/types/app/bsky/graph/listitem.js +18 -0
  384. package/dist/client/types/app/bsky/graph/listitem.js.map +1 -0
  385. package/dist/client/types/app/bsky/graph/muteActor.d.ts +24 -0
  386. package/dist/client/types/app/bsky/graph/muteActor.d.ts.map +1 -0
  387. package/dist/client/types/app/bsky/graph/muteActor.js +14 -0
  388. package/dist/client/types/app/bsky/graph/muteActor.js.map +1 -0
  389. package/dist/client/types/app/bsky/graph/muteActorList.d.ts +20 -0
  390. package/dist/client/types/app/bsky/graph/muteActorList.d.ts.map +1 -0
  391. package/dist/client/types/app/bsky/graph/muteActorList.js +14 -0
  392. package/dist/client/types/app/bsky/graph/muteActorList.js.map +1 -0
  393. package/dist/client/types/app/bsky/graph/muteThread.d.ts +20 -0
  394. package/dist/client/types/app/bsky/graph/muteThread.d.ts.map +1 -0
  395. package/dist/client/types/app/bsky/graph/muteThread.js +14 -0
  396. package/dist/client/types/app/bsky/graph/muteThread.js.map +1 -0
  397. package/dist/client/types/app/bsky/graph/searchStarterPacks.d.ts +27 -0
  398. package/dist/client/types/app/bsky/graph/searchStarterPacks.d.ts.map +1 -0
  399. package/dist/client/types/app/bsky/graph/searchStarterPacks.js +14 -0
  400. package/dist/client/types/app/bsky/graph/searchStarterPacks.js.map +1 -0
  401. package/dist/client/types/app/bsky/graph/searchStarterPacksV2.d.ts +29 -0
  402. package/dist/client/types/app/bsky/graph/searchStarterPacksV2.d.ts.map +1 -0
  403. package/dist/client/types/app/bsky/graph/searchStarterPacksV2.js +14 -0
  404. package/dist/client/types/app/bsky/graph/searchStarterPacksV2.js.map +1 -0
  405. package/dist/client/types/app/bsky/graph/starterpack.d.ts +27 -0
  406. package/dist/client/types/app/bsky/graph/starterpack.d.ts.map +1 -0
  407. package/dist/client/types/app/bsky/graph/starterpack.js +25 -0
  408. package/dist/client/types/app/bsky/graph/starterpack.js.map +1 -0
  409. package/dist/client/types/app/bsky/graph/unmuteActor.d.ts +20 -0
  410. package/dist/client/types/app/bsky/graph/unmuteActor.d.ts.map +1 -0
  411. package/dist/client/types/app/bsky/graph/unmuteActor.js +14 -0
  412. package/dist/client/types/app/bsky/graph/unmuteActor.js.map +1 -0
  413. package/dist/client/types/app/bsky/graph/unmuteActorList.d.ts +20 -0
  414. package/dist/client/types/app/bsky/graph/unmuteActorList.d.ts.map +1 -0
  415. package/dist/client/types/app/bsky/graph/unmuteActorList.js +14 -0
  416. package/dist/client/types/app/bsky/graph/unmuteActorList.js.map +1 -0
  417. package/dist/client/types/app/bsky/graph/unmuteThread.d.ts +20 -0
  418. package/dist/client/types/app/bsky/graph/unmuteThread.d.ts.map +1 -0
  419. package/dist/client/types/app/bsky/graph/unmuteThread.js +14 -0
  420. package/dist/client/types/app/bsky/graph/unmuteThread.js.map +1 -0
  421. package/dist/client/types/app/bsky/graph/verification.d.ts +20 -0
  422. package/dist/client/types/app/bsky/graph/verification.d.ts.map +1 -0
  423. package/dist/client/types/app/bsky/graph/verification.js +18 -0
  424. package/dist/client/types/app/bsky/graph/verification.js.map +1 -0
  425. package/dist/client/types/app/bsky/labeler/defs.d.ts +54 -0
  426. package/dist/client/types/app/bsky/labeler/defs.d.ts.map +1 -0
  427. package/dist/client/types/app/bsky/labeler/defs.js +38 -0
  428. package/dist/client/types/app/bsky/labeler/defs.js.map +1 -0
  429. package/dist/client/types/app/bsky/labeler/getServices.d.ts +27 -0
  430. package/dist/client/types/app/bsky/labeler/getServices.d.ts.map +1 -0
  431. package/dist/client/types/app/bsky/labeler/getServices.js +14 -0
  432. package/dist/client/types/app/bsky/labeler/getServices.js.map +1 -0
  433. package/dist/client/types/app/bsky/labeler/service.d.ts +27 -0
  434. package/dist/client/types/app/bsky/labeler/service.d.ts.map +1 -0
  435. package/dist/client/types/app/bsky/labeler/service.js +18 -0
  436. package/dist/client/types/app/bsky/labeler/service.js.map +1 -0
  437. package/dist/client/types/app/bsky/notification/declaration.d.ts +14 -0
  438. package/dist/client/types/app/bsky/notification/declaration.d.ts.map +1 -0
  439. package/dist/client/types/app/bsky/notification/declaration.js +18 -0
  440. package/dist/client/types/app/bsky/notification/declaration.js.map +1 -0
  441. package/dist/client/types/app/bsky/notification/defs.d.ts +66 -0
  442. package/dist/client/types/app/bsky/notification/defs.d.ts.map +1 -0
  443. package/dist/client/types/app/bsky/notification/defs.js +59 -0
  444. package/dist/client/types/app/bsky/notification/defs.js.map +1 -0
  445. package/dist/client/types/app/bsky/notification/getPreferences.d.ts +21 -0
  446. package/dist/client/types/app/bsky/notification/getPreferences.d.ts.map +1 -0
  447. package/dist/client/types/app/bsky/notification/getPreferences.js +14 -0
  448. package/dist/client/types/app/bsky/notification/getPreferences.js.map +1 -0
  449. package/dist/client/types/app/bsky/notification/getUnreadCount.d.ts +23 -0
  450. package/dist/client/types/app/bsky/notification/getUnreadCount.d.ts.map +1 -0
  451. package/dist/client/types/app/bsky/notification/getUnreadCount.js +14 -0
  452. package/dist/client/types/app/bsky/notification/getUnreadCount.js.map +1 -0
  453. package/dist/client/types/app/bsky/notification/listActivitySubscriptions.d.ts +25 -0
  454. package/dist/client/types/app/bsky/notification/listActivitySubscriptions.d.ts.map +1 -0
  455. package/dist/client/types/app/bsky/notification/listActivitySubscriptions.js +14 -0
  456. package/dist/client/types/app/bsky/notification/listActivitySubscriptions.js.map +1 -0
  457. package/dist/client/types/app/bsky/notification/listNotifications.d.ts +52 -0
  458. package/dist/client/types/app/bsky/notification/listNotifications.d.ts.map +1 -0
  459. package/dist/client/types/app/bsky/notification/listNotifications.js +21 -0
  460. package/dist/client/types/app/bsky/notification/listNotifications.js.map +1 -0
  461. package/dist/client/types/app/bsky/notification/putActivitySubscription.d.ts +27 -0
  462. package/dist/client/types/app/bsky/notification/putActivitySubscription.d.ts.map +1 -0
  463. package/dist/client/types/app/bsky/notification/putActivitySubscription.js +14 -0
  464. package/dist/client/types/app/bsky/notification/putActivitySubscription.js.map +1 -0
  465. package/dist/client/types/app/bsky/notification/putPreferences.d.ts +20 -0
  466. package/dist/client/types/app/bsky/notification/putPreferences.d.ts.map +1 -0
  467. package/dist/client/types/app/bsky/notification/putPreferences.js +14 -0
  468. package/dist/client/types/app/bsky/notification/putPreferences.js.map +1 -0
  469. package/dist/client/types/app/bsky/notification/putPreferencesV2.d.ts +37 -0
  470. package/dist/client/types/app/bsky/notification/putPreferencesV2.d.ts.map +1 -0
  471. package/dist/client/types/app/bsky/notification/putPreferencesV2.js +14 -0
  472. package/dist/client/types/app/bsky/notification/putPreferencesV2.js.map +1 -0
  473. package/dist/client/types/app/bsky/notification/registerPush.d.ts +25 -0
  474. package/dist/client/types/app/bsky/notification/registerPush.d.ts.map +1 -0
  475. package/dist/client/types/app/bsky/notification/registerPush.js +14 -0
  476. package/dist/client/types/app/bsky/notification/registerPush.js.map +1 -0
  477. package/dist/client/types/app/bsky/notification/unregisterPush.d.ts +23 -0
  478. package/dist/client/types/app/bsky/notification/unregisterPush.d.ts.map +1 -0
  479. package/dist/client/types/app/bsky/notification/unregisterPush.js +14 -0
  480. package/dist/client/types/app/bsky/notification/unregisterPush.js.map +1 -0
  481. package/dist/client/types/app/bsky/notification/updateSeen.d.ts +20 -0
  482. package/dist/client/types/app/bsky/notification/updateSeen.d.ts.map +1 -0
  483. package/dist/client/types/app/bsky/notification/updateSeen.js +14 -0
  484. package/dist/client/types/app/bsky/notification/updateSeen.js.map +1 -0
  485. package/dist/client/types/app/bsky/richtext/facet.d.ts +45 -0
  486. package/dist/client/types/app/bsky/richtext/facet.d.ts.map +1 -0
  487. package/dist/client/types/app/bsky/richtext/facet.js +45 -0
  488. package/dist/client/types/app/bsky/richtext/facet.js.map +1 -0
  489. package/dist/client/types/app/bsky/unspecced/defs.d.ts +130 -0
  490. package/dist/client/types/app/bsky/unspecced/defs.d.ts.map +1 -0
  491. package/dist/client/types/app/bsky/unspecced/defs.js +94 -0
  492. package/dist/client/types/app/bsky/unspecced/defs.js.map +1 -0
  493. package/dist/client/types/app/bsky/unspecced/getAgeAssuranceState.d.ts +19 -0
  494. package/dist/client/types/app/bsky/unspecced/getAgeAssuranceState.d.ts.map +1 -0
  495. package/dist/client/types/app/bsky/unspecced/getAgeAssuranceState.js +14 -0
  496. package/dist/client/types/app/bsky/unspecced/getAgeAssuranceState.js.map +1 -0
  497. package/dist/client/types/app/bsky/unspecced/getConfig.d.ts +29 -0
  498. package/dist/client/types/app/bsky/unspecced/getConfig.d.ts.map +1 -0
  499. package/dist/client/types/app/bsky/unspecced/getConfig.js +21 -0
  500. package/dist/client/types/app/bsky/unspecced/getConfig.js.map +1 -0
  501. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.d.ts +23 -0
  502. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.d.ts.map +1 -0
  503. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js +14 -0
  504. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js.map +1 -0
  505. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.d.ts +24 -0
  506. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.d.ts.map +1 -0
  507. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js +14 -0
  508. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js.map +1 -0
  509. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.d.ts +30 -0
  510. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.d.ts.map +1 -0
  511. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.js +14 -0
  512. package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.js.map +1 -0
  513. package/dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts +26 -0
  514. package/dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts.map +1 -0
  515. package/dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.js +14 -0
  516. package/dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.js.map +1 -0
  517. package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.d.ts +38 -0
  518. package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.d.ts.map +1 -0
  519. package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.js +21 -0
  520. package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.js.map +1 -0
  521. package/dist/client/types/app/bsky/unspecced/getPostThreadV2.d.ts +50 -0
  522. package/dist/client/types/app/bsky/unspecced/getPostThreadV2.d.ts.map +1 -0
  523. package/dist/client/types/app/bsky/unspecced/getPostThreadV2.js +21 -0
  524. package/dist/client/types/app/bsky/unspecced/getPostThreadV2.js.map +1 -0
  525. package/dist/client/types/app/bsky/unspecced/getSuggestedFeeds.d.ts +23 -0
  526. package/dist/client/types/app/bsky/unspecced/getSuggestedFeeds.d.ts.map +1 -0
  527. package/dist/client/types/app/bsky/unspecced/getSuggestedFeeds.js +14 -0
  528. package/dist/client/types/app/bsky/unspecced/getSuggestedFeeds.js.map +1 -0
  529. package/dist/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.d.ts +24 -0
  530. package/dist/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.d.ts.map +1 -0
  531. package/dist/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js +14 -0
  532. package/dist/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js.map +1 -0
  533. package/dist/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.d.ts +29 -0
  534. package/dist/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.d.ts.map +1 -0
  535. package/dist/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.js +14 -0
  536. package/dist/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.js.map +1 -0
  537. package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts +23 -0
  538. package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts.map +1 -0
  539. package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacks.js +14 -0
  540. package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacks.js.map +1 -0
  541. package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts +24 -0
  542. package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts.map +1 -0
  543. package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js +14 -0
  544. package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js.map +1 -0
  545. package/dist/client/types/app/bsky/unspecced/getSuggestedUsers.d.ts +29 -0
  546. package/dist/client/types/app/bsky/unspecced/getSuggestedUsers.d.ts.map +1 -0
  547. package/dist/client/types/app/bsky/unspecced/getSuggestedUsers.js +14 -0
  548. package/dist/client/types/app/bsky/unspecced/getSuggestedUsers.js.map +1 -0
  549. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.d.ts +25 -0
  550. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.d.ts.map +1 -0
  551. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.js +14 -0
  552. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.js.map +1 -0
  553. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.d.ts +26 -0
  554. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.d.ts.map +1 -0
  555. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.js +14 -0
  556. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.js.map +1 -0
  557. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.d.ts +27 -0
  558. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.d.ts.map +1 -0
  559. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.js +14 -0
  560. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.js.map +1 -0
  561. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.d.ts +28 -0
  562. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.d.ts.map +1 -0
  563. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.js +14 -0
  564. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.js.map +1 -0
  565. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.d.ts +27 -0
  566. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.d.ts.map +1 -0
  567. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.js +14 -0
  568. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.js.map +1 -0
  569. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.d.ts +28 -0
  570. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.d.ts.map +1 -0
  571. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.js +14 -0
  572. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.js.map +1 -0
  573. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts +30 -0
  574. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts.map +1 -0
  575. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js +14 -0
  576. package/dist/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js.map +1 -0
  577. package/dist/client/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts +35 -0
  578. package/dist/client/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts.map +1 -0
  579. package/dist/client/types/app/bsky/unspecced/getSuggestionsSkeleton.js +14 -0
  580. package/dist/client/types/app/bsky/unspecced/getSuggestionsSkeleton.js.map +1 -0
  581. package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.d.ts +29 -0
  582. package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.d.ts.map +1 -0
  583. package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.js +21 -0
  584. package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.js.map +1 -0
  585. package/dist/client/types/app/bsky/unspecced/getTrendingTopics.d.ts +26 -0
  586. package/dist/client/types/app/bsky/unspecced/getTrendingTopics.d.ts.map +1 -0
  587. package/dist/client/types/app/bsky/unspecced/getTrendingTopics.js +14 -0
  588. package/dist/client/types/app/bsky/unspecced/getTrendingTopics.js.map +1 -0
  589. package/dist/client/types/app/bsky/unspecced/getTrends.d.ts +25 -0
  590. package/dist/client/types/app/bsky/unspecced/getTrends.d.ts.map +1 -0
  591. package/dist/client/types/app/bsky/unspecced/getTrends.js +14 -0
  592. package/dist/client/types/app/bsky/unspecced/getTrends.js.map +1 -0
  593. package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.d.ts +27 -0
  594. package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.d.ts.map +1 -0
  595. package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.js +14 -0
  596. package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.js.map +1 -0
  597. package/dist/client/types/app/bsky/unspecced/initAgeAssurance.d.ts +37 -0
  598. package/dist/client/types/app/bsky/unspecced/initAgeAssurance.d.ts.map +1 -0
  599. package/dist/client/types/app/bsky/unspecced/initAgeAssurance.js +37 -0
  600. package/dist/client/types/app/bsky/unspecced/initAgeAssurance.js.map +1 -0
  601. package/dist/client/types/app/bsky/unspecced/searchActorsSkeleton.d.ts +37 -0
  602. package/dist/client/types/app/bsky/unspecced/searchActorsSkeleton.d.ts.map +1 -0
  603. package/dist/client/types/app/bsky/unspecced/searchActorsSkeleton.js +23 -0
  604. package/dist/client/types/app/bsky/unspecced/searchActorsSkeleton.js.map +1 -0
  605. package/dist/client/types/app/bsky/unspecced/searchPostsSkeleton.d.ts +53 -0
  606. package/dist/client/types/app/bsky/unspecced/searchPostsSkeleton.d.ts.map +1 -0
  607. package/dist/client/types/app/bsky/unspecced/searchPostsSkeleton.js +23 -0
  608. package/dist/client/types/app/bsky/unspecced/searchPostsSkeleton.js.map +1 -0
  609. package/dist/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.d.ts +35 -0
  610. package/dist/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.d.ts.map +1 -0
  611. package/dist/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.js +23 -0
  612. package/dist/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.js.map +1 -0
  613. package/dist/client/types/app/bsky/video/defs.d.ts +21 -0
  614. package/dist/client/types/app/bsky/video/defs.d.ts.map +1 -0
  615. package/dist/client/types/app/bsky/video/defs.js +17 -0
  616. package/dist/client/types/app/bsky/video/defs.js.map +1 -0
  617. package/dist/client/types/app/bsky/video/getJobStatus.d.ts +23 -0
  618. package/dist/client/types/app/bsky/video/getJobStatus.d.ts.map +1 -0
  619. package/dist/client/types/app/bsky/video/getJobStatus.js +14 -0
  620. package/dist/client/types/app/bsky/video/getJobStatus.js.map +1 -0
  621. package/dist/client/types/app/bsky/video/getUploadLimits.d.ts +24 -0
  622. package/dist/client/types/app/bsky/video/getUploadLimits.d.ts.map +1 -0
  623. package/dist/client/types/app/bsky/video/getUploadLimits.js +14 -0
  624. package/dist/client/types/app/bsky/video/getUploadLimits.js.map +1 -0
  625. package/dist/client/types/app/bsky/video/uploadVideo.d.ts +23 -0
  626. package/dist/client/types/app/bsky/video/uploadVideo.d.ts.map +1 -0
  627. package/dist/client/types/app/bsky/video/uploadVideo.js +14 -0
  628. package/dist/client/types/app/bsky/video/uploadVideo.js.map +1 -0
  629. package/dist/client/types/chat/bsky/actor/declaration.d.ts +15 -0
  630. package/dist/client/types/chat/bsky/actor/declaration.d.ts.map +1 -0
  631. package/dist/client/types/chat/bsky/actor/declaration.js +18 -0
  632. package/dist/client/types/chat/bsky/actor/declaration.js.map +1 -0
  633. package/dist/client/types/chat/bsky/actor/defs.d.ts +47 -0
  634. package/dist/client/types/chat/bsky/actor/defs.d.ts.map +1 -0
  635. package/dist/client/types/chat/bsky/actor/defs.js +38 -0
  636. package/dist/client/types/chat/bsky/actor/defs.js.map +1 -0
  637. package/dist/client/types/chat/bsky/actor/deleteAccount.d.ts +20 -0
  638. package/dist/client/types/chat/bsky/actor/deleteAccount.d.ts.map +1 -0
  639. package/dist/client/types/chat/bsky/actor/deleteAccount.js +14 -0
  640. package/dist/client/types/chat/bsky/actor/deleteAccount.js.map +1 -0
  641. package/dist/client/types/chat/bsky/actor/exportAccountData.d.ts +17 -0
  642. package/dist/client/types/chat/bsky/actor/exportAccountData.d.ts.map +1 -0
  643. package/dist/client/types/chat/bsky/actor/exportAccountData.js +14 -0
  644. package/dist/client/types/chat/bsky/actor/exportAccountData.js.map +1 -0
  645. package/dist/client/types/chat/bsky/actor/getStatus.d.ts +25 -0
  646. package/dist/client/types/chat/bsky/actor/getStatus.d.ts.map +1 -0
  647. package/dist/client/types/chat/bsky/actor/getStatus.js +14 -0
  648. package/dist/client/types/chat/bsky/actor/getStatus.js.map +1 -0
  649. package/dist/client/types/chat/bsky/convo/acceptConvo.d.ts +28 -0
  650. package/dist/client/types/chat/bsky/convo/acceptConvo.d.ts.map +1 -0
  651. package/dist/client/types/chat/bsky/convo/acceptConvo.js +23 -0
  652. package/dist/client/types/chat/bsky/convo/acceptConvo.js.map +1 -0
  653. package/dist/client/types/chat/bsky/convo/addReaction.d.ts +42 -0
  654. package/dist/client/types/chat/bsky/convo/addReaction.d.ts.map +1 -0
  655. package/dist/client/types/chat/bsky/convo/addReaction.js +51 -0
  656. package/dist/client/types/chat/bsky/convo/addReaction.js.map +1 -0
  657. package/dist/client/types/chat/bsky/convo/defs.d.ts +557 -0
  658. package/dist/client/types/chat/bsky/convo/defs.d.ts.map +1 -0
  659. package/dist/client/types/chat/bsky/convo/defs.js +416 -0
  660. package/dist/client/types/chat/bsky/convo/defs.js.map +1 -0
  661. package/dist/client/types/chat/bsky/convo/deleteMessageForSelf.d.ts +30 -0
  662. package/dist/client/types/chat/bsky/convo/deleteMessageForSelf.d.ts.map +1 -0
  663. package/dist/client/types/chat/bsky/convo/deleteMessageForSelf.js +30 -0
  664. package/dist/client/types/chat/bsky/convo/deleteMessageForSelf.js.map +1 -0
  665. package/dist/client/types/chat/bsky/convo/getConvo.d.ts +26 -0
  666. package/dist/client/types/chat/bsky/convo/getConvo.d.ts.map +1 -0
  667. package/dist/client/types/chat/bsky/convo/getConvo.js +23 -0
  668. package/dist/client/types/chat/bsky/convo/getConvo.js.map +1 -0
  669. package/dist/client/types/chat/bsky/convo/getConvoAvailability.d.ts +24 -0
  670. package/dist/client/types/chat/bsky/convo/getConvoAvailability.d.ts.map +1 -0
  671. package/dist/client/types/chat/bsky/convo/getConvoAvailability.js +14 -0
  672. package/dist/client/types/chat/bsky/convo/getConvoAvailability.js.map +1 -0
  673. package/dist/client/types/chat/bsky/convo/getConvoForMembers.d.ts +41 -0
  674. package/dist/client/types/chat/bsky/convo/getConvoForMembers.d.ts.map +1 -0
  675. package/dist/client/types/chat/bsky/convo/getConvoForMembers.js +58 -0
  676. package/dist/client/types/chat/bsky/convo/getConvoForMembers.js.map +1 -0
  677. package/dist/client/types/chat/bsky/convo/getConvoMembers.d.ts +29 -0
  678. package/dist/client/types/chat/bsky/convo/getConvoMembers.d.ts.map +1 -0
  679. package/dist/client/types/chat/bsky/convo/getConvoMembers.js +23 -0
  680. package/dist/client/types/chat/bsky/convo/getConvoMembers.js.map +1 -0
  681. package/dist/client/types/chat/bsky/convo/getLog.d.ts +27 -0
  682. package/dist/client/types/chat/bsky/convo/getLog.d.ts.map +1 -0
  683. package/dist/client/types/chat/bsky/convo/getLog.js +14 -0
  684. package/dist/client/types/chat/bsky/convo/getLog.js.map +1 -0
  685. package/dist/client/types/chat/bsky/convo/getMessages.d.ts +35 -0
  686. package/dist/client/types/chat/bsky/convo/getMessages.d.ts.map +1 -0
  687. package/dist/client/types/chat/bsky/convo/getMessages.js +23 -0
  688. package/dist/client/types/chat/bsky/convo/getMessages.js.map +1 -0
  689. package/dist/client/types/chat/bsky/convo/getUnreadCounts.d.ts +26 -0
  690. package/dist/client/types/chat/bsky/convo/getUnreadCounts.d.ts.map +1 -0
  691. package/dist/client/types/chat/bsky/convo/getUnreadCounts.js +14 -0
  692. package/dist/client/types/chat/bsky/convo/getUnreadCounts.js.map +1 -0
  693. package/dist/client/types/chat/bsky/convo/leaveConvo.d.ts +31 -0
  694. package/dist/client/types/chat/bsky/convo/leaveConvo.d.ts.map +1 -0
  695. package/dist/client/types/chat/bsky/convo/leaveConvo.js +30 -0
  696. package/dist/client/types/chat/bsky/convo/leaveConvo.js.map +1 -0
  697. package/dist/client/types/chat/bsky/convo/listConvoRequests.d.ts +29 -0
  698. package/dist/client/types/chat/bsky/convo/listConvoRequests.d.ts.map +1 -0
  699. package/dist/client/types/chat/bsky/convo/listConvoRequests.js +14 -0
  700. package/dist/client/types/chat/bsky/convo/listConvoRequests.js.map +1 -0
  701. package/dist/client/types/chat/bsky/convo/listConvos.d.ts +32 -0
  702. package/dist/client/types/chat/bsky/convo/listConvos.d.ts.map +1 -0
  703. package/dist/client/types/chat/bsky/convo/listConvos.js +14 -0
  704. package/dist/client/types/chat/bsky/convo/listConvos.js.map +1 -0
  705. package/dist/client/types/chat/bsky/convo/lockConvo.d.ts +34 -0
  706. package/dist/client/types/chat/bsky/convo/lockConvo.d.ts.map +1 -0
  707. package/dist/client/types/chat/bsky/convo/lockConvo.js +37 -0
  708. package/dist/client/types/chat/bsky/convo/lockConvo.js.map +1 -0
  709. package/dist/client/types/chat/bsky/convo/muteConvo.d.ts +28 -0
  710. package/dist/client/types/chat/bsky/convo/muteConvo.d.ts.map +1 -0
  711. package/dist/client/types/chat/bsky/convo/muteConvo.js +23 -0
  712. package/dist/client/types/chat/bsky/convo/muteConvo.js.map +1 -0
  713. package/dist/client/types/chat/bsky/convo/removeReaction.d.ts +39 -0
  714. package/dist/client/types/chat/bsky/convo/removeReaction.d.ts.map +1 -0
  715. package/dist/client/types/chat/bsky/convo/removeReaction.js +44 -0
  716. package/dist/client/types/chat/bsky/convo/removeReaction.js.map +1 -0
  717. package/dist/client/types/chat/bsky/convo/sendMessage.d.ts +33 -0
  718. package/dist/client/types/chat/bsky/convo/sendMessage.d.ts.map +1 -0
  719. package/dist/client/types/chat/bsky/convo/sendMessage.js +37 -0
  720. package/dist/client/types/chat/bsky/convo/sendMessage.js.map +1 -0
  721. package/dist/client/types/chat/bsky/convo/sendMessageBatch.d.ts +42 -0
  722. package/dist/client/types/chat/bsky/convo/sendMessageBatch.d.ts.map +1 -0
  723. package/dist/client/types/chat/bsky/convo/sendMessageBatch.js +44 -0
  724. package/dist/client/types/chat/bsky/convo/sendMessageBatch.js.map +1 -0
  725. package/dist/client/types/chat/bsky/convo/unlockConvo.d.ts +34 -0
  726. package/dist/client/types/chat/bsky/convo/unlockConvo.d.ts.map +1 -0
  727. package/dist/client/types/chat/bsky/convo/unlockConvo.js +37 -0
  728. package/dist/client/types/chat/bsky/convo/unlockConvo.js.map +1 -0
  729. package/dist/client/types/chat/bsky/convo/unmuteConvo.d.ts +28 -0
  730. package/dist/client/types/chat/bsky/convo/unmuteConvo.d.ts.map +1 -0
  731. package/dist/client/types/chat/bsky/convo/unmuteConvo.js +23 -0
  732. package/dist/client/types/chat/bsky/convo/unmuteConvo.js.map +1 -0
  733. package/dist/client/types/chat/bsky/convo/updateAllRead.d.ts +25 -0
  734. package/dist/client/types/chat/bsky/convo/updateAllRead.d.ts.map +1 -0
  735. package/dist/client/types/chat/bsky/convo/updateAllRead.js +14 -0
  736. package/dist/client/types/chat/bsky/convo/updateAllRead.js.map +1 -0
  737. package/dist/client/types/chat/bsky/convo/updateRead.d.ts +29 -0
  738. package/dist/client/types/chat/bsky/convo/updateRead.d.ts.map +1 -0
  739. package/dist/client/types/chat/bsky/convo/updateRead.js +23 -0
  740. package/dist/client/types/chat/bsky/convo/updateRead.js.map +1 -0
  741. package/dist/client/types/chat/bsky/embed/joinLink.d.ts +22 -0
  742. package/dist/client/types/chat/bsky/embed/joinLink.d.ts.map +1 -0
  743. package/dist/client/types/chat/bsky/embed/joinLink.js +24 -0
  744. package/dist/client/types/chat/bsky/embed/joinLink.js.map +1 -0
  745. package/dist/client/types/chat/bsky/group/addMembers.d.ts +58 -0
  746. package/dist/client/types/chat/bsky/group/addMembers.d.ts.map +1 -0
  747. package/dist/client/types/chat/bsky/group/addMembers.js +86 -0
  748. package/dist/client/types/chat/bsky/group/addMembers.js.map +1 -0
  749. package/dist/client/types/chat/bsky/group/approveJoinRequest.d.ts +35 -0
  750. package/dist/client/types/chat/bsky/group/approveJoinRequest.d.ts.map +1 -0
  751. package/dist/client/types/chat/bsky/group/approveJoinRequest.js +37 -0
  752. package/dist/client/types/chat/bsky/group/approveJoinRequest.js.map +1 -0
  753. package/dist/client/types/chat/bsky/group/createGroup.d.ts +48 -0
  754. package/dist/client/types/chat/bsky/group/createGroup.d.ts.map +1 -0
  755. package/dist/client/types/chat/bsky/group/createGroup.js +65 -0
  756. package/dist/client/types/chat/bsky/group/createGroup.js.map +1 -0
  757. package/dist/client/types/chat/bsky/group/createJoinLink.d.ts +36 -0
  758. package/dist/client/types/chat/bsky/group/createJoinLink.d.ts.map +1 -0
  759. package/dist/client/types/chat/bsky/group/createJoinLink.js +37 -0
  760. package/dist/client/types/chat/bsky/group/createJoinLink.js.map +1 -0
  761. package/dist/client/types/chat/bsky/group/defs.d.ts +77 -0
  762. package/dist/client/types/chat/bsky/group/defs.d.ts.map +1 -0
  763. package/dist/client/types/chat/bsky/group/defs.js +59 -0
  764. package/dist/client/types/chat/bsky/group/defs.js.map +1 -0
  765. package/dist/client/types/chat/bsky/group/disableJoinLink.d.ts +34 -0
  766. package/dist/client/types/chat/bsky/group/disableJoinLink.d.ts.map +1 -0
  767. package/dist/client/types/chat/bsky/group/disableJoinLink.js +37 -0
  768. package/dist/client/types/chat/bsky/group/disableJoinLink.js.map +1 -0
  769. package/dist/client/types/chat/bsky/group/editGroup.d.ts +35 -0
  770. package/dist/client/types/chat/bsky/group/editGroup.d.ts.map +1 -0
  771. package/dist/client/types/chat/bsky/group/editGroup.js +37 -0
  772. package/dist/client/types/chat/bsky/group/editGroup.js.map +1 -0
  773. package/dist/client/types/chat/bsky/group/editJoinLink.d.ts +36 -0
  774. package/dist/client/types/chat/bsky/group/editJoinLink.d.ts.map +1 -0
  775. package/dist/client/types/chat/bsky/group/editJoinLink.js +37 -0
  776. package/dist/client/types/chat/bsky/group/editJoinLink.js.map +1 -0
  777. package/dist/client/types/chat/bsky/group/enableJoinLink.d.ts +37 -0
  778. package/dist/client/types/chat/bsky/group/enableJoinLink.d.ts.map +1 -0
  779. package/dist/client/types/chat/bsky/group/enableJoinLink.js +44 -0
  780. package/dist/client/types/chat/bsky/group/enableJoinLink.js.map +1 -0
  781. package/dist/client/types/chat/bsky/group/getJoinLinkPreviews.d.ts +26 -0
  782. package/dist/client/types/chat/bsky/group/getJoinLinkPreviews.d.ts.map +1 -0
  783. package/dist/client/types/chat/bsky/group/getJoinLinkPreviews.js +14 -0
  784. package/dist/client/types/chat/bsky/group/getJoinLinkPreviews.js.map +1 -0
  785. package/dist/client/types/chat/bsky/group/listJoinRequests.d.ts +32 -0
  786. package/dist/client/types/chat/bsky/group/listJoinRequests.d.ts.map +1 -0
  787. package/dist/client/types/chat/bsky/group/listJoinRequests.js +30 -0
  788. package/dist/client/types/chat/bsky/group/listJoinRequests.js.map +1 -0
  789. package/dist/client/types/chat/bsky/group/listMutualGroups.d.ts +26 -0
  790. package/dist/client/types/chat/bsky/group/listMutualGroups.d.ts.map +1 -0
  791. package/dist/client/types/chat/bsky/group/listMutualGroups.js +14 -0
  792. package/dist/client/types/chat/bsky/group/listMutualGroups.js.map +1 -0
  793. package/dist/client/types/chat/bsky/group/rejectJoinRequest.d.ts +30 -0
  794. package/dist/client/types/chat/bsky/group/rejectJoinRequest.d.ts.map +1 -0
  795. package/dist/client/types/chat/bsky/group/rejectJoinRequest.js +30 -0
  796. package/dist/client/types/chat/bsky/group/rejectJoinRequest.js.map +1 -0
  797. package/dist/client/types/chat/bsky/group/removeMembers.d.ts +32 -0
  798. package/dist/client/types/chat/bsky/group/removeMembers.d.ts.map +1 -0
  799. package/dist/client/types/chat/bsky/group/removeMembers.js +30 -0
  800. package/dist/client/types/chat/bsky/group/removeMembers.js.map +1 -0
  801. package/dist/client/types/chat/bsky/group/requestJoin.d.ts +44 -0
  802. package/dist/client/types/chat/bsky/group/requestJoin.d.ts.map +1 -0
  803. package/dist/client/types/chat/bsky/group/requestJoin.js +58 -0
  804. package/dist/client/types/chat/bsky/group/requestJoin.js.map +1 -0
  805. package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.d.ts +29 -0
  806. package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.d.ts.map +1 -0
  807. package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.js +30 -0
  808. package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.js.map +1 -0
  809. package/dist/client/types/chat/bsky/group/withdrawJoinRequest.d.ts +26 -0
  810. package/dist/client/types/chat/bsky/group/withdrawJoinRequest.d.ts.map +1 -0
  811. package/dist/client/types/chat/bsky/group/withdrawJoinRequest.js +23 -0
  812. package/dist/client/types/chat/bsky/group/withdrawJoinRequest.js.map +1 -0
  813. package/dist/client/types/chat/bsky/moderation/defs.d.ts +42 -0
  814. package/dist/client/types/chat/bsky/moderation/defs.d.ts.map +1 -0
  815. package/dist/client/types/chat/bsky/moderation/defs.js +31 -0
  816. package/dist/client/types/chat/bsky/moderation/defs.js.map +1 -0
  817. package/dist/client/types/chat/bsky/moderation/getActorMetadata.d.ts +34 -0
  818. package/dist/client/types/chat/bsky/moderation/getActorMetadata.d.ts.map +1 -0
  819. package/dist/client/types/chat/bsky/moderation/getActorMetadata.js +21 -0
  820. package/dist/client/types/chat/bsky/moderation/getActorMetadata.js.map +1 -0
  821. package/dist/client/types/chat/bsky/moderation/getConvo.d.ts +26 -0
  822. package/dist/client/types/chat/bsky/moderation/getConvo.d.ts.map +1 -0
  823. package/dist/client/types/chat/bsky/moderation/getConvo.js +23 -0
  824. package/dist/client/types/chat/bsky/moderation/getConvo.js.map +1 -0
  825. package/dist/client/types/chat/bsky/moderation/getConvoMembers.d.ts +29 -0
  826. package/dist/client/types/chat/bsky/moderation/getConvoMembers.d.ts.map +1 -0
  827. package/dist/client/types/chat/bsky/moderation/getConvoMembers.js +23 -0
  828. package/dist/client/types/chat/bsky/moderation/getConvoMembers.js.map +1 -0
  829. package/dist/client/types/chat/bsky/moderation/getConvos.d.ts +23 -0
  830. package/dist/client/types/chat/bsky/moderation/getConvos.d.ts.map +1 -0
  831. package/dist/client/types/chat/bsky/moderation/getConvos.js +14 -0
  832. package/dist/client/types/chat/bsky/moderation/getConvos.js.map +1 -0
  833. package/dist/client/types/chat/bsky/moderation/getMessageContext.d.ts +34 -0
  834. package/dist/client/types/chat/bsky/moderation/getMessageContext.d.ts.map +1 -0
  835. package/dist/client/types/chat/bsky/moderation/getMessageContext.js +14 -0
  836. package/dist/client/types/chat/bsky/moderation/getMessageContext.js.map +1 -0
  837. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts +233 -0
  838. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -0
  839. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js +88 -0
  840. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js.map +1 -0
  841. package/dist/client/types/chat/bsky/moderation/updateActorAccess.d.ts +22 -0
  842. package/dist/client/types/chat/bsky/moderation/updateActorAccess.d.ts.map +1 -0
  843. package/dist/client/types/chat/bsky/moderation/updateActorAccess.js +14 -0
  844. package/dist/client/types/chat/bsky/moderation/updateActorAccess.js.map +1 -0
  845. package/dist/client/types/chat/bsky/notification/defs.d.ts +19 -0
  846. package/dist/client/types/chat/bsky/notification/defs.d.ts.map +1 -0
  847. package/dist/client/types/chat/bsky/notification/defs.js +24 -0
  848. package/dist/client/types/chat/bsky/notification/defs.js.map +1 -0
  849. package/dist/client/types/chat/bsky/notification/getPreferences.d.ts +21 -0
  850. package/dist/client/types/chat/bsky/notification/getPreferences.d.ts.map +1 -0
  851. package/dist/client/types/chat/bsky/notification/getPreferences.js +14 -0
  852. package/dist/client/types/chat/bsky/notification/getPreferences.js.map +1 -0
  853. package/dist/client/types/chat/bsky/notification/putPreferences.d.ts +26 -0
  854. package/dist/client/types/chat/bsky/notification/putPreferences.d.ts.map +1 -0
  855. package/dist/client/types/chat/bsky/notification/putPreferences.js +14 -0
  856. package/dist/client/types/chat/bsky/notification/putPreferences.js.map +1 -0
  857. package/dist/client/types/com/atproto/admin/defs.d.ts +53 -0
  858. package/dist/client/types/com/atproto/admin/defs.d.ts.map +1 -0
  859. package/dist/client/types/com/atproto/admin/defs.js +45 -0
  860. package/dist/client/types/com/atproto/admin/defs.js.map +1 -0
  861. package/dist/client/types/com/atproto/admin/deleteAccount.d.ts +20 -0
  862. package/dist/client/types/com/atproto/admin/deleteAccount.d.ts.map +1 -0
  863. package/dist/client/types/com/atproto/admin/deleteAccount.js +14 -0
  864. package/dist/client/types/com/atproto/admin/deleteAccount.js.map +1 -0
  865. package/dist/client/types/com/atproto/admin/disableAccountInvites.d.ts +22 -0
  866. package/dist/client/types/com/atproto/admin/disableAccountInvites.d.ts.map +1 -0
  867. package/dist/client/types/com/atproto/admin/disableAccountInvites.js +14 -0
  868. package/dist/client/types/com/atproto/admin/disableAccountInvites.js.map +1 -0
  869. package/dist/client/types/com/atproto/admin/disableInviteCodes.d.ts +21 -0
  870. package/dist/client/types/com/atproto/admin/disableInviteCodes.d.ts.map +1 -0
  871. package/dist/client/types/com/atproto/admin/disableInviteCodes.js +14 -0
  872. package/dist/client/types/com/atproto/admin/disableInviteCodes.js.map +1 -0
  873. package/dist/client/types/com/atproto/admin/enableAccountInvites.d.ts +22 -0
  874. package/dist/client/types/com/atproto/admin/enableAccountInvites.d.ts.map +1 -0
  875. package/dist/client/types/com/atproto/admin/enableAccountInvites.js +14 -0
  876. package/dist/client/types/com/atproto/admin/enableAccountInvites.js.map +1 -0
  877. package/dist/client/types/com/atproto/admin/getAccountInfo.d.ts +21 -0
  878. package/dist/client/types/com/atproto/admin/getAccountInfo.d.ts.map +1 -0
  879. package/dist/client/types/com/atproto/admin/getAccountInfo.js +14 -0
  880. package/dist/client/types/com/atproto/admin/getAccountInfo.js.map +1 -0
  881. package/dist/client/types/com/atproto/admin/getAccountInfos.d.ts +23 -0
  882. package/dist/client/types/com/atproto/admin/getAccountInfos.d.ts.map +1 -0
  883. package/dist/client/types/com/atproto/admin/getAccountInfos.js +14 -0
  884. package/dist/client/types/com/atproto/admin/getAccountInfos.js.map +1 -0
  885. package/dist/client/types/com/atproto/admin/getInviteCodes.d.ts +26 -0
  886. package/dist/client/types/com/atproto/admin/getInviteCodes.d.ts.map +1 -0
  887. package/dist/client/types/com/atproto/admin/getInviteCodes.js +14 -0
  888. package/dist/client/types/com/atproto/admin/getInviteCodes.js.map +1 -0
  889. package/dist/client/types/com/atproto/admin/getSubjectStatus.d.ts +31 -0
  890. package/dist/client/types/com/atproto/admin/getSubjectStatus.d.ts.map +1 -0
  891. package/dist/client/types/com/atproto/admin/getSubjectStatus.js +14 -0
  892. package/dist/client/types/com/atproto/admin/getSubjectStatus.js.map +1 -0
  893. package/dist/client/types/com/atproto/admin/searchAccounts.d.ts +26 -0
  894. package/dist/client/types/com/atproto/admin/searchAccounts.d.ts.map +1 -0
  895. package/dist/client/types/com/atproto/admin/searchAccounts.js +14 -0
  896. package/dist/client/types/com/atproto/admin/searchAccounts.js.map +1 -0
  897. package/dist/client/types/com/atproto/admin/sendEmail.d.ts +29 -0
  898. package/dist/client/types/com/atproto/admin/sendEmail.d.ts.map +1 -0
  899. package/dist/client/types/com/atproto/admin/sendEmail.js +14 -0
  900. package/dist/client/types/com/atproto/admin/sendEmail.js.map +1 -0
  901. package/dist/client/types/com/atproto/admin/updateAccountEmail.d.ts +22 -0
  902. package/dist/client/types/com/atproto/admin/updateAccountEmail.d.ts.map +1 -0
  903. package/dist/client/types/com/atproto/admin/updateAccountEmail.js +14 -0
  904. package/dist/client/types/com/atproto/admin/updateAccountEmail.js.map +1 -0
  905. package/dist/client/types/com/atproto/admin/updateAccountHandle.d.ts +21 -0
  906. package/dist/client/types/com/atproto/admin/updateAccountHandle.d.ts.map +1 -0
  907. package/dist/client/types/com/atproto/admin/updateAccountHandle.js +14 -0
  908. package/dist/client/types/com/atproto/admin/updateAccountHandle.js.map +1 -0
  909. package/dist/client/types/com/atproto/admin/updateAccountPassword.d.ts +21 -0
  910. package/dist/client/types/com/atproto/admin/updateAccountPassword.d.ts.map +1 -0
  911. package/dist/client/types/com/atproto/admin/updateAccountPassword.js +14 -0
  912. package/dist/client/types/com/atproto/admin/updateAccountPassword.js.map +1 -0
  913. package/dist/client/types/com/atproto/admin/updateAccountSigningKey.d.ts +22 -0
  914. package/dist/client/types/com/atproto/admin/updateAccountSigningKey.d.ts.map +1 -0
  915. package/dist/client/types/com/atproto/admin/updateAccountSigningKey.js +14 -0
  916. package/dist/client/types/com/atproto/admin/updateAccountSigningKey.js.map +1 -0
  917. package/dist/client/types/com/atproto/admin/updateSubjectStatus.d.ts +34 -0
  918. package/dist/client/types/com/atproto/admin/updateSubjectStatus.d.ts.map +1 -0
  919. package/dist/client/types/com/atproto/admin/updateSubjectStatus.js +14 -0
  920. package/dist/client/types/com/atproto/admin/updateSubjectStatus.js.map +1 -0
  921. package/dist/client/types/com/atproto/identity/defs.d.ts +17 -0
  922. package/dist/client/types/com/atproto/identity/defs.d.ts.map +1 -0
  923. package/dist/client/types/com/atproto/identity/defs.js +17 -0
  924. package/dist/client/types/com/atproto/identity/defs.js.map +1 -0
  925. package/dist/client/types/com/atproto/identity/getRecommendedDidCredentials.d.ts +28 -0
  926. package/dist/client/types/com/atproto/identity/getRecommendedDidCredentials.d.ts.map +1 -0
  927. package/dist/client/types/com/atproto/identity/getRecommendedDidCredentials.js +14 -0
  928. package/dist/client/types/com/atproto/identity/getRecommendedDidCredentials.js.map +1 -0
  929. package/dist/client/types/com/atproto/identity/refreshIdentity.d.ts +32 -0
  930. package/dist/client/types/com/atproto/identity/refreshIdentity.d.ts.map +1 -0
  931. package/dist/client/types/com/atproto/identity/refreshIdentity.js +37 -0
  932. package/dist/client/types/com/atproto/identity/refreshIdentity.js.map +1 -0
  933. package/dist/client/types/com/atproto/identity/requestPlcOperationSignature.d.ts +17 -0
  934. package/dist/client/types/com/atproto/identity/requestPlcOperationSignature.d.ts.map +1 -0
  935. package/dist/client/types/com/atproto/identity/requestPlcOperationSignature.js +14 -0
  936. package/dist/client/types/com/atproto/identity/requestPlcOperationSignature.js.map +1 -0
  937. package/dist/client/types/com/atproto/identity/resolveDid.d.ts +32 -0
  938. package/dist/client/types/com/atproto/identity/resolveDid.d.ts.map +1 -0
  939. package/dist/client/types/com/atproto/identity/resolveDid.js +30 -0
  940. package/dist/client/types/com/atproto/identity/resolveDid.js.map +1 -0
  941. package/dist/client/types/com/atproto/identity/resolveHandle.d.ts +26 -0
  942. package/dist/client/types/com/atproto/identity/resolveHandle.d.ts.map +1 -0
  943. package/dist/client/types/com/atproto/identity/resolveHandle.js +23 -0
  944. package/dist/client/types/com/atproto/identity/resolveHandle.js.map +1 -0
  945. package/dist/client/types/com/atproto/identity/resolveIdentity.d.ts +31 -0
  946. package/dist/client/types/com/atproto/identity/resolveIdentity.d.ts.map +1 -0
  947. package/dist/client/types/com/atproto/identity/resolveIdentity.js +37 -0
  948. package/dist/client/types/com/atproto/identity/resolveIdentity.js.map +1 -0
  949. package/dist/client/types/com/atproto/identity/signPlcOperation.d.ts +36 -0
  950. package/dist/client/types/com/atproto/identity/signPlcOperation.d.ts.map +1 -0
  951. package/dist/client/types/com/atproto/identity/signPlcOperation.js +14 -0
  952. package/dist/client/types/com/atproto/identity/signPlcOperation.js.map +1 -0
  953. package/dist/client/types/com/atproto/identity/submitPlcOperation.d.ts +22 -0
  954. package/dist/client/types/com/atproto/identity/submitPlcOperation.d.ts.map +1 -0
  955. package/dist/client/types/com/atproto/identity/submitPlcOperation.js +14 -0
  956. package/dist/client/types/com/atproto/identity/submitPlcOperation.js.map +1 -0
  957. package/dist/client/types/com/atproto/identity/updateHandle.d.ts +21 -0
  958. package/dist/client/types/com/atproto/identity/updateHandle.d.ts.map +1 -0
  959. package/dist/client/types/com/atproto/identity/updateHandle.js +14 -0
  960. package/dist/client/types/com/atproto/identity/updateHandle.js.map +1 -0
  961. package/dist/client/types/com/atproto/label/defs.d.ts +74 -0
  962. package/dist/client/types/com/atproto/label/defs.d.ts.map +1 -0
  963. package/dist/client/types/com/atproto/label/defs.js +45 -0
  964. package/dist/client/types/com/atproto/label/defs.js.map +1 -0
  965. package/dist/client/types/com/atproto/label/queryLabels.d.ts +29 -0
  966. package/dist/client/types/com/atproto/label/queryLabels.d.ts.map +1 -0
  967. package/dist/client/types/com/atproto/label/queryLabels.js +14 -0
  968. package/dist/client/types/com/atproto/label/queryLabels.js.map +1 -0
  969. package/dist/client/types/com/atproto/label/subscribeLabels.d.ts +17 -0
  970. package/dist/client/types/com/atproto/label/subscribeLabels.d.ts.map +1 -0
  971. package/dist/client/types/com/atproto/label/subscribeLabels.js +25 -0
  972. package/dist/client/types/com/atproto/label/subscribeLabels.js.map +1 -0
  973. package/dist/client/types/com/atproto/lexicon/resolveLexicon.d.ts +31 -0
  974. package/dist/client/types/com/atproto/lexicon/resolveLexicon.d.ts.map +1 -0
  975. package/dist/client/types/com/atproto/lexicon/resolveLexicon.js +23 -0
  976. package/dist/client/types/com/atproto/lexicon/resolveLexicon.js.map +1 -0
  977. package/dist/client/types/com/atproto/lexicon/schema.d.ts +14 -0
  978. package/dist/client/types/com/atproto/lexicon/schema.d.ts.map +1 -0
  979. package/dist/client/types/com/atproto/lexicon/schema.js +18 -0
  980. package/dist/client/types/com/atproto/lexicon/schema.js.map +1 -0
  981. package/dist/client/types/com/atproto/moderation/createReport.d.ts +54 -0
  982. package/dist/client/types/com/atproto/moderation/createReport.d.ts.map +1 -0
  983. package/dist/client/types/com/atproto/moderation/createReport.js +21 -0
  984. package/dist/client/types/com/atproto/moderation/createReport.js.map +1 -0
  985. package/dist/client/types/com/atproto/moderation/defs.d.ts +18 -0
  986. package/dist/client/types/com/atproto/moderation/defs.d.ts.map +1 -0
  987. package/dist/client/types/com/atproto/moderation/defs.js +24 -0
  988. package/dist/client/types/com/atproto/moderation/defs.js.map +1 -0
  989. package/dist/client/types/com/atproto/repo/applyWrites.d.ts +89 -0
  990. package/dist/client/types/com/atproto/repo/applyWrites.d.ts.map +1 -0
  991. package/dist/client/types/com/atproto/repo/applyWrites.js +65 -0
  992. package/dist/client/types/com/atproto/repo/applyWrites.js.map +1 -0
  993. package/dist/client/types/com/atproto/repo/createRecord.d.ts +44 -0
  994. package/dist/client/types/com/atproto/repo/createRecord.d.ts.map +1 -0
  995. package/dist/client/types/com/atproto/repo/createRecord.js +23 -0
  996. package/dist/client/types/com/atproto/repo/createRecord.js.map +1 -0
  997. package/dist/client/types/com/atproto/repo/defs.d.ts +12 -0
  998. package/dist/client/types/com/atproto/repo/defs.d.ts.map +1 -0
  999. package/dist/client/types/com/atproto/repo/defs.js +17 -0
  1000. package/dist/client/types/com/atproto/repo/defs.js.map +1 -0
  1001. package/dist/client/types/com/atproto/repo/deleteRecord.d.ts +37 -0
  1002. package/dist/client/types/com/atproto/repo/deleteRecord.d.ts.map +1 -0
  1003. package/dist/client/types/com/atproto/repo/deleteRecord.js +23 -0
  1004. package/dist/client/types/com/atproto/repo/deleteRecord.js.map +1 -0
  1005. package/dist/client/types/com/atproto/repo/describeRepo.d.ts +32 -0
  1006. package/dist/client/types/com/atproto/repo/describeRepo.d.ts.map +1 -0
  1007. package/dist/client/types/com/atproto/repo/describeRepo.js +14 -0
  1008. package/dist/client/types/com/atproto/repo/describeRepo.js.map +1 -0
  1009. package/dist/client/types/com/atproto/repo/getRecord.d.ts +36 -0
  1010. package/dist/client/types/com/atproto/repo/getRecord.d.ts.map +1 -0
  1011. package/dist/client/types/com/atproto/repo/getRecord.js +23 -0
  1012. package/dist/client/types/com/atproto/repo/getRecord.js.map +1 -0
  1013. package/dist/client/types/com/atproto/repo/importRepo.d.ts +18 -0
  1014. package/dist/client/types/com/atproto/repo/importRepo.d.ts.map +1 -0
  1015. package/dist/client/types/com/atproto/repo/importRepo.js +14 -0
  1016. package/dist/client/types/com/atproto/repo/importRepo.js.map +1 -0
  1017. package/dist/client/types/com/atproto/repo/listMissingBlobs.d.ts +32 -0
  1018. package/dist/client/types/com/atproto/repo/listMissingBlobs.d.ts.map +1 -0
  1019. package/dist/client/types/com/atproto/repo/listMissingBlobs.js +21 -0
  1020. package/dist/client/types/com/atproto/repo/listMissingBlobs.js.map +1 -0
  1021. package/dist/client/types/com/atproto/repo/listRecords.d.ts +42 -0
  1022. package/dist/client/types/com/atproto/repo/listRecords.d.ts.map +1 -0
  1023. package/dist/client/types/com/atproto/repo/listRecords.js +21 -0
  1024. package/dist/client/types/com/atproto/repo/listRecords.js.map +1 -0
  1025. package/dist/client/types/com/atproto/repo/putRecord.d.ts +46 -0
  1026. package/dist/client/types/com/atproto/repo/putRecord.d.ts.map +1 -0
  1027. package/dist/client/types/com/atproto/repo/putRecord.js +23 -0
  1028. package/dist/client/types/com/atproto/repo/putRecord.js.map +1 -0
  1029. package/dist/client/types/com/atproto/repo/strongRef.d.ts +12 -0
  1030. package/dist/client/types/com/atproto/repo/strongRef.d.ts.map +1 -0
  1031. package/dist/client/types/com/atproto/repo/strongRef.js +17 -0
  1032. package/dist/client/types/com/atproto/repo/strongRef.js.map +1 -0
  1033. package/dist/client/types/com/atproto/repo/uploadBlob.d.ts +23 -0
  1034. package/dist/client/types/com/atproto/repo/uploadBlob.d.ts.map +1 -0
  1035. package/dist/client/types/com/atproto/repo/uploadBlob.js +14 -0
  1036. package/dist/client/types/com/atproto/repo/uploadBlob.js.map +1 -0
  1037. package/dist/client/types/com/atproto/server/activateAccount.d.ts +17 -0
  1038. package/dist/client/types/com/atproto/server/activateAccount.d.ts.map +1 -0
  1039. package/dist/client/types/com/atproto/server/activateAccount.js +14 -0
  1040. package/dist/client/types/com/atproto/server/activateAccount.js.map +1 -0
  1041. package/dist/client/types/com/atproto/server/checkAccountStatus.d.ts +28 -0
  1042. package/dist/client/types/com/atproto/server/checkAccountStatus.d.ts.map +1 -0
  1043. package/dist/client/types/com/atproto/server/checkAccountStatus.js +14 -0
  1044. package/dist/client/types/com/atproto/server/checkAccountStatus.js.map +1 -0
  1045. package/dist/client/types/com/atproto/server/confirmEmail.d.ts +33 -0
  1046. package/dist/client/types/com/atproto/server/confirmEmail.d.ts.map +1 -0
  1047. package/dist/client/types/com/atproto/server/confirmEmail.js +44 -0
  1048. package/dist/client/types/com/atproto/server/confirmEmail.js.map +1 -0
  1049. package/dist/client/types/com/atproto/server/createAccount.d.ts +69 -0
  1050. package/dist/client/types/com/atproto/server/createAccount.d.ts.map +1 -0
  1051. package/dist/client/types/com/atproto/server/createAccount.js +65 -0
  1052. package/dist/client/types/com/atproto/server/createAccount.js.map +1 -0
  1053. package/dist/client/types/com/atproto/server/createAppPassword.d.ts +38 -0
  1054. package/dist/client/types/com/atproto/server/createAppPassword.d.ts.map +1 -0
  1055. package/dist/client/types/com/atproto/server/createAppPassword.js +30 -0
  1056. package/dist/client/types/com/atproto/server/createAppPassword.js.map +1 -0
  1057. package/dist/client/types/com/atproto/server/createInviteCode.d.ts +25 -0
  1058. package/dist/client/types/com/atproto/server/createInviteCode.d.ts.map +1 -0
  1059. package/dist/client/types/com/atproto/server/createInviteCode.js +14 -0
  1060. package/dist/client/types/com/atproto/server/createInviteCode.js.map +1 -0
  1061. package/dist/client/types/com/atproto/server/createInviteCodes.d.ts +34 -0
  1062. package/dist/client/types/com/atproto/server/createInviteCodes.d.ts.map +1 -0
  1063. package/dist/client/types/com/atproto/server/createInviteCodes.js +21 -0
  1064. package/dist/client/types/com/atproto/server/createInviteCodes.js.map +1 -0
  1065. package/dist/client/types/com/atproto/server/createSession.d.ts +47 -0
  1066. package/dist/client/types/com/atproto/server/createSession.d.ts.map +1 -0
  1067. package/dist/client/types/com/atproto/server/createSession.js +30 -0
  1068. package/dist/client/types/com/atproto/server/createSession.js.map +1 -0
  1069. package/dist/client/types/com/atproto/server/deactivateAccount.d.ts +21 -0
  1070. package/dist/client/types/com/atproto/server/deactivateAccount.d.ts.map +1 -0
  1071. package/dist/client/types/com/atproto/server/deactivateAccount.js +14 -0
  1072. package/dist/client/types/com/atproto/server/deactivateAccount.js.map +1 -0
  1073. package/dist/client/types/com/atproto/server/defs.d.ts +24 -0
  1074. package/dist/client/types/com/atproto/server/defs.d.ts.map +1 -0
  1075. package/dist/client/types/com/atproto/server/defs.js +24 -0
  1076. package/dist/client/types/com/atproto/server/defs.js.map +1 -0
  1077. package/dist/client/types/com/atproto/server/deleteAccount.d.ts +28 -0
  1078. package/dist/client/types/com/atproto/server/deleteAccount.d.ts.map +1 -0
  1079. package/dist/client/types/com/atproto/server/deleteAccount.js +30 -0
  1080. package/dist/client/types/com/atproto/server/deleteAccount.js.map +1 -0
  1081. package/dist/client/types/com/atproto/server/deleteSession.d.ts +23 -0
  1082. package/dist/client/types/com/atproto/server/deleteSession.d.ts.map +1 -0
  1083. package/dist/client/types/com/atproto/server/deleteSession.js +30 -0
  1084. package/dist/client/types/com/atproto/server/deleteSession.js.map +1 -0
  1085. package/dist/client/types/com/atproto/server/describeServer.d.ts +44 -0
  1086. package/dist/client/types/com/atproto/server/describeServer.d.ts.map +1 -0
  1087. package/dist/client/types/com/atproto/server/describeServer.js +28 -0
  1088. package/dist/client/types/com/atproto/server/describeServer.js.map +1 -0
  1089. package/dist/client/types/com/atproto/server/getAccountInviteCodes.d.ts +28 -0
  1090. package/dist/client/types/com/atproto/server/getAccountInviteCodes.d.ts.map +1 -0
  1091. package/dist/client/types/com/atproto/server/getAccountInviteCodes.js +23 -0
  1092. package/dist/client/types/com/atproto/server/getAccountInviteCodes.js.map +1 -0
  1093. package/dist/client/types/com/atproto/server/getServiceAuth.d.ts +30 -0
  1094. package/dist/client/types/com/atproto/server/getServiceAuth.d.ts.map +1 -0
  1095. package/dist/client/types/com/atproto/server/getServiceAuth.js +23 -0
  1096. package/dist/client/types/com/atproto/server/getServiceAuth.js.map +1 -0
  1097. package/dist/client/types/com/atproto/server/getSession.d.ts +30 -0
  1098. package/dist/client/types/com/atproto/server/getSession.d.ts.map +1 -0
  1099. package/dist/client/types/com/atproto/server/getSession.js +14 -0
  1100. package/dist/client/types/com/atproto/server/getSession.js.map +1 -0
  1101. package/dist/client/types/com/atproto/server/listAppPasswords.d.ts +32 -0
  1102. package/dist/client/types/com/atproto/server/listAppPasswords.d.ts.map +1 -0
  1103. package/dist/client/types/com/atproto/server/listAppPasswords.js +30 -0
  1104. package/dist/client/types/com/atproto/server/listAppPasswords.js.map +1 -0
  1105. package/dist/client/types/com/atproto/server/refreshSession.d.ts +42 -0
  1106. package/dist/client/types/com/atproto/server/refreshSession.d.ts.map +1 -0
  1107. package/dist/client/types/com/atproto/server/refreshSession.js +37 -0
  1108. package/dist/client/types/com/atproto/server/refreshSession.js.map +1 -0
  1109. package/dist/client/types/com/atproto/server/requestAccountDelete.d.ts +17 -0
  1110. package/dist/client/types/com/atproto/server/requestAccountDelete.d.ts.map +1 -0
  1111. package/dist/client/types/com/atproto/server/requestAccountDelete.js +14 -0
  1112. package/dist/client/types/com/atproto/server/requestAccountDelete.js.map +1 -0
  1113. package/dist/client/types/com/atproto/server/requestEmailConfirmation.d.ts +17 -0
  1114. package/dist/client/types/com/atproto/server/requestEmailConfirmation.d.ts.map +1 -0
  1115. package/dist/client/types/com/atproto/server/requestEmailConfirmation.js +14 -0
  1116. package/dist/client/types/com/atproto/server/requestEmailConfirmation.js.map +1 -0
  1117. package/dist/client/types/com/atproto/server/requestEmailUpdate.d.ts +21 -0
  1118. package/dist/client/types/com/atproto/server/requestEmailUpdate.d.ts.map +1 -0
  1119. package/dist/client/types/com/atproto/server/requestEmailUpdate.js +14 -0
  1120. package/dist/client/types/com/atproto/server/requestEmailUpdate.js.map +1 -0
  1121. package/dist/client/types/com/atproto/server/requestPasswordReset.d.ts +20 -0
  1122. package/dist/client/types/com/atproto/server/requestPasswordReset.d.ts.map +1 -0
  1123. package/dist/client/types/com/atproto/server/requestPasswordReset.js +14 -0
  1124. package/dist/client/types/com/atproto/server/requestPasswordReset.js.map +1 -0
  1125. package/dist/client/types/com/atproto/server/reserveSigningKey.d.ts +26 -0
  1126. package/dist/client/types/com/atproto/server/reserveSigningKey.d.ts.map +1 -0
  1127. package/dist/client/types/com/atproto/server/reserveSigningKey.js +14 -0
  1128. package/dist/client/types/com/atproto/server/reserveSigningKey.js.map +1 -0
  1129. package/dist/client/types/com/atproto/server/resetPassword.d.ts +27 -0
  1130. package/dist/client/types/com/atproto/server/resetPassword.d.ts.map +1 -0
  1131. package/dist/client/types/com/atproto/server/resetPassword.js +30 -0
  1132. package/dist/client/types/com/atproto/server/resetPassword.js.map +1 -0
  1133. package/dist/client/types/com/atproto/server/revokeAppPassword.d.ts +20 -0
  1134. package/dist/client/types/com/atproto/server/revokeAppPassword.d.ts.map +1 -0
  1135. package/dist/client/types/com/atproto/server/revokeAppPassword.js +14 -0
  1136. package/dist/client/types/com/atproto/server/revokeAppPassword.js.map +1 -0
  1137. package/dist/client/types/com/atproto/server/updateEmail.d.ts +32 -0
  1138. package/dist/client/types/com/atproto/server/updateEmail.d.ts.map +1 -0
  1139. package/dist/client/types/com/atproto/server/updateEmail.js +37 -0
  1140. package/dist/client/types/com/atproto/server/updateEmail.js.map +1 -0
  1141. package/dist/client/types/com/atproto/simplespace/addMember.d.ts +29 -0
  1142. package/dist/client/types/com/atproto/simplespace/addMember.d.ts.map +1 -0
  1143. package/dist/client/types/com/atproto/simplespace/addMember.js +30 -0
  1144. package/dist/client/types/com/atproto/simplespace/addMember.js.map +1 -0
  1145. package/dist/client/types/com/atproto/simplespace/checkUserAccess.d.ts +28 -0
  1146. package/dist/client/types/com/atproto/simplespace/checkUserAccess.d.ts.map +1 -0
  1147. package/dist/client/types/com/atproto/simplespace/checkUserAccess.js +14 -0
  1148. package/dist/client/types/com/atproto/simplespace/checkUserAccess.js.map +1 -0
  1149. package/dist/client/types/com/atproto/simplespace/createSpace.d.ts +45 -0
  1150. package/dist/client/types/com/atproto/simplespace/createSpace.d.ts.map +1 -0
  1151. package/dist/client/types/com/atproto/simplespace/createSpace.js +37 -0
  1152. package/dist/client/types/com/atproto/simplespace/createSpace.js.map +1 -0
  1153. package/dist/client/types/com/atproto/simplespace/defs.d.ts +39 -0
  1154. package/dist/client/types/com/atproto/simplespace/defs.d.ts.map +1 -0
  1155. package/dist/client/types/com/atproto/simplespace/defs.js +45 -0
  1156. package/dist/client/types/com/atproto/simplespace/defs.js.map +1 -0
  1157. package/dist/client/types/com/atproto/simplespace/deleteSpace.d.ts +27 -0
  1158. package/dist/client/types/com/atproto/simplespace/deleteSpace.d.ts.map +1 -0
  1159. package/dist/client/types/com/atproto/simplespace/deleteSpace.js +30 -0
  1160. package/dist/client/types/com/atproto/simplespace/deleteSpace.js.map +1 -0
  1161. package/dist/client/types/com/atproto/simplespace/getSpace.d.ts +35 -0
  1162. package/dist/client/types/com/atproto/simplespace/getSpace.d.ts.map +1 -0
  1163. package/dist/client/types/com/atproto/simplespace/getSpace.js +23 -0
  1164. package/dist/client/types/com/atproto/simplespace/getSpace.js.map +1 -0
  1165. package/dist/client/types/com/atproto/simplespace/listMembers.d.ts +37 -0
  1166. package/dist/client/types/com/atproto/simplespace/listMembers.d.ts.map +1 -0
  1167. package/dist/client/types/com/atproto/simplespace/listMembers.js +30 -0
  1168. package/dist/client/types/com/atproto/simplespace/listMembers.js.map +1 -0
  1169. package/dist/client/types/com/atproto/simplespace/removeMember.d.ts +29 -0
  1170. package/dist/client/types/com/atproto/simplespace/removeMember.d.ts.map +1 -0
  1171. package/dist/client/types/com/atproto/simplespace/removeMember.js +30 -0
  1172. package/dist/client/types/com/atproto/simplespace/removeMember.js.map +1 -0
  1173. package/dist/client/types/com/atproto/simplespace/updateSpace.d.ts +41 -0
  1174. package/dist/client/types/com/atproto/simplespace/updateSpace.d.ts.map +1 -0
  1175. package/dist/client/types/com/atproto/simplespace/updateSpace.js +44 -0
  1176. package/dist/client/types/com/atproto/simplespace/updateSpace.js.map +1 -0
  1177. package/dist/client/types/com/atproto/space/applyWrites.d.ts +92 -0
  1178. package/dist/client/types/com/atproto/space/applyWrites.d.ts.map +1 -0
  1179. package/dist/client/types/com/atproto/space/applyWrites.js +79 -0
  1180. package/dist/client/types/com/atproto/space/applyWrites.js.map +1 -0
  1181. package/dist/client/types/com/atproto/space/createRecord.d.ts +46 -0
  1182. package/dist/client/types/com/atproto/space/createRecord.d.ts.map +1 -0
  1183. package/dist/client/types/com/atproto/space/createRecord.js +30 -0
  1184. package/dist/client/types/com/atproto/space/createRecord.js.map +1 -0
  1185. package/dist/client/types/com/atproto/space/defs.d.ts +23 -0
  1186. package/dist/client/types/com/atproto/space/defs.d.ts.map +1 -0
  1187. package/dist/client/types/com/atproto/space/defs.js +17 -0
  1188. package/dist/client/types/com/atproto/space/defs.js.map +1 -0
  1189. package/dist/client/types/com/atproto/space/deleteRecord.d.ts +33 -0
  1190. package/dist/client/types/com/atproto/space/deleteRecord.d.ts.map +1 -0
  1191. package/dist/client/types/com/atproto/space/deleteRecord.js +23 -0
  1192. package/dist/client/types/com/atproto/space/deleteRecord.js.map +1 -0
  1193. package/dist/client/types/com/atproto/space/getBlob.d.ts +42 -0
  1194. package/dist/client/types/com/atproto/space/getBlob.d.ts.map +1 -0
  1195. package/dist/client/types/com/atproto/space/getBlob.js +58 -0
  1196. package/dist/client/types/com/atproto/space/getBlob.js.map +1 -0
  1197. package/dist/client/types/com/atproto/space/getDelegationToken.d.ts +24 -0
  1198. package/dist/client/types/com/atproto/space/getDelegationToken.d.ts.map +1 -0
  1199. package/dist/client/types/com/atproto/space/getDelegationToken.js +14 -0
  1200. package/dist/client/types/com/atproto/space/getDelegationToken.js.map +1 -0
  1201. package/dist/client/types/com/atproto/space/getLatestCommit.d.ts +41 -0
  1202. package/dist/client/types/com/atproto/space/getLatestCommit.d.ts.map +1 -0
  1203. package/dist/client/types/com/atproto/space/getLatestCommit.js +51 -0
  1204. package/dist/client/types/com/atproto/space/getLatestCommit.js.map +1 -0
  1205. package/dist/client/types/com/atproto/space/getRecord.d.ts +51 -0
  1206. package/dist/client/types/com/atproto/space/getRecord.d.ts.map +1 -0
  1207. package/dist/client/types/com/atproto/space/getRecord.js +58 -0
  1208. package/dist/client/types/com/atproto/space/getRecord.js.map +1 -0
  1209. package/dist/client/types/com/atproto/space/getRepo.d.ts +39 -0
  1210. package/dist/client/types/com/atproto/space/getRepo.d.ts.map +1 -0
  1211. package/dist/client/types/com/atproto/space/getRepo.js +51 -0
  1212. package/dist/client/types/com/atproto/space/getRepo.js.map +1 -0
  1213. package/dist/client/types/com/atproto/space/getSpaceCredential.d.ts +49 -0
  1214. package/dist/client/types/com/atproto/space/getSpaceCredential.d.ts.map +1 -0
  1215. package/dist/client/types/com/atproto/space/getSpaceCredential.js +65 -0
  1216. package/dist/client/types/com/atproto/space/getSpaceCredential.js.map +1 -0
  1217. package/dist/client/types/com/atproto/space/listBlobs.d.ts +45 -0
  1218. package/dist/client/types/com/atproto/space/listBlobs.d.ts.map +1 -0
  1219. package/dist/client/types/com/atproto/space/listBlobs.js +51 -0
  1220. package/dist/client/types/com/atproto/space/listBlobs.js.map +1 -0
  1221. package/dist/client/types/com/atproto/space/listRecords.d.ts +63 -0
  1222. package/dist/client/types/com/atproto/space/listRecords.d.ts.map +1 -0
  1223. package/dist/client/types/com/atproto/space/listRecords.js +58 -0
  1224. package/dist/client/types/com/atproto/space/listRecords.js.map +1 -0
  1225. package/dist/client/types/com/atproto/space/listRepoOps.d.ts +68 -0
  1226. package/dist/client/types/com/atproto/space/listRepoOps.d.ts.map +1 -0
  1227. package/dist/client/types/com/atproto/space/listRepoOps.js +58 -0
  1228. package/dist/client/types/com/atproto/space/listRepoOps.js.map +1 -0
  1229. package/dist/client/types/com/atproto/space/listRepos.d.ts +42 -0
  1230. package/dist/client/types/com/atproto/space/listRepos.d.ts.map +1 -0
  1231. package/dist/client/types/com/atproto/space/listRepos.js +30 -0
  1232. package/dist/client/types/com/atproto/space/listRepos.js.map +1 -0
  1233. package/dist/client/types/com/atproto/space/listSpaces.d.ts +37 -0
  1234. package/dist/client/types/com/atproto/space/listSpaces.d.ts.map +1 -0
  1235. package/dist/client/types/com/atproto/space/listSpaces.js +21 -0
  1236. package/dist/client/types/com/atproto/space/listSpaces.js.map +1 -0
  1237. package/dist/client/types/com/atproto/space/notifySpaceDeleted.d.ts +21 -0
  1238. package/dist/client/types/com/atproto/space/notifySpaceDeleted.d.ts.map +1 -0
  1239. package/dist/client/types/com/atproto/space/notifySpaceDeleted.js +14 -0
  1240. package/dist/client/types/com/atproto/space/notifySpaceDeleted.js.map +1 -0
  1241. package/dist/client/types/com/atproto/space/notifyWrite.d.ts +27 -0
  1242. package/dist/client/types/com/atproto/space/notifyWrite.d.ts.map +1 -0
  1243. package/dist/client/types/com/atproto/space/notifyWrite.js +14 -0
  1244. package/dist/client/types/com/atproto/space/notifyWrite.js.map +1 -0
  1245. package/dist/client/types/com/atproto/space/putRecord.d.ts +43 -0
  1246. package/dist/client/types/com/atproto/space/putRecord.d.ts.map +1 -0
  1247. package/dist/client/types/com/atproto/space/putRecord.js +23 -0
  1248. package/dist/client/types/com/atproto/space/putRecord.js.map +1 -0
  1249. package/dist/client/types/com/atproto/space/registerNotify.d.ts +34 -0
  1250. package/dist/client/types/com/atproto/space/registerNotify.d.ts.map +1 -0
  1251. package/dist/client/types/com/atproto/space/registerNotify.js +30 -0
  1252. package/dist/client/types/com/atproto/space/registerNotify.js.map +1 -0
  1253. package/dist/client/types/com/atproto/space/unregisterNotify.d.ts +26 -0
  1254. package/dist/client/types/com/atproto/space/unregisterNotify.d.ts.map +1 -0
  1255. package/dist/client/types/com/atproto/space/unregisterNotify.js +23 -0
  1256. package/dist/client/types/com/atproto/space/unregisterNotify.js.map +1 -0
  1257. package/dist/client/types/com/atproto/sync/defs.d.ts +2 -0
  1258. package/dist/client/types/com/atproto/sync/defs.d.ts.map +1 -0
  1259. package/dist/client/types/com/atproto/sync/defs.js +10 -0
  1260. package/dist/client/types/com/atproto/sync/defs.js.map +1 -0
  1261. package/dist/client/types/com/atproto/sync/getBlob.d.ts +37 -0
  1262. package/dist/client/types/com/atproto/sync/getBlob.d.ts.map +1 -0
  1263. package/dist/client/types/com/atproto/sync/getBlob.js +51 -0
  1264. package/dist/client/types/com/atproto/sync/getBlob.js.map +1 -0
  1265. package/dist/client/types/com/atproto/sync/getBlocks.d.ts +36 -0
  1266. package/dist/client/types/com/atproto/sync/getBlocks.d.ts.map +1 -0
  1267. package/dist/client/types/com/atproto/sync/getBlocks.js +51 -0
  1268. package/dist/client/types/com/atproto/sync/getBlocks.js.map +1 -0
  1269. package/dist/client/types/com/atproto/sync/getCheckout.d.ts +20 -0
  1270. package/dist/client/types/com/atproto/sync/getCheckout.d.ts.map +1 -0
  1271. package/dist/client/types/com/atproto/sync/getCheckout.js +14 -0
  1272. package/dist/client/types/com/atproto/sync/getCheckout.js.map +1 -0
  1273. package/dist/client/types/com/atproto/sync/getHead.d.ts +26 -0
  1274. package/dist/client/types/com/atproto/sync/getHead.d.ts.map +1 -0
  1275. package/dist/client/types/com/atproto/sync/getHead.js +23 -0
  1276. package/dist/client/types/com/atproto/sync/getHead.js.map +1 -0
  1277. package/dist/client/types/com/atproto/sync/getHostStatus.d.ts +32 -0
  1278. package/dist/client/types/com/atproto/sync/getHostStatus.d.ts.map +1 -0
  1279. package/dist/client/types/com/atproto/sync/getHostStatus.js +23 -0
  1280. package/dist/client/types/com/atproto/sync/getHostStatus.js.map +1 -0
  1281. package/dist/client/types/com/atproto/sync/getLatestCommit.d.ts +36 -0
  1282. package/dist/client/types/com/atproto/sync/getLatestCommit.d.ts.map +1 -0
  1283. package/dist/client/types/com/atproto/sync/getLatestCommit.js +44 -0
  1284. package/dist/client/types/com/atproto/sync/getLatestCommit.js.map +1 -0
  1285. package/dist/client/types/com/atproto/sync/getRecord.d.ts +38 -0
  1286. package/dist/client/types/com/atproto/sync/getRecord.d.ts.map +1 -0
  1287. package/dist/client/types/com/atproto/sync/getRecord.js +51 -0
  1288. package/dist/client/types/com/atproto/sync/getRecord.js.map +1 -0
  1289. package/dist/client/types/com/atproto/sync/getRepo.d.ts +34 -0
  1290. package/dist/client/types/com/atproto/sync/getRepo.d.ts.map +1 -0
  1291. package/dist/client/types/com/atproto/sync/getRepo.js +44 -0
  1292. package/dist/client/types/com/atproto/sync/getRepo.js.map +1 -0
  1293. package/dist/client/types/com/atproto/sync/getRepoStatus.d.ts +31 -0
  1294. package/dist/client/types/com/atproto/sync/getRepoStatus.d.ts.map +1 -0
  1295. package/dist/client/types/com/atproto/sync/getRepoStatus.js +23 -0
  1296. package/dist/client/types/com/atproto/sync/getRepoStatus.js.map +1 -0
  1297. package/dist/client/types/com/atproto/sync/listBlobs.d.ts +40 -0
  1298. package/dist/client/types/com/atproto/sync/listBlobs.d.ts.map +1 -0
  1299. package/dist/client/types/com/atproto/sync/listBlobs.js +44 -0
  1300. package/dist/client/types/com/atproto/sync/listBlobs.js.map +1 -0
  1301. package/dist/client/types/com/atproto/sync/listHosts.d.ts +38 -0
  1302. package/dist/client/types/com/atproto/sync/listHosts.d.ts.map +1 -0
  1303. package/dist/client/types/com/atproto/sync/listHosts.js +21 -0
  1304. package/dist/client/types/com/atproto/sync/listHosts.js.map +1 -0
  1305. package/dist/client/types/com/atproto/sync/listRepos.d.ts +37 -0
  1306. package/dist/client/types/com/atproto/sync/listRepos.d.ts.map +1 -0
  1307. package/dist/client/types/com/atproto/sync/listRepos.js +21 -0
  1308. package/dist/client/types/com/atproto/sync/listRepos.js.map +1 -0
  1309. package/dist/client/types/com/atproto/sync/listReposByCollection.d.ts +33 -0
  1310. package/dist/client/types/com/atproto/sync/listReposByCollection.d.ts.map +1 -0
  1311. package/dist/client/types/com/atproto/sync/listReposByCollection.js +21 -0
  1312. package/dist/client/types/com/atproto/sync/listReposByCollection.js.map +1 -0
  1313. package/dist/client/types/com/atproto/sync/notifyOfUpdate.d.ts +21 -0
  1314. package/dist/client/types/com/atproto/sync/notifyOfUpdate.d.ts.map +1 -0
  1315. package/dist/client/types/com/atproto/sync/notifyOfUpdate.js +14 -0
  1316. package/dist/client/types/com/atproto/sync/notifyOfUpdate.js.map +1 -0
  1317. package/dist/client/types/com/atproto/sync/requestCrawl.d.ts +24 -0
  1318. package/dist/client/types/com/atproto/sync/requestCrawl.d.ts.map +1 -0
  1319. package/dist/client/types/com/atproto/sync/requestCrawl.js +23 -0
  1320. package/dist/client/types/com/atproto/sync/requestCrawl.js.map +1 -0
  1321. package/dist/client/types/com/atproto/sync/subscribeRepos.d.ts +90 -0
  1322. package/dist/client/types/com/atproto/sync/subscribeRepos.d.ts.map +1 -0
  1323. package/dist/client/types/com/atproto/sync/subscribeRepos.js +53 -0
  1324. package/dist/client/types/com/atproto/sync/subscribeRepos.js.map +1 -0
  1325. package/dist/client/types/com/atproto/temp/addReservedHandle.d.ts +23 -0
  1326. package/dist/client/types/com/atproto/temp/addReservedHandle.d.ts.map +1 -0
  1327. package/dist/client/types/com/atproto/temp/addReservedHandle.js +14 -0
  1328. package/dist/client/types/com/atproto/temp/addReservedHandle.js.map +1 -0
  1329. package/dist/client/types/com/atproto/temp/checkHandleAvailability.d.ts +58 -0
  1330. package/dist/client/types/com/atproto/temp/checkHandleAvailability.d.ts.map +1 -0
  1331. package/dist/client/types/com/atproto/temp/checkHandleAvailability.js +44 -0
  1332. package/dist/client/types/com/atproto/temp/checkHandleAvailability.js.map +1 -0
  1333. package/dist/client/types/com/atproto/temp/checkSignupQueue.d.ts +22 -0
  1334. package/dist/client/types/com/atproto/temp/checkSignupQueue.d.ts.map +1 -0
  1335. package/dist/client/types/com/atproto/temp/checkSignupQueue.js +14 -0
  1336. package/dist/client/types/com/atproto/temp/checkSignupQueue.js.map +1 -0
  1337. package/dist/client/types/com/atproto/temp/dereferenceScope.d.ts +27 -0
  1338. package/dist/client/types/com/atproto/temp/dereferenceScope.d.ts.map +1 -0
  1339. package/dist/client/types/com/atproto/temp/dereferenceScope.js +23 -0
  1340. package/dist/client/types/com/atproto/temp/dereferenceScope.js.map +1 -0
  1341. package/dist/client/types/com/atproto/temp/fetchLabels.d.ts +24 -0
  1342. package/dist/client/types/com/atproto/temp/fetchLabels.d.ts.map +1 -0
  1343. package/dist/client/types/com/atproto/temp/fetchLabels.js +14 -0
  1344. package/dist/client/types/com/atproto/temp/fetchLabels.js.map +1 -0
  1345. package/dist/client/types/com/atproto/temp/requestPhoneVerification.d.ts +20 -0
  1346. package/dist/client/types/com/atproto/temp/requestPhoneVerification.d.ts.map +1 -0
  1347. package/dist/client/types/com/atproto/temp/requestPhoneVerification.js +14 -0
  1348. package/dist/client/types/com/atproto/temp/requestPhoneVerification.js.map +1 -0
  1349. package/dist/client/types/com/atproto/temp/revokeAccountCredentials.d.ts +20 -0
  1350. package/dist/client/types/com/atproto/temp/revokeAccountCredentials.d.ts.map +1 -0
  1351. package/dist/client/types/com/atproto/temp/revokeAccountCredentials.js +14 -0
  1352. package/dist/client/types/com/atproto/temp/revokeAccountCredentials.js.map +1 -0
  1353. package/dist/client/types/com/germnetwork/declaration.d.ts +30 -0
  1354. package/dist/client/types/com/germnetwork/declaration.d.ts.map +1 -0
  1355. package/dist/client/types/com/germnetwork/declaration.js +25 -0
  1356. package/dist/client/types/com/germnetwork/declaration.js.map +1 -0
  1357. package/dist/client/types/tools/ozone/communication/createTemplate.d.ts +35 -0
  1358. package/dist/client/types/tools/ozone/communication/createTemplate.d.ts.map +1 -0
  1359. package/dist/client/types/tools/ozone/communication/createTemplate.js +23 -0
  1360. package/dist/client/types/tools/ozone/communication/createTemplate.js.map +1 -0
  1361. package/dist/client/types/tools/ozone/communication/defs.d.ts +24 -0
  1362. package/dist/client/types/tools/ozone/communication/defs.d.ts.map +1 -0
  1363. package/dist/client/types/tools/ozone/communication/defs.js +17 -0
  1364. package/dist/client/types/tools/ozone/communication/defs.js.map +1 -0
  1365. package/dist/client/types/tools/ozone/communication/deleteTemplate.d.ts +20 -0
  1366. package/dist/client/types/tools/ozone/communication/deleteTemplate.d.ts.map +1 -0
  1367. package/dist/client/types/tools/ozone/communication/deleteTemplate.js +14 -0
  1368. package/dist/client/types/tools/ozone/communication/deleteTemplate.js.map +1 -0
  1369. package/dist/client/types/tools/ozone/communication/listTemplates.d.ts +21 -0
  1370. package/dist/client/types/tools/ozone/communication/listTemplates.d.ts.map +1 -0
  1371. package/dist/client/types/tools/ozone/communication/listTemplates.js +14 -0
  1372. package/dist/client/types/tools/ozone/communication/listTemplates.js.map +1 -0
  1373. package/dist/client/types/tools/ozone/communication/updateTemplate.d.ts +38 -0
  1374. package/dist/client/types/tools/ozone/communication/updateTemplate.d.ts.map +1 -0
  1375. package/dist/client/types/tools/ozone/communication/updateTemplate.js +23 -0
  1376. package/dist/client/types/tools/ozone/communication/updateTemplate.js.map +1 -0
  1377. package/dist/client/types/tools/ozone/hosting/getAccountHistory.d.ts +68 -0
  1378. package/dist/client/types/tools/ozone/hosting/getAccountHistory.d.ts.map +1 -0
  1379. package/dist/client/types/tools/ozone/hosting/getAccountHistory.js +56 -0
  1380. package/dist/client/types/tools/ozone/hosting/getAccountHistory.js.map +1 -0
  1381. package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.d.ts +43 -0
  1382. package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.d.ts.map +1 -0
  1383. package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.js +28 -0
  1384. package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.js.map +1 -0
  1385. package/dist/client/types/tools/ozone/moderation/defs.d.ts +662 -0
  1386. package/dist/client/types/tools/ozone/moderation/defs.d.ts.map +1 -0
  1387. package/dist/client/types/tools/ozone/moderation/defs.js +367 -0
  1388. package/dist/client/types/tools/ozone/moderation/defs.js.map +1 -0
  1389. package/dist/client/types/tools/ozone/moderation/emitEvent.d.ts +58 -0
  1390. package/dist/client/types/tools/ozone/moderation/emitEvent.d.ts.map +1 -0
  1391. package/dist/client/types/tools/ozone/moderation/emitEvent.js +37 -0
  1392. package/dist/client/types/tools/ozone/moderation/emitEvent.js.map +1 -0
  1393. package/dist/client/types/tools/ozone/moderation/getAccountTimeline.d.ts +41 -0
  1394. package/dist/client/types/tools/ozone/moderation/getAccountTimeline.d.ts.map +1 -0
  1395. package/dist/client/types/tools/ozone/moderation/getAccountTimeline.js +37 -0
  1396. package/dist/client/types/tools/ozone/moderation/getAccountTimeline.js.map +1 -0
  1397. package/dist/client/types/tools/ozone/moderation/getEvent.d.ts +21 -0
  1398. package/dist/client/types/tools/ozone/moderation/getEvent.d.ts.map +1 -0
  1399. package/dist/client/types/tools/ozone/moderation/getEvent.js +14 -0
  1400. package/dist/client/types/tools/ozone/moderation/getEvent.js.map +1 -0
  1401. package/dist/client/types/tools/ozone/moderation/getRecord.d.ts +25 -0
  1402. package/dist/client/types/tools/ozone/moderation/getRecord.d.ts.map +1 -0
  1403. package/dist/client/types/tools/ozone/moderation/getRecord.js +23 -0
  1404. package/dist/client/types/tools/ozone/moderation/getRecord.js.map +1 -0
  1405. package/dist/client/types/tools/ozone/moderation/getRecords.d.ts +26 -0
  1406. package/dist/client/types/tools/ozone/moderation/getRecords.d.ts.map +1 -0
  1407. package/dist/client/types/tools/ozone/moderation/getRecords.js +14 -0
  1408. package/dist/client/types/tools/ozone/moderation/getRecords.js.map +1 -0
  1409. package/dist/client/types/tools/ozone/moderation/getRepo.d.ts +24 -0
  1410. package/dist/client/types/tools/ozone/moderation/getRepo.d.ts.map +1 -0
  1411. package/dist/client/types/tools/ozone/moderation/getRepo.js +23 -0
  1412. package/dist/client/types/tools/ozone/moderation/getRepo.js.map +1 -0
  1413. package/dist/client/types/tools/ozone/moderation/getReporterStats.d.ts +23 -0
  1414. package/dist/client/types/tools/ozone/moderation/getReporterStats.d.ts.map +1 -0
  1415. package/dist/client/types/tools/ozone/moderation/getReporterStats.js +14 -0
  1416. package/dist/client/types/tools/ozone/moderation/getReporterStats.js.map +1 -0
  1417. package/dist/client/types/tools/ozone/moderation/getRepos.d.ts +26 -0
  1418. package/dist/client/types/tools/ozone/moderation/getRepos.d.ts.map +1 -0
  1419. package/dist/client/types/tools/ozone/moderation/getRepos.js +14 -0
  1420. package/dist/client/types/tools/ozone/moderation/getRepos.js.map +1 -0
  1421. package/dist/client/types/tools/ozone/moderation/getSubjects.d.ts +23 -0
  1422. package/dist/client/types/tools/ozone/moderation/getSubjects.d.ts.map +1 -0
  1423. package/dist/client/types/tools/ozone/moderation/getSubjects.js +14 -0
  1424. package/dist/client/types/tools/ozone/moderation/getSubjects.js.map +1 -0
  1425. package/dist/client/types/tools/ozone/moderation/listScheduledActions.d.ts +38 -0
  1426. package/dist/client/types/tools/ozone/moderation/listScheduledActions.d.ts.map +1 -0
  1427. package/dist/client/types/tools/ozone/moderation/listScheduledActions.js +14 -0
  1428. package/dist/client/types/tools/ozone/moderation/listScheduledActions.js.map +1 -0
  1429. package/dist/client/types/tools/ozone/moderation/queryEvents.d.ts +63 -0
  1430. package/dist/client/types/tools/ozone/moderation/queryEvents.d.ts.map +1 -0
  1431. package/dist/client/types/tools/ozone/moderation/queryEvents.js +14 -0
  1432. package/dist/client/types/tools/ozone/moderation/queryEvents.js.map +1 -0
  1433. package/dist/client/types/tools/ozone/moderation/queryStatuses.d.ts +88 -0
  1434. package/dist/client/types/tools/ozone/moderation/queryStatuses.d.ts.map +1 -0
  1435. package/dist/client/types/tools/ozone/moderation/queryStatuses.js +14 -0
  1436. package/dist/client/types/tools/ozone/moderation/queryStatuses.js.map +1 -0
  1437. package/dist/client/types/tools/ozone/moderation/scheduleAction.d.ts +82 -0
  1438. package/dist/client/types/tools/ozone/moderation/scheduleAction.d.ts.map +1 -0
  1439. package/dist/client/types/tools/ozone/moderation/scheduleAction.js +42 -0
  1440. package/dist/client/types/tools/ozone/moderation/scheduleAction.js.map +1 -0
  1441. package/dist/client/types/tools/ozone/moderation/searchRepos.d.ts +28 -0
  1442. package/dist/client/types/tools/ozone/moderation/searchRepos.d.ts.map +1 -0
  1443. package/dist/client/types/tools/ozone/moderation/searchRepos.js +14 -0
  1444. package/dist/client/types/tools/ozone/moderation/searchRepos.js.map +1 -0
  1445. package/dist/client/types/tools/ozone/queue/assignModerator.d.ts +29 -0
  1446. package/dist/client/types/tools/ozone/queue/assignModerator.d.ts.map +1 -0
  1447. package/dist/client/types/tools/ozone/queue/assignModerator.js +23 -0
  1448. package/dist/client/types/tools/ozone/queue/assignModerator.js.map +1 -0
  1449. package/dist/client/types/tools/ozone/queue/createQueue.d.ts +42 -0
  1450. package/dist/client/types/tools/ozone/queue/createQueue.d.ts.map +1 -0
  1451. package/dist/client/types/tools/ozone/queue/createQueue.js +30 -0
  1452. package/dist/client/types/tools/ozone/queue/createQueue.js.map +1 -0
  1453. package/dist/client/types/tools/ozone/queue/defs.d.ts +64 -0
  1454. package/dist/client/types/tools/ozone/queue/defs.d.ts.map +1 -0
  1455. package/dist/client/types/tools/ozone/queue/defs.js +31 -0
  1456. package/dist/client/types/tools/ozone/queue/defs.js.map +1 -0
  1457. package/dist/client/types/tools/ozone/queue/deleteQueue.d.ts +29 -0
  1458. package/dist/client/types/tools/ozone/queue/deleteQueue.d.ts.map +1 -0
  1459. package/dist/client/types/tools/ozone/queue/deleteQueue.js +14 -0
  1460. package/dist/client/types/tools/ozone/queue/deleteQueue.js.map +1 -0
  1461. package/dist/client/types/tools/ozone/queue/getAssignments.d.ts +31 -0
  1462. package/dist/client/types/tools/ozone/queue/getAssignments.d.ts.map +1 -0
  1463. package/dist/client/types/tools/ozone/queue/getAssignments.js +14 -0
  1464. package/dist/client/types/tools/ozone/queue/getAssignments.js.map +1 -0
  1465. package/dist/client/types/tools/ozone/queue/listQueues.d.ts +33 -0
  1466. package/dist/client/types/tools/ozone/queue/listQueues.d.ts.map +1 -0
  1467. package/dist/client/types/tools/ozone/queue/listQueues.js +14 -0
  1468. package/dist/client/types/tools/ozone/queue/listQueues.js.map +1 -0
  1469. package/dist/client/types/tools/ozone/queue/routeReports.d.ts +33 -0
  1470. package/dist/client/types/tools/ozone/queue/routeReports.d.ts.map +1 -0
  1471. package/dist/client/types/tools/ozone/queue/routeReports.js +23 -0
  1472. package/dist/client/types/tools/ozone/queue/routeReports.js.map +1 -0
  1473. package/dist/client/types/tools/ozone/queue/unassignModerator.d.ts +26 -0
  1474. package/dist/client/types/tools/ozone/queue/unassignModerator.d.ts.map +1 -0
  1475. package/dist/client/types/tools/ozone/queue/unassignModerator.js +23 -0
  1476. package/dist/client/types/tools/ozone/queue/unassignModerator.js.map +1 -0
  1477. package/dist/client/types/tools/ozone/queue/updateQueue.d.ts +37 -0
  1478. package/dist/client/types/tools/ozone/queue/updateQueue.d.ts.map +1 -0
  1479. package/dist/client/types/tools/ozone/queue/updateQueue.js +23 -0
  1480. package/dist/client/types/tools/ozone/queue/updateQueue.js.map +1 -0
  1481. package/dist/client/types/tools/ozone/report/assignModerator.d.ts +36 -0
  1482. package/dist/client/types/tools/ozone/report/assignModerator.d.ts.map +1 -0
  1483. package/dist/client/types/tools/ozone/report/assignModerator.js +30 -0
  1484. package/dist/client/types/tools/ozone/report/assignModerator.js.map +1 -0
  1485. package/dist/client/types/tools/ozone/report/closeReports.d.ts +34 -0
  1486. package/dist/client/types/tools/ozone/report/closeReports.d.ts.map +1 -0
  1487. package/dist/client/types/tools/ozone/report/closeReports.js +14 -0
  1488. package/dist/client/types/tools/ozone/report/closeReports.js.map +1 -0
  1489. package/dist/client/types/tools/ozone/report/createActivity.d.ts +47 -0
  1490. package/dist/client/types/tools/ozone/report/createActivity.d.ts.map +1 -0
  1491. package/dist/client/types/tools/ozone/report/createActivity.js +37 -0
  1492. package/dist/client/types/tools/ozone/report/createActivity.js.map +1 -0
  1493. package/dist/client/types/tools/ozone/report/defs.d.ts +270 -0
  1494. package/dist/client/types/tools/ozone/report/defs.d.ts.map +1 -0
  1495. package/dist/client/types/tools/ozone/report/defs.js +174 -0
  1496. package/dist/client/types/tools/ozone/report/defs.js.map +1 -0
  1497. package/dist/client/types/tools/ozone/report/getAssignments.d.ts +31 -0
  1498. package/dist/client/types/tools/ozone/report/getAssignments.d.ts.map +1 -0
  1499. package/dist/client/types/tools/ozone/report/getAssignments.js +14 -0
  1500. package/dist/client/types/tools/ozone/report/getAssignments.js.map +1 -0
  1501. package/dist/client/types/tools/ozone/report/getHistoricalStats.d.ts +37 -0
  1502. package/dist/client/types/tools/ozone/report/getHistoricalStats.d.ts.map +1 -0
  1503. package/dist/client/types/tools/ozone/report/getHistoricalStats.js +14 -0
  1504. package/dist/client/types/tools/ozone/report/getHistoricalStats.js.map +1 -0
  1505. package/dist/client/types/tools/ozone/report/getLatestReport.d.ts +24 -0
  1506. package/dist/client/types/tools/ozone/report/getLatestReport.d.ts.map +1 -0
  1507. package/dist/client/types/tools/ozone/report/getLatestReport.js +23 -0
  1508. package/dist/client/types/tools/ozone/report/getLatestReport.js.map +1 -0
  1509. package/dist/client/types/tools/ozone/report/getLiveStats.d.ts +28 -0
  1510. package/dist/client/types/tools/ozone/report/getLiveStats.d.ts.map +1 -0
  1511. package/dist/client/types/tools/ozone/report/getLiveStats.js +14 -0
  1512. package/dist/client/types/tools/ozone/report/getLiveStats.js.map +1 -0
  1513. package/dist/client/types/tools/ozone/report/getReport.d.ts +25 -0
  1514. package/dist/client/types/tools/ozone/report/getReport.d.ts.map +1 -0
  1515. package/dist/client/types/tools/ozone/report/getReport.js +23 -0
  1516. package/dist/client/types/tools/ozone/report/getReport.js.map +1 -0
  1517. package/dist/client/types/tools/ozone/report/listActivities.d.ts +27 -0
  1518. package/dist/client/types/tools/ozone/report/listActivities.d.ts.map +1 -0
  1519. package/dist/client/types/tools/ozone/report/listActivities.js +14 -0
  1520. package/dist/client/types/tools/ozone/report/listActivities.js.map +1 -0
  1521. package/dist/client/types/tools/ozone/report/queryActivities.d.ts +33 -0
  1522. package/dist/client/types/tools/ozone/report/queryActivities.d.ts.map +1 -0
  1523. package/dist/client/types/tools/ozone/report/queryActivities.js +14 -0
  1524. package/dist/client/types/tools/ozone/report/queryActivities.js.map +1 -0
  1525. package/dist/client/types/tools/ozone/report/queryReports.d.ts +49 -0
  1526. package/dist/client/types/tools/ozone/report/queryReports.d.ts.map +1 -0
  1527. package/dist/client/types/tools/ozone/report/queryReports.js +14 -0
  1528. package/dist/client/types/tools/ozone/report/queryReports.js.map +1 -0
  1529. package/dist/client/types/tools/ozone/report/reassignQueue.d.ts +45 -0
  1530. package/dist/client/types/tools/ozone/report/reassignQueue.d.ts.map +1 -0
  1531. package/dist/client/types/tools/ozone/report/reassignQueue.js +51 -0
  1532. package/dist/client/types/tools/ozone/report/reassignQueue.js.map +1 -0
  1533. package/dist/client/types/tools/ozone/report/refreshStats.d.ts +28 -0
  1534. package/dist/client/types/tools/ozone/report/refreshStats.d.ts.map +1 -0
  1535. package/dist/client/types/tools/ozone/report/refreshStats.js +14 -0
  1536. package/dist/client/types/tools/ozone/report/refreshStats.js.map +1 -0
  1537. package/dist/client/types/tools/ozone/report/unassignModerator.d.ts +27 -0
  1538. package/dist/client/types/tools/ozone/report/unassignModerator.d.ts.map +1 -0
  1539. package/dist/client/types/tools/ozone/report/unassignModerator.js +23 -0
  1540. package/dist/client/types/tools/ozone/report/unassignModerator.js.map +1 -0
  1541. package/dist/client/types/tools/ozone/safelink/addRule.d.ts +37 -0
  1542. package/dist/client/types/tools/ozone/safelink/addRule.d.ts.map +1 -0
  1543. package/dist/client/types/tools/ozone/safelink/addRule.js +30 -0
  1544. package/dist/client/types/tools/ozone/safelink/addRule.js.map +1 -0
  1545. package/dist/client/types/tools/ozone/safelink/defs.d.ts +47 -0
  1546. package/dist/client/types/tools/ozone/safelink/defs.d.ts.map +1 -0
  1547. package/dist/client/types/tools/ozone/safelink/defs.js +24 -0
  1548. package/dist/client/types/tools/ozone/safelink/defs.js.map +1 -0
  1549. package/dist/client/types/tools/ozone/safelink/queryEvents.d.ts +36 -0
  1550. package/dist/client/types/tools/ozone/safelink/queryEvents.d.ts.map +1 -0
  1551. package/dist/client/types/tools/ozone/safelink/queryEvents.js +14 -0
  1552. package/dist/client/types/tools/ozone/safelink/queryEvents.js.map +1 -0
  1553. package/dist/client/types/tools/ozone/safelink/queryRules.d.ts +42 -0
  1554. package/dist/client/types/tools/ozone/safelink/queryRules.d.ts.map +1 -0
  1555. package/dist/client/types/tools/ozone/safelink/queryRules.js +14 -0
  1556. package/dist/client/types/tools/ozone/safelink/queryRules.js.map +1 -0
  1557. package/dist/client/types/tools/ozone/safelink/removeRule.d.ts +32 -0
  1558. package/dist/client/types/tools/ozone/safelink/removeRule.d.ts.map +1 -0
  1559. package/dist/client/types/tools/ozone/safelink/removeRule.js +23 -0
  1560. package/dist/client/types/tools/ozone/safelink/removeRule.js.map +1 -0
  1561. package/dist/client/types/tools/ozone/safelink/updateRule.d.ts +34 -0
  1562. package/dist/client/types/tools/ozone/safelink/updateRule.d.ts.map +1 -0
  1563. package/dist/client/types/tools/ozone/safelink/updateRule.js +23 -0
  1564. package/dist/client/types/tools/ozone/safelink/updateRule.js.map +1 -0
  1565. package/dist/client/types/tools/ozone/server/getConfig.d.ts +39 -0
  1566. package/dist/client/types/tools/ozone/server/getConfig.d.ts.map +1 -0
  1567. package/dist/client/types/tools/ozone/server/getConfig.js +28 -0
  1568. package/dist/client/types/tools/ozone/server/getConfig.js.map +1 -0
  1569. package/dist/client/types/tools/ozone/set/addValues.d.ts +23 -0
  1570. package/dist/client/types/tools/ozone/set/addValues.d.ts.map +1 -0
  1571. package/dist/client/types/tools/ozone/set/addValues.js +14 -0
  1572. package/dist/client/types/tools/ozone/set/addValues.js.map +1 -0
  1573. package/dist/client/types/tools/ozone/set/defs.d.ts +22 -0
  1574. package/dist/client/types/tools/ozone/set/defs.d.ts.map +1 -0
  1575. package/dist/client/types/tools/ozone/set/defs.js +24 -0
  1576. package/dist/client/types/tools/ozone/set/defs.js.map +1 -0
  1577. package/dist/client/types/tools/ozone/set/deleteSet.d.ts +27 -0
  1578. package/dist/client/types/tools/ozone/set/deleteSet.d.ts.map +1 -0
  1579. package/dist/client/types/tools/ozone/set/deleteSet.js +23 -0
  1580. package/dist/client/types/tools/ozone/set/deleteSet.js.map +1 -0
  1581. package/dist/client/types/tools/ozone/set/deleteValues.d.ts +26 -0
  1582. package/dist/client/types/tools/ozone/set/deleteValues.d.ts.map +1 -0
  1583. package/dist/client/types/tools/ozone/set/deleteValues.js +23 -0
  1584. package/dist/client/types/tools/ozone/set/deleteValues.js.map +1 -0
  1585. package/dist/client/types/tools/ozone/set/getValues.d.ts +30 -0
  1586. package/dist/client/types/tools/ozone/set/getValues.d.ts.map +1 -0
  1587. package/dist/client/types/tools/ozone/set/getValues.js +23 -0
  1588. package/dist/client/types/tools/ozone/set/getValues.js.map +1 -0
  1589. package/dist/client/types/tools/ozone/set/querySets.d.ts +29 -0
  1590. package/dist/client/types/tools/ozone/set/querySets.d.ts.map +1 -0
  1591. package/dist/client/types/tools/ozone/set/querySets.js +14 -0
  1592. package/dist/client/types/tools/ozone/set/querySets.js.map +1 -0
  1593. package/dist/client/types/tools/ozone/set/upsertSet.d.ts +21 -0
  1594. package/dist/client/types/tools/ozone/set/upsertSet.d.ts.map +1 -0
  1595. package/dist/client/types/tools/ozone/set/upsertSet.js +14 -0
  1596. package/dist/client/types/tools/ozone/set/upsertSet.js.map +1 -0
  1597. package/dist/client/types/tools/ozone/setting/defs.d.ts +22 -0
  1598. package/dist/client/types/tools/ozone/setting/defs.d.ts.map +1 -0
  1599. package/dist/client/types/tools/ozone/setting/defs.js +17 -0
  1600. package/dist/client/types/tools/ozone/setting/defs.js.map +1 -0
  1601. package/dist/client/types/tools/ozone/setting/listOptions.d.ts +30 -0
  1602. package/dist/client/types/tools/ozone/setting/listOptions.d.ts.map +1 -0
  1603. package/dist/client/types/tools/ozone/setting/listOptions.js +14 -0
  1604. package/dist/client/types/tools/ozone/setting/listOptions.js.map +1 -0
  1605. package/dist/client/types/tools/ozone/setting/removeOptions.d.ts +24 -0
  1606. package/dist/client/types/tools/ozone/setting/removeOptions.d.ts.map +1 -0
  1607. package/dist/client/types/tools/ozone/setting/removeOptions.js +14 -0
  1608. package/dist/client/types/tools/ozone/setting/removeOptions.js.map +1 -0
  1609. package/dist/client/types/tools/ozone/setting/upsertOption.d.ts +31 -0
  1610. package/dist/client/types/tools/ozone/setting/upsertOption.d.ts.map +1 -0
  1611. package/dist/client/types/tools/ozone/setting/upsertOption.js +14 -0
  1612. package/dist/client/types/tools/ozone/setting/upsertOption.js.map +1 -0
  1613. package/dist/client/types/tools/ozone/signature/defs.d.ts +12 -0
  1614. package/dist/client/types/tools/ozone/signature/defs.d.ts.map +1 -0
  1615. package/dist/client/types/tools/ozone/signature/defs.js +17 -0
  1616. package/dist/client/types/tools/ozone/signature/defs.js.map +1 -0
  1617. package/dist/client/types/tools/ozone/signature/findCorrelation.d.ts +23 -0
  1618. package/dist/client/types/tools/ozone/signature/findCorrelation.d.ts.map +1 -0
  1619. package/dist/client/types/tools/ozone/signature/findCorrelation.js +14 -0
  1620. package/dist/client/types/tools/ozone/signature/findCorrelation.js.map +1 -0
  1621. package/dist/client/types/tools/ozone/signature/findRelatedAccounts.d.ts +35 -0
  1622. package/dist/client/types/tools/ozone/signature/findRelatedAccounts.d.ts.map +1 -0
  1623. package/dist/client/types/tools/ozone/signature/findRelatedAccounts.js +21 -0
  1624. package/dist/client/types/tools/ozone/signature/findRelatedAccounts.js.map +1 -0
  1625. package/dist/client/types/tools/ozone/signature/searchAccounts.d.ts +26 -0
  1626. package/dist/client/types/tools/ozone/signature/searchAccounts.d.ts.map +1 -0
  1627. package/dist/client/types/tools/ozone/signature/searchAccounts.js +14 -0
  1628. package/dist/client/types/tools/ozone/signature/searchAccounts.js.map +1 -0
  1629. package/dist/client/types/tools/ozone/team/addMember.d.ts +27 -0
  1630. package/dist/client/types/tools/ozone/team/addMember.d.ts.map +1 -0
  1631. package/dist/client/types/tools/ozone/team/addMember.js +23 -0
  1632. package/dist/client/types/tools/ozone/team/addMember.js.map +1 -0
  1633. package/dist/client/types/tools/ozone/team/defs.d.ts +26 -0
  1634. package/dist/client/types/tools/ozone/team/defs.d.ts.map +1 -0
  1635. package/dist/client/types/tools/ozone/team/defs.js +25 -0
  1636. package/dist/client/types/tools/ozone/team/defs.js.map +1 -0
  1637. package/dist/client/types/tools/ozone/team/deleteMember.d.ts +26 -0
  1638. package/dist/client/types/tools/ozone/team/deleteMember.d.ts.map +1 -0
  1639. package/dist/client/types/tools/ozone/team/deleteMember.js +30 -0
  1640. package/dist/client/types/tools/ozone/team/deleteMember.js.map +1 -0
  1641. package/dist/client/types/tools/ozone/team/listMembers.d.ts +28 -0
  1642. package/dist/client/types/tools/ozone/team/listMembers.d.ts.map +1 -0
  1643. package/dist/client/types/tools/ozone/team/listMembers.js +14 -0
  1644. package/dist/client/types/tools/ozone/team/listMembers.js.map +1 -0
  1645. package/dist/client/types/tools/ozone/team/updateMember.d.ts +28 -0
  1646. package/dist/client/types/tools/ozone/team/updateMember.d.ts.map +1 -0
  1647. package/dist/client/types/tools/ozone/team/updateMember.js +23 -0
  1648. package/dist/client/types/tools/ozone/team/updateMember.js.map +1 -0
  1649. package/dist/client/types/tools/ozone/verification/defs.d.ts +43 -0
  1650. package/dist/client/types/tools/ozone/verification/defs.d.ts.map +1 -0
  1651. package/dist/client/types/tools/ozone/verification/defs.js +17 -0
  1652. package/dist/client/types/tools/ozone/verification/defs.js.map +1 -0
  1653. package/dist/client/types/tools/ozone/verification/grantVerifications.d.ts +51 -0
  1654. package/dist/client/types/tools/ozone/verification/grantVerifications.d.ts.map +1 -0
  1655. package/dist/client/types/tools/ozone/verification/grantVerifications.js +28 -0
  1656. package/dist/client/types/tools/ozone/verification/grantVerifications.js.map +1 -0
  1657. package/dist/client/types/tools/ozone/verification/listVerifications.d.ts +39 -0
  1658. package/dist/client/types/tools/ozone/verification/listVerifications.d.ts.map +1 -0
  1659. package/dist/client/types/tools/ozone/verification/listVerifications.js +14 -0
  1660. package/dist/client/types/tools/ozone/verification/listVerifications.js.map +1 -0
  1661. package/dist/client/types/tools/ozone/verification/revokeVerifications.d.ts +41 -0
  1662. package/dist/client/types/tools/ozone/verification/revokeVerifications.d.ts.map +1 -0
  1663. package/dist/client/types/tools/ozone/verification/revokeVerifications.js +21 -0
  1664. package/dist/client/types/tools/ozone/verification/revokeVerifications.js.map +1 -0
  1665. package/dist/client/util.d.ts +37 -0
  1666. package/dist/client/util.d.ts.map +1 -0
  1667. package/dist/client/util.js +34 -0
  1668. package/dist/client/util.js.map +1 -0
  1669. package/dist/const.d.ts +2 -0
  1670. package/dist/const.d.ts.map +1 -0
  1671. package/dist/const.js +2 -0
  1672. package/dist/const.js.map +1 -0
  1673. package/dist/index.d.ts +30 -0
  1674. package/dist/index.d.ts.map +1 -0
  1675. package/dist/index.js +32 -0
  1676. package/dist/index.js.map +1 -0
  1677. package/dist/mocker.d.ts +60 -0
  1678. package/dist/mocker.d.ts.map +1 -0
  1679. package/dist/mocker.js +113 -0
  1680. package/dist/mocker.js.map +1 -0
  1681. package/dist/moderation/const/labels.d.ts +6 -0
  1682. package/dist/moderation/const/labels.d.ts.map +1 -0
  1683. package/dist/moderation/const/labels.js +206 -0
  1684. package/dist/moderation/const/labels.js.map +1 -0
  1685. package/dist/moderation/decision.d.ts +61 -0
  1686. package/dist/moderation/decision.d.ts.map +1 -0
  1687. package/dist/moderation/decision.js +342 -0
  1688. package/dist/moderation/decision.js.map +1 -0
  1689. package/dist/moderation/index.d.ts +13 -0
  1690. package/dist/moderation/index.d.ts.map +1 -0
  1691. package/dist/moderation/index.js +31 -0
  1692. package/dist/moderation/index.js.map +1 -0
  1693. package/dist/moderation/mutewords.d.ts +30 -0
  1694. package/dist/moderation/mutewords.d.ts.map +1 -0
  1695. package/dist/moderation/mutewords.js +120 -0
  1696. package/dist/moderation/mutewords.js.map +1 -0
  1697. package/dist/moderation/subjects/account.d.ts +5 -0
  1698. package/dist/moderation/subjects/account.d.ts.map +1 -0
  1699. package/dist/moderation/subjects/account.js +35 -0
  1700. package/dist/moderation/subjects/account.js.map +1 -0
  1701. package/dist/moderation/subjects/feed-generator.d.ts +4 -0
  1702. package/dist/moderation/subjects/feed-generator.d.ts.map +1 -0
  1703. package/dist/moderation/subjects/feed-generator.js +15 -0
  1704. package/dist/moderation/subjects/feed-generator.js.map +1 -0
  1705. package/dist/moderation/subjects/notification.d.ts +4 -0
  1706. package/dist/moderation/subjects/notification.d.ts.map +1 -0
  1707. package/dist/moderation/subjects/notification.js +15 -0
  1708. package/dist/moderation/subjects/notification.js.map +1 -0
  1709. package/dist/moderation/subjects/post.d.ts +4 -0
  1710. package/dist/moderation/subjects/post.d.ts.map +1 -0
  1711. package/dist/moderation/subjects/post.js +352 -0
  1712. package/dist/moderation/subjects/post.js.map +1 -0
  1713. package/dist/moderation/subjects/profile.d.ts +5 -0
  1714. package/dist/moderation/subjects/profile.d.ts.map +1 -0
  1715. package/dist/moderation/subjects/profile.js +17 -0
  1716. package/dist/moderation/subjects/profile.js.map +1 -0
  1717. package/dist/moderation/subjects/status.d.ts +4 -0
  1718. package/dist/moderation/subjects/status.d.ts.map +1 -0
  1719. package/dist/moderation/subjects/status.js +17 -0
  1720. package/dist/moderation/subjects/status.js.map +1 -0
  1721. package/dist/moderation/subjects/user-list.d.ts +4 -0
  1722. package/dist/moderation/subjects/user-list.d.ts.map +1 -0
  1723. package/dist/moderation/subjects/user-list.js +35 -0
  1724. package/dist/moderation/subjects/user-list.js.map +1 -0
  1725. package/dist/moderation/types.d.ts +113 -0
  1726. package/dist/moderation/types.d.ts.map +1 -0
  1727. package/dist/moderation/types.js +27 -0
  1728. package/dist/moderation/types.js.map +1 -0
  1729. package/dist/moderation/ui.d.ts +13 -0
  1730. package/dist/moderation/ui.d.ts.map +1 -0
  1731. package/dist/moderation/ui.js +22 -0
  1732. package/dist/moderation/ui.js.map +1 -0
  1733. package/dist/moderation/util.d.ts +7 -0
  1734. package/dist/moderation/util.d.ts.map +1 -0
  1735. package/dist/moderation/util.js +82 -0
  1736. package/dist/moderation/util.js.map +1 -0
  1737. package/dist/predicate.d.ts +19 -0
  1738. package/dist/predicate.d.ts.map +1 -0
  1739. package/dist/predicate.js +20 -0
  1740. package/dist/predicate.js.map +1 -0
  1741. package/dist/rich-text/detection.d.ts +5 -0
  1742. package/dist/rich-text/detection.d.ts.map +1 -0
  1743. package/dist/rich-text/detection.js +131 -0
  1744. package/dist/rich-text/detection.js.map +1 -0
  1745. package/dist/rich-text/rich-text.d.ts +54 -0
  1746. package/dist/rich-text/rich-text.d.ts.map +1 -0
  1747. package/dist/rich-text/rich-text.js +342 -0
  1748. package/dist/rich-text/rich-text.js.map +1 -0
  1749. package/dist/rich-text/sanitization.d.ts +5 -0
  1750. package/dist/rich-text/sanitization.d.ts.map +1 -0
  1751. package/dist/rich-text/sanitization.js +28 -0
  1752. package/dist/rich-text/sanitization.js.map +1 -0
  1753. package/dist/rich-text/unicode.d.ts +20 -0
  1754. package/dist/rich-text/unicode.d.ts.map +1 -0
  1755. package/dist/rich-text/unicode.js +36 -0
  1756. package/dist/rich-text/unicode.js.map +1 -0
  1757. package/dist/rich-text/util.d.ts +10 -0
  1758. package/dist/rich-text/util.d.ts.map +1 -0
  1759. package/dist/rich-text/util.js +12 -0
  1760. package/dist/rich-text/util.js.map +1 -0
  1761. package/dist/session-manager.d.ts +5 -0
  1762. package/dist/session-manager.d.ts.map +1 -0
  1763. package/dist/session-manager.js +2 -0
  1764. package/dist/session-manager.js.map +1 -0
  1765. package/dist/types.d.ts +112 -0
  1766. package/dist/types.d.ts.map +1 -0
  1767. package/dist/types.js +35 -0
  1768. package/dist/types.js.map +1 -0
  1769. package/dist/util.d.ts +34 -0
  1770. package/dist/util.d.ts.map +1 -0
  1771. package/dist/util.js +72 -0
  1772. package/dist/util.js.map +1 -0
  1773. package/package.json +57 -0
@@ -0,0 +1,3491 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import { XrpcClient, } from '@atproto/xrpc';
5
+ import { schemas } from './lexicons.js';
6
+ import { CID } from 'multiformats/cid';
7
+ import {} from './util.js';
8
+ import * as AppBskyActorDefs from './types/app/bsky/actor/defs.js';
9
+ import * as AppBskyActorGetPreferences from './types/app/bsky/actor/getPreferences.js';
10
+ import * as AppBskyActorGetProfile from './types/app/bsky/actor/getProfile.js';
11
+ import * as AppBskyActorGetProfiles from './types/app/bsky/actor/getProfiles.js';
12
+ import * as AppBskyActorGetSuggestions from './types/app/bsky/actor/getSuggestions.js';
13
+ import * as AppBskyActorProfile from './types/app/bsky/actor/profile.js';
14
+ import * as AppBskyActorPutPreferences from './types/app/bsky/actor/putPreferences.js';
15
+ import * as AppBskyActorSearchActors from './types/app/bsky/actor/searchActors.js';
16
+ import * as AppBskyActorSearchActorsTypeahead from './types/app/bsky/actor/searchActorsTypeahead.js';
17
+ import * as AppBskyActorStatus from './types/app/bsky/actor/status.js';
18
+ import * as AppBskyAgeassuranceBegin from './types/app/bsky/ageassurance/begin.js';
19
+ import * as AppBskyAgeassuranceDefs from './types/app/bsky/ageassurance/defs.js';
20
+ import * as AppBskyAgeassuranceGetConfig from './types/app/bsky/ageassurance/getConfig.js';
21
+ import * as AppBskyAgeassuranceGetState from './types/app/bsky/ageassurance/getState.js';
22
+ import * as AppBskyBookmarkCreateBookmark from './types/app/bsky/bookmark/createBookmark.js';
23
+ import * as AppBskyBookmarkDefs from './types/app/bsky/bookmark/defs.js';
24
+ import * as AppBskyBookmarkDeleteBookmark from './types/app/bsky/bookmark/deleteBookmark.js';
25
+ import * as AppBskyBookmarkGetBookmarks from './types/app/bsky/bookmark/getBookmarks.js';
26
+ import * as AppBskyContactDefs from './types/app/bsky/contact/defs.js';
27
+ import * as AppBskyContactDismissMatch from './types/app/bsky/contact/dismissMatch.js';
28
+ import * as AppBskyContactGetMatches from './types/app/bsky/contact/getMatches.js';
29
+ import * as AppBskyContactGetSyncStatus from './types/app/bsky/contact/getSyncStatus.js';
30
+ import * as AppBskyContactImportContacts from './types/app/bsky/contact/importContacts.js';
31
+ import * as AppBskyContactRemoveData from './types/app/bsky/contact/removeData.js';
32
+ import * as AppBskyContactSendNotification from './types/app/bsky/contact/sendNotification.js';
33
+ import * as AppBskyContactStartPhoneVerification from './types/app/bsky/contact/startPhoneVerification.js';
34
+ import * as AppBskyContactVerifyPhone from './types/app/bsky/contact/verifyPhone.js';
35
+ import * as AppBskyDraftCreateDraft from './types/app/bsky/draft/createDraft.js';
36
+ import * as AppBskyDraftDefs from './types/app/bsky/draft/defs.js';
37
+ import * as AppBskyDraftDeleteDraft from './types/app/bsky/draft/deleteDraft.js';
38
+ import * as AppBskyDraftGetDrafts from './types/app/bsky/draft/getDrafts.js';
39
+ import * as AppBskyDraftUpdateDraft from './types/app/bsky/draft/updateDraft.js';
40
+ import * as AppBskyEmbedDefs from './types/app/bsky/embed/defs.js';
41
+ import * as AppBskyEmbedExternal from './types/app/bsky/embed/external.js';
42
+ import * as AppBskyEmbedGallery from './types/app/bsky/embed/gallery.js';
43
+ import * as AppBskyEmbedGetEmbedExternalView from './types/app/bsky/embed/getEmbedExternalView.js';
44
+ import * as AppBskyEmbedImages from './types/app/bsky/embed/images.js';
45
+ import * as AppBskyEmbedRecord from './types/app/bsky/embed/record.js';
46
+ import * as AppBskyEmbedRecordWithMedia from './types/app/bsky/embed/recordWithMedia.js';
47
+ import * as AppBskyEmbedVideo from './types/app/bsky/embed/video.js';
48
+ import * as AppBskyFeedDefs from './types/app/bsky/feed/defs.js';
49
+ import * as AppBskyFeedDescribeFeedGenerator from './types/app/bsky/feed/describeFeedGenerator.js';
50
+ import * as AppBskyFeedGenerator from './types/app/bsky/feed/generator.js';
51
+ import * as AppBskyFeedGetActorFeeds from './types/app/bsky/feed/getActorFeeds.js';
52
+ import * as AppBskyFeedGetActorLikes from './types/app/bsky/feed/getActorLikes.js';
53
+ import * as AppBskyFeedGetAuthorFeed from './types/app/bsky/feed/getAuthorFeed.js';
54
+ import * as AppBskyFeedGetFeed from './types/app/bsky/feed/getFeed.js';
55
+ import * as AppBskyFeedGetFeedGenerator from './types/app/bsky/feed/getFeedGenerator.js';
56
+ import * as AppBskyFeedGetFeedGenerators from './types/app/bsky/feed/getFeedGenerators.js';
57
+ import * as AppBskyFeedGetFeedSkeleton from './types/app/bsky/feed/getFeedSkeleton.js';
58
+ import * as AppBskyFeedGetLikes from './types/app/bsky/feed/getLikes.js';
59
+ import * as AppBskyFeedGetListFeed from './types/app/bsky/feed/getListFeed.js';
60
+ import * as AppBskyFeedGetPostThread from './types/app/bsky/feed/getPostThread.js';
61
+ import * as AppBskyFeedGetPosts from './types/app/bsky/feed/getPosts.js';
62
+ import * as AppBskyFeedGetQuotes from './types/app/bsky/feed/getQuotes.js';
63
+ import * as AppBskyFeedGetRepostedBy from './types/app/bsky/feed/getRepostedBy.js';
64
+ import * as AppBskyFeedGetSuggestedFeeds from './types/app/bsky/feed/getSuggestedFeeds.js';
65
+ import * as AppBskyFeedGetTimeline from './types/app/bsky/feed/getTimeline.js';
66
+ import * as AppBskyFeedLike from './types/app/bsky/feed/like.js';
67
+ import * as AppBskyFeedPost from './types/app/bsky/feed/post.js';
68
+ import * as AppBskyFeedPostgate from './types/app/bsky/feed/postgate.js';
69
+ import * as AppBskyFeedRepost from './types/app/bsky/feed/repost.js';
70
+ import * as AppBskyFeedSearchPosts from './types/app/bsky/feed/searchPosts.js';
71
+ import * as AppBskyFeedSearchPostsV2 from './types/app/bsky/feed/searchPostsV2.js';
72
+ import * as AppBskyFeedSendInteractions from './types/app/bsky/feed/sendInteractions.js';
73
+ import * as AppBskyFeedThreadgate from './types/app/bsky/feed/threadgate.js';
74
+ import * as AppBskyGraphBlock from './types/app/bsky/graph/block.js';
75
+ import * as AppBskyGraphDefs from './types/app/bsky/graph/defs.js';
76
+ import * as AppBskyGraphFollow from './types/app/bsky/graph/follow.js';
77
+ import * as AppBskyGraphGetActorStarterPacks from './types/app/bsky/graph/getActorStarterPacks.js';
78
+ import * as AppBskyGraphGetBlocks from './types/app/bsky/graph/getBlocks.js';
79
+ import * as AppBskyGraphGetFollowers from './types/app/bsky/graph/getFollowers.js';
80
+ import * as AppBskyGraphGetFollows from './types/app/bsky/graph/getFollows.js';
81
+ import * as AppBskyGraphGetKnownFollowers from './types/app/bsky/graph/getKnownFollowers.js';
82
+ import * as AppBskyGraphGetList from './types/app/bsky/graph/getList.js';
83
+ import * as AppBskyGraphGetListBlocks from './types/app/bsky/graph/getListBlocks.js';
84
+ import * as AppBskyGraphGetListMutes from './types/app/bsky/graph/getListMutes.js';
85
+ import * as AppBskyGraphGetLists from './types/app/bsky/graph/getLists.js';
86
+ import * as AppBskyGraphGetListsWithMembership from './types/app/bsky/graph/getListsWithMembership.js';
87
+ import * as AppBskyGraphGetMutes from './types/app/bsky/graph/getMutes.js';
88
+ import * as AppBskyGraphGetRelationships from './types/app/bsky/graph/getRelationships.js';
89
+ import * as AppBskyGraphGetStarterPack from './types/app/bsky/graph/getStarterPack.js';
90
+ import * as AppBskyGraphGetStarterPacks from './types/app/bsky/graph/getStarterPacks.js';
91
+ import * as AppBskyGraphGetStarterPacksWithMembership from './types/app/bsky/graph/getStarterPacksWithMembership.js';
92
+ import * as AppBskyGraphGetSuggestedFollowsByActor from './types/app/bsky/graph/getSuggestedFollowsByActor.js';
93
+ import * as AppBskyGraphList from './types/app/bsky/graph/list.js';
94
+ import * as AppBskyGraphListblock from './types/app/bsky/graph/listblock.js';
95
+ import * as AppBskyGraphListitem from './types/app/bsky/graph/listitem.js';
96
+ import * as AppBskyGraphMuteActor from './types/app/bsky/graph/muteActor.js';
97
+ import * as AppBskyGraphMuteActorList from './types/app/bsky/graph/muteActorList.js';
98
+ import * as AppBskyGraphMuteThread from './types/app/bsky/graph/muteThread.js';
99
+ import * as AppBskyGraphSearchStarterPacks from './types/app/bsky/graph/searchStarterPacks.js';
100
+ import * as AppBskyGraphSearchStarterPacksV2 from './types/app/bsky/graph/searchStarterPacksV2.js';
101
+ import * as AppBskyGraphStarterpack from './types/app/bsky/graph/starterpack.js';
102
+ import * as AppBskyGraphUnmuteActor from './types/app/bsky/graph/unmuteActor.js';
103
+ import * as AppBskyGraphUnmuteActorList from './types/app/bsky/graph/unmuteActorList.js';
104
+ import * as AppBskyGraphUnmuteThread from './types/app/bsky/graph/unmuteThread.js';
105
+ import * as AppBskyGraphVerification from './types/app/bsky/graph/verification.js';
106
+ import * as AppBskyLabelerDefs from './types/app/bsky/labeler/defs.js';
107
+ import * as AppBskyLabelerGetServices from './types/app/bsky/labeler/getServices.js';
108
+ import * as AppBskyLabelerService from './types/app/bsky/labeler/service.js';
109
+ import * as AppBskyNotificationDeclaration from './types/app/bsky/notification/declaration.js';
110
+ import * as AppBskyNotificationDefs from './types/app/bsky/notification/defs.js';
111
+ import * as AppBskyNotificationGetPreferences from './types/app/bsky/notification/getPreferences.js';
112
+ import * as AppBskyNotificationGetUnreadCount from './types/app/bsky/notification/getUnreadCount.js';
113
+ import * as AppBskyNotificationListActivitySubscriptions from './types/app/bsky/notification/listActivitySubscriptions.js';
114
+ import * as AppBskyNotificationListNotifications from './types/app/bsky/notification/listNotifications.js';
115
+ import * as AppBskyNotificationPutActivitySubscription from './types/app/bsky/notification/putActivitySubscription.js';
116
+ import * as AppBskyNotificationPutPreferences from './types/app/bsky/notification/putPreferences.js';
117
+ import * as AppBskyNotificationPutPreferencesV2 from './types/app/bsky/notification/putPreferencesV2.js';
118
+ import * as AppBskyNotificationRegisterPush from './types/app/bsky/notification/registerPush.js';
119
+ import * as AppBskyNotificationUnregisterPush from './types/app/bsky/notification/unregisterPush.js';
120
+ import * as AppBskyNotificationUpdateSeen from './types/app/bsky/notification/updateSeen.js';
121
+ import * as AppBskyRichtextFacet from './types/app/bsky/richtext/facet.js';
122
+ import * as AppBskyUnspeccedDefs from './types/app/bsky/unspecced/defs.js';
123
+ import * as AppBskyUnspeccedGetAgeAssuranceState from './types/app/bsky/unspecced/getAgeAssuranceState.js';
124
+ import * as AppBskyUnspeccedGetConfig from './types/app/bsky/unspecced/getConfig.js';
125
+ import * as AppBskyUnspeccedGetOnboardingSuggestedStarterPacks from './types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js';
126
+ import * as AppBskyUnspeccedGetOnboardingSuggestedStarterPacksSkeleton from './types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js';
127
+ import * as AppBskyUnspeccedGetOnboardingSuggestedUsersSkeleton from './types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.js';
128
+ import * as AppBskyUnspeccedGetPopularFeedGenerators from './types/app/bsky/unspecced/getPopularFeedGenerators.js';
129
+ import * as AppBskyUnspeccedGetPostThreadOtherV2 from './types/app/bsky/unspecced/getPostThreadOtherV2.js';
130
+ import * as AppBskyUnspeccedGetPostThreadV2 from './types/app/bsky/unspecced/getPostThreadV2.js';
131
+ import * as AppBskyUnspeccedGetSuggestedFeeds from './types/app/bsky/unspecced/getSuggestedFeeds.js';
132
+ import * as AppBskyUnspeccedGetSuggestedFeedsSkeleton from './types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js';
133
+ import * as AppBskyUnspeccedGetSuggestedOnboardingUsers from './types/app/bsky/unspecced/getSuggestedOnboardingUsers.js';
134
+ import * as AppBskyUnspeccedGetSuggestedStarterPacks from './types/app/bsky/unspecced/getSuggestedStarterPacks.js';
135
+ import * as AppBskyUnspeccedGetSuggestedStarterPacksSkeleton from './types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js';
136
+ import * as AppBskyUnspeccedGetSuggestedUsers from './types/app/bsky/unspecced/getSuggestedUsers.js';
137
+ import * as AppBskyUnspeccedGetSuggestedUsersForDiscover from './types/app/bsky/unspecced/getSuggestedUsersForDiscover.js';
138
+ import * as AppBskyUnspeccedGetSuggestedUsersForDiscoverSkeleton from './types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.js';
139
+ import * as AppBskyUnspeccedGetSuggestedUsersForExplore from './types/app/bsky/unspecced/getSuggestedUsersForExplore.js';
140
+ import * as AppBskyUnspeccedGetSuggestedUsersForExploreSkeleton from './types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.js';
141
+ import * as AppBskyUnspeccedGetSuggestedUsersForSeeMore from './types/app/bsky/unspecced/getSuggestedUsersForSeeMore.js';
142
+ import * as AppBskyUnspeccedGetSuggestedUsersForSeeMoreSkeleton from './types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.js';
143
+ import * as AppBskyUnspeccedGetSuggestedUsersSkeleton from './types/app/bsky/unspecced/getSuggestedUsersSkeleton.js';
144
+ import * as AppBskyUnspeccedGetSuggestionsSkeleton from './types/app/bsky/unspecced/getSuggestionsSkeleton.js';
145
+ import * as AppBskyUnspeccedGetTaggedSuggestions from './types/app/bsky/unspecced/getTaggedSuggestions.js';
146
+ import * as AppBskyUnspeccedGetTrendingTopics from './types/app/bsky/unspecced/getTrendingTopics.js';
147
+ import * as AppBskyUnspeccedGetTrends from './types/app/bsky/unspecced/getTrends.js';
148
+ import * as AppBskyUnspeccedGetTrendsSkeleton from './types/app/bsky/unspecced/getTrendsSkeleton.js';
149
+ import * as AppBskyUnspeccedInitAgeAssurance from './types/app/bsky/unspecced/initAgeAssurance.js';
150
+ import * as AppBskyUnspeccedSearchActorsSkeleton from './types/app/bsky/unspecced/searchActorsSkeleton.js';
151
+ import * as AppBskyUnspeccedSearchPostsSkeleton from './types/app/bsky/unspecced/searchPostsSkeleton.js';
152
+ import * as AppBskyUnspeccedSearchStarterPacksSkeleton from './types/app/bsky/unspecced/searchStarterPacksSkeleton.js';
153
+ import * as AppBskyVideoDefs from './types/app/bsky/video/defs.js';
154
+ import * as AppBskyVideoGetJobStatus from './types/app/bsky/video/getJobStatus.js';
155
+ import * as AppBskyVideoGetUploadLimits from './types/app/bsky/video/getUploadLimits.js';
156
+ import * as AppBskyVideoUploadVideo from './types/app/bsky/video/uploadVideo.js';
157
+ import * as ChatBskyActorDeclaration from './types/chat/bsky/actor/declaration.js';
158
+ import * as ChatBskyActorDefs from './types/chat/bsky/actor/defs.js';
159
+ import * as ChatBskyActorDeleteAccount from './types/chat/bsky/actor/deleteAccount.js';
160
+ import * as ChatBskyActorExportAccountData from './types/chat/bsky/actor/exportAccountData.js';
161
+ import * as ChatBskyActorGetStatus from './types/chat/bsky/actor/getStatus.js';
162
+ import * as ChatBskyConvoAcceptConvo from './types/chat/bsky/convo/acceptConvo.js';
163
+ import * as ChatBskyConvoAddReaction from './types/chat/bsky/convo/addReaction.js';
164
+ import * as ChatBskyConvoDefs from './types/chat/bsky/convo/defs.js';
165
+ import * as ChatBskyConvoDeleteMessageForSelf from './types/chat/bsky/convo/deleteMessageForSelf.js';
166
+ import * as ChatBskyConvoGetConvo from './types/chat/bsky/convo/getConvo.js';
167
+ import * as ChatBskyConvoGetConvoAvailability from './types/chat/bsky/convo/getConvoAvailability.js';
168
+ import * as ChatBskyConvoGetConvoForMembers from './types/chat/bsky/convo/getConvoForMembers.js';
169
+ import * as ChatBskyConvoGetConvoMembers from './types/chat/bsky/convo/getConvoMembers.js';
170
+ import * as ChatBskyConvoGetLog from './types/chat/bsky/convo/getLog.js';
171
+ import * as ChatBskyConvoGetMessages from './types/chat/bsky/convo/getMessages.js';
172
+ import * as ChatBskyConvoGetUnreadCounts from './types/chat/bsky/convo/getUnreadCounts.js';
173
+ import * as ChatBskyConvoLeaveConvo from './types/chat/bsky/convo/leaveConvo.js';
174
+ import * as ChatBskyConvoListConvoRequests from './types/chat/bsky/convo/listConvoRequests.js';
175
+ import * as ChatBskyConvoListConvos from './types/chat/bsky/convo/listConvos.js';
176
+ import * as ChatBskyConvoLockConvo from './types/chat/bsky/convo/lockConvo.js';
177
+ import * as ChatBskyConvoMuteConvo from './types/chat/bsky/convo/muteConvo.js';
178
+ import * as ChatBskyConvoRemoveReaction from './types/chat/bsky/convo/removeReaction.js';
179
+ import * as ChatBskyConvoSendMessage from './types/chat/bsky/convo/sendMessage.js';
180
+ import * as ChatBskyConvoSendMessageBatch from './types/chat/bsky/convo/sendMessageBatch.js';
181
+ import * as ChatBskyConvoUnlockConvo from './types/chat/bsky/convo/unlockConvo.js';
182
+ import * as ChatBskyConvoUnmuteConvo from './types/chat/bsky/convo/unmuteConvo.js';
183
+ import * as ChatBskyConvoUpdateAllRead from './types/chat/bsky/convo/updateAllRead.js';
184
+ import * as ChatBskyConvoUpdateRead from './types/chat/bsky/convo/updateRead.js';
185
+ import * as ChatBskyEmbedJoinLink from './types/chat/bsky/embed/joinLink.js';
186
+ import * as ChatBskyGroupAddMembers from './types/chat/bsky/group/addMembers.js';
187
+ import * as ChatBskyGroupApproveJoinRequest from './types/chat/bsky/group/approveJoinRequest.js';
188
+ import * as ChatBskyGroupCreateGroup from './types/chat/bsky/group/createGroup.js';
189
+ import * as ChatBskyGroupCreateJoinLink from './types/chat/bsky/group/createJoinLink.js';
190
+ import * as ChatBskyGroupDefs from './types/chat/bsky/group/defs.js';
191
+ import * as ChatBskyGroupDisableJoinLink from './types/chat/bsky/group/disableJoinLink.js';
192
+ import * as ChatBskyGroupEditGroup from './types/chat/bsky/group/editGroup.js';
193
+ import * as ChatBskyGroupEditJoinLink from './types/chat/bsky/group/editJoinLink.js';
194
+ import * as ChatBskyGroupEnableJoinLink from './types/chat/bsky/group/enableJoinLink.js';
195
+ import * as ChatBskyGroupGetJoinLinkPreviews from './types/chat/bsky/group/getJoinLinkPreviews.js';
196
+ import * as ChatBskyGroupListJoinRequests from './types/chat/bsky/group/listJoinRequests.js';
197
+ import * as ChatBskyGroupListMutualGroups from './types/chat/bsky/group/listMutualGroups.js';
198
+ import * as ChatBskyGroupRejectJoinRequest from './types/chat/bsky/group/rejectJoinRequest.js';
199
+ import * as ChatBskyGroupRemoveMembers from './types/chat/bsky/group/removeMembers.js';
200
+ import * as ChatBskyGroupRequestJoin from './types/chat/bsky/group/requestJoin.js';
201
+ import * as ChatBskyGroupUpdateJoinRequestsRead from './types/chat/bsky/group/updateJoinRequestsRead.js';
202
+ import * as ChatBskyGroupWithdrawJoinRequest from './types/chat/bsky/group/withdrawJoinRequest.js';
203
+ import * as ChatBskyModerationDefs from './types/chat/bsky/moderation/defs.js';
204
+ import * as ChatBskyModerationGetActorMetadata from './types/chat/bsky/moderation/getActorMetadata.js';
205
+ import * as ChatBskyModerationGetConvo from './types/chat/bsky/moderation/getConvo.js';
206
+ import * as ChatBskyModerationGetConvoMembers from './types/chat/bsky/moderation/getConvoMembers.js';
207
+ import * as ChatBskyModerationGetConvos from './types/chat/bsky/moderation/getConvos.js';
208
+ import * as ChatBskyModerationGetMessageContext from './types/chat/bsky/moderation/getMessageContext.js';
209
+ import * as ChatBskyModerationSubscribeModEvents from './types/chat/bsky/moderation/subscribeModEvents.js';
210
+ import * as ChatBskyModerationUpdateActorAccess from './types/chat/bsky/moderation/updateActorAccess.js';
211
+ import * as ChatBskyNotificationDefs from './types/chat/bsky/notification/defs.js';
212
+ import * as ChatBskyNotificationGetPreferences from './types/chat/bsky/notification/getPreferences.js';
213
+ import * as ChatBskyNotificationPutPreferences from './types/chat/bsky/notification/putPreferences.js';
214
+ import * as ComAtprotoAdminDefs from './types/com/atproto/admin/defs.js';
215
+ import * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount.js';
216
+ import * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites.js';
217
+ import * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes.js';
218
+ import * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites.js';
219
+ import * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo.js';
220
+ import * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos.js';
221
+ import * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes.js';
222
+ import * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus.js';
223
+ import * as ComAtprotoAdminSearchAccounts from './types/com/atproto/admin/searchAccounts.js';
224
+ import * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail.js';
225
+ import * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail.js';
226
+ import * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle.js';
227
+ import * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword.js';
228
+ import * as ComAtprotoAdminUpdateAccountSigningKey from './types/com/atproto/admin/updateAccountSigningKey.js';
229
+ import * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus.js';
230
+ import * as ComAtprotoIdentityDefs from './types/com/atproto/identity/defs.js';
231
+ import * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials.js';
232
+ import * as ComAtprotoIdentityRefreshIdentity from './types/com/atproto/identity/refreshIdentity.js';
233
+ import * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature.js';
234
+ import * as ComAtprotoIdentityResolveDid from './types/com/atproto/identity/resolveDid.js';
235
+ import * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle.js';
236
+ import * as ComAtprotoIdentityResolveIdentity from './types/com/atproto/identity/resolveIdentity.js';
237
+ import * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation.js';
238
+ import * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation.js';
239
+ import * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle.js';
240
+ import * as ComAtprotoLabelDefs from './types/com/atproto/label/defs.js';
241
+ import * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels.js';
242
+ import * as ComAtprotoLabelSubscribeLabels from './types/com/atproto/label/subscribeLabels.js';
243
+ import * as ComAtprotoLexiconResolveLexicon from './types/com/atproto/lexicon/resolveLexicon.js';
244
+ import * as ComAtprotoLexiconSchema from './types/com/atproto/lexicon/schema.js';
245
+ import * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport.js';
246
+ import * as ComAtprotoModerationDefs from './types/com/atproto/moderation/defs.js';
247
+ import * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites.js';
248
+ import * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord.js';
249
+ import * as ComAtprotoRepoDefs from './types/com/atproto/repo/defs.js';
250
+ import * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord.js';
251
+ import * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo.js';
252
+ import * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord.js';
253
+ import * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo.js';
254
+ import * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs.js';
255
+ import * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords.js';
256
+ import * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord.js';
257
+ import * as ComAtprotoRepoStrongRef from './types/com/atproto/repo/strongRef.js';
258
+ import * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob.js';
259
+ import * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount.js';
260
+ import * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus.js';
261
+ import * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail.js';
262
+ import * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount.js';
263
+ import * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword.js';
264
+ import * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode.js';
265
+ import * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes.js';
266
+ import * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession.js';
267
+ import * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount.js';
268
+ import * as ComAtprotoServerDefs from './types/com/atproto/server/defs.js';
269
+ import * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount.js';
270
+ import * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession.js';
271
+ import * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer.js';
272
+ import * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes.js';
273
+ import * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth.js';
274
+ import * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession.js';
275
+ import * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords.js';
276
+ import * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession.js';
277
+ import * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete.js';
278
+ import * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation.js';
279
+ import * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate.js';
280
+ import * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset.js';
281
+ import * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey.js';
282
+ import * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword.js';
283
+ import * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword.js';
284
+ import * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail.js';
285
+ import * as ComAtprotoSimplespaceAddMember from './types/com/atproto/simplespace/addMember.js';
286
+ import * as ComAtprotoSimplespaceCheckUserAccess from './types/com/atproto/simplespace/checkUserAccess.js';
287
+ import * as ComAtprotoSimplespaceCreateSpace from './types/com/atproto/simplespace/createSpace.js';
288
+ import * as ComAtprotoSimplespaceDefs from './types/com/atproto/simplespace/defs.js';
289
+ import * as ComAtprotoSimplespaceDeleteSpace from './types/com/atproto/simplespace/deleteSpace.js';
290
+ import * as ComAtprotoSimplespaceGetSpace from './types/com/atproto/simplespace/getSpace.js';
291
+ import * as ComAtprotoSimplespaceListMembers from './types/com/atproto/simplespace/listMembers.js';
292
+ import * as ComAtprotoSimplespaceRemoveMember from './types/com/atproto/simplespace/removeMember.js';
293
+ import * as ComAtprotoSimplespaceUpdateSpace from './types/com/atproto/simplespace/updateSpace.js';
294
+ import * as ComAtprotoSpaceApplyWrites from './types/com/atproto/space/applyWrites.js';
295
+ import * as ComAtprotoSpaceCreateRecord from './types/com/atproto/space/createRecord.js';
296
+ import * as ComAtprotoSpaceDefs from './types/com/atproto/space/defs.js';
297
+ import * as ComAtprotoSpaceDeleteRecord from './types/com/atproto/space/deleteRecord.js';
298
+ import * as ComAtprotoSpaceGetBlob from './types/com/atproto/space/getBlob.js';
299
+ import * as ComAtprotoSpaceGetDelegationToken from './types/com/atproto/space/getDelegationToken.js';
300
+ import * as ComAtprotoSpaceGetLatestCommit from './types/com/atproto/space/getLatestCommit.js';
301
+ import * as ComAtprotoSpaceGetRecord from './types/com/atproto/space/getRecord.js';
302
+ import * as ComAtprotoSpaceGetRepo from './types/com/atproto/space/getRepo.js';
303
+ import * as ComAtprotoSpaceGetSpaceCredential from './types/com/atproto/space/getSpaceCredential.js';
304
+ import * as ComAtprotoSpaceListBlobs from './types/com/atproto/space/listBlobs.js';
305
+ import * as ComAtprotoSpaceListRecords from './types/com/atproto/space/listRecords.js';
306
+ import * as ComAtprotoSpaceListRepoOps from './types/com/atproto/space/listRepoOps.js';
307
+ import * as ComAtprotoSpaceListRepos from './types/com/atproto/space/listRepos.js';
308
+ import * as ComAtprotoSpaceListSpaces from './types/com/atproto/space/listSpaces.js';
309
+ import * as ComAtprotoSpaceNotifySpaceDeleted from './types/com/atproto/space/notifySpaceDeleted.js';
310
+ import * as ComAtprotoSpaceNotifyWrite from './types/com/atproto/space/notifyWrite.js';
311
+ import * as ComAtprotoSpacePutRecord from './types/com/atproto/space/putRecord.js';
312
+ import * as ComAtprotoSpaceRegisterNotify from './types/com/atproto/space/registerNotify.js';
313
+ import * as ComAtprotoSpaceUnregisterNotify from './types/com/atproto/space/unregisterNotify.js';
314
+ import * as ComAtprotoSyncDefs from './types/com/atproto/sync/defs.js';
315
+ import * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob.js';
316
+ import * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks.js';
317
+ import * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout.js';
318
+ import * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead.js';
319
+ import * as ComAtprotoSyncGetHostStatus from './types/com/atproto/sync/getHostStatus.js';
320
+ import * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit.js';
321
+ import * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord.js';
322
+ import * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo.js';
323
+ import * as ComAtprotoSyncGetRepoStatus from './types/com/atproto/sync/getRepoStatus.js';
324
+ import * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs.js';
325
+ import * as ComAtprotoSyncListHosts from './types/com/atproto/sync/listHosts.js';
326
+ import * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos.js';
327
+ import * as ComAtprotoSyncListReposByCollection from './types/com/atproto/sync/listReposByCollection.js';
328
+ import * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate.js';
329
+ import * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl.js';
330
+ import * as ComAtprotoSyncSubscribeRepos from './types/com/atproto/sync/subscribeRepos.js';
331
+ import * as ComAtprotoTempAddReservedHandle from './types/com/atproto/temp/addReservedHandle.js';
332
+ import * as ComAtprotoTempCheckHandleAvailability from './types/com/atproto/temp/checkHandleAvailability.js';
333
+ import * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue.js';
334
+ import * as ComAtprotoTempDereferenceScope from './types/com/atproto/temp/dereferenceScope.js';
335
+ import * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels.js';
336
+ import * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification.js';
337
+ import * as ComAtprotoTempRevokeAccountCredentials from './types/com/atproto/temp/revokeAccountCredentials.js';
338
+ import * as ComGermnetworkDeclaration from './types/com/germnetwork/declaration.js';
339
+ import * as ToolsOzoneCommunicationCreateTemplate from './types/tools/ozone/communication/createTemplate.js';
340
+ import * as ToolsOzoneCommunicationDefs from './types/tools/ozone/communication/defs.js';
341
+ import * as ToolsOzoneCommunicationDeleteTemplate from './types/tools/ozone/communication/deleteTemplate.js';
342
+ import * as ToolsOzoneCommunicationListTemplates from './types/tools/ozone/communication/listTemplates.js';
343
+ import * as ToolsOzoneCommunicationUpdateTemplate from './types/tools/ozone/communication/updateTemplate.js';
344
+ import * as ToolsOzoneHostingGetAccountHistory from './types/tools/ozone/hosting/getAccountHistory.js';
345
+ import * as ToolsOzoneModerationCancelScheduledActions from './types/tools/ozone/moderation/cancelScheduledActions.js';
346
+ import * as ToolsOzoneModerationDefs from './types/tools/ozone/moderation/defs.js';
347
+ import * as ToolsOzoneModerationEmitEvent from './types/tools/ozone/moderation/emitEvent.js';
348
+ import * as ToolsOzoneModerationGetAccountTimeline from './types/tools/ozone/moderation/getAccountTimeline.js';
349
+ import * as ToolsOzoneModerationGetEvent from './types/tools/ozone/moderation/getEvent.js';
350
+ import * as ToolsOzoneModerationGetRecord from './types/tools/ozone/moderation/getRecord.js';
351
+ import * as ToolsOzoneModerationGetRecords from './types/tools/ozone/moderation/getRecords.js';
352
+ import * as ToolsOzoneModerationGetRepo from './types/tools/ozone/moderation/getRepo.js';
353
+ import * as ToolsOzoneModerationGetReporterStats from './types/tools/ozone/moderation/getReporterStats.js';
354
+ import * as ToolsOzoneModerationGetRepos from './types/tools/ozone/moderation/getRepos.js';
355
+ import * as ToolsOzoneModerationGetSubjects from './types/tools/ozone/moderation/getSubjects.js';
356
+ import * as ToolsOzoneModerationListScheduledActions from './types/tools/ozone/moderation/listScheduledActions.js';
357
+ import * as ToolsOzoneModerationQueryEvents from './types/tools/ozone/moderation/queryEvents.js';
358
+ import * as ToolsOzoneModerationQueryStatuses from './types/tools/ozone/moderation/queryStatuses.js';
359
+ import * as ToolsOzoneModerationScheduleAction from './types/tools/ozone/moderation/scheduleAction.js';
360
+ import * as ToolsOzoneModerationSearchRepos from './types/tools/ozone/moderation/searchRepos.js';
361
+ import * as ToolsOzoneQueueAssignModerator from './types/tools/ozone/queue/assignModerator.js';
362
+ import * as ToolsOzoneQueueCreateQueue from './types/tools/ozone/queue/createQueue.js';
363
+ import * as ToolsOzoneQueueDefs from './types/tools/ozone/queue/defs.js';
364
+ import * as ToolsOzoneQueueDeleteQueue from './types/tools/ozone/queue/deleteQueue.js';
365
+ import * as ToolsOzoneQueueGetAssignments from './types/tools/ozone/queue/getAssignments.js';
366
+ import * as ToolsOzoneQueueListQueues from './types/tools/ozone/queue/listQueues.js';
367
+ import * as ToolsOzoneQueueRouteReports from './types/tools/ozone/queue/routeReports.js';
368
+ import * as ToolsOzoneQueueUnassignModerator from './types/tools/ozone/queue/unassignModerator.js';
369
+ import * as ToolsOzoneQueueUpdateQueue from './types/tools/ozone/queue/updateQueue.js';
370
+ import * as ToolsOzoneReportAssignModerator from './types/tools/ozone/report/assignModerator.js';
371
+ import * as ToolsOzoneReportCloseReports from './types/tools/ozone/report/closeReports.js';
372
+ import * as ToolsOzoneReportCreateActivity from './types/tools/ozone/report/createActivity.js';
373
+ import * as ToolsOzoneReportDefs from './types/tools/ozone/report/defs.js';
374
+ import * as ToolsOzoneReportGetAssignments from './types/tools/ozone/report/getAssignments.js';
375
+ import * as ToolsOzoneReportGetHistoricalStats from './types/tools/ozone/report/getHistoricalStats.js';
376
+ import * as ToolsOzoneReportGetLatestReport from './types/tools/ozone/report/getLatestReport.js';
377
+ import * as ToolsOzoneReportGetLiveStats from './types/tools/ozone/report/getLiveStats.js';
378
+ import * as ToolsOzoneReportGetReport from './types/tools/ozone/report/getReport.js';
379
+ import * as ToolsOzoneReportListActivities from './types/tools/ozone/report/listActivities.js';
380
+ import * as ToolsOzoneReportQueryActivities from './types/tools/ozone/report/queryActivities.js';
381
+ import * as ToolsOzoneReportQueryReports from './types/tools/ozone/report/queryReports.js';
382
+ import * as ToolsOzoneReportReassignQueue from './types/tools/ozone/report/reassignQueue.js';
383
+ import * as ToolsOzoneReportRefreshStats from './types/tools/ozone/report/refreshStats.js';
384
+ import * as ToolsOzoneReportUnassignModerator from './types/tools/ozone/report/unassignModerator.js';
385
+ import * as ToolsOzoneSafelinkAddRule from './types/tools/ozone/safelink/addRule.js';
386
+ import * as ToolsOzoneSafelinkDefs from './types/tools/ozone/safelink/defs.js';
387
+ import * as ToolsOzoneSafelinkQueryEvents from './types/tools/ozone/safelink/queryEvents.js';
388
+ import * as ToolsOzoneSafelinkQueryRules from './types/tools/ozone/safelink/queryRules.js';
389
+ import * as ToolsOzoneSafelinkRemoveRule from './types/tools/ozone/safelink/removeRule.js';
390
+ import * as ToolsOzoneSafelinkUpdateRule from './types/tools/ozone/safelink/updateRule.js';
391
+ import * as ToolsOzoneServerGetConfig from './types/tools/ozone/server/getConfig.js';
392
+ import * as ToolsOzoneSetAddValues from './types/tools/ozone/set/addValues.js';
393
+ import * as ToolsOzoneSetDefs from './types/tools/ozone/set/defs.js';
394
+ import * as ToolsOzoneSetDeleteSet from './types/tools/ozone/set/deleteSet.js';
395
+ import * as ToolsOzoneSetDeleteValues from './types/tools/ozone/set/deleteValues.js';
396
+ import * as ToolsOzoneSetGetValues from './types/tools/ozone/set/getValues.js';
397
+ import * as ToolsOzoneSetQuerySets from './types/tools/ozone/set/querySets.js';
398
+ import * as ToolsOzoneSetUpsertSet from './types/tools/ozone/set/upsertSet.js';
399
+ import * as ToolsOzoneSettingDefs from './types/tools/ozone/setting/defs.js';
400
+ import * as ToolsOzoneSettingListOptions from './types/tools/ozone/setting/listOptions.js';
401
+ import * as ToolsOzoneSettingRemoveOptions from './types/tools/ozone/setting/removeOptions.js';
402
+ import * as ToolsOzoneSettingUpsertOption from './types/tools/ozone/setting/upsertOption.js';
403
+ import * as ToolsOzoneSignatureDefs from './types/tools/ozone/signature/defs.js';
404
+ import * as ToolsOzoneSignatureFindCorrelation from './types/tools/ozone/signature/findCorrelation.js';
405
+ import * as ToolsOzoneSignatureFindRelatedAccounts from './types/tools/ozone/signature/findRelatedAccounts.js';
406
+ import * as ToolsOzoneSignatureSearchAccounts from './types/tools/ozone/signature/searchAccounts.js';
407
+ import * as ToolsOzoneTeamAddMember from './types/tools/ozone/team/addMember.js';
408
+ import * as ToolsOzoneTeamDefs from './types/tools/ozone/team/defs.js';
409
+ import * as ToolsOzoneTeamDeleteMember from './types/tools/ozone/team/deleteMember.js';
410
+ import * as ToolsOzoneTeamListMembers from './types/tools/ozone/team/listMembers.js';
411
+ import * as ToolsOzoneTeamUpdateMember from './types/tools/ozone/team/updateMember.js';
412
+ import * as ToolsOzoneVerificationDefs from './types/tools/ozone/verification/defs.js';
413
+ import * as ToolsOzoneVerificationGrantVerifications from './types/tools/ozone/verification/grantVerifications.js';
414
+ import * as ToolsOzoneVerificationListVerifications from './types/tools/ozone/verification/listVerifications.js';
415
+ import * as ToolsOzoneVerificationRevokeVerifications from './types/tools/ozone/verification/revokeVerifications.js';
416
+ export * as AppBskyActorDefs from './types/app/bsky/actor/defs.js';
417
+ export * as AppBskyActorGetPreferences from './types/app/bsky/actor/getPreferences.js';
418
+ export * as AppBskyActorGetProfile from './types/app/bsky/actor/getProfile.js';
419
+ export * as AppBskyActorGetProfiles from './types/app/bsky/actor/getProfiles.js';
420
+ export * as AppBskyActorGetSuggestions from './types/app/bsky/actor/getSuggestions.js';
421
+ export * as AppBskyActorProfile from './types/app/bsky/actor/profile.js';
422
+ export * as AppBskyActorPutPreferences from './types/app/bsky/actor/putPreferences.js';
423
+ export * as AppBskyActorSearchActors from './types/app/bsky/actor/searchActors.js';
424
+ export * as AppBskyActorSearchActorsTypeahead from './types/app/bsky/actor/searchActorsTypeahead.js';
425
+ export * as AppBskyActorStatus from './types/app/bsky/actor/status.js';
426
+ export * as AppBskyAgeassuranceBegin from './types/app/bsky/ageassurance/begin.js';
427
+ export * as AppBskyAgeassuranceDefs from './types/app/bsky/ageassurance/defs.js';
428
+ export * as AppBskyAgeassuranceGetConfig from './types/app/bsky/ageassurance/getConfig.js';
429
+ export * as AppBskyAgeassuranceGetState from './types/app/bsky/ageassurance/getState.js';
430
+ export * as AppBskyBookmarkCreateBookmark from './types/app/bsky/bookmark/createBookmark.js';
431
+ export * as AppBskyBookmarkDefs from './types/app/bsky/bookmark/defs.js';
432
+ export * as AppBskyBookmarkDeleteBookmark from './types/app/bsky/bookmark/deleteBookmark.js';
433
+ export * as AppBskyBookmarkGetBookmarks from './types/app/bsky/bookmark/getBookmarks.js';
434
+ export * as AppBskyContactDefs from './types/app/bsky/contact/defs.js';
435
+ export * as AppBskyContactDismissMatch from './types/app/bsky/contact/dismissMatch.js';
436
+ export * as AppBskyContactGetMatches from './types/app/bsky/contact/getMatches.js';
437
+ export * as AppBskyContactGetSyncStatus from './types/app/bsky/contact/getSyncStatus.js';
438
+ export * as AppBskyContactImportContacts from './types/app/bsky/contact/importContacts.js';
439
+ export * as AppBskyContactRemoveData from './types/app/bsky/contact/removeData.js';
440
+ export * as AppBskyContactSendNotification from './types/app/bsky/contact/sendNotification.js';
441
+ export * as AppBskyContactStartPhoneVerification from './types/app/bsky/contact/startPhoneVerification.js';
442
+ export * as AppBskyContactVerifyPhone from './types/app/bsky/contact/verifyPhone.js';
443
+ export * as AppBskyDraftCreateDraft from './types/app/bsky/draft/createDraft.js';
444
+ export * as AppBskyDraftDefs from './types/app/bsky/draft/defs.js';
445
+ export * as AppBskyDraftDeleteDraft from './types/app/bsky/draft/deleteDraft.js';
446
+ export * as AppBskyDraftGetDrafts from './types/app/bsky/draft/getDrafts.js';
447
+ export * as AppBskyDraftUpdateDraft from './types/app/bsky/draft/updateDraft.js';
448
+ export * as AppBskyEmbedDefs from './types/app/bsky/embed/defs.js';
449
+ export * as AppBskyEmbedExternal from './types/app/bsky/embed/external.js';
450
+ export * as AppBskyEmbedGallery from './types/app/bsky/embed/gallery.js';
451
+ export * as AppBskyEmbedGetEmbedExternalView from './types/app/bsky/embed/getEmbedExternalView.js';
452
+ export * as AppBskyEmbedImages from './types/app/bsky/embed/images.js';
453
+ export * as AppBskyEmbedRecord from './types/app/bsky/embed/record.js';
454
+ export * as AppBskyEmbedRecordWithMedia from './types/app/bsky/embed/recordWithMedia.js';
455
+ export * as AppBskyEmbedVideo from './types/app/bsky/embed/video.js';
456
+ export * as AppBskyFeedDefs from './types/app/bsky/feed/defs.js';
457
+ export * as AppBskyFeedDescribeFeedGenerator from './types/app/bsky/feed/describeFeedGenerator.js';
458
+ export * as AppBskyFeedGenerator from './types/app/bsky/feed/generator.js';
459
+ export * as AppBskyFeedGetActorFeeds from './types/app/bsky/feed/getActorFeeds.js';
460
+ export * as AppBskyFeedGetActorLikes from './types/app/bsky/feed/getActorLikes.js';
461
+ export * as AppBskyFeedGetAuthorFeed from './types/app/bsky/feed/getAuthorFeed.js';
462
+ export * as AppBskyFeedGetFeed from './types/app/bsky/feed/getFeed.js';
463
+ export * as AppBskyFeedGetFeedGenerator from './types/app/bsky/feed/getFeedGenerator.js';
464
+ export * as AppBskyFeedGetFeedGenerators from './types/app/bsky/feed/getFeedGenerators.js';
465
+ export * as AppBskyFeedGetFeedSkeleton from './types/app/bsky/feed/getFeedSkeleton.js';
466
+ export * as AppBskyFeedGetLikes from './types/app/bsky/feed/getLikes.js';
467
+ export * as AppBskyFeedGetListFeed from './types/app/bsky/feed/getListFeed.js';
468
+ export * as AppBskyFeedGetPostThread from './types/app/bsky/feed/getPostThread.js';
469
+ export * as AppBskyFeedGetPosts from './types/app/bsky/feed/getPosts.js';
470
+ export * as AppBskyFeedGetQuotes from './types/app/bsky/feed/getQuotes.js';
471
+ export * as AppBskyFeedGetRepostedBy from './types/app/bsky/feed/getRepostedBy.js';
472
+ export * as AppBskyFeedGetSuggestedFeeds from './types/app/bsky/feed/getSuggestedFeeds.js';
473
+ export * as AppBskyFeedGetTimeline from './types/app/bsky/feed/getTimeline.js';
474
+ export * as AppBskyFeedLike from './types/app/bsky/feed/like.js';
475
+ export * as AppBskyFeedPost from './types/app/bsky/feed/post.js';
476
+ export * as AppBskyFeedPostgate from './types/app/bsky/feed/postgate.js';
477
+ export * as AppBskyFeedRepost from './types/app/bsky/feed/repost.js';
478
+ export * as AppBskyFeedSearchPosts from './types/app/bsky/feed/searchPosts.js';
479
+ export * as AppBskyFeedSearchPostsV2 from './types/app/bsky/feed/searchPostsV2.js';
480
+ export * as AppBskyFeedSendInteractions from './types/app/bsky/feed/sendInteractions.js';
481
+ export * as AppBskyFeedThreadgate from './types/app/bsky/feed/threadgate.js';
482
+ export * as AppBskyGraphBlock from './types/app/bsky/graph/block.js';
483
+ export * as AppBskyGraphDefs from './types/app/bsky/graph/defs.js';
484
+ export * as AppBskyGraphFollow from './types/app/bsky/graph/follow.js';
485
+ export * as AppBskyGraphGetActorStarterPacks from './types/app/bsky/graph/getActorStarterPacks.js';
486
+ export * as AppBskyGraphGetBlocks from './types/app/bsky/graph/getBlocks.js';
487
+ export * as AppBskyGraphGetFollowers from './types/app/bsky/graph/getFollowers.js';
488
+ export * as AppBskyGraphGetFollows from './types/app/bsky/graph/getFollows.js';
489
+ export * as AppBskyGraphGetKnownFollowers from './types/app/bsky/graph/getKnownFollowers.js';
490
+ export * as AppBskyGraphGetList from './types/app/bsky/graph/getList.js';
491
+ export * as AppBskyGraphGetListBlocks from './types/app/bsky/graph/getListBlocks.js';
492
+ export * as AppBskyGraphGetListMutes from './types/app/bsky/graph/getListMutes.js';
493
+ export * as AppBskyGraphGetLists from './types/app/bsky/graph/getLists.js';
494
+ export * as AppBskyGraphGetListsWithMembership from './types/app/bsky/graph/getListsWithMembership.js';
495
+ export * as AppBskyGraphGetMutes from './types/app/bsky/graph/getMutes.js';
496
+ export * as AppBskyGraphGetRelationships from './types/app/bsky/graph/getRelationships.js';
497
+ export * as AppBskyGraphGetStarterPack from './types/app/bsky/graph/getStarterPack.js';
498
+ export * as AppBskyGraphGetStarterPacks from './types/app/bsky/graph/getStarterPacks.js';
499
+ export * as AppBskyGraphGetStarterPacksWithMembership from './types/app/bsky/graph/getStarterPacksWithMembership.js';
500
+ export * as AppBskyGraphGetSuggestedFollowsByActor from './types/app/bsky/graph/getSuggestedFollowsByActor.js';
501
+ export * as AppBskyGraphList from './types/app/bsky/graph/list.js';
502
+ export * as AppBskyGraphListblock from './types/app/bsky/graph/listblock.js';
503
+ export * as AppBskyGraphListitem from './types/app/bsky/graph/listitem.js';
504
+ export * as AppBskyGraphMuteActor from './types/app/bsky/graph/muteActor.js';
505
+ export * as AppBskyGraphMuteActorList from './types/app/bsky/graph/muteActorList.js';
506
+ export * as AppBskyGraphMuteThread from './types/app/bsky/graph/muteThread.js';
507
+ export * as AppBskyGraphSearchStarterPacks from './types/app/bsky/graph/searchStarterPacks.js';
508
+ export * as AppBskyGraphSearchStarterPacksV2 from './types/app/bsky/graph/searchStarterPacksV2.js';
509
+ export * as AppBskyGraphStarterpack from './types/app/bsky/graph/starterpack.js';
510
+ export * as AppBskyGraphUnmuteActor from './types/app/bsky/graph/unmuteActor.js';
511
+ export * as AppBskyGraphUnmuteActorList from './types/app/bsky/graph/unmuteActorList.js';
512
+ export * as AppBskyGraphUnmuteThread from './types/app/bsky/graph/unmuteThread.js';
513
+ export * as AppBskyGraphVerification from './types/app/bsky/graph/verification.js';
514
+ export * as AppBskyLabelerDefs from './types/app/bsky/labeler/defs.js';
515
+ export * as AppBskyLabelerGetServices from './types/app/bsky/labeler/getServices.js';
516
+ export * as AppBskyLabelerService from './types/app/bsky/labeler/service.js';
517
+ export * as AppBskyNotificationDeclaration from './types/app/bsky/notification/declaration.js';
518
+ export * as AppBskyNotificationDefs from './types/app/bsky/notification/defs.js';
519
+ export * as AppBskyNotificationGetPreferences from './types/app/bsky/notification/getPreferences.js';
520
+ export * as AppBskyNotificationGetUnreadCount from './types/app/bsky/notification/getUnreadCount.js';
521
+ export * as AppBskyNotificationListActivitySubscriptions from './types/app/bsky/notification/listActivitySubscriptions.js';
522
+ export * as AppBskyNotificationListNotifications from './types/app/bsky/notification/listNotifications.js';
523
+ export * as AppBskyNotificationPutActivitySubscription from './types/app/bsky/notification/putActivitySubscription.js';
524
+ export * as AppBskyNotificationPutPreferences from './types/app/bsky/notification/putPreferences.js';
525
+ export * as AppBskyNotificationPutPreferencesV2 from './types/app/bsky/notification/putPreferencesV2.js';
526
+ export * as AppBskyNotificationRegisterPush from './types/app/bsky/notification/registerPush.js';
527
+ export * as AppBskyNotificationUnregisterPush from './types/app/bsky/notification/unregisterPush.js';
528
+ export * as AppBskyNotificationUpdateSeen from './types/app/bsky/notification/updateSeen.js';
529
+ export * as AppBskyRichtextFacet from './types/app/bsky/richtext/facet.js';
530
+ export * as AppBskyUnspeccedDefs from './types/app/bsky/unspecced/defs.js';
531
+ export * as AppBskyUnspeccedGetAgeAssuranceState from './types/app/bsky/unspecced/getAgeAssuranceState.js';
532
+ export * as AppBskyUnspeccedGetConfig from './types/app/bsky/unspecced/getConfig.js';
533
+ export * as AppBskyUnspeccedGetOnboardingSuggestedStarterPacks from './types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js';
534
+ export * as AppBskyUnspeccedGetOnboardingSuggestedStarterPacksSkeleton from './types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js';
535
+ export * as AppBskyUnspeccedGetOnboardingSuggestedUsersSkeleton from './types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.js';
536
+ export * as AppBskyUnspeccedGetPopularFeedGenerators from './types/app/bsky/unspecced/getPopularFeedGenerators.js';
537
+ export * as AppBskyUnspeccedGetPostThreadOtherV2 from './types/app/bsky/unspecced/getPostThreadOtherV2.js';
538
+ export * as AppBskyUnspeccedGetPostThreadV2 from './types/app/bsky/unspecced/getPostThreadV2.js';
539
+ export * as AppBskyUnspeccedGetSuggestedFeeds from './types/app/bsky/unspecced/getSuggestedFeeds.js';
540
+ export * as AppBskyUnspeccedGetSuggestedFeedsSkeleton from './types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js';
541
+ export * as AppBskyUnspeccedGetSuggestedOnboardingUsers from './types/app/bsky/unspecced/getSuggestedOnboardingUsers.js';
542
+ export * as AppBskyUnspeccedGetSuggestedStarterPacks from './types/app/bsky/unspecced/getSuggestedStarterPacks.js';
543
+ export * as AppBskyUnspeccedGetSuggestedStarterPacksSkeleton from './types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js';
544
+ export * as AppBskyUnspeccedGetSuggestedUsers from './types/app/bsky/unspecced/getSuggestedUsers.js';
545
+ export * as AppBskyUnspeccedGetSuggestedUsersForDiscover from './types/app/bsky/unspecced/getSuggestedUsersForDiscover.js';
546
+ export * as AppBskyUnspeccedGetSuggestedUsersForDiscoverSkeleton from './types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.js';
547
+ export * as AppBskyUnspeccedGetSuggestedUsersForExplore from './types/app/bsky/unspecced/getSuggestedUsersForExplore.js';
548
+ export * as AppBskyUnspeccedGetSuggestedUsersForExploreSkeleton from './types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.js';
549
+ export * as AppBskyUnspeccedGetSuggestedUsersForSeeMore from './types/app/bsky/unspecced/getSuggestedUsersForSeeMore.js';
550
+ export * as AppBskyUnspeccedGetSuggestedUsersForSeeMoreSkeleton from './types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.js';
551
+ export * as AppBskyUnspeccedGetSuggestedUsersSkeleton from './types/app/bsky/unspecced/getSuggestedUsersSkeleton.js';
552
+ export * as AppBskyUnspeccedGetSuggestionsSkeleton from './types/app/bsky/unspecced/getSuggestionsSkeleton.js';
553
+ export * as AppBskyUnspeccedGetTaggedSuggestions from './types/app/bsky/unspecced/getTaggedSuggestions.js';
554
+ export * as AppBskyUnspeccedGetTrendingTopics from './types/app/bsky/unspecced/getTrendingTopics.js';
555
+ export * as AppBskyUnspeccedGetTrends from './types/app/bsky/unspecced/getTrends.js';
556
+ export * as AppBskyUnspeccedGetTrendsSkeleton from './types/app/bsky/unspecced/getTrendsSkeleton.js';
557
+ export * as AppBskyUnspeccedInitAgeAssurance from './types/app/bsky/unspecced/initAgeAssurance.js';
558
+ export * as AppBskyUnspeccedSearchActorsSkeleton from './types/app/bsky/unspecced/searchActorsSkeleton.js';
559
+ export * as AppBskyUnspeccedSearchPostsSkeleton from './types/app/bsky/unspecced/searchPostsSkeleton.js';
560
+ export * as AppBskyUnspeccedSearchStarterPacksSkeleton from './types/app/bsky/unspecced/searchStarterPacksSkeleton.js';
561
+ export * as AppBskyVideoDefs from './types/app/bsky/video/defs.js';
562
+ export * as AppBskyVideoGetJobStatus from './types/app/bsky/video/getJobStatus.js';
563
+ export * as AppBskyVideoGetUploadLimits from './types/app/bsky/video/getUploadLimits.js';
564
+ export * as AppBskyVideoUploadVideo from './types/app/bsky/video/uploadVideo.js';
565
+ export * as ChatBskyActorDeclaration from './types/chat/bsky/actor/declaration.js';
566
+ export * as ChatBskyActorDefs from './types/chat/bsky/actor/defs.js';
567
+ export * as ChatBskyActorDeleteAccount from './types/chat/bsky/actor/deleteAccount.js';
568
+ export * as ChatBskyActorExportAccountData from './types/chat/bsky/actor/exportAccountData.js';
569
+ export * as ChatBskyActorGetStatus from './types/chat/bsky/actor/getStatus.js';
570
+ export * as ChatBskyConvoAcceptConvo from './types/chat/bsky/convo/acceptConvo.js';
571
+ export * as ChatBskyConvoAddReaction from './types/chat/bsky/convo/addReaction.js';
572
+ export * as ChatBskyConvoDefs from './types/chat/bsky/convo/defs.js';
573
+ export * as ChatBskyConvoDeleteMessageForSelf from './types/chat/bsky/convo/deleteMessageForSelf.js';
574
+ export * as ChatBskyConvoGetConvo from './types/chat/bsky/convo/getConvo.js';
575
+ export * as ChatBskyConvoGetConvoAvailability from './types/chat/bsky/convo/getConvoAvailability.js';
576
+ export * as ChatBskyConvoGetConvoForMembers from './types/chat/bsky/convo/getConvoForMembers.js';
577
+ export * as ChatBskyConvoGetConvoMembers from './types/chat/bsky/convo/getConvoMembers.js';
578
+ export * as ChatBskyConvoGetLog from './types/chat/bsky/convo/getLog.js';
579
+ export * as ChatBskyConvoGetMessages from './types/chat/bsky/convo/getMessages.js';
580
+ export * as ChatBskyConvoGetUnreadCounts from './types/chat/bsky/convo/getUnreadCounts.js';
581
+ export * as ChatBskyConvoLeaveConvo from './types/chat/bsky/convo/leaveConvo.js';
582
+ export * as ChatBskyConvoListConvoRequests from './types/chat/bsky/convo/listConvoRequests.js';
583
+ export * as ChatBskyConvoListConvos from './types/chat/bsky/convo/listConvos.js';
584
+ export * as ChatBskyConvoLockConvo from './types/chat/bsky/convo/lockConvo.js';
585
+ export * as ChatBskyConvoMuteConvo from './types/chat/bsky/convo/muteConvo.js';
586
+ export * as ChatBskyConvoRemoveReaction from './types/chat/bsky/convo/removeReaction.js';
587
+ export * as ChatBskyConvoSendMessage from './types/chat/bsky/convo/sendMessage.js';
588
+ export * as ChatBskyConvoSendMessageBatch from './types/chat/bsky/convo/sendMessageBatch.js';
589
+ export * as ChatBskyConvoUnlockConvo from './types/chat/bsky/convo/unlockConvo.js';
590
+ export * as ChatBskyConvoUnmuteConvo from './types/chat/bsky/convo/unmuteConvo.js';
591
+ export * as ChatBskyConvoUpdateAllRead from './types/chat/bsky/convo/updateAllRead.js';
592
+ export * as ChatBskyConvoUpdateRead from './types/chat/bsky/convo/updateRead.js';
593
+ export * as ChatBskyEmbedJoinLink from './types/chat/bsky/embed/joinLink.js';
594
+ export * as ChatBskyGroupAddMembers from './types/chat/bsky/group/addMembers.js';
595
+ export * as ChatBskyGroupApproveJoinRequest from './types/chat/bsky/group/approveJoinRequest.js';
596
+ export * as ChatBskyGroupCreateGroup from './types/chat/bsky/group/createGroup.js';
597
+ export * as ChatBskyGroupCreateJoinLink from './types/chat/bsky/group/createJoinLink.js';
598
+ export * as ChatBskyGroupDefs from './types/chat/bsky/group/defs.js';
599
+ export * as ChatBskyGroupDisableJoinLink from './types/chat/bsky/group/disableJoinLink.js';
600
+ export * as ChatBskyGroupEditGroup from './types/chat/bsky/group/editGroup.js';
601
+ export * as ChatBskyGroupEditJoinLink from './types/chat/bsky/group/editJoinLink.js';
602
+ export * as ChatBskyGroupEnableJoinLink from './types/chat/bsky/group/enableJoinLink.js';
603
+ export * as ChatBskyGroupGetJoinLinkPreviews from './types/chat/bsky/group/getJoinLinkPreviews.js';
604
+ export * as ChatBskyGroupListJoinRequests from './types/chat/bsky/group/listJoinRequests.js';
605
+ export * as ChatBskyGroupListMutualGroups from './types/chat/bsky/group/listMutualGroups.js';
606
+ export * as ChatBskyGroupRejectJoinRequest from './types/chat/bsky/group/rejectJoinRequest.js';
607
+ export * as ChatBskyGroupRemoveMembers from './types/chat/bsky/group/removeMembers.js';
608
+ export * as ChatBskyGroupRequestJoin from './types/chat/bsky/group/requestJoin.js';
609
+ export * as ChatBskyGroupUpdateJoinRequestsRead from './types/chat/bsky/group/updateJoinRequestsRead.js';
610
+ export * as ChatBskyGroupWithdrawJoinRequest from './types/chat/bsky/group/withdrawJoinRequest.js';
611
+ export * as ChatBskyModerationDefs from './types/chat/bsky/moderation/defs.js';
612
+ export * as ChatBskyModerationGetActorMetadata from './types/chat/bsky/moderation/getActorMetadata.js';
613
+ export * as ChatBskyModerationGetConvo from './types/chat/bsky/moderation/getConvo.js';
614
+ export * as ChatBskyModerationGetConvoMembers from './types/chat/bsky/moderation/getConvoMembers.js';
615
+ export * as ChatBskyModerationGetConvos from './types/chat/bsky/moderation/getConvos.js';
616
+ export * as ChatBskyModerationGetMessageContext from './types/chat/bsky/moderation/getMessageContext.js';
617
+ export * as ChatBskyModerationSubscribeModEvents from './types/chat/bsky/moderation/subscribeModEvents.js';
618
+ export * as ChatBskyModerationUpdateActorAccess from './types/chat/bsky/moderation/updateActorAccess.js';
619
+ export * as ChatBskyNotificationDefs from './types/chat/bsky/notification/defs.js';
620
+ export * as ChatBskyNotificationGetPreferences from './types/chat/bsky/notification/getPreferences.js';
621
+ export * as ChatBskyNotificationPutPreferences from './types/chat/bsky/notification/putPreferences.js';
622
+ export * as ComAtprotoAdminDefs from './types/com/atproto/admin/defs.js';
623
+ export * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount.js';
624
+ export * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites.js';
625
+ export * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes.js';
626
+ export * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites.js';
627
+ export * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo.js';
628
+ export * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos.js';
629
+ export * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes.js';
630
+ export * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus.js';
631
+ export * as ComAtprotoAdminSearchAccounts from './types/com/atproto/admin/searchAccounts.js';
632
+ export * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail.js';
633
+ export * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail.js';
634
+ export * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle.js';
635
+ export * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword.js';
636
+ export * as ComAtprotoAdminUpdateAccountSigningKey from './types/com/atproto/admin/updateAccountSigningKey.js';
637
+ export * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus.js';
638
+ export * as ComAtprotoIdentityDefs from './types/com/atproto/identity/defs.js';
639
+ export * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials.js';
640
+ export * as ComAtprotoIdentityRefreshIdentity from './types/com/atproto/identity/refreshIdentity.js';
641
+ export * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature.js';
642
+ export * as ComAtprotoIdentityResolveDid from './types/com/atproto/identity/resolveDid.js';
643
+ export * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle.js';
644
+ export * as ComAtprotoIdentityResolveIdentity from './types/com/atproto/identity/resolveIdentity.js';
645
+ export * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation.js';
646
+ export * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation.js';
647
+ export * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle.js';
648
+ export * as ComAtprotoLabelDefs from './types/com/atproto/label/defs.js';
649
+ export * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels.js';
650
+ export * as ComAtprotoLabelSubscribeLabels from './types/com/atproto/label/subscribeLabels.js';
651
+ export * as ComAtprotoLexiconResolveLexicon from './types/com/atproto/lexicon/resolveLexicon.js';
652
+ export * as ComAtprotoLexiconSchema from './types/com/atproto/lexicon/schema.js';
653
+ export * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport.js';
654
+ export * as ComAtprotoModerationDefs from './types/com/atproto/moderation/defs.js';
655
+ export * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites.js';
656
+ export * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord.js';
657
+ export * as ComAtprotoRepoDefs from './types/com/atproto/repo/defs.js';
658
+ export * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord.js';
659
+ export * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo.js';
660
+ export * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord.js';
661
+ export * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo.js';
662
+ export * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs.js';
663
+ export * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords.js';
664
+ export * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord.js';
665
+ export * as ComAtprotoRepoStrongRef from './types/com/atproto/repo/strongRef.js';
666
+ export * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob.js';
667
+ export * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount.js';
668
+ export * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus.js';
669
+ export * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail.js';
670
+ export * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount.js';
671
+ export * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword.js';
672
+ export * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode.js';
673
+ export * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes.js';
674
+ export * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession.js';
675
+ export * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount.js';
676
+ export * as ComAtprotoServerDefs from './types/com/atproto/server/defs.js';
677
+ export * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount.js';
678
+ export * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession.js';
679
+ export * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer.js';
680
+ export * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes.js';
681
+ export * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth.js';
682
+ export * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession.js';
683
+ export * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords.js';
684
+ export * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession.js';
685
+ export * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete.js';
686
+ export * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation.js';
687
+ export * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate.js';
688
+ export * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset.js';
689
+ export * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey.js';
690
+ export * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword.js';
691
+ export * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword.js';
692
+ export * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail.js';
693
+ export * as ComAtprotoSimplespaceAddMember from './types/com/atproto/simplespace/addMember.js';
694
+ export * as ComAtprotoSimplespaceCheckUserAccess from './types/com/atproto/simplespace/checkUserAccess.js';
695
+ export * as ComAtprotoSimplespaceCreateSpace from './types/com/atproto/simplespace/createSpace.js';
696
+ export * as ComAtprotoSimplespaceDefs from './types/com/atproto/simplespace/defs.js';
697
+ export * as ComAtprotoSimplespaceDeleteSpace from './types/com/atproto/simplespace/deleteSpace.js';
698
+ export * as ComAtprotoSimplespaceGetSpace from './types/com/atproto/simplespace/getSpace.js';
699
+ export * as ComAtprotoSimplespaceListMembers from './types/com/atproto/simplespace/listMembers.js';
700
+ export * as ComAtprotoSimplespaceRemoveMember from './types/com/atproto/simplespace/removeMember.js';
701
+ export * as ComAtprotoSimplespaceUpdateSpace from './types/com/atproto/simplespace/updateSpace.js';
702
+ export * as ComAtprotoSpaceApplyWrites from './types/com/atproto/space/applyWrites.js';
703
+ export * as ComAtprotoSpaceCreateRecord from './types/com/atproto/space/createRecord.js';
704
+ export * as ComAtprotoSpaceDefs from './types/com/atproto/space/defs.js';
705
+ export * as ComAtprotoSpaceDeleteRecord from './types/com/atproto/space/deleteRecord.js';
706
+ export * as ComAtprotoSpaceGetBlob from './types/com/atproto/space/getBlob.js';
707
+ export * as ComAtprotoSpaceGetDelegationToken from './types/com/atproto/space/getDelegationToken.js';
708
+ export * as ComAtprotoSpaceGetLatestCommit from './types/com/atproto/space/getLatestCommit.js';
709
+ export * as ComAtprotoSpaceGetRecord from './types/com/atproto/space/getRecord.js';
710
+ export * as ComAtprotoSpaceGetRepo from './types/com/atproto/space/getRepo.js';
711
+ export * as ComAtprotoSpaceGetSpaceCredential from './types/com/atproto/space/getSpaceCredential.js';
712
+ export * as ComAtprotoSpaceListBlobs from './types/com/atproto/space/listBlobs.js';
713
+ export * as ComAtprotoSpaceListRecords from './types/com/atproto/space/listRecords.js';
714
+ export * as ComAtprotoSpaceListRepoOps from './types/com/atproto/space/listRepoOps.js';
715
+ export * as ComAtprotoSpaceListRepos from './types/com/atproto/space/listRepos.js';
716
+ export * as ComAtprotoSpaceListSpaces from './types/com/atproto/space/listSpaces.js';
717
+ export * as ComAtprotoSpaceNotifySpaceDeleted from './types/com/atproto/space/notifySpaceDeleted.js';
718
+ export * as ComAtprotoSpaceNotifyWrite from './types/com/atproto/space/notifyWrite.js';
719
+ export * as ComAtprotoSpacePutRecord from './types/com/atproto/space/putRecord.js';
720
+ export * as ComAtprotoSpaceRegisterNotify from './types/com/atproto/space/registerNotify.js';
721
+ export * as ComAtprotoSpaceUnregisterNotify from './types/com/atproto/space/unregisterNotify.js';
722
+ export * as ComAtprotoSyncDefs from './types/com/atproto/sync/defs.js';
723
+ export * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob.js';
724
+ export * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks.js';
725
+ export * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout.js';
726
+ export * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead.js';
727
+ export * as ComAtprotoSyncGetHostStatus from './types/com/atproto/sync/getHostStatus.js';
728
+ export * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit.js';
729
+ export * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord.js';
730
+ export * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo.js';
731
+ export * as ComAtprotoSyncGetRepoStatus from './types/com/atproto/sync/getRepoStatus.js';
732
+ export * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs.js';
733
+ export * as ComAtprotoSyncListHosts from './types/com/atproto/sync/listHosts.js';
734
+ export * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos.js';
735
+ export * as ComAtprotoSyncListReposByCollection from './types/com/atproto/sync/listReposByCollection.js';
736
+ export * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate.js';
737
+ export * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl.js';
738
+ export * as ComAtprotoSyncSubscribeRepos from './types/com/atproto/sync/subscribeRepos.js';
739
+ export * as ComAtprotoTempAddReservedHandle from './types/com/atproto/temp/addReservedHandle.js';
740
+ export * as ComAtprotoTempCheckHandleAvailability from './types/com/atproto/temp/checkHandleAvailability.js';
741
+ export * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue.js';
742
+ export * as ComAtprotoTempDereferenceScope from './types/com/atproto/temp/dereferenceScope.js';
743
+ export * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels.js';
744
+ export * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification.js';
745
+ export * as ComAtprotoTempRevokeAccountCredentials from './types/com/atproto/temp/revokeAccountCredentials.js';
746
+ export * as ComGermnetworkDeclaration from './types/com/germnetwork/declaration.js';
747
+ export * as ToolsOzoneCommunicationCreateTemplate from './types/tools/ozone/communication/createTemplate.js';
748
+ export * as ToolsOzoneCommunicationDefs from './types/tools/ozone/communication/defs.js';
749
+ export * as ToolsOzoneCommunicationDeleteTemplate from './types/tools/ozone/communication/deleteTemplate.js';
750
+ export * as ToolsOzoneCommunicationListTemplates from './types/tools/ozone/communication/listTemplates.js';
751
+ export * as ToolsOzoneCommunicationUpdateTemplate from './types/tools/ozone/communication/updateTemplate.js';
752
+ export * as ToolsOzoneHostingGetAccountHistory from './types/tools/ozone/hosting/getAccountHistory.js';
753
+ export * as ToolsOzoneModerationCancelScheduledActions from './types/tools/ozone/moderation/cancelScheduledActions.js';
754
+ export * as ToolsOzoneModerationDefs from './types/tools/ozone/moderation/defs.js';
755
+ export * as ToolsOzoneModerationEmitEvent from './types/tools/ozone/moderation/emitEvent.js';
756
+ export * as ToolsOzoneModerationGetAccountTimeline from './types/tools/ozone/moderation/getAccountTimeline.js';
757
+ export * as ToolsOzoneModerationGetEvent from './types/tools/ozone/moderation/getEvent.js';
758
+ export * as ToolsOzoneModerationGetRecord from './types/tools/ozone/moderation/getRecord.js';
759
+ export * as ToolsOzoneModerationGetRecords from './types/tools/ozone/moderation/getRecords.js';
760
+ export * as ToolsOzoneModerationGetRepo from './types/tools/ozone/moderation/getRepo.js';
761
+ export * as ToolsOzoneModerationGetReporterStats from './types/tools/ozone/moderation/getReporterStats.js';
762
+ export * as ToolsOzoneModerationGetRepos from './types/tools/ozone/moderation/getRepos.js';
763
+ export * as ToolsOzoneModerationGetSubjects from './types/tools/ozone/moderation/getSubjects.js';
764
+ export * as ToolsOzoneModerationListScheduledActions from './types/tools/ozone/moderation/listScheduledActions.js';
765
+ export * as ToolsOzoneModerationQueryEvents from './types/tools/ozone/moderation/queryEvents.js';
766
+ export * as ToolsOzoneModerationQueryStatuses from './types/tools/ozone/moderation/queryStatuses.js';
767
+ export * as ToolsOzoneModerationScheduleAction from './types/tools/ozone/moderation/scheduleAction.js';
768
+ export * as ToolsOzoneModerationSearchRepos from './types/tools/ozone/moderation/searchRepos.js';
769
+ export * as ToolsOzoneQueueAssignModerator from './types/tools/ozone/queue/assignModerator.js';
770
+ export * as ToolsOzoneQueueCreateQueue from './types/tools/ozone/queue/createQueue.js';
771
+ export * as ToolsOzoneQueueDefs from './types/tools/ozone/queue/defs.js';
772
+ export * as ToolsOzoneQueueDeleteQueue from './types/tools/ozone/queue/deleteQueue.js';
773
+ export * as ToolsOzoneQueueGetAssignments from './types/tools/ozone/queue/getAssignments.js';
774
+ export * as ToolsOzoneQueueListQueues from './types/tools/ozone/queue/listQueues.js';
775
+ export * as ToolsOzoneQueueRouteReports from './types/tools/ozone/queue/routeReports.js';
776
+ export * as ToolsOzoneQueueUnassignModerator from './types/tools/ozone/queue/unassignModerator.js';
777
+ export * as ToolsOzoneQueueUpdateQueue from './types/tools/ozone/queue/updateQueue.js';
778
+ export * as ToolsOzoneReportAssignModerator from './types/tools/ozone/report/assignModerator.js';
779
+ export * as ToolsOzoneReportCloseReports from './types/tools/ozone/report/closeReports.js';
780
+ export * as ToolsOzoneReportCreateActivity from './types/tools/ozone/report/createActivity.js';
781
+ export * as ToolsOzoneReportDefs from './types/tools/ozone/report/defs.js';
782
+ export * as ToolsOzoneReportGetAssignments from './types/tools/ozone/report/getAssignments.js';
783
+ export * as ToolsOzoneReportGetHistoricalStats from './types/tools/ozone/report/getHistoricalStats.js';
784
+ export * as ToolsOzoneReportGetLatestReport from './types/tools/ozone/report/getLatestReport.js';
785
+ export * as ToolsOzoneReportGetLiveStats from './types/tools/ozone/report/getLiveStats.js';
786
+ export * as ToolsOzoneReportGetReport from './types/tools/ozone/report/getReport.js';
787
+ export * as ToolsOzoneReportListActivities from './types/tools/ozone/report/listActivities.js';
788
+ export * as ToolsOzoneReportQueryActivities from './types/tools/ozone/report/queryActivities.js';
789
+ export * as ToolsOzoneReportQueryReports from './types/tools/ozone/report/queryReports.js';
790
+ export * as ToolsOzoneReportReassignQueue from './types/tools/ozone/report/reassignQueue.js';
791
+ export * as ToolsOzoneReportRefreshStats from './types/tools/ozone/report/refreshStats.js';
792
+ export * as ToolsOzoneReportUnassignModerator from './types/tools/ozone/report/unassignModerator.js';
793
+ export * as ToolsOzoneSafelinkAddRule from './types/tools/ozone/safelink/addRule.js';
794
+ export * as ToolsOzoneSafelinkDefs from './types/tools/ozone/safelink/defs.js';
795
+ export * as ToolsOzoneSafelinkQueryEvents from './types/tools/ozone/safelink/queryEvents.js';
796
+ export * as ToolsOzoneSafelinkQueryRules from './types/tools/ozone/safelink/queryRules.js';
797
+ export * as ToolsOzoneSafelinkRemoveRule from './types/tools/ozone/safelink/removeRule.js';
798
+ export * as ToolsOzoneSafelinkUpdateRule from './types/tools/ozone/safelink/updateRule.js';
799
+ export * as ToolsOzoneServerGetConfig from './types/tools/ozone/server/getConfig.js';
800
+ export * as ToolsOzoneSetAddValues from './types/tools/ozone/set/addValues.js';
801
+ export * as ToolsOzoneSetDefs from './types/tools/ozone/set/defs.js';
802
+ export * as ToolsOzoneSetDeleteSet from './types/tools/ozone/set/deleteSet.js';
803
+ export * as ToolsOzoneSetDeleteValues from './types/tools/ozone/set/deleteValues.js';
804
+ export * as ToolsOzoneSetGetValues from './types/tools/ozone/set/getValues.js';
805
+ export * as ToolsOzoneSetQuerySets from './types/tools/ozone/set/querySets.js';
806
+ export * as ToolsOzoneSetUpsertSet from './types/tools/ozone/set/upsertSet.js';
807
+ export * as ToolsOzoneSettingDefs from './types/tools/ozone/setting/defs.js';
808
+ export * as ToolsOzoneSettingListOptions from './types/tools/ozone/setting/listOptions.js';
809
+ export * as ToolsOzoneSettingRemoveOptions from './types/tools/ozone/setting/removeOptions.js';
810
+ export * as ToolsOzoneSettingUpsertOption from './types/tools/ozone/setting/upsertOption.js';
811
+ export * as ToolsOzoneSignatureDefs from './types/tools/ozone/signature/defs.js';
812
+ export * as ToolsOzoneSignatureFindCorrelation from './types/tools/ozone/signature/findCorrelation.js';
813
+ export * as ToolsOzoneSignatureFindRelatedAccounts from './types/tools/ozone/signature/findRelatedAccounts.js';
814
+ export * as ToolsOzoneSignatureSearchAccounts from './types/tools/ozone/signature/searchAccounts.js';
815
+ export * as ToolsOzoneTeamAddMember from './types/tools/ozone/team/addMember.js';
816
+ export * as ToolsOzoneTeamDefs from './types/tools/ozone/team/defs.js';
817
+ export * as ToolsOzoneTeamDeleteMember from './types/tools/ozone/team/deleteMember.js';
818
+ export * as ToolsOzoneTeamListMembers from './types/tools/ozone/team/listMembers.js';
819
+ export * as ToolsOzoneTeamUpdateMember from './types/tools/ozone/team/updateMember.js';
820
+ export * as ToolsOzoneVerificationDefs from './types/tools/ozone/verification/defs.js';
821
+ export * as ToolsOzoneVerificationGrantVerifications from './types/tools/ozone/verification/grantVerifications.js';
822
+ export * as ToolsOzoneVerificationListVerifications from './types/tools/ozone/verification/listVerifications.js';
823
+ export * as ToolsOzoneVerificationRevokeVerifications from './types/tools/ozone/verification/revokeVerifications.js';
824
+ export const APP_BSKY_ACTOR = {
825
+ StatusLive: 'app.bsky.actor.status#live',
826
+ };
827
+ export const APP_BSKY_FEED = {
828
+ DefsRequestLess: 'app.bsky.feed.defs#requestLess',
829
+ DefsRequestMore: 'app.bsky.feed.defs#requestMore',
830
+ DefsClickthroughItem: 'app.bsky.feed.defs#clickthroughItem',
831
+ DefsClickthroughAuthor: 'app.bsky.feed.defs#clickthroughAuthor',
832
+ DefsClickthroughReposter: 'app.bsky.feed.defs#clickthroughReposter',
833
+ DefsClickthroughEmbed: 'app.bsky.feed.defs#clickthroughEmbed',
834
+ DefsContentModeUnspecified: 'app.bsky.feed.defs#contentModeUnspecified',
835
+ DefsContentModeVideo: 'app.bsky.feed.defs#contentModeVideo',
836
+ DefsInteractionSeen: 'app.bsky.feed.defs#interactionSeen',
837
+ DefsInteractionLike: 'app.bsky.feed.defs#interactionLike',
838
+ DefsInteractionRepost: 'app.bsky.feed.defs#interactionRepost',
839
+ DefsInteractionReply: 'app.bsky.feed.defs#interactionReply',
840
+ DefsInteractionQuote: 'app.bsky.feed.defs#interactionQuote',
841
+ DefsInteractionShare: 'app.bsky.feed.defs#interactionShare',
842
+ };
843
+ export const APP_BSKY_GRAPH = {
844
+ DefsModlist: 'app.bsky.graph.defs#modlist',
845
+ DefsCuratelist: 'app.bsky.graph.defs#curatelist',
846
+ DefsReferencelist: 'app.bsky.graph.defs#referencelist',
847
+ };
848
+ export const COM_ATPROTO_MODERATION = {
849
+ DefsReasonSpam: 'com.atproto.moderation.defs#reasonSpam',
850
+ DefsReasonViolation: 'com.atproto.moderation.defs#reasonViolation',
851
+ DefsReasonMisleading: 'com.atproto.moderation.defs#reasonMisleading',
852
+ DefsReasonSexual: 'com.atproto.moderation.defs#reasonSexual',
853
+ DefsReasonRude: 'com.atproto.moderation.defs#reasonRude',
854
+ DefsReasonOther: 'com.atproto.moderation.defs#reasonOther',
855
+ DefsReasonAppeal: 'com.atproto.moderation.defs#reasonAppeal',
856
+ };
857
+ export const TOOLS_OZONE_MODERATION = {
858
+ DefsReviewOpen: 'tools.ozone.moderation.defs#reviewOpen',
859
+ DefsReviewEscalated: 'tools.ozone.moderation.defs#reviewEscalated',
860
+ DefsReviewClosed: 'tools.ozone.moderation.defs#reviewClosed',
861
+ DefsReviewNone: 'tools.ozone.moderation.defs#reviewNone',
862
+ DefsTimelineEventPlcCreate: 'tools.ozone.moderation.defs#timelineEventPlcCreate',
863
+ DefsTimelineEventPlcOperation: 'tools.ozone.moderation.defs#timelineEventPlcOperation',
864
+ DefsTimelineEventPlcTombstone: 'tools.ozone.moderation.defs#timelineEventPlcTombstone',
865
+ };
866
+ export const TOOLS_OZONE_REPORT = {
867
+ DefsReasonAppeal: 'tools.ozone.report.defs#reasonAppeal',
868
+ DefsReasonOther: 'tools.ozone.report.defs#reasonOther',
869
+ DefsReasonViolenceAnimal: 'tools.ozone.report.defs#reasonViolenceAnimal',
870
+ DefsReasonViolenceThreats: 'tools.ozone.report.defs#reasonViolenceThreats',
871
+ DefsReasonViolenceGraphicContent: 'tools.ozone.report.defs#reasonViolenceGraphicContent',
872
+ DefsReasonViolenceGlorification: 'tools.ozone.report.defs#reasonViolenceGlorification',
873
+ DefsReasonViolenceExtremistContent: 'tools.ozone.report.defs#reasonViolenceExtremistContent',
874
+ DefsReasonViolenceTrafficking: 'tools.ozone.report.defs#reasonViolenceTrafficking',
875
+ DefsReasonViolenceOther: 'tools.ozone.report.defs#reasonViolenceOther',
876
+ DefsReasonSexualAbuseContent: 'tools.ozone.report.defs#reasonSexualAbuseContent',
877
+ DefsReasonSexualNCII: 'tools.ozone.report.defs#reasonSexualNCII',
878
+ DefsReasonSexualDeepfake: 'tools.ozone.report.defs#reasonSexualDeepfake',
879
+ DefsReasonSexualAnimal: 'tools.ozone.report.defs#reasonSexualAnimal',
880
+ DefsReasonSexualUnlabeled: 'tools.ozone.report.defs#reasonSexualUnlabeled',
881
+ DefsReasonSexualOther: 'tools.ozone.report.defs#reasonSexualOther',
882
+ DefsReasonChildSafetyCSAM: 'tools.ozone.report.defs#reasonChildSafetyCSAM',
883
+ DefsReasonChildSafetyGroom: 'tools.ozone.report.defs#reasonChildSafetyGroom',
884
+ DefsReasonChildSafetyPrivacy: 'tools.ozone.report.defs#reasonChildSafetyPrivacy',
885
+ DefsReasonChildSafetyHarassment: 'tools.ozone.report.defs#reasonChildSafetyHarassment',
886
+ DefsReasonChildSafetyOther: 'tools.ozone.report.defs#reasonChildSafetyOther',
887
+ DefsReasonHarassmentTroll: 'tools.ozone.report.defs#reasonHarassmentTroll',
888
+ DefsReasonHarassmentTargeted: 'tools.ozone.report.defs#reasonHarassmentTargeted',
889
+ DefsReasonHarassmentHateSpeech: 'tools.ozone.report.defs#reasonHarassmentHateSpeech',
890
+ DefsReasonHarassmentDoxxing: 'tools.ozone.report.defs#reasonHarassmentDoxxing',
891
+ DefsReasonHarassmentOther: 'tools.ozone.report.defs#reasonHarassmentOther',
892
+ DefsReasonMisleadingBot: 'tools.ozone.report.defs#reasonMisleadingBot',
893
+ DefsReasonMisleadingImpersonation: 'tools.ozone.report.defs#reasonMisleadingImpersonation',
894
+ DefsReasonMisleadingSpam: 'tools.ozone.report.defs#reasonMisleadingSpam',
895
+ DefsReasonMisleadingScam: 'tools.ozone.report.defs#reasonMisleadingScam',
896
+ DefsReasonMisleadingElections: 'tools.ozone.report.defs#reasonMisleadingElections',
897
+ DefsReasonMisleadingOther: 'tools.ozone.report.defs#reasonMisleadingOther',
898
+ DefsReasonRuleSiteSecurity: 'tools.ozone.report.defs#reasonRuleSiteSecurity',
899
+ DefsReasonRuleProhibitedSales: 'tools.ozone.report.defs#reasonRuleProhibitedSales',
900
+ DefsReasonRuleBanEvasion: 'tools.ozone.report.defs#reasonRuleBanEvasion',
901
+ DefsReasonRuleOther: 'tools.ozone.report.defs#reasonRuleOther',
902
+ DefsReasonSelfHarmContent: 'tools.ozone.report.defs#reasonSelfHarmContent',
903
+ DefsReasonSelfHarmED: 'tools.ozone.report.defs#reasonSelfHarmED',
904
+ DefsReasonSelfHarmStunts: 'tools.ozone.report.defs#reasonSelfHarmStunts',
905
+ DefsReasonSelfHarmSubstances: 'tools.ozone.report.defs#reasonSelfHarmSubstances',
906
+ DefsReasonSelfHarmOther: 'tools.ozone.report.defs#reasonSelfHarmOther',
907
+ };
908
+ export const TOOLS_OZONE_TEAM = {
909
+ DefsRoleAdmin: 'tools.ozone.team.defs#roleAdmin',
910
+ DefsRoleModerator: 'tools.ozone.team.defs#roleModerator',
911
+ DefsRoleTriage: 'tools.ozone.team.defs#roleTriage',
912
+ DefsRoleVerifier: 'tools.ozone.team.defs#roleVerifier',
913
+ };
914
+ export class AtpBaseClient extends XrpcClient {
915
+ constructor(options) {
916
+ super(options, schemas);
917
+ this.app = new AppNS(this);
918
+ this.chat = new ChatNS(this);
919
+ this.com = new ComNS(this);
920
+ this.tools = new ToolsNS(this);
921
+ }
922
+ /** @deprecated use `this` instead */
923
+ get xrpc() {
924
+ return this;
925
+ }
926
+ }
927
+ export class AppNS {
928
+ constructor(client) {
929
+ this._client = client;
930
+ this.bsky = new AppBskyNS(client);
931
+ }
932
+ }
933
+ export class AppBskyNS {
934
+ constructor(client) {
935
+ this._client = client;
936
+ this.actor = new AppBskyActorNS(client);
937
+ this.ageassurance = new AppBskyAgeassuranceNS(client);
938
+ this.bookmark = new AppBskyBookmarkNS(client);
939
+ this.contact = new AppBskyContactNS(client);
940
+ this.draft = new AppBskyDraftNS(client);
941
+ this.embed = new AppBskyEmbedNS(client);
942
+ this.feed = new AppBskyFeedNS(client);
943
+ this.graph = new AppBskyGraphNS(client);
944
+ this.labeler = new AppBskyLabelerNS(client);
945
+ this.notification = new AppBskyNotificationNS(client);
946
+ this.richtext = new AppBskyRichtextNS(client);
947
+ this.unspecced = new AppBskyUnspeccedNS(client);
948
+ this.video = new AppBskyVideoNS(client);
949
+ }
950
+ }
951
+ export class AppBskyActorNS {
952
+ constructor(client) {
953
+ this._client = client;
954
+ this.profile = new AppBskyActorProfileRecord(client);
955
+ this.status = new AppBskyActorStatusRecord(client);
956
+ }
957
+ getPreferences(params, opts) {
958
+ return this._client.call('app.bsky.actor.getPreferences', params, undefined, opts);
959
+ }
960
+ getProfile(params, opts) {
961
+ return this._client.call('app.bsky.actor.getProfile', params, undefined, opts);
962
+ }
963
+ getProfiles(params, opts) {
964
+ return this._client.call('app.bsky.actor.getProfiles', params, undefined, opts);
965
+ }
966
+ getSuggestions(params, opts) {
967
+ return this._client.call('app.bsky.actor.getSuggestions', params, undefined, opts);
968
+ }
969
+ putPreferences(data, opts) {
970
+ return this._client.call('app.bsky.actor.putPreferences', opts?.qp, data, opts);
971
+ }
972
+ searchActors(params, opts) {
973
+ return this._client.call('app.bsky.actor.searchActors', params, undefined, opts);
974
+ }
975
+ searchActorsTypeahead(params, opts) {
976
+ return this._client.call('app.bsky.actor.searchActorsTypeahead', params, undefined, opts);
977
+ }
978
+ }
979
+ export class AppBskyActorProfileRecord {
980
+ constructor(client) {
981
+ this._client = client;
982
+ }
983
+ async list(params) {
984
+ const res = await this._client.call('com.atproto.repo.listRecords', {
985
+ collection: 'app.bsky.actor.profile',
986
+ ...params,
987
+ });
988
+ return res.data;
989
+ }
990
+ async get(params) {
991
+ const res = await this._client.call('com.atproto.repo.getRecord', {
992
+ collection: 'app.bsky.actor.profile',
993
+ ...params,
994
+ });
995
+ return res.data;
996
+ }
997
+ async create(params, record, headers) {
998
+ const collection = 'app.bsky.actor.profile';
999
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, {
1000
+ collection,
1001
+ rkey: 'self',
1002
+ ...params,
1003
+ record: { ...record, $type: collection },
1004
+ }, { encoding: 'application/json', headers });
1005
+ return res.data;
1006
+ }
1007
+ async put(params, record, headers) {
1008
+ const collection = 'app.bsky.actor.profile';
1009
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1010
+ return res.data;
1011
+ }
1012
+ async delete(params, headers) {
1013
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.actor.profile', ...params }, { headers });
1014
+ }
1015
+ }
1016
+ export class AppBskyActorStatusRecord {
1017
+ constructor(client) {
1018
+ this._client = client;
1019
+ }
1020
+ async list(params) {
1021
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1022
+ collection: 'app.bsky.actor.status',
1023
+ ...params,
1024
+ });
1025
+ return res.data;
1026
+ }
1027
+ async get(params) {
1028
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1029
+ collection: 'app.bsky.actor.status',
1030
+ ...params,
1031
+ });
1032
+ return res.data;
1033
+ }
1034
+ async create(params, record, headers) {
1035
+ const collection = 'app.bsky.actor.status';
1036
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, {
1037
+ collection,
1038
+ rkey: 'self',
1039
+ ...params,
1040
+ record: { ...record, $type: collection },
1041
+ }, { encoding: 'application/json', headers });
1042
+ return res.data;
1043
+ }
1044
+ async put(params, record, headers) {
1045
+ const collection = 'app.bsky.actor.status';
1046
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1047
+ return res.data;
1048
+ }
1049
+ async delete(params, headers) {
1050
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.actor.status', ...params }, { headers });
1051
+ }
1052
+ }
1053
+ export class AppBskyAgeassuranceNS {
1054
+ constructor(client) {
1055
+ this._client = client;
1056
+ }
1057
+ begin(data, opts) {
1058
+ return this._client
1059
+ .call('app.bsky.ageassurance.begin', opts?.qp, data, opts)
1060
+ .catch((e) => {
1061
+ throw AppBskyAgeassuranceBegin.toKnownErr(e);
1062
+ });
1063
+ }
1064
+ getConfig(params, opts) {
1065
+ return this._client.call('app.bsky.ageassurance.getConfig', params, undefined, opts);
1066
+ }
1067
+ getState(params, opts) {
1068
+ return this._client.call('app.bsky.ageassurance.getState', params, undefined, opts);
1069
+ }
1070
+ }
1071
+ export class AppBskyBookmarkNS {
1072
+ constructor(client) {
1073
+ this._client = client;
1074
+ }
1075
+ createBookmark(data, opts) {
1076
+ return this._client
1077
+ .call('app.bsky.bookmark.createBookmark', opts?.qp, data, opts)
1078
+ .catch((e) => {
1079
+ throw AppBskyBookmarkCreateBookmark.toKnownErr(e);
1080
+ });
1081
+ }
1082
+ deleteBookmark(data, opts) {
1083
+ return this._client
1084
+ .call('app.bsky.bookmark.deleteBookmark', opts?.qp, data, opts)
1085
+ .catch((e) => {
1086
+ throw AppBskyBookmarkDeleteBookmark.toKnownErr(e);
1087
+ });
1088
+ }
1089
+ getBookmarks(params, opts) {
1090
+ return this._client.call('app.bsky.bookmark.getBookmarks', params, undefined, opts);
1091
+ }
1092
+ }
1093
+ export class AppBskyContactNS {
1094
+ constructor(client) {
1095
+ this._client = client;
1096
+ }
1097
+ dismissMatch(data, opts) {
1098
+ return this._client
1099
+ .call('app.bsky.contact.dismissMatch', opts?.qp, data, opts)
1100
+ .catch((e) => {
1101
+ throw AppBskyContactDismissMatch.toKnownErr(e);
1102
+ });
1103
+ }
1104
+ getMatches(params, opts) {
1105
+ return this._client
1106
+ .call('app.bsky.contact.getMatches', params, undefined, opts)
1107
+ .catch((e) => {
1108
+ throw AppBskyContactGetMatches.toKnownErr(e);
1109
+ });
1110
+ }
1111
+ getSyncStatus(params, opts) {
1112
+ return this._client
1113
+ .call('app.bsky.contact.getSyncStatus', params, undefined, opts)
1114
+ .catch((e) => {
1115
+ throw AppBskyContactGetSyncStatus.toKnownErr(e);
1116
+ });
1117
+ }
1118
+ importContacts(data, opts) {
1119
+ return this._client
1120
+ .call('app.bsky.contact.importContacts', opts?.qp, data, opts)
1121
+ .catch((e) => {
1122
+ throw AppBskyContactImportContacts.toKnownErr(e);
1123
+ });
1124
+ }
1125
+ removeData(data, opts) {
1126
+ return this._client
1127
+ .call('app.bsky.contact.removeData', opts?.qp, data, opts)
1128
+ .catch((e) => {
1129
+ throw AppBskyContactRemoveData.toKnownErr(e);
1130
+ });
1131
+ }
1132
+ sendNotification(data, opts) {
1133
+ return this._client.call('app.bsky.contact.sendNotification', opts?.qp, data, opts);
1134
+ }
1135
+ startPhoneVerification(data, opts) {
1136
+ return this._client
1137
+ .call('app.bsky.contact.startPhoneVerification', opts?.qp, data, opts)
1138
+ .catch((e) => {
1139
+ throw AppBskyContactStartPhoneVerification.toKnownErr(e);
1140
+ });
1141
+ }
1142
+ verifyPhone(data, opts) {
1143
+ return this._client
1144
+ .call('app.bsky.contact.verifyPhone', opts?.qp, data, opts)
1145
+ .catch((e) => {
1146
+ throw AppBskyContactVerifyPhone.toKnownErr(e);
1147
+ });
1148
+ }
1149
+ }
1150
+ export class AppBskyDraftNS {
1151
+ constructor(client) {
1152
+ this._client = client;
1153
+ }
1154
+ createDraft(data, opts) {
1155
+ return this._client
1156
+ .call('app.bsky.draft.createDraft', opts?.qp, data, opts)
1157
+ .catch((e) => {
1158
+ throw AppBskyDraftCreateDraft.toKnownErr(e);
1159
+ });
1160
+ }
1161
+ deleteDraft(data, opts) {
1162
+ return this._client.call('app.bsky.draft.deleteDraft', opts?.qp, data, opts);
1163
+ }
1164
+ getDrafts(params, opts) {
1165
+ return this._client.call('app.bsky.draft.getDrafts', params, undefined, opts);
1166
+ }
1167
+ updateDraft(data, opts) {
1168
+ return this._client.call('app.bsky.draft.updateDraft', opts?.qp, data, opts);
1169
+ }
1170
+ }
1171
+ export class AppBskyEmbedNS {
1172
+ constructor(client) {
1173
+ this._client = client;
1174
+ }
1175
+ getEmbedExternalView(params, opts) {
1176
+ return this._client.call('app.bsky.embed.getEmbedExternalView', params, undefined, opts);
1177
+ }
1178
+ }
1179
+ export class AppBskyFeedNS {
1180
+ constructor(client) {
1181
+ this._client = client;
1182
+ this.generator = new AppBskyFeedGeneratorRecord(client);
1183
+ this.like = new AppBskyFeedLikeRecord(client);
1184
+ this.post = new AppBskyFeedPostRecord(client);
1185
+ this.postgate = new AppBskyFeedPostgateRecord(client);
1186
+ this.repost = new AppBskyFeedRepostRecord(client);
1187
+ this.threadgate = new AppBskyFeedThreadgateRecord(client);
1188
+ }
1189
+ describeFeedGenerator(params, opts) {
1190
+ return this._client.call('app.bsky.feed.describeFeedGenerator', params, undefined, opts);
1191
+ }
1192
+ getActorFeeds(params, opts) {
1193
+ return this._client.call('app.bsky.feed.getActorFeeds', params, undefined, opts);
1194
+ }
1195
+ getActorLikes(params, opts) {
1196
+ return this._client
1197
+ .call('app.bsky.feed.getActorLikes', params, undefined, opts)
1198
+ .catch((e) => {
1199
+ throw AppBskyFeedGetActorLikes.toKnownErr(e);
1200
+ });
1201
+ }
1202
+ getAuthorFeed(params, opts) {
1203
+ return this._client
1204
+ .call('app.bsky.feed.getAuthorFeed', params, undefined, opts)
1205
+ .catch((e) => {
1206
+ throw AppBskyFeedGetAuthorFeed.toKnownErr(e);
1207
+ });
1208
+ }
1209
+ getFeed(params, opts) {
1210
+ return this._client
1211
+ .call('app.bsky.feed.getFeed', params, undefined, opts)
1212
+ .catch((e) => {
1213
+ throw AppBskyFeedGetFeed.toKnownErr(e);
1214
+ });
1215
+ }
1216
+ getFeedGenerator(params, opts) {
1217
+ return this._client.call('app.bsky.feed.getFeedGenerator', params, undefined, opts);
1218
+ }
1219
+ getFeedGenerators(params, opts) {
1220
+ return this._client.call('app.bsky.feed.getFeedGenerators', params, undefined, opts);
1221
+ }
1222
+ getFeedSkeleton(params, opts) {
1223
+ return this._client
1224
+ .call('app.bsky.feed.getFeedSkeleton', params, undefined, opts)
1225
+ .catch((e) => {
1226
+ throw AppBskyFeedGetFeedSkeleton.toKnownErr(e);
1227
+ });
1228
+ }
1229
+ getLikes(params, opts) {
1230
+ return this._client.call('app.bsky.feed.getLikes', params, undefined, opts);
1231
+ }
1232
+ getListFeed(params, opts) {
1233
+ return this._client
1234
+ .call('app.bsky.feed.getListFeed', params, undefined, opts)
1235
+ .catch((e) => {
1236
+ throw AppBskyFeedGetListFeed.toKnownErr(e);
1237
+ });
1238
+ }
1239
+ getPostThread(params, opts) {
1240
+ return this._client
1241
+ .call('app.bsky.feed.getPostThread', params, undefined, opts)
1242
+ .catch((e) => {
1243
+ throw AppBskyFeedGetPostThread.toKnownErr(e);
1244
+ });
1245
+ }
1246
+ getPosts(params, opts) {
1247
+ return this._client.call('app.bsky.feed.getPosts', params, undefined, opts);
1248
+ }
1249
+ getQuotes(params, opts) {
1250
+ return this._client.call('app.bsky.feed.getQuotes', params, undefined, opts);
1251
+ }
1252
+ getRepostedBy(params, opts) {
1253
+ return this._client.call('app.bsky.feed.getRepostedBy', params, undefined, opts);
1254
+ }
1255
+ getSuggestedFeeds(params, opts) {
1256
+ return this._client.call('app.bsky.feed.getSuggestedFeeds', params, undefined, opts);
1257
+ }
1258
+ getTimeline(params, opts) {
1259
+ return this._client.call('app.bsky.feed.getTimeline', params, undefined, opts);
1260
+ }
1261
+ searchPosts(params, opts) {
1262
+ return this._client
1263
+ .call('app.bsky.feed.searchPosts', params, undefined, opts)
1264
+ .catch((e) => {
1265
+ throw AppBskyFeedSearchPosts.toKnownErr(e);
1266
+ });
1267
+ }
1268
+ searchPostsV2(params, opts) {
1269
+ return this._client
1270
+ .call('app.bsky.feed.searchPostsV2', params, undefined, opts)
1271
+ .catch((e) => {
1272
+ throw AppBskyFeedSearchPostsV2.toKnownErr(e);
1273
+ });
1274
+ }
1275
+ sendInteractions(data, opts) {
1276
+ return this._client.call('app.bsky.feed.sendInteractions', opts?.qp, data, opts);
1277
+ }
1278
+ }
1279
+ export class AppBskyFeedGeneratorRecord {
1280
+ constructor(client) {
1281
+ this._client = client;
1282
+ }
1283
+ async list(params) {
1284
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1285
+ collection: 'app.bsky.feed.generator',
1286
+ ...params,
1287
+ });
1288
+ return res.data;
1289
+ }
1290
+ async get(params) {
1291
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1292
+ collection: 'app.bsky.feed.generator',
1293
+ ...params,
1294
+ });
1295
+ return res.data;
1296
+ }
1297
+ async create(params, record, headers) {
1298
+ const collection = 'app.bsky.feed.generator';
1299
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1300
+ return res.data;
1301
+ }
1302
+ async put(params, record, headers) {
1303
+ const collection = 'app.bsky.feed.generator';
1304
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1305
+ return res.data;
1306
+ }
1307
+ async delete(params, headers) {
1308
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.generator', ...params }, { headers });
1309
+ }
1310
+ }
1311
+ export class AppBskyFeedLikeRecord {
1312
+ constructor(client) {
1313
+ this._client = client;
1314
+ }
1315
+ async list(params) {
1316
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1317
+ collection: 'app.bsky.feed.like',
1318
+ ...params,
1319
+ });
1320
+ return res.data;
1321
+ }
1322
+ async get(params) {
1323
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1324
+ collection: 'app.bsky.feed.like',
1325
+ ...params,
1326
+ });
1327
+ return res.data;
1328
+ }
1329
+ async create(params, record, headers) {
1330
+ const collection = 'app.bsky.feed.like';
1331
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1332
+ return res.data;
1333
+ }
1334
+ async put(params, record, headers) {
1335
+ const collection = 'app.bsky.feed.like';
1336
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1337
+ return res.data;
1338
+ }
1339
+ async delete(params, headers) {
1340
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.like', ...params }, { headers });
1341
+ }
1342
+ }
1343
+ export class AppBskyFeedPostRecord {
1344
+ constructor(client) {
1345
+ this._client = client;
1346
+ }
1347
+ async list(params) {
1348
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1349
+ collection: 'app.bsky.feed.post',
1350
+ ...params,
1351
+ });
1352
+ return res.data;
1353
+ }
1354
+ async get(params) {
1355
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1356
+ collection: 'app.bsky.feed.post',
1357
+ ...params,
1358
+ });
1359
+ return res.data;
1360
+ }
1361
+ async create(params, record, headers) {
1362
+ const collection = 'app.bsky.feed.post';
1363
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1364
+ return res.data;
1365
+ }
1366
+ async put(params, record, headers) {
1367
+ const collection = 'app.bsky.feed.post';
1368
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1369
+ return res.data;
1370
+ }
1371
+ async delete(params, headers) {
1372
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.post', ...params }, { headers });
1373
+ }
1374
+ }
1375
+ export class AppBskyFeedPostgateRecord {
1376
+ constructor(client) {
1377
+ this._client = client;
1378
+ }
1379
+ async list(params) {
1380
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1381
+ collection: 'app.bsky.feed.postgate',
1382
+ ...params,
1383
+ });
1384
+ return res.data;
1385
+ }
1386
+ async get(params) {
1387
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1388
+ collection: 'app.bsky.feed.postgate',
1389
+ ...params,
1390
+ });
1391
+ return res.data;
1392
+ }
1393
+ async create(params, record, headers) {
1394
+ const collection = 'app.bsky.feed.postgate';
1395
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1396
+ return res.data;
1397
+ }
1398
+ async put(params, record, headers) {
1399
+ const collection = 'app.bsky.feed.postgate';
1400
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1401
+ return res.data;
1402
+ }
1403
+ async delete(params, headers) {
1404
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.postgate', ...params }, { headers });
1405
+ }
1406
+ }
1407
+ export class AppBskyFeedRepostRecord {
1408
+ constructor(client) {
1409
+ this._client = client;
1410
+ }
1411
+ async list(params) {
1412
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1413
+ collection: 'app.bsky.feed.repost',
1414
+ ...params,
1415
+ });
1416
+ return res.data;
1417
+ }
1418
+ async get(params) {
1419
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1420
+ collection: 'app.bsky.feed.repost',
1421
+ ...params,
1422
+ });
1423
+ return res.data;
1424
+ }
1425
+ async create(params, record, headers) {
1426
+ const collection = 'app.bsky.feed.repost';
1427
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1428
+ return res.data;
1429
+ }
1430
+ async put(params, record, headers) {
1431
+ const collection = 'app.bsky.feed.repost';
1432
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1433
+ return res.data;
1434
+ }
1435
+ async delete(params, headers) {
1436
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.repost', ...params }, { headers });
1437
+ }
1438
+ }
1439
+ export class AppBskyFeedThreadgateRecord {
1440
+ constructor(client) {
1441
+ this._client = client;
1442
+ }
1443
+ async list(params) {
1444
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1445
+ collection: 'app.bsky.feed.threadgate',
1446
+ ...params,
1447
+ });
1448
+ return res.data;
1449
+ }
1450
+ async get(params) {
1451
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1452
+ collection: 'app.bsky.feed.threadgate',
1453
+ ...params,
1454
+ });
1455
+ return res.data;
1456
+ }
1457
+ async create(params, record, headers) {
1458
+ const collection = 'app.bsky.feed.threadgate';
1459
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1460
+ return res.data;
1461
+ }
1462
+ async put(params, record, headers) {
1463
+ const collection = 'app.bsky.feed.threadgate';
1464
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1465
+ return res.data;
1466
+ }
1467
+ async delete(params, headers) {
1468
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.threadgate', ...params }, { headers });
1469
+ }
1470
+ }
1471
+ export class AppBskyGraphNS {
1472
+ constructor(client) {
1473
+ this._client = client;
1474
+ this.block = new AppBskyGraphBlockRecord(client);
1475
+ this.follow = new AppBskyGraphFollowRecord(client);
1476
+ this.list = new AppBskyGraphListRecord(client);
1477
+ this.listblock = new AppBskyGraphListblockRecord(client);
1478
+ this.listitem = new AppBskyGraphListitemRecord(client);
1479
+ this.starterpack = new AppBskyGraphStarterpackRecord(client);
1480
+ this.verification = new AppBskyGraphVerificationRecord(client);
1481
+ }
1482
+ getActorStarterPacks(params, opts) {
1483
+ return this._client.call('app.bsky.graph.getActorStarterPacks', params, undefined, opts);
1484
+ }
1485
+ getBlocks(params, opts) {
1486
+ return this._client.call('app.bsky.graph.getBlocks', params, undefined, opts);
1487
+ }
1488
+ getFollowers(params, opts) {
1489
+ return this._client.call('app.bsky.graph.getFollowers', params, undefined, opts);
1490
+ }
1491
+ getFollows(params, opts) {
1492
+ return this._client.call('app.bsky.graph.getFollows', params, undefined, opts);
1493
+ }
1494
+ getKnownFollowers(params, opts) {
1495
+ return this._client.call('app.bsky.graph.getKnownFollowers', params, undefined, opts);
1496
+ }
1497
+ getList(params, opts) {
1498
+ return this._client.call('app.bsky.graph.getList', params, undefined, opts);
1499
+ }
1500
+ getListBlocks(params, opts) {
1501
+ return this._client.call('app.bsky.graph.getListBlocks', params, undefined, opts);
1502
+ }
1503
+ getListMutes(params, opts) {
1504
+ return this._client.call('app.bsky.graph.getListMutes', params, undefined, opts);
1505
+ }
1506
+ getLists(params, opts) {
1507
+ return this._client.call('app.bsky.graph.getLists', params, undefined, opts);
1508
+ }
1509
+ getListsWithMembership(params, opts) {
1510
+ return this._client.call('app.bsky.graph.getListsWithMembership', params, undefined, opts);
1511
+ }
1512
+ getMutes(params, opts) {
1513
+ return this._client.call('app.bsky.graph.getMutes', params, undefined, opts);
1514
+ }
1515
+ getRelationships(params, opts) {
1516
+ return this._client
1517
+ .call('app.bsky.graph.getRelationships', params, undefined, opts)
1518
+ .catch((e) => {
1519
+ throw AppBskyGraphGetRelationships.toKnownErr(e);
1520
+ });
1521
+ }
1522
+ getStarterPack(params, opts) {
1523
+ return this._client.call('app.bsky.graph.getStarterPack', params, undefined, opts);
1524
+ }
1525
+ getStarterPacks(params, opts) {
1526
+ return this._client.call('app.bsky.graph.getStarterPacks', params, undefined, opts);
1527
+ }
1528
+ getStarterPacksWithMembership(params, opts) {
1529
+ return this._client.call('app.bsky.graph.getStarterPacksWithMembership', params, undefined, opts);
1530
+ }
1531
+ getSuggestedFollowsByActor(params, opts) {
1532
+ return this._client.call('app.bsky.graph.getSuggestedFollowsByActor', params, undefined, opts);
1533
+ }
1534
+ muteActor(data, opts) {
1535
+ return this._client.call('app.bsky.graph.muteActor', opts?.qp, data, opts);
1536
+ }
1537
+ muteActorList(data, opts) {
1538
+ return this._client.call('app.bsky.graph.muteActorList', opts?.qp, data, opts);
1539
+ }
1540
+ muteThread(data, opts) {
1541
+ return this._client.call('app.bsky.graph.muteThread', opts?.qp, data, opts);
1542
+ }
1543
+ searchStarterPacks(params, opts) {
1544
+ return this._client.call('app.bsky.graph.searchStarterPacks', params, undefined, opts);
1545
+ }
1546
+ searchStarterPacksV2(params, opts) {
1547
+ return this._client.call('app.bsky.graph.searchStarterPacksV2', params, undefined, opts);
1548
+ }
1549
+ unmuteActor(data, opts) {
1550
+ return this._client.call('app.bsky.graph.unmuteActor', opts?.qp, data, opts);
1551
+ }
1552
+ unmuteActorList(data, opts) {
1553
+ return this._client.call('app.bsky.graph.unmuteActorList', opts?.qp, data, opts);
1554
+ }
1555
+ unmuteThread(data, opts) {
1556
+ return this._client.call('app.bsky.graph.unmuteThread', opts?.qp, data, opts);
1557
+ }
1558
+ }
1559
+ export class AppBskyGraphBlockRecord {
1560
+ constructor(client) {
1561
+ this._client = client;
1562
+ }
1563
+ async list(params) {
1564
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1565
+ collection: 'app.bsky.graph.block',
1566
+ ...params,
1567
+ });
1568
+ return res.data;
1569
+ }
1570
+ async get(params) {
1571
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1572
+ collection: 'app.bsky.graph.block',
1573
+ ...params,
1574
+ });
1575
+ return res.data;
1576
+ }
1577
+ async create(params, record, headers) {
1578
+ const collection = 'app.bsky.graph.block';
1579
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1580
+ return res.data;
1581
+ }
1582
+ async put(params, record, headers) {
1583
+ const collection = 'app.bsky.graph.block';
1584
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1585
+ return res.data;
1586
+ }
1587
+ async delete(params, headers) {
1588
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.block', ...params }, { headers });
1589
+ }
1590
+ }
1591
+ export class AppBskyGraphFollowRecord {
1592
+ constructor(client) {
1593
+ this._client = client;
1594
+ }
1595
+ async list(params) {
1596
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1597
+ collection: 'app.bsky.graph.follow',
1598
+ ...params,
1599
+ });
1600
+ return res.data;
1601
+ }
1602
+ async get(params) {
1603
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1604
+ collection: 'app.bsky.graph.follow',
1605
+ ...params,
1606
+ });
1607
+ return res.data;
1608
+ }
1609
+ async create(params, record, headers) {
1610
+ const collection = 'app.bsky.graph.follow';
1611
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1612
+ return res.data;
1613
+ }
1614
+ async put(params, record, headers) {
1615
+ const collection = 'app.bsky.graph.follow';
1616
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1617
+ return res.data;
1618
+ }
1619
+ async delete(params, headers) {
1620
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.follow', ...params }, { headers });
1621
+ }
1622
+ }
1623
+ export class AppBskyGraphListRecord {
1624
+ constructor(client) {
1625
+ this._client = client;
1626
+ }
1627
+ async list(params) {
1628
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1629
+ collection: 'app.bsky.graph.list',
1630
+ ...params,
1631
+ });
1632
+ return res.data;
1633
+ }
1634
+ async get(params) {
1635
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1636
+ collection: 'app.bsky.graph.list',
1637
+ ...params,
1638
+ });
1639
+ return res.data;
1640
+ }
1641
+ async create(params, record, headers) {
1642
+ const collection = 'app.bsky.graph.list';
1643
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1644
+ return res.data;
1645
+ }
1646
+ async put(params, record, headers) {
1647
+ const collection = 'app.bsky.graph.list';
1648
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1649
+ return res.data;
1650
+ }
1651
+ async delete(params, headers) {
1652
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.list', ...params }, { headers });
1653
+ }
1654
+ }
1655
+ export class AppBskyGraphListblockRecord {
1656
+ constructor(client) {
1657
+ this._client = client;
1658
+ }
1659
+ async list(params) {
1660
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1661
+ collection: 'app.bsky.graph.listblock',
1662
+ ...params,
1663
+ });
1664
+ return res.data;
1665
+ }
1666
+ async get(params) {
1667
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1668
+ collection: 'app.bsky.graph.listblock',
1669
+ ...params,
1670
+ });
1671
+ return res.data;
1672
+ }
1673
+ async create(params, record, headers) {
1674
+ const collection = 'app.bsky.graph.listblock';
1675
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1676
+ return res.data;
1677
+ }
1678
+ async put(params, record, headers) {
1679
+ const collection = 'app.bsky.graph.listblock';
1680
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1681
+ return res.data;
1682
+ }
1683
+ async delete(params, headers) {
1684
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.listblock', ...params }, { headers });
1685
+ }
1686
+ }
1687
+ export class AppBskyGraphListitemRecord {
1688
+ constructor(client) {
1689
+ this._client = client;
1690
+ }
1691
+ async list(params) {
1692
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1693
+ collection: 'app.bsky.graph.listitem',
1694
+ ...params,
1695
+ });
1696
+ return res.data;
1697
+ }
1698
+ async get(params) {
1699
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1700
+ collection: 'app.bsky.graph.listitem',
1701
+ ...params,
1702
+ });
1703
+ return res.data;
1704
+ }
1705
+ async create(params, record, headers) {
1706
+ const collection = 'app.bsky.graph.listitem';
1707
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1708
+ return res.data;
1709
+ }
1710
+ async put(params, record, headers) {
1711
+ const collection = 'app.bsky.graph.listitem';
1712
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1713
+ return res.data;
1714
+ }
1715
+ async delete(params, headers) {
1716
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.listitem', ...params }, { headers });
1717
+ }
1718
+ }
1719
+ export class AppBskyGraphStarterpackRecord {
1720
+ constructor(client) {
1721
+ this._client = client;
1722
+ }
1723
+ async list(params) {
1724
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1725
+ collection: 'app.bsky.graph.starterpack',
1726
+ ...params,
1727
+ });
1728
+ return res.data;
1729
+ }
1730
+ async get(params) {
1731
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1732
+ collection: 'app.bsky.graph.starterpack',
1733
+ ...params,
1734
+ });
1735
+ return res.data;
1736
+ }
1737
+ async create(params, record, headers) {
1738
+ const collection = 'app.bsky.graph.starterpack';
1739
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1740
+ return res.data;
1741
+ }
1742
+ async put(params, record, headers) {
1743
+ const collection = 'app.bsky.graph.starterpack';
1744
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1745
+ return res.data;
1746
+ }
1747
+ async delete(params, headers) {
1748
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.starterpack', ...params }, { headers });
1749
+ }
1750
+ }
1751
+ export class AppBskyGraphVerificationRecord {
1752
+ constructor(client) {
1753
+ this._client = client;
1754
+ }
1755
+ async list(params) {
1756
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1757
+ collection: 'app.bsky.graph.verification',
1758
+ ...params,
1759
+ });
1760
+ return res.data;
1761
+ }
1762
+ async get(params) {
1763
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1764
+ collection: 'app.bsky.graph.verification',
1765
+ ...params,
1766
+ });
1767
+ return res.data;
1768
+ }
1769
+ async create(params, record, headers) {
1770
+ const collection = 'app.bsky.graph.verification';
1771
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1772
+ return res.data;
1773
+ }
1774
+ async put(params, record, headers) {
1775
+ const collection = 'app.bsky.graph.verification';
1776
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1777
+ return res.data;
1778
+ }
1779
+ async delete(params, headers) {
1780
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.verification', ...params }, { headers });
1781
+ }
1782
+ }
1783
+ export class AppBskyLabelerNS {
1784
+ constructor(client) {
1785
+ this._client = client;
1786
+ this.service = new AppBskyLabelerServiceRecord(client);
1787
+ }
1788
+ getServices(params, opts) {
1789
+ return this._client.call('app.bsky.labeler.getServices', params, undefined, opts);
1790
+ }
1791
+ }
1792
+ export class AppBskyLabelerServiceRecord {
1793
+ constructor(client) {
1794
+ this._client = client;
1795
+ }
1796
+ async list(params) {
1797
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1798
+ collection: 'app.bsky.labeler.service',
1799
+ ...params,
1800
+ });
1801
+ return res.data;
1802
+ }
1803
+ async get(params) {
1804
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1805
+ collection: 'app.bsky.labeler.service',
1806
+ ...params,
1807
+ });
1808
+ return res.data;
1809
+ }
1810
+ async create(params, record, headers) {
1811
+ const collection = 'app.bsky.labeler.service';
1812
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, {
1813
+ collection,
1814
+ rkey: 'self',
1815
+ ...params,
1816
+ record: { ...record, $type: collection },
1817
+ }, { encoding: 'application/json', headers });
1818
+ return res.data;
1819
+ }
1820
+ async put(params, record, headers) {
1821
+ const collection = 'app.bsky.labeler.service';
1822
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1823
+ return res.data;
1824
+ }
1825
+ async delete(params, headers) {
1826
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.labeler.service', ...params }, { headers });
1827
+ }
1828
+ }
1829
+ export class AppBskyNotificationNS {
1830
+ constructor(client) {
1831
+ this._client = client;
1832
+ this.declaration = new AppBskyNotificationDeclarationRecord(client);
1833
+ }
1834
+ getPreferences(params, opts) {
1835
+ return this._client.call('app.bsky.notification.getPreferences', params, undefined, opts);
1836
+ }
1837
+ getUnreadCount(params, opts) {
1838
+ return this._client.call('app.bsky.notification.getUnreadCount', params, undefined, opts);
1839
+ }
1840
+ listActivitySubscriptions(params, opts) {
1841
+ return this._client.call('app.bsky.notification.listActivitySubscriptions', params, undefined, opts);
1842
+ }
1843
+ listNotifications(params, opts) {
1844
+ return this._client.call('app.bsky.notification.listNotifications', params, undefined, opts);
1845
+ }
1846
+ putActivitySubscription(data, opts) {
1847
+ return this._client.call('app.bsky.notification.putActivitySubscription', opts?.qp, data, opts);
1848
+ }
1849
+ putPreferences(data, opts) {
1850
+ return this._client.call('app.bsky.notification.putPreferences', opts?.qp, data, opts);
1851
+ }
1852
+ putPreferencesV2(data, opts) {
1853
+ return this._client.call('app.bsky.notification.putPreferencesV2', opts?.qp, data, opts);
1854
+ }
1855
+ registerPush(data, opts) {
1856
+ return this._client.call('app.bsky.notification.registerPush', opts?.qp, data, opts);
1857
+ }
1858
+ unregisterPush(data, opts) {
1859
+ return this._client.call('app.bsky.notification.unregisterPush', opts?.qp, data, opts);
1860
+ }
1861
+ updateSeen(data, opts) {
1862
+ return this._client.call('app.bsky.notification.updateSeen', opts?.qp, data, opts);
1863
+ }
1864
+ }
1865
+ export class AppBskyNotificationDeclarationRecord {
1866
+ constructor(client) {
1867
+ this._client = client;
1868
+ }
1869
+ async list(params) {
1870
+ const res = await this._client.call('com.atproto.repo.listRecords', {
1871
+ collection: 'app.bsky.notification.declaration',
1872
+ ...params,
1873
+ });
1874
+ return res.data;
1875
+ }
1876
+ async get(params) {
1877
+ const res = await this._client.call('com.atproto.repo.getRecord', {
1878
+ collection: 'app.bsky.notification.declaration',
1879
+ ...params,
1880
+ });
1881
+ return res.data;
1882
+ }
1883
+ async create(params, record, headers) {
1884
+ const collection = 'app.bsky.notification.declaration';
1885
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, {
1886
+ collection,
1887
+ rkey: 'self',
1888
+ ...params,
1889
+ record: { ...record, $type: collection },
1890
+ }, { encoding: 'application/json', headers });
1891
+ return res.data;
1892
+ }
1893
+ async put(params, record, headers) {
1894
+ const collection = 'app.bsky.notification.declaration';
1895
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
1896
+ return res.data;
1897
+ }
1898
+ async delete(params, headers) {
1899
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.notification.declaration', ...params }, { headers });
1900
+ }
1901
+ }
1902
+ export class AppBskyRichtextNS {
1903
+ constructor(client) {
1904
+ this._client = client;
1905
+ }
1906
+ }
1907
+ export class AppBskyUnspeccedNS {
1908
+ constructor(client) {
1909
+ this._client = client;
1910
+ }
1911
+ getAgeAssuranceState(params, opts) {
1912
+ return this._client.call('app.bsky.unspecced.getAgeAssuranceState', params, undefined, opts);
1913
+ }
1914
+ getConfig(params, opts) {
1915
+ return this._client.call('app.bsky.unspecced.getConfig', params, undefined, opts);
1916
+ }
1917
+ getOnboardingSuggestedStarterPacks(params, opts) {
1918
+ return this._client.call('app.bsky.unspecced.getOnboardingSuggestedStarterPacks', params, undefined, opts);
1919
+ }
1920
+ getOnboardingSuggestedStarterPacksSkeleton(params, opts) {
1921
+ return this._client.call('app.bsky.unspecced.getOnboardingSuggestedStarterPacksSkeleton', params, undefined, opts);
1922
+ }
1923
+ getOnboardingSuggestedUsersSkeleton(params, opts) {
1924
+ return this._client.call('app.bsky.unspecced.getOnboardingSuggestedUsersSkeleton', params, undefined, opts);
1925
+ }
1926
+ getPopularFeedGenerators(params, opts) {
1927
+ return this._client.call('app.bsky.unspecced.getPopularFeedGenerators', params, undefined, opts);
1928
+ }
1929
+ getPostThreadOtherV2(params, opts) {
1930
+ return this._client.call('app.bsky.unspecced.getPostThreadOtherV2', params, undefined, opts);
1931
+ }
1932
+ getPostThreadV2(params, opts) {
1933
+ return this._client.call('app.bsky.unspecced.getPostThreadV2', params, undefined, opts);
1934
+ }
1935
+ getSuggestedFeeds(params, opts) {
1936
+ return this._client.call('app.bsky.unspecced.getSuggestedFeeds', params, undefined, opts);
1937
+ }
1938
+ getSuggestedFeedsSkeleton(params, opts) {
1939
+ return this._client.call('app.bsky.unspecced.getSuggestedFeedsSkeleton', params, undefined, opts);
1940
+ }
1941
+ getSuggestedOnboardingUsers(params, opts) {
1942
+ return this._client.call('app.bsky.unspecced.getSuggestedOnboardingUsers', params, undefined, opts);
1943
+ }
1944
+ getSuggestedStarterPacks(params, opts) {
1945
+ return this._client.call('app.bsky.unspecced.getSuggestedStarterPacks', params, undefined, opts);
1946
+ }
1947
+ getSuggestedStarterPacksSkeleton(params, opts) {
1948
+ return this._client.call('app.bsky.unspecced.getSuggestedStarterPacksSkeleton', params, undefined, opts);
1949
+ }
1950
+ getSuggestedUsers(params, opts) {
1951
+ return this._client.call('app.bsky.unspecced.getSuggestedUsers', params, undefined, opts);
1952
+ }
1953
+ getSuggestedUsersForDiscover(params, opts) {
1954
+ return this._client.call('app.bsky.unspecced.getSuggestedUsersForDiscover', params, undefined, opts);
1955
+ }
1956
+ getSuggestedUsersForDiscoverSkeleton(params, opts) {
1957
+ return this._client.call('app.bsky.unspecced.getSuggestedUsersForDiscoverSkeleton', params, undefined, opts);
1958
+ }
1959
+ getSuggestedUsersForExplore(params, opts) {
1960
+ return this._client.call('app.bsky.unspecced.getSuggestedUsersForExplore', params, undefined, opts);
1961
+ }
1962
+ getSuggestedUsersForExploreSkeleton(params, opts) {
1963
+ return this._client.call('app.bsky.unspecced.getSuggestedUsersForExploreSkeleton', params, undefined, opts);
1964
+ }
1965
+ getSuggestedUsersForSeeMore(params, opts) {
1966
+ return this._client.call('app.bsky.unspecced.getSuggestedUsersForSeeMore', params, undefined, opts);
1967
+ }
1968
+ getSuggestedUsersForSeeMoreSkeleton(params, opts) {
1969
+ return this._client.call('app.bsky.unspecced.getSuggestedUsersForSeeMoreSkeleton', params, undefined, opts);
1970
+ }
1971
+ getSuggestedUsersSkeleton(params, opts) {
1972
+ return this._client.call('app.bsky.unspecced.getSuggestedUsersSkeleton', params, undefined, opts);
1973
+ }
1974
+ getSuggestionsSkeleton(params, opts) {
1975
+ return this._client.call('app.bsky.unspecced.getSuggestionsSkeleton', params, undefined, opts);
1976
+ }
1977
+ getTaggedSuggestions(params, opts) {
1978
+ return this._client.call('app.bsky.unspecced.getTaggedSuggestions', params, undefined, opts);
1979
+ }
1980
+ getTrendingTopics(params, opts) {
1981
+ return this._client.call('app.bsky.unspecced.getTrendingTopics', params, undefined, opts);
1982
+ }
1983
+ getTrends(params, opts) {
1984
+ return this._client.call('app.bsky.unspecced.getTrends', params, undefined, opts);
1985
+ }
1986
+ getTrendsSkeleton(params, opts) {
1987
+ return this._client.call('app.bsky.unspecced.getTrendsSkeleton', params, undefined, opts);
1988
+ }
1989
+ initAgeAssurance(data, opts) {
1990
+ return this._client
1991
+ .call('app.bsky.unspecced.initAgeAssurance', opts?.qp, data, opts)
1992
+ .catch((e) => {
1993
+ throw AppBskyUnspeccedInitAgeAssurance.toKnownErr(e);
1994
+ });
1995
+ }
1996
+ searchActorsSkeleton(params, opts) {
1997
+ return this._client
1998
+ .call('app.bsky.unspecced.searchActorsSkeleton', params, undefined, opts)
1999
+ .catch((e) => {
2000
+ throw AppBskyUnspeccedSearchActorsSkeleton.toKnownErr(e);
2001
+ });
2002
+ }
2003
+ searchPostsSkeleton(params, opts) {
2004
+ return this._client
2005
+ .call('app.bsky.unspecced.searchPostsSkeleton', params, undefined, opts)
2006
+ .catch((e) => {
2007
+ throw AppBskyUnspeccedSearchPostsSkeleton.toKnownErr(e);
2008
+ });
2009
+ }
2010
+ searchStarterPacksSkeleton(params, opts) {
2011
+ return this._client
2012
+ .call('app.bsky.unspecced.searchStarterPacksSkeleton', params, undefined, opts)
2013
+ .catch((e) => {
2014
+ throw AppBskyUnspeccedSearchStarterPacksSkeleton.toKnownErr(e);
2015
+ });
2016
+ }
2017
+ }
2018
+ export class AppBskyVideoNS {
2019
+ constructor(client) {
2020
+ this._client = client;
2021
+ }
2022
+ getJobStatus(params, opts) {
2023
+ return this._client.call('app.bsky.video.getJobStatus', params, undefined, opts);
2024
+ }
2025
+ getUploadLimits(params, opts) {
2026
+ return this._client.call('app.bsky.video.getUploadLimits', params, undefined, opts);
2027
+ }
2028
+ uploadVideo(data, opts) {
2029
+ return this._client.call('app.bsky.video.uploadVideo', opts?.qp, data, opts);
2030
+ }
2031
+ }
2032
+ export class ChatNS {
2033
+ constructor(client) {
2034
+ this._client = client;
2035
+ this.bsky = new ChatBskyNS(client);
2036
+ }
2037
+ }
2038
+ export class ChatBskyNS {
2039
+ constructor(client) {
2040
+ this._client = client;
2041
+ this.actor = new ChatBskyActorNS(client);
2042
+ this.convo = new ChatBskyConvoNS(client);
2043
+ this.embed = new ChatBskyEmbedNS(client);
2044
+ this.group = new ChatBskyGroupNS(client);
2045
+ this.moderation = new ChatBskyModerationNS(client);
2046
+ this.notification = new ChatBskyNotificationNS(client);
2047
+ }
2048
+ }
2049
+ export class ChatBskyActorNS {
2050
+ constructor(client) {
2051
+ this._client = client;
2052
+ this.declaration = new ChatBskyActorDeclarationRecord(client);
2053
+ }
2054
+ deleteAccount(data, opts) {
2055
+ return this._client.call('chat.bsky.actor.deleteAccount', opts?.qp, data, opts);
2056
+ }
2057
+ exportAccountData(params, opts) {
2058
+ return this._client.call('chat.bsky.actor.exportAccountData', params, undefined, opts);
2059
+ }
2060
+ getStatus(params, opts) {
2061
+ return this._client.call('chat.bsky.actor.getStatus', params, undefined, opts);
2062
+ }
2063
+ }
2064
+ export class ChatBskyActorDeclarationRecord {
2065
+ constructor(client) {
2066
+ this._client = client;
2067
+ }
2068
+ async list(params) {
2069
+ const res = await this._client.call('com.atproto.repo.listRecords', {
2070
+ collection: 'chat.bsky.actor.declaration',
2071
+ ...params,
2072
+ });
2073
+ return res.data;
2074
+ }
2075
+ async get(params) {
2076
+ const res = await this._client.call('com.atproto.repo.getRecord', {
2077
+ collection: 'chat.bsky.actor.declaration',
2078
+ ...params,
2079
+ });
2080
+ return res.data;
2081
+ }
2082
+ async create(params, record, headers) {
2083
+ const collection = 'chat.bsky.actor.declaration';
2084
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, {
2085
+ collection,
2086
+ rkey: 'self',
2087
+ ...params,
2088
+ record: { ...record, $type: collection },
2089
+ }, { encoding: 'application/json', headers });
2090
+ return res.data;
2091
+ }
2092
+ async put(params, record, headers) {
2093
+ const collection = 'chat.bsky.actor.declaration';
2094
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
2095
+ return res.data;
2096
+ }
2097
+ async delete(params, headers) {
2098
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'chat.bsky.actor.declaration', ...params }, { headers });
2099
+ }
2100
+ }
2101
+ export class ChatBskyConvoNS {
2102
+ constructor(client) {
2103
+ this._client = client;
2104
+ }
2105
+ acceptConvo(data, opts) {
2106
+ return this._client
2107
+ .call('chat.bsky.convo.acceptConvo', opts?.qp, data, opts)
2108
+ .catch((e) => {
2109
+ throw ChatBskyConvoAcceptConvo.toKnownErr(e);
2110
+ });
2111
+ }
2112
+ addReaction(data, opts) {
2113
+ return this._client
2114
+ .call('chat.bsky.convo.addReaction', opts?.qp, data, opts)
2115
+ .catch((e) => {
2116
+ throw ChatBskyConvoAddReaction.toKnownErr(e);
2117
+ });
2118
+ }
2119
+ deleteMessageForSelf(data, opts) {
2120
+ return this._client
2121
+ .call('chat.bsky.convo.deleteMessageForSelf', opts?.qp, data, opts)
2122
+ .catch((e) => {
2123
+ throw ChatBskyConvoDeleteMessageForSelf.toKnownErr(e);
2124
+ });
2125
+ }
2126
+ getConvo(params, opts) {
2127
+ return this._client
2128
+ .call('chat.bsky.convo.getConvo', params, undefined, opts)
2129
+ .catch((e) => {
2130
+ throw ChatBskyConvoGetConvo.toKnownErr(e);
2131
+ });
2132
+ }
2133
+ getConvoAvailability(params, opts) {
2134
+ return this._client.call('chat.bsky.convo.getConvoAvailability', params, undefined, opts);
2135
+ }
2136
+ getConvoForMembers(params, opts) {
2137
+ return this._client
2138
+ .call('chat.bsky.convo.getConvoForMembers', params, undefined, opts)
2139
+ .catch((e) => {
2140
+ throw ChatBskyConvoGetConvoForMembers.toKnownErr(e);
2141
+ });
2142
+ }
2143
+ getConvoMembers(params, opts) {
2144
+ return this._client
2145
+ .call('chat.bsky.convo.getConvoMembers', params, undefined, opts)
2146
+ .catch((e) => {
2147
+ throw ChatBskyConvoGetConvoMembers.toKnownErr(e);
2148
+ });
2149
+ }
2150
+ getLog(params, opts) {
2151
+ return this._client.call('chat.bsky.convo.getLog', params, undefined, opts);
2152
+ }
2153
+ getMessages(params, opts) {
2154
+ return this._client
2155
+ .call('chat.bsky.convo.getMessages', params, undefined, opts)
2156
+ .catch((e) => {
2157
+ throw ChatBskyConvoGetMessages.toKnownErr(e);
2158
+ });
2159
+ }
2160
+ getUnreadCounts(params, opts) {
2161
+ return this._client.call('chat.bsky.convo.getUnreadCounts', params, undefined, opts);
2162
+ }
2163
+ leaveConvo(data, opts) {
2164
+ return this._client
2165
+ .call('chat.bsky.convo.leaveConvo', opts?.qp, data, opts)
2166
+ .catch((e) => {
2167
+ throw ChatBskyConvoLeaveConvo.toKnownErr(e);
2168
+ });
2169
+ }
2170
+ listConvoRequests(params, opts) {
2171
+ return this._client.call('chat.bsky.convo.listConvoRequests', params, undefined, opts);
2172
+ }
2173
+ listConvos(params, opts) {
2174
+ return this._client.call('chat.bsky.convo.listConvos', params, undefined, opts);
2175
+ }
2176
+ lockConvo(data, opts) {
2177
+ return this._client
2178
+ .call('chat.bsky.convo.lockConvo', opts?.qp, data, opts)
2179
+ .catch((e) => {
2180
+ throw ChatBskyConvoLockConvo.toKnownErr(e);
2181
+ });
2182
+ }
2183
+ muteConvo(data, opts) {
2184
+ return this._client
2185
+ .call('chat.bsky.convo.muteConvo', opts?.qp, data, opts)
2186
+ .catch((e) => {
2187
+ throw ChatBskyConvoMuteConvo.toKnownErr(e);
2188
+ });
2189
+ }
2190
+ removeReaction(data, opts) {
2191
+ return this._client
2192
+ .call('chat.bsky.convo.removeReaction', opts?.qp, data, opts)
2193
+ .catch((e) => {
2194
+ throw ChatBskyConvoRemoveReaction.toKnownErr(e);
2195
+ });
2196
+ }
2197
+ sendMessage(data, opts) {
2198
+ return this._client
2199
+ .call('chat.bsky.convo.sendMessage', opts?.qp, data, opts)
2200
+ .catch((e) => {
2201
+ throw ChatBskyConvoSendMessage.toKnownErr(e);
2202
+ });
2203
+ }
2204
+ sendMessageBatch(data, opts) {
2205
+ return this._client
2206
+ .call('chat.bsky.convo.sendMessageBatch', opts?.qp, data, opts)
2207
+ .catch((e) => {
2208
+ throw ChatBskyConvoSendMessageBatch.toKnownErr(e);
2209
+ });
2210
+ }
2211
+ unlockConvo(data, opts) {
2212
+ return this._client
2213
+ .call('chat.bsky.convo.unlockConvo', opts?.qp, data, opts)
2214
+ .catch((e) => {
2215
+ throw ChatBskyConvoUnlockConvo.toKnownErr(e);
2216
+ });
2217
+ }
2218
+ unmuteConvo(data, opts) {
2219
+ return this._client
2220
+ .call('chat.bsky.convo.unmuteConvo', opts?.qp, data, opts)
2221
+ .catch((e) => {
2222
+ throw ChatBskyConvoUnmuteConvo.toKnownErr(e);
2223
+ });
2224
+ }
2225
+ updateAllRead(data, opts) {
2226
+ return this._client.call('chat.bsky.convo.updateAllRead', opts?.qp, data, opts);
2227
+ }
2228
+ updateRead(data, opts) {
2229
+ return this._client
2230
+ .call('chat.bsky.convo.updateRead', opts?.qp, data, opts)
2231
+ .catch((e) => {
2232
+ throw ChatBskyConvoUpdateRead.toKnownErr(e);
2233
+ });
2234
+ }
2235
+ }
2236
+ export class ChatBskyEmbedNS {
2237
+ constructor(client) {
2238
+ this._client = client;
2239
+ }
2240
+ }
2241
+ export class ChatBskyGroupNS {
2242
+ constructor(client) {
2243
+ this._client = client;
2244
+ }
2245
+ addMembers(data, opts) {
2246
+ return this._client
2247
+ .call('chat.bsky.group.addMembers', opts?.qp, data, opts)
2248
+ .catch((e) => {
2249
+ throw ChatBskyGroupAddMembers.toKnownErr(e);
2250
+ });
2251
+ }
2252
+ approveJoinRequest(data, opts) {
2253
+ return this._client
2254
+ .call('chat.bsky.group.approveJoinRequest', opts?.qp, data, opts)
2255
+ .catch((e) => {
2256
+ throw ChatBskyGroupApproveJoinRequest.toKnownErr(e);
2257
+ });
2258
+ }
2259
+ createGroup(data, opts) {
2260
+ return this._client
2261
+ .call('chat.bsky.group.createGroup', opts?.qp, data, opts)
2262
+ .catch((e) => {
2263
+ throw ChatBskyGroupCreateGroup.toKnownErr(e);
2264
+ });
2265
+ }
2266
+ createJoinLink(data, opts) {
2267
+ return this._client
2268
+ .call('chat.bsky.group.createJoinLink', opts?.qp, data, opts)
2269
+ .catch((e) => {
2270
+ throw ChatBskyGroupCreateJoinLink.toKnownErr(e);
2271
+ });
2272
+ }
2273
+ disableJoinLink(data, opts) {
2274
+ return this._client
2275
+ .call('chat.bsky.group.disableJoinLink', opts?.qp, data, opts)
2276
+ .catch((e) => {
2277
+ throw ChatBskyGroupDisableJoinLink.toKnownErr(e);
2278
+ });
2279
+ }
2280
+ editGroup(data, opts) {
2281
+ return this._client
2282
+ .call('chat.bsky.group.editGroup', opts?.qp, data, opts)
2283
+ .catch((e) => {
2284
+ throw ChatBskyGroupEditGroup.toKnownErr(e);
2285
+ });
2286
+ }
2287
+ editJoinLink(data, opts) {
2288
+ return this._client
2289
+ .call('chat.bsky.group.editJoinLink', opts?.qp, data, opts)
2290
+ .catch((e) => {
2291
+ throw ChatBskyGroupEditJoinLink.toKnownErr(e);
2292
+ });
2293
+ }
2294
+ enableJoinLink(data, opts) {
2295
+ return this._client
2296
+ .call('chat.bsky.group.enableJoinLink', opts?.qp, data, opts)
2297
+ .catch((e) => {
2298
+ throw ChatBskyGroupEnableJoinLink.toKnownErr(e);
2299
+ });
2300
+ }
2301
+ getJoinLinkPreviews(params, opts) {
2302
+ return this._client.call('chat.bsky.group.getJoinLinkPreviews', params, undefined, opts);
2303
+ }
2304
+ listJoinRequests(params, opts) {
2305
+ return this._client
2306
+ .call('chat.bsky.group.listJoinRequests', params, undefined, opts)
2307
+ .catch((e) => {
2308
+ throw ChatBskyGroupListJoinRequests.toKnownErr(e);
2309
+ });
2310
+ }
2311
+ listMutualGroups(params, opts) {
2312
+ return this._client.call('chat.bsky.group.listMutualGroups', params, undefined, opts);
2313
+ }
2314
+ rejectJoinRequest(data, opts) {
2315
+ return this._client
2316
+ .call('chat.bsky.group.rejectJoinRequest', opts?.qp, data, opts)
2317
+ .catch((e) => {
2318
+ throw ChatBskyGroupRejectJoinRequest.toKnownErr(e);
2319
+ });
2320
+ }
2321
+ removeMembers(data, opts) {
2322
+ return this._client
2323
+ .call('chat.bsky.group.removeMembers', opts?.qp, data, opts)
2324
+ .catch((e) => {
2325
+ throw ChatBskyGroupRemoveMembers.toKnownErr(e);
2326
+ });
2327
+ }
2328
+ requestJoin(data, opts) {
2329
+ return this._client
2330
+ .call('chat.bsky.group.requestJoin', opts?.qp, data, opts)
2331
+ .catch((e) => {
2332
+ throw ChatBskyGroupRequestJoin.toKnownErr(e);
2333
+ });
2334
+ }
2335
+ updateJoinRequestsRead(data, opts) {
2336
+ return this._client
2337
+ .call('chat.bsky.group.updateJoinRequestsRead', opts?.qp, data, opts)
2338
+ .catch((e) => {
2339
+ throw ChatBskyGroupUpdateJoinRequestsRead.toKnownErr(e);
2340
+ });
2341
+ }
2342
+ withdrawJoinRequest(data, opts) {
2343
+ return this._client
2344
+ .call('chat.bsky.group.withdrawJoinRequest', opts?.qp, data, opts)
2345
+ .catch((e) => {
2346
+ throw ChatBskyGroupWithdrawJoinRequest.toKnownErr(e);
2347
+ });
2348
+ }
2349
+ }
2350
+ export class ChatBskyModerationNS {
2351
+ constructor(client) {
2352
+ this._client = client;
2353
+ }
2354
+ getActorMetadata(params, opts) {
2355
+ return this._client.call('chat.bsky.moderation.getActorMetadata', params, undefined, opts);
2356
+ }
2357
+ getConvo(params, opts) {
2358
+ return this._client
2359
+ .call('chat.bsky.moderation.getConvo', params, undefined, opts)
2360
+ .catch((e) => {
2361
+ throw ChatBskyModerationGetConvo.toKnownErr(e);
2362
+ });
2363
+ }
2364
+ getConvoMembers(params, opts) {
2365
+ return this._client
2366
+ .call('chat.bsky.moderation.getConvoMembers', params, undefined, opts)
2367
+ .catch((e) => {
2368
+ throw ChatBskyModerationGetConvoMembers.toKnownErr(e);
2369
+ });
2370
+ }
2371
+ getConvos(params, opts) {
2372
+ return this._client.call('chat.bsky.moderation.getConvos', params, undefined, opts);
2373
+ }
2374
+ getMessageContext(params, opts) {
2375
+ return this._client.call('chat.bsky.moderation.getMessageContext', params, undefined, opts);
2376
+ }
2377
+ updateActorAccess(data, opts) {
2378
+ return this._client.call('chat.bsky.moderation.updateActorAccess', opts?.qp, data, opts);
2379
+ }
2380
+ }
2381
+ export class ChatBskyNotificationNS {
2382
+ constructor(client) {
2383
+ this._client = client;
2384
+ }
2385
+ getPreferences(params, opts) {
2386
+ return this._client.call('chat.bsky.notification.getPreferences', params, undefined, opts);
2387
+ }
2388
+ putPreferences(data, opts) {
2389
+ return this._client.call('chat.bsky.notification.putPreferences', opts?.qp, data, opts);
2390
+ }
2391
+ }
2392
+ export class ComNS {
2393
+ constructor(client) {
2394
+ this._client = client;
2395
+ this.atproto = new ComAtprotoNS(client);
2396
+ this.germnetwork = new ComGermnetworkNS(client);
2397
+ }
2398
+ }
2399
+ export class ComAtprotoNS {
2400
+ constructor(client) {
2401
+ this._client = client;
2402
+ this.admin = new ComAtprotoAdminNS(client);
2403
+ this.identity = new ComAtprotoIdentityNS(client);
2404
+ this.label = new ComAtprotoLabelNS(client);
2405
+ this.lexicon = new ComAtprotoLexiconNS(client);
2406
+ this.moderation = new ComAtprotoModerationNS(client);
2407
+ this.repo = new ComAtprotoRepoNS(client);
2408
+ this.server = new ComAtprotoServerNS(client);
2409
+ this.simplespace = new ComAtprotoSimplespaceNS(client);
2410
+ this.space = new ComAtprotoSpaceNS(client);
2411
+ this.sync = new ComAtprotoSyncNS(client);
2412
+ this.temp = new ComAtprotoTempNS(client);
2413
+ }
2414
+ }
2415
+ export class ComAtprotoAdminNS {
2416
+ constructor(client) {
2417
+ this._client = client;
2418
+ }
2419
+ deleteAccount(data, opts) {
2420
+ return this._client.call('com.atproto.admin.deleteAccount', opts?.qp, data, opts);
2421
+ }
2422
+ disableAccountInvites(data, opts) {
2423
+ return this._client.call('com.atproto.admin.disableAccountInvites', opts?.qp, data, opts);
2424
+ }
2425
+ disableInviteCodes(data, opts) {
2426
+ return this._client.call('com.atproto.admin.disableInviteCodes', opts?.qp, data, opts);
2427
+ }
2428
+ enableAccountInvites(data, opts) {
2429
+ return this._client.call('com.atproto.admin.enableAccountInvites', opts?.qp, data, opts);
2430
+ }
2431
+ getAccountInfo(params, opts) {
2432
+ return this._client.call('com.atproto.admin.getAccountInfo', params, undefined, opts);
2433
+ }
2434
+ getAccountInfos(params, opts) {
2435
+ return this._client.call('com.atproto.admin.getAccountInfos', params, undefined, opts);
2436
+ }
2437
+ getInviteCodes(params, opts) {
2438
+ return this._client.call('com.atproto.admin.getInviteCodes', params, undefined, opts);
2439
+ }
2440
+ getSubjectStatus(params, opts) {
2441
+ return this._client.call('com.atproto.admin.getSubjectStatus', params, undefined, opts);
2442
+ }
2443
+ searchAccounts(params, opts) {
2444
+ return this._client.call('com.atproto.admin.searchAccounts', params, undefined, opts);
2445
+ }
2446
+ sendEmail(data, opts) {
2447
+ return this._client.call('com.atproto.admin.sendEmail', opts?.qp, data, opts);
2448
+ }
2449
+ updateAccountEmail(data, opts) {
2450
+ return this._client.call('com.atproto.admin.updateAccountEmail', opts?.qp, data, opts);
2451
+ }
2452
+ updateAccountHandle(data, opts) {
2453
+ return this._client.call('com.atproto.admin.updateAccountHandle', opts?.qp, data, opts);
2454
+ }
2455
+ updateAccountPassword(data, opts) {
2456
+ return this._client.call('com.atproto.admin.updateAccountPassword', opts?.qp, data, opts);
2457
+ }
2458
+ updateAccountSigningKey(data, opts) {
2459
+ return this._client.call('com.atproto.admin.updateAccountSigningKey', opts?.qp, data, opts);
2460
+ }
2461
+ updateSubjectStatus(data, opts) {
2462
+ return this._client.call('com.atproto.admin.updateSubjectStatus', opts?.qp, data, opts);
2463
+ }
2464
+ }
2465
+ export class ComAtprotoIdentityNS {
2466
+ constructor(client) {
2467
+ this._client = client;
2468
+ }
2469
+ getRecommendedDidCredentials(params, opts) {
2470
+ return this._client.call('com.atproto.identity.getRecommendedDidCredentials', params, undefined, opts);
2471
+ }
2472
+ refreshIdentity(data, opts) {
2473
+ return this._client
2474
+ .call('com.atproto.identity.refreshIdentity', opts?.qp, data, opts)
2475
+ .catch((e) => {
2476
+ throw ComAtprotoIdentityRefreshIdentity.toKnownErr(e);
2477
+ });
2478
+ }
2479
+ requestPlcOperationSignature(data, opts) {
2480
+ return this._client.call('com.atproto.identity.requestPlcOperationSignature', opts?.qp, data, opts);
2481
+ }
2482
+ resolveDid(params, opts) {
2483
+ return this._client
2484
+ .call('com.atproto.identity.resolveDid', params, undefined, opts)
2485
+ .catch((e) => {
2486
+ throw ComAtprotoIdentityResolveDid.toKnownErr(e);
2487
+ });
2488
+ }
2489
+ resolveHandle(params, opts) {
2490
+ return this._client
2491
+ .call('com.atproto.identity.resolveHandle', params, undefined, opts)
2492
+ .catch((e) => {
2493
+ throw ComAtprotoIdentityResolveHandle.toKnownErr(e);
2494
+ });
2495
+ }
2496
+ resolveIdentity(params, opts) {
2497
+ return this._client
2498
+ .call('com.atproto.identity.resolveIdentity', params, undefined, opts)
2499
+ .catch((e) => {
2500
+ throw ComAtprotoIdentityResolveIdentity.toKnownErr(e);
2501
+ });
2502
+ }
2503
+ signPlcOperation(data, opts) {
2504
+ return this._client.call('com.atproto.identity.signPlcOperation', opts?.qp, data, opts);
2505
+ }
2506
+ submitPlcOperation(data, opts) {
2507
+ return this._client.call('com.atproto.identity.submitPlcOperation', opts?.qp, data, opts);
2508
+ }
2509
+ updateHandle(data, opts) {
2510
+ return this._client.call('com.atproto.identity.updateHandle', opts?.qp, data, opts);
2511
+ }
2512
+ }
2513
+ export class ComAtprotoLabelNS {
2514
+ constructor(client) {
2515
+ this._client = client;
2516
+ }
2517
+ queryLabels(params, opts) {
2518
+ return this._client.call('com.atproto.label.queryLabels', params, undefined, opts);
2519
+ }
2520
+ }
2521
+ export class ComAtprotoLexiconNS {
2522
+ constructor(client) {
2523
+ this._client = client;
2524
+ this.schema = new ComAtprotoLexiconSchemaRecord(client);
2525
+ }
2526
+ resolveLexicon(params, opts) {
2527
+ return this._client
2528
+ .call('com.atproto.lexicon.resolveLexicon', params, undefined, opts)
2529
+ .catch((e) => {
2530
+ throw ComAtprotoLexiconResolveLexicon.toKnownErr(e);
2531
+ });
2532
+ }
2533
+ }
2534
+ export class ComAtprotoLexiconSchemaRecord {
2535
+ constructor(client) {
2536
+ this._client = client;
2537
+ }
2538
+ async list(params) {
2539
+ const res = await this._client.call('com.atproto.repo.listRecords', {
2540
+ collection: 'com.atproto.lexicon.schema',
2541
+ ...params,
2542
+ });
2543
+ return res.data;
2544
+ }
2545
+ async get(params) {
2546
+ const res = await this._client.call('com.atproto.repo.getRecord', {
2547
+ collection: 'com.atproto.lexicon.schema',
2548
+ ...params,
2549
+ });
2550
+ return res.data;
2551
+ }
2552
+ async create(params, record, headers) {
2553
+ const collection = 'com.atproto.lexicon.schema';
2554
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
2555
+ return res.data;
2556
+ }
2557
+ async put(params, record, headers) {
2558
+ const collection = 'com.atproto.lexicon.schema';
2559
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
2560
+ return res.data;
2561
+ }
2562
+ async delete(params, headers) {
2563
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'com.atproto.lexicon.schema', ...params }, { headers });
2564
+ }
2565
+ }
2566
+ export class ComAtprotoModerationNS {
2567
+ constructor(client) {
2568
+ this._client = client;
2569
+ }
2570
+ createReport(data, opts) {
2571
+ return this._client.call('com.atproto.moderation.createReport', opts?.qp, data, opts);
2572
+ }
2573
+ }
2574
+ export class ComAtprotoRepoNS {
2575
+ constructor(client) {
2576
+ this._client = client;
2577
+ }
2578
+ applyWrites(data, opts) {
2579
+ return this._client
2580
+ .call('com.atproto.repo.applyWrites', opts?.qp, data, opts)
2581
+ .catch((e) => {
2582
+ throw ComAtprotoRepoApplyWrites.toKnownErr(e);
2583
+ });
2584
+ }
2585
+ createRecord(data, opts) {
2586
+ return this._client
2587
+ .call('com.atproto.repo.createRecord', opts?.qp, data, opts)
2588
+ .catch((e) => {
2589
+ throw ComAtprotoRepoCreateRecord.toKnownErr(e);
2590
+ });
2591
+ }
2592
+ deleteRecord(data, opts) {
2593
+ return this._client
2594
+ .call('com.atproto.repo.deleteRecord', opts?.qp, data, opts)
2595
+ .catch((e) => {
2596
+ throw ComAtprotoRepoDeleteRecord.toKnownErr(e);
2597
+ });
2598
+ }
2599
+ describeRepo(params, opts) {
2600
+ return this._client.call('com.atproto.repo.describeRepo', params, undefined, opts);
2601
+ }
2602
+ getRecord(params, opts) {
2603
+ return this._client
2604
+ .call('com.atproto.repo.getRecord', params, undefined, opts)
2605
+ .catch((e) => {
2606
+ throw ComAtprotoRepoGetRecord.toKnownErr(e);
2607
+ });
2608
+ }
2609
+ importRepo(data, opts) {
2610
+ return this._client.call('com.atproto.repo.importRepo', opts?.qp, data, opts);
2611
+ }
2612
+ listMissingBlobs(params, opts) {
2613
+ return this._client.call('com.atproto.repo.listMissingBlobs', params, undefined, opts);
2614
+ }
2615
+ listRecords(params, opts) {
2616
+ return this._client.call('com.atproto.repo.listRecords', params, undefined, opts);
2617
+ }
2618
+ putRecord(data, opts) {
2619
+ return this._client
2620
+ .call('com.atproto.repo.putRecord', opts?.qp, data, opts)
2621
+ .catch((e) => {
2622
+ throw ComAtprotoRepoPutRecord.toKnownErr(e);
2623
+ });
2624
+ }
2625
+ uploadBlob(data, opts) {
2626
+ return this._client.call('com.atproto.repo.uploadBlob', opts?.qp, data, opts);
2627
+ }
2628
+ }
2629
+ export class ComAtprotoServerNS {
2630
+ constructor(client) {
2631
+ this._client = client;
2632
+ }
2633
+ activateAccount(data, opts) {
2634
+ return this._client.call('com.atproto.server.activateAccount', opts?.qp, data, opts);
2635
+ }
2636
+ checkAccountStatus(params, opts) {
2637
+ return this._client.call('com.atproto.server.checkAccountStatus', params, undefined, opts);
2638
+ }
2639
+ confirmEmail(data, opts) {
2640
+ return this._client
2641
+ .call('com.atproto.server.confirmEmail', opts?.qp, data, opts)
2642
+ .catch((e) => {
2643
+ throw ComAtprotoServerConfirmEmail.toKnownErr(e);
2644
+ });
2645
+ }
2646
+ createAccount(data, opts) {
2647
+ return this._client
2648
+ .call('com.atproto.server.createAccount', opts?.qp, data, opts)
2649
+ .catch((e) => {
2650
+ throw ComAtprotoServerCreateAccount.toKnownErr(e);
2651
+ });
2652
+ }
2653
+ createAppPassword(data, opts) {
2654
+ return this._client
2655
+ .call('com.atproto.server.createAppPassword', opts?.qp, data, opts)
2656
+ .catch((e) => {
2657
+ throw ComAtprotoServerCreateAppPassword.toKnownErr(e);
2658
+ });
2659
+ }
2660
+ createInviteCode(data, opts) {
2661
+ return this._client.call('com.atproto.server.createInviteCode', opts?.qp, data, opts);
2662
+ }
2663
+ createInviteCodes(data, opts) {
2664
+ return this._client.call('com.atproto.server.createInviteCodes', opts?.qp, data, opts);
2665
+ }
2666
+ createSession(data, opts) {
2667
+ return this._client
2668
+ .call('com.atproto.server.createSession', opts?.qp, data, opts)
2669
+ .catch((e) => {
2670
+ throw ComAtprotoServerCreateSession.toKnownErr(e);
2671
+ });
2672
+ }
2673
+ deactivateAccount(data, opts) {
2674
+ return this._client.call('com.atproto.server.deactivateAccount', opts?.qp, data, opts);
2675
+ }
2676
+ deleteAccount(data, opts) {
2677
+ return this._client
2678
+ .call('com.atproto.server.deleteAccount', opts?.qp, data, opts)
2679
+ .catch((e) => {
2680
+ throw ComAtprotoServerDeleteAccount.toKnownErr(e);
2681
+ });
2682
+ }
2683
+ deleteSession(data, opts) {
2684
+ return this._client
2685
+ .call('com.atproto.server.deleteSession', opts?.qp, data, opts)
2686
+ .catch((e) => {
2687
+ throw ComAtprotoServerDeleteSession.toKnownErr(e);
2688
+ });
2689
+ }
2690
+ describeServer(params, opts) {
2691
+ return this._client.call('com.atproto.server.describeServer', params, undefined, opts);
2692
+ }
2693
+ getAccountInviteCodes(params, opts) {
2694
+ return this._client
2695
+ .call('com.atproto.server.getAccountInviteCodes', params, undefined, opts)
2696
+ .catch((e) => {
2697
+ throw ComAtprotoServerGetAccountInviteCodes.toKnownErr(e);
2698
+ });
2699
+ }
2700
+ getServiceAuth(params, opts) {
2701
+ return this._client
2702
+ .call('com.atproto.server.getServiceAuth', params, undefined, opts)
2703
+ .catch((e) => {
2704
+ throw ComAtprotoServerGetServiceAuth.toKnownErr(e);
2705
+ });
2706
+ }
2707
+ getSession(params, opts) {
2708
+ return this._client.call('com.atproto.server.getSession', params, undefined, opts);
2709
+ }
2710
+ listAppPasswords(params, opts) {
2711
+ return this._client
2712
+ .call('com.atproto.server.listAppPasswords', params, undefined, opts)
2713
+ .catch((e) => {
2714
+ throw ComAtprotoServerListAppPasswords.toKnownErr(e);
2715
+ });
2716
+ }
2717
+ refreshSession(data, opts) {
2718
+ return this._client
2719
+ .call('com.atproto.server.refreshSession', opts?.qp, data, opts)
2720
+ .catch((e) => {
2721
+ throw ComAtprotoServerRefreshSession.toKnownErr(e);
2722
+ });
2723
+ }
2724
+ requestAccountDelete(data, opts) {
2725
+ return this._client.call('com.atproto.server.requestAccountDelete', opts?.qp, data, opts);
2726
+ }
2727
+ requestEmailConfirmation(data, opts) {
2728
+ return this._client.call('com.atproto.server.requestEmailConfirmation', opts?.qp, data, opts);
2729
+ }
2730
+ requestEmailUpdate(data, opts) {
2731
+ return this._client.call('com.atproto.server.requestEmailUpdate', opts?.qp, data, opts);
2732
+ }
2733
+ requestPasswordReset(data, opts) {
2734
+ return this._client.call('com.atproto.server.requestPasswordReset', opts?.qp, data, opts);
2735
+ }
2736
+ reserveSigningKey(data, opts) {
2737
+ return this._client.call('com.atproto.server.reserveSigningKey', opts?.qp, data, opts);
2738
+ }
2739
+ resetPassword(data, opts) {
2740
+ return this._client
2741
+ .call('com.atproto.server.resetPassword', opts?.qp, data, opts)
2742
+ .catch((e) => {
2743
+ throw ComAtprotoServerResetPassword.toKnownErr(e);
2744
+ });
2745
+ }
2746
+ revokeAppPassword(data, opts) {
2747
+ return this._client.call('com.atproto.server.revokeAppPassword', opts?.qp, data, opts);
2748
+ }
2749
+ updateEmail(data, opts) {
2750
+ return this._client
2751
+ .call('com.atproto.server.updateEmail', opts?.qp, data, opts)
2752
+ .catch((e) => {
2753
+ throw ComAtprotoServerUpdateEmail.toKnownErr(e);
2754
+ });
2755
+ }
2756
+ }
2757
+ export class ComAtprotoSimplespaceNS {
2758
+ constructor(client) {
2759
+ this._client = client;
2760
+ }
2761
+ addMember(data, opts) {
2762
+ return this._client
2763
+ .call('com.atproto.simplespace.addMember', opts?.qp, data, opts)
2764
+ .catch((e) => {
2765
+ throw ComAtprotoSimplespaceAddMember.toKnownErr(e);
2766
+ });
2767
+ }
2768
+ checkUserAccess(params, opts) {
2769
+ return this._client.call('com.atproto.simplespace.checkUserAccess', params, undefined, opts);
2770
+ }
2771
+ createSpace(data, opts) {
2772
+ return this._client
2773
+ .call('com.atproto.simplespace.createSpace', opts?.qp, data, opts)
2774
+ .catch((e) => {
2775
+ throw ComAtprotoSimplespaceCreateSpace.toKnownErr(e);
2776
+ });
2777
+ }
2778
+ deleteSpace(data, opts) {
2779
+ return this._client
2780
+ .call('com.atproto.simplespace.deleteSpace', opts?.qp, data, opts)
2781
+ .catch((e) => {
2782
+ throw ComAtprotoSimplespaceDeleteSpace.toKnownErr(e);
2783
+ });
2784
+ }
2785
+ getSpace(params, opts) {
2786
+ return this._client
2787
+ .call('com.atproto.simplespace.getSpace', params, undefined, opts)
2788
+ .catch((e) => {
2789
+ throw ComAtprotoSimplespaceGetSpace.toKnownErr(e);
2790
+ });
2791
+ }
2792
+ listMembers(params, opts) {
2793
+ return this._client
2794
+ .call('com.atproto.simplespace.listMembers', params, undefined, opts)
2795
+ .catch((e) => {
2796
+ throw ComAtprotoSimplespaceListMembers.toKnownErr(e);
2797
+ });
2798
+ }
2799
+ removeMember(data, opts) {
2800
+ return this._client
2801
+ .call('com.atproto.simplespace.removeMember', opts?.qp, data, opts)
2802
+ .catch((e) => {
2803
+ throw ComAtprotoSimplespaceRemoveMember.toKnownErr(e);
2804
+ });
2805
+ }
2806
+ updateSpace(data, opts) {
2807
+ return this._client
2808
+ .call('com.atproto.simplespace.updateSpace', opts?.qp, data, opts)
2809
+ .catch((e) => {
2810
+ throw ComAtprotoSimplespaceUpdateSpace.toKnownErr(e);
2811
+ });
2812
+ }
2813
+ }
2814
+ export class ComAtprotoSpaceNS {
2815
+ constructor(client) {
2816
+ this._client = client;
2817
+ }
2818
+ applyWrites(data, opts) {
2819
+ return this._client
2820
+ .call('com.atproto.space.applyWrites', opts?.qp, data, opts)
2821
+ .catch((e) => {
2822
+ throw ComAtprotoSpaceApplyWrites.toKnownErr(e);
2823
+ });
2824
+ }
2825
+ createRecord(data, opts) {
2826
+ return this._client
2827
+ .call('com.atproto.space.createRecord', opts?.qp, data, opts)
2828
+ .catch((e) => {
2829
+ throw ComAtprotoSpaceCreateRecord.toKnownErr(e);
2830
+ });
2831
+ }
2832
+ deleteRecord(data, opts) {
2833
+ return this._client
2834
+ .call('com.atproto.space.deleteRecord', opts?.qp, data, opts)
2835
+ .catch((e) => {
2836
+ throw ComAtprotoSpaceDeleteRecord.toKnownErr(e);
2837
+ });
2838
+ }
2839
+ getBlob(params, opts) {
2840
+ return this._client
2841
+ .call('com.atproto.space.getBlob', params, undefined, opts)
2842
+ .catch((e) => {
2843
+ throw ComAtprotoSpaceGetBlob.toKnownErr(e);
2844
+ });
2845
+ }
2846
+ getDelegationToken(params, opts) {
2847
+ return this._client.call('com.atproto.space.getDelegationToken', params, undefined, opts);
2848
+ }
2849
+ getLatestCommit(params, opts) {
2850
+ return this._client
2851
+ .call('com.atproto.space.getLatestCommit', params, undefined, opts)
2852
+ .catch((e) => {
2853
+ throw ComAtprotoSpaceGetLatestCommit.toKnownErr(e);
2854
+ });
2855
+ }
2856
+ getRecord(params, opts) {
2857
+ return this._client
2858
+ .call('com.atproto.space.getRecord', params, undefined, opts)
2859
+ .catch((e) => {
2860
+ throw ComAtprotoSpaceGetRecord.toKnownErr(e);
2861
+ });
2862
+ }
2863
+ getRepo(params, opts) {
2864
+ return this._client
2865
+ .call('com.atproto.space.getRepo', params, undefined, opts)
2866
+ .catch((e) => {
2867
+ throw ComAtprotoSpaceGetRepo.toKnownErr(e);
2868
+ });
2869
+ }
2870
+ getSpaceCredential(data, opts) {
2871
+ return this._client
2872
+ .call('com.atproto.space.getSpaceCredential', opts?.qp, data, opts)
2873
+ .catch((e) => {
2874
+ throw ComAtprotoSpaceGetSpaceCredential.toKnownErr(e);
2875
+ });
2876
+ }
2877
+ listBlobs(params, opts) {
2878
+ return this._client
2879
+ .call('com.atproto.space.listBlobs', params, undefined, opts)
2880
+ .catch((e) => {
2881
+ throw ComAtprotoSpaceListBlobs.toKnownErr(e);
2882
+ });
2883
+ }
2884
+ listRecords(params, opts) {
2885
+ return this._client
2886
+ .call('com.atproto.space.listRecords', params, undefined, opts)
2887
+ .catch((e) => {
2888
+ throw ComAtprotoSpaceListRecords.toKnownErr(e);
2889
+ });
2890
+ }
2891
+ listRepoOps(params, opts) {
2892
+ return this._client
2893
+ .call('com.atproto.space.listRepoOps', params, undefined, opts)
2894
+ .catch((e) => {
2895
+ throw ComAtprotoSpaceListRepoOps.toKnownErr(e);
2896
+ });
2897
+ }
2898
+ listRepos(params, opts) {
2899
+ return this._client
2900
+ .call('com.atproto.space.listRepos', params, undefined, opts)
2901
+ .catch((e) => {
2902
+ throw ComAtprotoSpaceListRepos.toKnownErr(e);
2903
+ });
2904
+ }
2905
+ listSpaces(params, opts) {
2906
+ return this._client.call('com.atproto.space.listSpaces', params, undefined, opts);
2907
+ }
2908
+ notifySpaceDeleted(data, opts) {
2909
+ return this._client.call('com.atproto.space.notifySpaceDeleted', opts?.qp, data, opts);
2910
+ }
2911
+ notifyWrite(data, opts) {
2912
+ return this._client.call('com.atproto.space.notifyWrite', opts?.qp, data, opts);
2913
+ }
2914
+ putRecord(data, opts) {
2915
+ return this._client
2916
+ .call('com.atproto.space.putRecord', opts?.qp, data, opts)
2917
+ .catch((e) => {
2918
+ throw ComAtprotoSpacePutRecord.toKnownErr(e);
2919
+ });
2920
+ }
2921
+ registerNotify(data, opts) {
2922
+ return this._client
2923
+ .call('com.atproto.space.registerNotify', opts?.qp, data, opts)
2924
+ .catch((e) => {
2925
+ throw ComAtprotoSpaceRegisterNotify.toKnownErr(e);
2926
+ });
2927
+ }
2928
+ unregisterNotify(data, opts) {
2929
+ return this._client
2930
+ .call('com.atproto.space.unregisterNotify', opts?.qp, data, opts)
2931
+ .catch((e) => {
2932
+ throw ComAtprotoSpaceUnregisterNotify.toKnownErr(e);
2933
+ });
2934
+ }
2935
+ }
2936
+ export class ComAtprotoSyncNS {
2937
+ constructor(client) {
2938
+ this._client = client;
2939
+ }
2940
+ getBlob(params, opts) {
2941
+ return this._client
2942
+ .call('com.atproto.sync.getBlob', params, undefined, opts)
2943
+ .catch((e) => {
2944
+ throw ComAtprotoSyncGetBlob.toKnownErr(e);
2945
+ });
2946
+ }
2947
+ getBlocks(params, opts) {
2948
+ return this._client
2949
+ .call('com.atproto.sync.getBlocks', params, undefined, opts)
2950
+ .catch((e) => {
2951
+ throw ComAtprotoSyncGetBlocks.toKnownErr(e);
2952
+ });
2953
+ }
2954
+ getCheckout(params, opts) {
2955
+ return this._client.call('com.atproto.sync.getCheckout', params, undefined, opts);
2956
+ }
2957
+ getHead(params, opts) {
2958
+ return this._client
2959
+ .call('com.atproto.sync.getHead', params, undefined, opts)
2960
+ .catch((e) => {
2961
+ throw ComAtprotoSyncGetHead.toKnownErr(e);
2962
+ });
2963
+ }
2964
+ getHostStatus(params, opts) {
2965
+ return this._client
2966
+ .call('com.atproto.sync.getHostStatus', params, undefined, opts)
2967
+ .catch((e) => {
2968
+ throw ComAtprotoSyncGetHostStatus.toKnownErr(e);
2969
+ });
2970
+ }
2971
+ getLatestCommit(params, opts) {
2972
+ return this._client
2973
+ .call('com.atproto.sync.getLatestCommit', params, undefined, opts)
2974
+ .catch((e) => {
2975
+ throw ComAtprotoSyncGetLatestCommit.toKnownErr(e);
2976
+ });
2977
+ }
2978
+ getRecord(params, opts) {
2979
+ return this._client
2980
+ .call('com.atproto.sync.getRecord', params, undefined, opts)
2981
+ .catch((e) => {
2982
+ throw ComAtprotoSyncGetRecord.toKnownErr(e);
2983
+ });
2984
+ }
2985
+ getRepo(params, opts) {
2986
+ return this._client
2987
+ .call('com.atproto.sync.getRepo', params, undefined, opts)
2988
+ .catch((e) => {
2989
+ throw ComAtprotoSyncGetRepo.toKnownErr(e);
2990
+ });
2991
+ }
2992
+ getRepoStatus(params, opts) {
2993
+ return this._client
2994
+ .call('com.atproto.sync.getRepoStatus', params, undefined, opts)
2995
+ .catch((e) => {
2996
+ throw ComAtprotoSyncGetRepoStatus.toKnownErr(e);
2997
+ });
2998
+ }
2999
+ listBlobs(params, opts) {
3000
+ return this._client
3001
+ .call('com.atproto.sync.listBlobs', params, undefined, opts)
3002
+ .catch((e) => {
3003
+ throw ComAtprotoSyncListBlobs.toKnownErr(e);
3004
+ });
3005
+ }
3006
+ listHosts(params, opts) {
3007
+ return this._client.call('com.atproto.sync.listHosts', params, undefined, opts);
3008
+ }
3009
+ listRepos(params, opts) {
3010
+ return this._client.call('com.atproto.sync.listRepos', params, undefined, opts);
3011
+ }
3012
+ listReposByCollection(params, opts) {
3013
+ return this._client.call('com.atproto.sync.listReposByCollection', params, undefined, opts);
3014
+ }
3015
+ notifyOfUpdate(data, opts) {
3016
+ return this._client.call('com.atproto.sync.notifyOfUpdate', opts?.qp, data, opts);
3017
+ }
3018
+ requestCrawl(data, opts) {
3019
+ return this._client
3020
+ .call('com.atproto.sync.requestCrawl', opts?.qp, data, opts)
3021
+ .catch((e) => {
3022
+ throw ComAtprotoSyncRequestCrawl.toKnownErr(e);
3023
+ });
3024
+ }
3025
+ }
3026
+ export class ComAtprotoTempNS {
3027
+ constructor(client) {
3028
+ this._client = client;
3029
+ }
3030
+ addReservedHandle(data, opts) {
3031
+ return this._client.call('com.atproto.temp.addReservedHandle', opts?.qp, data, opts);
3032
+ }
3033
+ checkHandleAvailability(params, opts) {
3034
+ return this._client
3035
+ .call('com.atproto.temp.checkHandleAvailability', params, undefined, opts)
3036
+ .catch((e) => {
3037
+ throw ComAtprotoTempCheckHandleAvailability.toKnownErr(e);
3038
+ });
3039
+ }
3040
+ checkSignupQueue(params, opts) {
3041
+ return this._client.call('com.atproto.temp.checkSignupQueue', params, undefined, opts);
3042
+ }
3043
+ dereferenceScope(params, opts) {
3044
+ return this._client
3045
+ .call('com.atproto.temp.dereferenceScope', params, undefined, opts)
3046
+ .catch((e) => {
3047
+ throw ComAtprotoTempDereferenceScope.toKnownErr(e);
3048
+ });
3049
+ }
3050
+ fetchLabels(params, opts) {
3051
+ return this._client.call('com.atproto.temp.fetchLabels', params, undefined, opts);
3052
+ }
3053
+ requestPhoneVerification(data, opts) {
3054
+ return this._client.call('com.atproto.temp.requestPhoneVerification', opts?.qp, data, opts);
3055
+ }
3056
+ revokeAccountCredentials(data, opts) {
3057
+ return this._client.call('com.atproto.temp.revokeAccountCredentials', opts?.qp, data, opts);
3058
+ }
3059
+ }
3060
+ export class ComGermnetworkNS {
3061
+ constructor(client) {
3062
+ this._client = client;
3063
+ this.declaration = new ComGermnetworkDeclarationRecord(client);
3064
+ }
3065
+ }
3066
+ export class ComGermnetworkDeclarationRecord {
3067
+ constructor(client) {
3068
+ this._client = client;
3069
+ }
3070
+ async list(params) {
3071
+ const res = await this._client.call('com.atproto.repo.listRecords', {
3072
+ collection: 'com.germnetwork.declaration',
3073
+ ...params,
3074
+ });
3075
+ return res.data;
3076
+ }
3077
+ async get(params) {
3078
+ const res = await this._client.call('com.atproto.repo.getRecord', {
3079
+ collection: 'com.germnetwork.declaration',
3080
+ ...params,
3081
+ });
3082
+ return res.data;
3083
+ }
3084
+ async create(params, record, headers) {
3085
+ const collection = 'com.germnetwork.declaration';
3086
+ const res = await this._client.call('com.atproto.repo.createRecord', undefined, {
3087
+ collection,
3088
+ rkey: 'self',
3089
+ ...params,
3090
+ record: { ...record, $type: collection },
3091
+ }, { encoding: 'application/json', headers });
3092
+ return res.data;
3093
+ }
3094
+ async put(params, record, headers) {
3095
+ const collection = 'com.germnetwork.declaration';
3096
+ const res = await this._client.call('com.atproto.repo.putRecord', undefined, { collection, ...params, record: { ...record, $type: collection } }, { encoding: 'application/json', headers });
3097
+ return res.data;
3098
+ }
3099
+ async delete(params, headers) {
3100
+ await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'com.germnetwork.declaration', ...params }, { headers });
3101
+ }
3102
+ }
3103
+ export class ToolsNS {
3104
+ constructor(client) {
3105
+ this._client = client;
3106
+ this.ozone = new ToolsOzoneNS(client);
3107
+ }
3108
+ }
3109
+ export class ToolsOzoneNS {
3110
+ constructor(client) {
3111
+ this._client = client;
3112
+ this.communication = new ToolsOzoneCommunicationNS(client);
3113
+ this.hosting = new ToolsOzoneHostingNS(client);
3114
+ this.moderation = new ToolsOzoneModerationNS(client);
3115
+ this.queue = new ToolsOzoneQueueNS(client);
3116
+ this.report = new ToolsOzoneReportNS(client);
3117
+ this.safelink = new ToolsOzoneSafelinkNS(client);
3118
+ this.server = new ToolsOzoneServerNS(client);
3119
+ this.set = new ToolsOzoneSetNS(client);
3120
+ this.setting = new ToolsOzoneSettingNS(client);
3121
+ this.signature = new ToolsOzoneSignatureNS(client);
3122
+ this.team = new ToolsOzoneTeamNS(client);
3123
+ this.verification = new ToolsOzoneVerificationNS(client);
3124
+ }
3125
+ }
3126
+ export class ToolsOzoneCommunicationNS {
3127
+ constructor(client) {
3128
+ this._client = client;
3129
+ }
3130
+ createTemplate(data, opts) {
3131
+ return this._client
3132
+ .call('tools.ozone.communication.createTemplate', opts?.qp, data, opts)
3133
+ .catch((e) => {
3134
+ throw ToolsOzoneCommunicationCreateTemplate.toKnownErr(e);
3135
+ });
3136
+ }
3137
+ deleteTemplate(data, opts) {
3138
+ return this._client.call('tools.ozone.communication.deleteTemplate', opts?.qp, data, opts);
3139
+ }
3140
+ listTemplates(params, opts) {
3141
+ return this._client.call('tools.ozone.communication.listTemplates', params, undefined, opts);
3142
+ }
3143
+ updateTemplate(data, opts) {
3144
+ return this._client
3145
+ .call('tools.ozone.communication.updateTemplate', opts?.qp, data, opts)
3146
+ .catch((e) => {
3147
+ throw ToolsOzoneCommunicationUpdateTemplate.toKnownErr(e);
3148
+ });
3149
+ }
3150
+ }
3151
+ export class ToolsOzoneHostingNS {
3152
+ constructor(client) {
3153
+ this._client = client;
3154
+ }
3155
+ getAccountHistory(params, opts) {
3156
+ return this._client.call('tools.ozone.hosting.getAccountHistory', params, undefined, opts);
3157
+ }
3158
+ }
3159
+ export class ToolsOzoneModerationNS {
3160
+ constructor(client) {
3161
+ this._client = client;
3162
+ }
3163
+ cancelScheduledActions(data, opts) {
3164
+ return this._client.call('tools.ozone.moderation.cancelScheduledActions', opts?.qp, data, opts);
3165
+ }
3166
+ emitEvent(data, opts) {
3167
+ return this._client
3168
+ .call('tools.ozone.moderation.emitEvent', opts?.qp, data, opts)
3169
+ .catch((e) => {
3170
+ throw ToolsOzoneModerationEmitEvent.toKnownErr(e);
3171
+ });
3172
+ }
3173
+ getAccountTimeline(params, opts) {
3174
+ return this._client
3175
+ .call('tools.ozone.moderation.getAccountTimeline', params, undefined, opts)
3176
+ .catch((e) => {
3177
+ throw ToolsOzoneModerationGetAccountTimeline.toKnownErr(e);
3178
+ });
3179
+ }
3180
+ getEvent(params, opts) {
3181
+ return this._client.call('tools.ozone.moderation.getEvent', params, undefined, opts);
3182
+ }
3183
+ getRecord(params, opts) {
3184
+ return this._client
3185
+ .call('tools.ozone.moderation.getRecord', params, undefined, opts)
3186
+ .catch((e) => {
3187
+ throw ToolsOzoneModerationGetRecord.toKnownErr(e);
3188
+ });
3189
+ }
3190
+ getRecords(params, opts) {
3191
+ return this._client.call('tools.ozone.moderation.getRecords', params, undefined, opts);
3192
+ }
3193
+ getRepo(params, opts) {
3194
+ return this._client
3195
+ .call('tools.ozone.moderation.getRepo', params, undefined, opts)
3196
+ .catch((e) => {
3197
+ throw ToolsOzoneModerationGetRepo.toKnownErr(e);
3198
+ });
3199
+ }
3200
+ getReporterStats(params, opts) {
3201
+ return this._client.call('tools.ozone.moderation.getReporterStats', params, undefined, opts);
3202
+ }
3203
+ getRepos(params, opts) {
3204
+ return this._client.call('tools.ozone.moderation.getRepos', params, undefined, opts);
3205
+ }
3206
+ getSubjects(params, opts) {
3207
+ return this._client.call('tools.ozone.moderation.getSubjects', params, undefined, opts);
3208
+ }
3209
+ listScheduledActions(data, opts) {
3210
+ return this._client.call('tools.ozone.moderation.listScheduledActions', opts?.qp, data, opts);
3211
+ }
3212
+ queryEvents(params, opts) {
3213
+ return this._client.call('tools.ozone.moderation.queryEvents', params, undefined, opts);
3214
+ }
3215
+ queryStatuses(params, opts) {
3216
+ return this._client.call('tools.ozone.moderation.queryStatuses', params, undefined, opts);
3217
+ }
3218
+ scheduleAction(data, opts) {
3219
+ return this._client.call('tools.ozone.moderation.scheduleAction', opts?.qp, data, opts);
3220
+ }
3221
+ searchRepos(params, opts) {
3222
+ return this._client.call('tools.ozone.moderation.searchRepos', params, undefined, opts);
3223
+ }
3224
+ }
3225
+ export class ToolsOzoneQueueNS {
3226
+ constructor(client) {
3227
+ this._client = client;
3228
+ }
3229
+ assignModerator(data, opts) {
3230
+ return this._client
3231
+ .call('tools.ozone.queue.assignModerator', opts?.qp, data, opts)
3232
+ .catch((e) => {
3233
+ throw ToolsOzoneQueueAssignModerator.toKnownErr(e);
3234
+ });
3235
+ }
3236
+ createQueue(data, opts) {
3237
+ return this._client
3238
+ .call('tools.ozone.queue.createQueue', opts?.qp, data, opts)
3239
+ .catch((e) => {
3240
+ throw ToolsOzoneQueueCreateQueue.toKnownErr(e);
3241
+ });
3242
+ }
3243
+ deleteQueue(data, opts) {
3244
+ return this._client.call('tools.ozone.queue.deleteQueue', opts?.qp, data, opts);
3245
+ }
3246
+ getAssignments(params, opts) {
3247
+ return this._client.call('tools.ozone.queue.getAssignments', params, undefined, opts);
3248
+ }
3249
+ listQueues(params, opts) {
3250
+ return this._client.call('tools.ozone.queue.listQueues', params, undefined, opts);
3251
+ }
3252
+ routeReports(data, opts) {
3253
+ return this._client
3254
+ .call('tools.ozone.queue.routeReports', opts?.qp, data, opts)
3255
+ .catch((e) => {
3256
+ throw ToolsOzoneQueueRouteReports.toKnownErr(e);
3257
+ });
3258
+ }
3259
+ unassignModerator(data, opts) {
3260
+ return this._client
3261
+ .call('tools.ozone.queue.unassignModerator', opts?.qp, data, opts)
3262
+ .catch((e) => {
3263
+ throw ToolsOzoneQueueUnassignModerator.toKnownErr(e);
3264
+ });
3265
+ }
3266
+ updateQueue(data, opts) {
3267
+ return this._client
3268
+ .call('tools.ozone.queue.updateQueue', opts?.qp, data, opts)
3269
+ .catch((e) => {
3270
+ throw ToolsOzoneQueueUpdateQueue.toKnownErr(e);
3271
+ });
3272
+ }
3273
+ }
3274
+ export class ToolsOzoneReportNS {
3275
+ constructor(client) {
3276
+ this._client = client;
3277
+ }
3278
+ assignModerator(data, opts) {
3279
+ return this._client
3280
+ .call('tools.ozone.report.assignModerator', opts?.qp, data, opts)
3281
+ .catch((e) => {
3282
+ throw ToolsOzoneReportAssignModerator.toKnownErr(e);
3283
+ });
3284
+ }
3285
+ closeReports(data, opts) {
3286
+ return this._client.call('tools.ozone.report.closeReports', opts?.qp, data, opts);
3287
+ }
3288
+ createActivity(data, opts) {
3289
+ return this._client
3290
+ .call('tools.ozone.report.createActivity', opts?.qp, data, opts)
3291
+ .catch((e) => {
3292
+ throw ToolsOzoneReportCreateActivity.toKnownErr(e);
3293
+ });
3294
+ }
3295
+ getAssignments(params, opts) {
3296
+ return this._client.call('tools.ozone.report.getAssignments', params, undefined, opts);
3297
+ }
3298
+ getHistoricalStats(params, opts) {
3299
+ return this._client.call('tools.ozone.report.getHistoricalStats', params, undefined, opts);
3300
+ }
3301
+ getLatestReport(params, opts) {
3302
+ return this._client
3303
+ .call('tools.ozone.report.getLatestReport', params, undefined, opts)
3304
+ .catch((e) => {
3305
+ throw ToolsOzoneReportGetLatestReport.toKnownErr(e);
3306
+ });
3307
+ }
3308
+ getLiveStats(params, opts) {
3309
+ return this._client.call('tools.ozone.report.getLiveStats', params, undefined, opts);
3310
+ }
3311
+ getReport(params, opts) {
3312
+ return this._client
3313
+ .call('tools.ozone.report.getReport', params, undefined, opts)
3314
+ .catch((e) => {
3315
+ throw ToolsOzoneReportGetReport.toKnownErr(e);
3316
+ });
3317
+ }
3318
+ listActivities(params, opts) {
3319
+ return this._client.call('tools.ozone.report.listActivities', params, undefined, opts);
3320
+ }
3321
+ queryActivities(params, opts) {
3322
+ return this._client.call('tools.ozone.report.queryActivities', params, undefined, opts);
3323
+ }
3324
+ queryReports(params, opts) {
3325
+ return this._client.call('tools.ozone.report.queryReports', params, undefined, opts);
3326
+ }
3327
+ reassignQueue(data, opts) {
3328
+ return this._client
3329
+ .call('tools.ozone.report.reassignQueue', opts?.qp, data, opts)
3330
+ .catch((e) => {
3331
+ throw ToolsOzoneReportReassignQueue.toKnownErr(e);
3332
+ });
3333
+ }
3334
+ refreshStats(data, opts) {
3335
+ return this._client.call('tools.ozone.report.refreshStats', opts?.qp, data, opts);
3336
+ }
3337
+ unassignModerator(data, opts) {
3338
+ return this._client
3339
+ .call('tools.ozone.report.unassignModerator', opts?.qp, data, opts)
3340
+ .catch((e) => {
3341
+ throw ToolsOzoneReportUnassignModerator.toKnownErr(e);
3342
+ });
3343
+ }
3344
+ }
3345
+ export class ToolsOzoneSafelinkNS {
3346
+ constructor(client) {
3347
+ this._client = client;
3348
+ }
3349
+ addRule(data, opts) {
3350
+ return this._client
3351
+ .call('tools.ozone.safelink.addRule', opts?.qp, data, opts)
3352
+ .catch((e) => {
3353
+ throw ToolsOzoneSafelinkAddRule.toKnownErr(e);
3354
+ });
3355
+ }
3356
+ queryEvents(data, opts) {
3357
+ return this._client.call('tools.ozone.safelink.queryEvents', opts?.qp, data, opts);
3358
+ }
3359
+ queryRules(data, opts) {
3360
+ return this._client.call('tools.ozone.safelink.queryRules', opts?.qp, data, opts);
3361
+ }
3362
+ removeRule(data, opts) {
3363
+ return this._client
3364
+ .call('tools.ozone.safelink.removeRule', opts?.qp, data, opts)
3365
+ .catch((e) => {
3366
+ throw ToolsOzoneSafelinkRemoveRule.toKnownErr(e);
3367
+ });
3368
+ }
3369
+ updateRule(data, opts) {
3370
+ return this._client
3371
+ .call('tools.ozone.safelink.updateRule', opts?.qp, data, opts)
3372
+ .catch((e) => {
3373
+ throw ToolsOzoneSafelinkUpdateRule.toKnownErr(e);
3374
+ });
3375
+ }
3376
+ }
3377
+ export class ToolsOzoneServerNS {
3378
+ constructor(client) {
3379
+ this._client = client;
3380
+ }
3381
+ getConfig(params, opts) {
3382
+ return this._client.call('tools.ozone.server.getConfig', params, undefined, opts);
3383
+ }
3384
+ }
3385
+ export class ToolsOzoneSetNS {
3386
+ constructor(client) {
3387
+ this._client = client;
3388
+ }
3389
+ addValues(data, opts) {
3390
+ return this._client.call('tools.ozone.set.addValues', opts?.qp, data, opts);
3391
+ }
3392
+ deleteSet(data, opts) {
3393
+ return this._client
3394
+ .call('tools.ozone.set.deleteSet', opts?.qp, data, opts)
3395
+ .catch((e) => {
3396
+ throw ToolsOzoneSetDeleteSet.toKnownErr(e);
3397
+ });
3398
+ }
3399
+ deleteValues(data, opts) {
3400
+ return this._client
3401
+ .call('tools.ozone.set.deleteValues', opts?.qp, data, opts)
3402
+ .catch((e) => {
3403
+ throw ToolsOzoneSetDeleteValues.toKnownErr(e);
3404
+ });
3405
+ }
3406
+ getValues(params, opts) {
3407
+ return this._client
3408
+ .call('tools.ozone.set.getValues', params, undefined, opts)
3409
+ .catch((e) => {
3410
+ throw ToolsOzoneSetGetValues.toKnownErr(e);
3411
+ });
3412
+ }
3413
+ querySets(params, opts) {
3414
+ return this._client.call('tools.ozone.set.querySets', params, undefined, opts);
3415
+ }
3416
+ upsertSet(data, opts) {
3417
+ return this._client.call('tools.ozone.set.upsertSet', opts?.qp, data, opts);
3418
+ }
3419
+ }
3420
+ export class ToolsOzoneSettingNS {
3421
+ constructor(client) {
3422
+ this._client = client;
3423
+ }
3424
+ listOptions(params, opts) {
3425
+ return this._client.call('tools.ozone.setting.listOptions', params, undefined, opts);
3426
+ }
3427
+ removeOptions(data, opts) {
3428
+ return this._client.call('tools.ozone.setting.removeOptions', opts?.qp, data, opts);
3429
+ }
3430
+ upsertOption(data, opts) {
3431
+ return this._client.call('tools.ozone.setting.upsertOption', opts?.qp, data, opts);
3432
+ }
3433
+ }
3434
+ export class ToolsOzoneSignatureNS {
3435
+ constructor(client) {
3436
+ this._client = client;
3437
+ }
3438
+ findCorrelation(params, opts) {
3439
+ return this._client.call('tools.ozone.signature.findCorrelation', params, undefined, opts);
3440
+ }
3441
+ findRelatedAccounts(params, opts) {
3442
+ return this._client.call('tools.ozone.signature.findRelatedAccounts', params, undefined, opts);
3443
+ }
3444
+ searchAccounts(params, opts) {
3445
+ return this._client.call('tools.ozone.signature.searchAccounts', params, undefined, opts);
3446
+ }
3447
+ }
3448
+ export class ToolsOzoneTeamNS {
3449
+ constructor(client) {
3450
+ this._client = client;
3451
+ }
3452
+ addMember(data, opts) {
3453
+ return this._client
3454
+ .call('tools.ozone.team.addMember', opts?.qp, data, opts)
3455
+ .catch((e) => {
3456
+ throw ToolsOzoneTeamAddMember.toKnownErr(e);
3457
+ });
3458
+ }
3459
+ deleteMember(data, opts) {
3460
+ return this._client
3461
+ .call('tools.ozone.team.deleteMember', opts?.qp, data, opts)
3462
+ .catch((e) => {
3463
+ throw ToolsOzoneTeamDeleteMember.toKnownErr(e);
3464
+ });
3465
+ }
3466
+ listMembers(params, opts) {
3467
+ return this._client.call('tools.ozone.team.listMembers', params, undefined, opts);
3468
+ }
3469
+ updateMember(data, opts) {
3470
+ return this._client
3471
+ .call('tools.ozone.team.updateMember', opts?.qp, data, opts)
3472
+ .catch((e) => {
3473
+ throw ToolsOzoneTeamUpdateMember.toKnownErr(e);
3474
+ });
3475
+ }
3476
+ }
3477
+ export class ToolsOzoneVerificationNS {
3478
+ constructor(client) {
3479
+ this._client = client;
3480
+ }
3481
+ grantVerifications(data, opts) {
3482
+ return this._client.call('tools.ozone.verification.grantVerifications', opts?.qp, data, opts);
3483
+ }
3484
+ listVerifications(params, opts) {
3485
+ return this._client.call('tools.ozone.verification.listVerifications', params, undefined, opts);
3486
+ }
3487
+ revokeVerifications(data, opts) {
3488
+ return this._client.call('tools.ozone.verification.revokeVerifications', opts?.qp, data, opts);
3489
+ }
3490
+ }
3491
+ //# sourceMappingURL=index.js.map