@atcute/bluesky 3.2.4 → 3.2.6

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 (604) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.d.ts.map +1 -0
  3. package/dist/lexicons/index.d.ts +1 -0
  4. package/dist/lexicons/index.d.ts.map +1 -0
  5. package/dist/lexicons/types/app/bsky/actor/defs.d.ts +160 -0
  6. package/dist/lexicons/types/app/bsky/actor/defs.d.ts.map +1 -0
  7. package/dist/lexicons/types/app/bsky/actor/defs.js +159 -0
  8. package/dist/lexicons/types/app/bsky/actor/defs.js.map +1 -1
  9. package/dist/lexicons/types/app/bsky/actor/getPreferences.d.ts +1 -0
  10. package/dist/lexicons/types/app/bsky/actor/getPreferences.d.ts.map +1 -0
  11. package/dist/lexicons/types/app/bsky/actor/getProfile.d.ts +4 -0
  12. package/dist/lexicons/types/app/bsky/actor/getProfile.d.ts.map +1 -0
  13. package/dist/lexicons/types/app/bsky/actor/getProfile.js +3 -0
  14. package/dist/lexicons/types/app/bsky/actor/getProfile.js.map +1 -1
  15. package/dist/lexicons/types/app/bsky/actor/getProfiles.d.ts +5 -0
  16. package/dist/lexicons/types/app/bsky/actor/getProfiles.d.ts.map +1 -0
  17. package/dist/lexicons/types/app/bsky/actor/getProfiles.js +4 -0
  18. package/dist/lexicons/types/app/bsky/actor/getProfiles.js.map +1 -1
  19. package/dist/lexicons/types/app/bsky/actor/getSuggestions.d.ts +9 -0
  20. package/dist/lexicons/types/app/bsky/actor/getSuggestions.d.ts.map +1 -0
  21. package/dist/lexicons/types/app/bsky/actor/getSuggestions.js +8 -0
  22. package/dist/lexicons/types/app/bsky/actor/getSuggestions.js.map +1 -1
  23. package/dist/lexicons/types/app/bsky/actor/profile.d.ts +28 -0
  24. package/dist/lexicons/types/app/bsky/actor/profile.d.ts.map +1 -0
  25. package/dist/lexicons/types/app/bsky/actor/profile.js +27 -0
  26. package/dist/lexicons/types/app/bsky/actor/profile.js.map +1 -1
  27. package/dist/lexicons/types/app/bsky/actor/putPreferences.d.ts +1 -0
  28. package/dist/lexicons/types/app/bsky/actor/putPreferences.d.ts.map +1 -0
  29. package/dist/lexicons/types/app/bsky/actor/searchActors.d.ts +13 -0
  30. package/dist/lexicons/types/app/bsky/actor/searchActors.d.ts.map +1 -0
  31. package/dist/lexicons/types/app/bsky/actor/searchActors.js +12 -0
  32. package/dist/lexicons/types/app/bsky/actor/searchActors.js.map +1 -1
  33. package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.d.ts +13 -0
  34. package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.d.ts.map +1 -0
  35. package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.js +12 -0
  36. package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.js.map +1 -1
  37. package/dist/lexicons/types/app/bsky/actor/status.d.ts +11 -0
  38. package/dist/lexicons/types/app/bsky/actor/status.d.ts.map +1 -0
  39. package/dist/lexicons/types/app/bsky/actor/status.js +10 -0
  40. package/dist/lexicons/types/app/bsky/actor/status.js.map +1 -1
  41. package/dist/lexicons/types/app/bsky/bookmark/createBookmark.d.ts +1 -0
  42. package/dist/lexicons/types/app/bsky/bookmark/createBookmark.d.ts.map +1 -0
  43. package/dist/lexicons/types/app/bsky/bookmark/defs.d.ts +7 -0
  44. package/dist/lexicons/types/app/bsky/bookmark/defs.d.ts.map +1 -0
  45. package/dist/lexicons/types/app/bsky/bookmark/defs.js +6 -0
  46. package/dist/lexicons/types/app/bsky/bookmark/defs.js.map +1 -1
  47. package/dist/lexicons/types/app/bsky/bookmark/deleteBookmark.d.ts +1 -0
  48. package/dist/lexicons/types/app/bsky/bookmark/deleteBookmark.d.ts.map +1 -0
  49. package/dist/lexicons/types/app/bsky/bookmark/getBookmarks.d.ts +6 -0
  50. package/dist/lexicons/types/app/bsky/bookmark/getBookmarks.d.ts.map +1 -0
  51. package/dist/lexicons/types/app/bsky/bookmark/getBookmarks.js +5 -0
  52. package/dist/lexicons/types/app/bsky/bookmark/getBookmarks.js.map +1 -1
  53. package/dist/lexicons/types/app/bsky/embed/defs.d.ts +7 -0
  54. package/dist/lexicons/types/app/bsky/embed/defs.d.ts.map +1 -0
  55. package/dist/lexicons/types/app/bsky/embed/defs.js +6 -0
  56. package/dist/lexicons/types/app/bsky/embed/defs.js.map +1 -1
  57. package/dist/lexicons/types/app/bsky/embed/external.d.ts +5 -0
  58. package/dist/lexicons/types/app/bsky/embed/external.d.ts.map +1 -0
  59. package/dist/lexicons/types/app/bsky/embed/external.js +4 -0
  60. package/dist/lexicons/types/app/bsky/embed/external.js.map +1 -1
  61. package/dist/lexicons/types/app/bsky/embed/images.d.ts +23 -0
  62. package/dist/lexicons/types/app/bsky/embed/images.d.ts.map +1 -0
  63. package/dist/lexicons/types/app/bsky/embed/images.js +22 -0
  64. package/dist/lexicons/types/app/bsky/embed/images.js.map +1 -1
  65. package/dist/lexicons/types/app/bsky/embed/record.d.ts +4 -0
  66. package/dist/lexicons/types/app/bsky/embed/record.d.ts.map +1 -0
  67. package/dist/lexicons/types/app/bsky/embed/record.js +3 -0
  68. package/dist/lexicons/types/app/bsky/embed/record.js.map +1 -1
  69. package/dist/lexicons/types/app/bsky/embed/recordWithMedia.d.ts +1 -0
  70. package/dist/lexicons/types/app/bsky/embed/recordWithMedia.d.ts.map +1 -0
  71. package/dist/lexicons/types/app/bsky/embed/video.d.ts +22 -0
  72. package/dist/lexicons/types/app/bsky/embed/video.d.ts.map +1 -0
  73. package/dist/lexicons/types/app/bsky/embed/video.js +21 -0
  74. package/dist/lexicons/types/app/bsky/embed/video.js.map +1 -1
  75. package/dist/lexicons/types/app/bsky/feed/defs.d.ts +31 -0
  76. package/dist/lexicons/types/app/bsky/feed/defs.d.ts.map +1 -0
  77. package/dist/lexicons/types/app/bsky/feed/defs.js +30 -0
  78. package/dist/lexicons/types/app/bsky/feed/defs.js.map +1 -1
  79. package/dist/lexicons/types/app/bsky/feed/describeFeedGenerator.d.ts +1 -0
  80. package/dist/lexicons/types/app/bsky/feed/describeFeedGenerator.d.ts.map +1 -0
  81. package/dist/lexicons/types/app/bsky/feed/generator.d.ts +19 -0
  82. package/dist/lexicons/types/app/bsky/feed/generator.d.ts.map +1 -0
  83. package/dist/lexicons/types/app/bsky/feed/generator.js +18 -0
  84. package/dist/lexicons/types/app/bsky/feed/generator.js.map +1 -1
  85. package/dist/lexicons/types/app/bsky/feed/getActorFeeds.d.ts +6 -0
  86. package/dist/lexicons/types/app/bsky/feed/getActorFeeds.d.ts.map +1 -0
  87. package/dist/lexicons/types/app/bsky/feed/getActorFeeds.js +5 -0
  88. package/dist/lexicons/types/app/bsky/feed/getActorFeeds.js.map +1 -1
  89. package/dist/lexicons/types/app/bsky/feed/getActorLikes.d.ts +6 -0
  90. package/dist/lexicons/types/app/bsky/feed/getActorLikes.d.ts.map +1 -0
  91. package/dist/lexicons/types/app/bsky/feed/getActorLikes.js +5 -0
  92. package/dist/lexicons/types/app/bsky/feed/getActorLikes.js.map +1 -1
  93. package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.d.ts +13 -0
  94. package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.d.ts.map +1 -0
  95. package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.js +12 -0
  96. package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.js.map +1 -1
  97. package/dist/lexicons/types/app/bsky/feed/getFeed.d.ts +6 -0
  98. package/dist/lexicons/types/app/bsky/feed/getFeed.d.ts.map +1 -0
  99. package/dist/lexicons/types/app/bsky/feed/getFeed.js +5 -0
  100. package/dist/lexicons/types/app/bsky/feed/getFeed.js.map +1 -1
  101. package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.d.ts +10 -0
  102. package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.d.ts.map +1 -0
  103. package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.js +9 -0
  104. package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.js.map +1 -1
  105. package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.d.ts +4 -0
  106. package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.d.ts.map +1 -0
  107. package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.js +3 -0
  108. package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.js.map +1 -1
  109. package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.d.ts +13 -0
  110. package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.d.ts.map +1 -0
  111. package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.js +12 -0
  112. package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.js.map +1 -1
  113. package/dist/lexicons/types/app/bsky/feed/getLikes.d.ts +12 -0
  114. package/dist/lexicons/types/app/bsky/feed/getLikes.d.ts.map +1 -0
  115. package/dist/lexicons/types/app/bsky/feed/getLikes.js +11 -0
  116. package/dist/lexicons/types/app/bsky/feed/getLikes.js.map +1 -1
  117. package/dist/lexicons/types/app/bsky/feed/getListFeed.d.ts +9 -0
  118. package/dist/lexicons/types/app/bsky/feed/getListFeed.d.ts.map +1 -0
  119. package/dist/lexicons/types/app/bsky/feed/getListFeed.js +8 -0
  120. package/dist/lexicons/types/app/bsky/feed/getListFeed.js.map +1 -1
  121. package/dist/lexicons/types/app/bsky/feed/getPostThread.d.ts +16 -0
  122. package/dist/lexicons/types/app/bsky/feed/getPostThread.d.ts.map +1 -0
  123. package/dist/lexicons/types/app/bsky/feed/getPostThread.js +15 -0
  124. package/dist/lexicons/types/app/bsky/feed/getPostThread.js.map +1 -1
  125. package/dist/lexicons/types/app/bsky/feed/getPosts.d.ts +6 -0
  126. package/dist/lexicons/types/app/bsky/feed/getPosts.d.ts.map +1 -0
  127. package/dist/lexicons/types/app/bsky/feed/getPosts.js +5 -0
  128. package/dist/lexicons/types/app/bsky/feed/getPosts.js.map +1 -1
  129. package/dist/lexicons/types/app/bsky/feed/getQuotes.d.ts +12 -0
  130. package/dist/lexicons/types/app/bsky/feed/getQuotes.d.ts.map +1 -0
  131. package/dist/lexicons/types/app/bsky/feed/getQuotes.js +11 -0
  132. package/dist/lexicons/types/app/bsky/feed/getQuotes.js.map +1 -1
  133. package/dist/lexicons/types/app/bsky/feed/getRepostedBy.d.ts +12 -0
  134. package/dist/lexicons/types/app/bsky/feed/getRepostedBy.d.ts.map +1 -0
  135. package/dist/lexicons/types/app/bsky/feed/getRepostedBy.js +11 -0
  136. package/dist/lexicons/types/app/bsky/feed/getRepostedBy.js.map +1 -1
  137. package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.d.ts +6 -0
  138. package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.d.ts.map +1 -0
  139. package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.js +5 -0
  140. package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.js.map +1 -1
  141. package/dist/lexicons/types/app/bsky/feed/getTimeline.d.ts +9 -0
  142. package/dist/lexicons/types/app/bsky/feed/getTimeline.d.ts.map +1 -0
  143. package/dist/lexicons/types/app/bsky/feed/getTimeline.js +8 -0
  144. package/dist/lexicons/types/app/bsky/feed/getTimeline.js.map +1 -1
  145. package/dist/lexicons/types/app/bsky/feed/like.d.ts +1 -0
  146. package/dist/lexicons/types/app/bsky/feed/like.d.ts.map +1 -0
  147. package/dist/lexicons/types/app/bsky/feed/post.d.ts +36 -0
  148. package/dist/lexicons/types/app/bsky/feed/post.d.ts.map +1 -0
  149. package/dist/lexicons/types/app/bsky/feed/post.js +35 -0
  150. package/dist/lexicons/types/app/bsky/feed/post.js.map +1 -1
  151. package/dist/lexicons/types/app/bsky/feed/postgate.d.ts +12 -0
  152. package/dist/lexicons/types/app/bsky/feed/postgate.d.ts.map +1 -0
  153. package/dist/lexicons/types/app/bsky/feed/postgate.js +11 -0
  154. package/dist/lexicons/types/app/bsky/feed/postgate.js.map +1 -1
  155. package/dist/lexicons/types/app/bsky/feed/repost.d.ts +1 -0
  156. package/dist/lexicons/types/app/bsky/feed/repost.d.ts.map +1 -0
  157. package/dist/lexicons/types/app/bsky/feed/searchPosts.d.ts +43 -0
  158. package/dist/lexicons/types/app/bsky/feed/searchPosts.d.ts.map +1 -0
  159. package/dist/lexicons/types/app/bsky/feed/searchPosts.js +42 -0
  160. package/dist/lexicons/types/app/bsky/feed/searchPosts.js.map +1 -1
  161. package/dist/lexicons/types/app/bsky/feed/sendInteractions.d.ts +1 -0
  162. package/dist/lexicons/types/app/bsky/feed/sendInteractions.d.ts.map +1 -0
  163. package/dist/lexicons/types/app/bsky/feed/threadgate.d.ts +12 -0
  164. package/dist/lexicons/types/app/bsky/feed/threadgate.d.ts.map +1 -0
  165. package/dist/lexicons/types/app/bsky/feed/threadgate.js +11 -0
  166. package/dist/lexicons/types/app/bsky/feed/threadgate.js.map +1 -1
  167. package/dist/lexicons/types/app/bsky/graph/block.d.ts +4 -0
  168. package/dist/lexicons/types/app/bsky/graph/block.d.ts.map +1 -0
  169. package/dist/lexicons/types/app/bsky/graph/block.js +3 -0
  170. package/dist/lexicons/types/app/bsky/graph/block.js.map +1 -1
  171. package/dist/lexicons/types/app/bsky/graph/defs.d.ts +46 -0
  172. package/dist/lexicons/types/app/bsky/graph/defs.d.ts.map +1 -0
  173. package/dist/lexicons/types/app/bsky/graph/defs.js +45 -0
  174. package/dist/lexicons/types/app/bsky/graph/defs.js.map +1 -1
  175. package/dist/lexicons/types/app/bsky/graph/follow.d.ts +1 -0
  176. package/dist/lexicons/types/app/bsky/graph/follow.d.ts.map +1 -0
  177. package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.d.ts +6 -0
  178. package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.d.ts.map +1 -0
  179. package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.js +5 -0
  180. package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.js.map +1 -1
  181. package/dist/lexicons/types/app/bsky/graph/getBlocks.d.ts +6 -0
  182. package/dist/lexicons/types/app/bsky/graph/getBlocks.d.ts.map +1 -0
  183. package/dist/lexicons/types/app/bsky/graph/getBlocks.js +5 -0
  184. package/dist/lexicons/types/app/bsky/graph/getBlocks.js.map +1 -1
  185. package/dist/lexicons/types/app/bsky/graph/getFollowers.d.ts +6 -0
  186. package/dist/lexicons/types/app/bsky/graph/getFollowers.d.ts.map +1 -0
  187. package/dist/lexicons/types/app/bsky/graph/getFollowers.js +5 -0
  188. package/dist/lexicons/types/app/bsky/graph/getFollowers.js.map +1 -1
  189. package/dist/lexicons/types/app/bsky/graph/getFollows.d.ts +6 -0
  190. package/dist/lexicons/types/app/bsky/graph/getFollows.d.ts.map +1 -0
  191. package/dist/lexicons/types/app/bsky/graph/getFollows.js +5 -0
  192. package/dist/lexicons/types/app/bsky/graph/getFollows.js.map +1 -1
  193. package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.d.ts +6 -0
  194. package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.d.ts.map +1 -0
  195. package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.js +5 -0
  196. package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.js.map +1 -1
  197. package/dist/lexicons/types/app/bsky/graph/getList.d.ts +9 -0
  198. package/dist/lexicons/types/app/bsky/graph/getList.d.ts.map +1 -0
  199. package/dist/lexicons/types/app/bsky/graph/getList.js +8 -0
  200. package/dist/lexicons/types/app/bsky/graph/getList.js.map +1 -1
  201. package/dist/lexicons/types/app/bsky/graph/getListBlocks.d.ts +6 -0
  202. package/dist/lexicons/types/app/bsky/graph/getListBlocks.d.ts.map +1 -0
  203. package/dist/lexicons/types/app/bsky/graph/getListBlocks.js +5 -0
  204. package/dist/lexicons/types/app/bsky/graph/getListBlocks.js.map +1 -1
  205. package/dist/lexicons/types/app/bsky/graph/getListMutes.d.ts +6 -0
  206. package/dist/lexicons/types/app/bsky/graph/getListMutes.d.ts.map +1 -0
  207. package/dist/lexicons/types/app/bsky/graph/getListMutes.js +5 -0
  208. package/dist/lexicons/types/app/bsky/graph/getListMutes.js.map +1 -1
  209. package/dist/lexicons/types/app/bsky/graph/getLists.d.ts +12 -0
  210. package/dist/lexicons/types/app/bsky/graph/getLists.d.ts.map +1 -0
  211. package/dist/lexicons/types/app/bsky/graph/getLists.js +11 -0
  212. package/dist/lexicons/types/app/bsky/graph/getLists.js.map +1 -1
  213. package/dist/lexicons/types/app/bsky/graph/getListsWithMembership.d.ts +12 -0
  214. package/dist/lexicons/types/app/bsky/graph/getListsWithMembership.d.ts.map +1 -0
  215. package/dist/lexicons/types/app/bsky/graph/getListsWithMembership.js +11 -0
  216. package/dist/lexicons/types/app/bsky/graph/getListsWithMembership.js.map +1 -1
  217. package/dist/lexicons/types/app/bsky/graph/getMutes.d.ts +6 -0
  218. package/dist/lexicons/types/app/bsky/graph/getMutes.d.ts.map +1 -0
  219. package/dist/lexicons/types/app/bsky/graph/getMutes.js +5 -0
  220. package/dist/lexicons/types/app/bsky/graph/getMutes.js.map +1 -1
  221. package/dist/lexicons/types/app/bsky/graph/getRelationships.d.ts +8 -0
  222. package/dist/lexicons/types/app/bsky/graph/getRelationships.d.ts.map +1 -0
  223. package/dist/lexicons/types/app/bsky/graph/getRelationships.js +7 -0
  224. package/dist/lexicons/types/app/bsky/graph/getRelationships.js.map +1 -1
  225. package/dist/lexicons/types/app/bsky/graph/getStarterPack.d.ts +4 -0
  226. package/dist/lexicons/types/app/bsky/graph/getStarterPack.d.ts.map +1 -0
  227. package/dist/lexicons/types/app/bsky/graph/getStarterPack.js +3 -0
  228. package/dist/lexicons/types/app/bsky/graph/getStarterPack.js.map +1 -1
  229. package/dist/lexicons/types/app/bsky/graph/getStarterPacks.d.ts +5 -0
  230. package/dist/lexicons/types/app/bsky/graph/getStarterPacks.d.ts.map +1 -0
  231. package/dist/lexicons/types/app/bsky/graph/getStarterPacks.js +4 -0
  232. package/dist/lexicons/types/app/bsky/graph/getStarterPacks.js.map +1 -1
  233. package/dist/lexicons/types/app/bsky/graph/getStarterPacksWithMembership.d.ts +9 -0
  234. package/dist/lexicons/types/app/bsky/graph/getStarterPacksWithMembership.d.ts.map +1 -0
  235. package/dist/lexicons/types/app/bsky/graph/getStarterPacksWithMembership.js +8 -0
  236. package/dist/lexicons/types/app/bsky/graph/getStarterPacksWithMembership.js.map +1 -1
  237. package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts +8 -0
  238. package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts.map +1 -0
  239. package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.js +7 -0
  240. package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.js.map +1 -1
  241. package/dist/lexicons/types/app/bsky/graph/list.d.ts +17 -0
  242. package/dist/lexicons/types/app/bsky/graph/list.d.ts.map +1 -0
  243. package/dist/lexicons/types/app/bsky/graph/list.js +16 -0
  244. package/dist/lexicons/types/app/bsky/graph/list.js.map +1 -1
  245. package/dist/lexicons/types/app/bsky/graph/listblock.d.ts +4 -0
  246. package/dist/lexicons/types/app/bsky/graph/listblock.d.ts.map +1 -0
  247. package/dist/lexicons/types/app/bsky/graph/listblock.js +3 -0
  248. package/dist/lexicons/types/app/bsky/graph/listblock.js.map +1 -1
  249. package/dist/lexicons/types/app/bsky/graph/listitem.d.ts +7 -0
  250. package/dist/lexicons/types/app/bsky/graph/listitem.d.ts.map +1 -0
  251. package/dist/lexicons/types/app/bsky/graph/listitem.js +6 -0
  252. package/dist/lexicons/types/app/bsky/graph/listitem.js.map +1 -1
  253. package/dist/lexicons/types/app/bsky/graph/muteActor.d.ts +1 -0
  254. package/dist/lexicons/types/app/bsky/graph/muteActor.d.ts.map +1 -0
  255. package/dist/lexicons/types/app/bsky/graph/muteActorList.d.ts +1 -0
  256. package/dist/lexicons/types/app/bsky/graph/muteActorList.d.ts.map +1 -0
  257. package/dist/lexicons/types/app/bsky/graph/muteThread.d.ts +1 -0
  258. package/dist/lexicons/types/app/bsky/graph/muteThread.d.ts.map +1 -0
  259. package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.d.ts +9 -0
  260. package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.d.ts.map +1 -0
  261. package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.js +8 -0
  262. package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.js.map +1 -1
  263. package/dist/lexicons/types/app/bsky/graph/starterpack.d.ts +17 -0
  264. package/dist/lexicons/types/app/bsky/graph/starterpack.d.ts.map +1 -0
  265. package/dist/lexicons/types/app/bsky/graph/starterpack.js +16 -0
  266. package/dist/lexicons/types/app/bsky/graph/starterpack.js.map +1 -1
  267. package/dist/lexicons/types/app/bsky/graph/unmuteActor.d.ts +1 -0
  268. package/dist/lexicons/types/app/bsky/graph/unmuteActor.d.ts.map +1 -0
  269. package/dist/lexicons/types/app/bsky/graph/unmuteActorList.d.ts +1 -0
  270. package/dist/lexicons/types/app/bsky/graph/unmuteActorList.d.ts.map +1 -0
  271. package/dist/lexicons/types/app/bsky/graph/unmuteThread.d.ts +1 -0
  272. package/dist/lexicons/types/app/bsky/graph/unmuteThread.d.ts.map +1 -0
  273. package/dist/lexicons/types/app/bsky/graph/verification.d.ts +13 -0
  274. package/dist/lexicons/types/app/bsky/graph/verification.d.ts.map +1 -0
  275. package/dist/lexicons/types/app/bsky/graph/verification.js +12 -0
  276. package/dist/lexicons/types/app/bsky/graph/verification.js.map +1 -1
  277. package/dist/lexicons/types/app/bsky/labeler/defs.d.ts +22 -0
  278. package/dist/lexicons/types/app/bsky/labeler/defs.d.ts.map +1 -0
  279. package/dist/lexicons/types/app/bsky/labeler/defs.js +21 -0
  280. package/dist/lexicons/types/app/bsky/labeler/defs.js.map +1 -1
  281. package/dist/lexicons/types/app/bsky/labeler/getServices.d.ts +7 -0
  282. package/dist/lexicons/types/app/bsky/labeler/getServices.d.ts.map +1 -0
  283. package/dist/lexicons/types/app/bsky/labeler/getServices.js +6 -0
  284. package/dist/lexicons/types/app/bsky/labeler/getServices.js.map +1 -1
  285. package/dist/lexicons/types/app/bsky/labeler/service.d.ts +10 -0
  286. package/dist/lexicons/types/app/bsky/labeler/service.d.ts.map +1 -0
  287. package/dist/lexicons/types/app/bsky/labeler/service.js +9 -0
  288. package/dist/lexicons/types/app/bsky/labeler/service.js.map +1 -1
  289. package/dist/lexicons/types/app/bsky/notification/declaration.d.ts +4 -0
  290. package/dist/lexicons/types/app/bsky/notification/declaration.d.ts.map +1 -0
  291. package/dist/lexicons/types/app/bsky/notification/declaration.js +3 -0
  292. package/dist/lexicons/types/app/bsky/notification/declaration.js.map +1 -1
  293. package/dist/lexicons/types/app/bsky/notification/defs.d.ts +1 -0
  294. package/dist/lexicons/types/app/bsky/notification/defs.d.ts.map +1 -0
  295. package/dist/lexicons/types/app/bsky/notification/getPreferences.d.ts +1 -0
  296. package/dist/lexicons/types/app/bsky/notification/getPreferences.d.ts.map +1 -0
  297. package/dist/lexicons/types/app/bsky/notification/getUnreadCount.d.ts +1 -0
  298. package/dist/lexicons/types/app/bsky/notification/getUnreadCount.d.ts.map +1 -0
  299. package/dist/lexicons/types/app/bsky/notification/listActivitySubscriptions.d.ts +6 -0
  300. package/dist/lexicons/types/app/bsky/notification/listActivitySubscriptions.d.ts.map +1 -0
  301. package/dist/lexicons/types/app/bsky/notification/listActivitySubscriptions.js +5 -0
  302. package/dist/lexicons/types/app/bsky/notification/listActivitySubscriptions.js.map +1 -1
  303. package/dist/lexicons/types/app/bsky/notification/listNotifications.d.ts +12 -0
  304. package/dist/lexicons/types/app/bsky/notification/listNotifications.d.ts.map +1 -0
  305. package/dist/lexicons/types/app/bsky/notification/listNotifications.js +11 -0
  306. package/dist/lexicons/types/app/bsky/notification/listNotifications.js.map +1 -1
  307. package/dist/lexicons/types/app/bsky/notification/putActivitySubscription.d.ts +1 -0
  308. package/dist/lexicons/types/app/bsky/notification/putActivitySubscription.d.ts.map +1 -0
  309. package/dist/lexicons/types/app/bsky/notification/putPreferences.d.ts +1 -0
  310. package/dist/lexicons/types/app/bsky/notification/putPreferences.d.ts.map +1 -0
  311. package/dist/lexicons/types/app/bsky/notification/putPreferencesV2.d.ts +1 -0
  312. package/dist/lexicons/types/app/bsky/notification/putPreferencesV2.d.ts.map +1 -0
  313. package/dist/lexicons/types/app/bsky/notification/registerPush.d.ts +4 -0
  314. package/dist/lexicons/types/app/bsky/notification/registerPush.d.ts.map +1 -0
  315. package/dist/lexicons/types/app/bsky/notification/registerPush.js +3 -0
  316. package/dist/lexicons/types/app/bsky/notification/registerPush.js.map +1 -1
  317. package/dist/lexicons/types/app/bsky/notification/unregisterPush.d.ts +1 -0
  318. package/dist/lexicons/types/app/bsky/notification/unregisterPush.d.ts.map +1 -0
  319. package/dist/lexicons/types/app/bsky/notification/updateSeen.d.ts +1 -0
  320. package/dist/lexicons/types/app/bsky/notification/updateSeen.d.ts.map +1 -0
  321. package/dist/lexicons/types/app/bsky/richtext/facet.d.ts +11 -0
  322. package/dist/lexicons/types/app/bsky/richtext/facet.d.ts.map +1 -0
  323. package/dist/lexicons/types/app/bsky/richtext/facet.js +10 -0
  324. package/dist/lexicons/types/app/bsky/richtext/facet.js.map +1 -1
  325. package/dist/lexicons/types/app/bsky/unspecced/defs.d.ts +46 -0
  326. package/dist/lexicons/types/app/bsky/unspecced/defs.d.ts.map +1 -0
  327. package/dist/lexicons/types/app/bsky/unspecced/defs.js +45 -0
  328. package/dist/lexicons/types/app/bsky/unspecced/defs.js.map +1 -1
  329. package/dist/lexicons/types/app/bsky/unspecced/getAgeAssuranceState.d.ts +1 -0
  330. package/dist/lexicons/types/app/bsky/unspecced/getAgeAssuranceState.d.ts.map +1 -0
  331. package/dist/lexicons/types/app/bsky/unspecced/getConfig.d.ts +1 -0
  332. package/dist/lexicons/types/app/bsky/unspecced/getConfig.d.ts.map +1 -0
  333. package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.d.ts +6 -0
  334. package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.d.ts.map +1 -0
  335. package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js +5 -0
  336. package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js.map +1 -1
  337. package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.d.ts +9 -0
  338. package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.d.ts.map +1 -0
  339. package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js +8 -0
  340. package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js.map +1 -1
  341. package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts +6 -0
  342. package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts.map +1 -0
  343. package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.js +5 -0
  344. package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.js.map +1 -1
  345. package/dist/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.d.ts +14 -0
  346. package/dist/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.d.ts.map +1 -0
  347. package/dist/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.js +13 -0
  348. package/dist/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.js.map +1 -1
  349. package/dist/lexicons/types/app/bsky/unspecced/getPostThreadV2.d.ts +37 -0
  350. package/dist/lexicons/types/app/bsky/unspecced/getPostThreadV2.d.ts.map +1 -0
  351. package/dist/lexicons/types/app/bsky/unspecced/getPostThreadV2.js +36 -0
  352. package/dist/lexicons/types/app/bsky/unspecced/getPostThreadV2.js.map +1 -1
  353. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.d.ts +6 -0
  354. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.d.ts.map +1 -0
  355. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.js +5 -0
  356. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.js.map +1 -1
  357. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.d.ts +9 -0
  358. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.d.ts.map +1 -0
  359. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js +8 -0
  360. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js.map +1 -1
  361. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts +6 -0
  362. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts.map +1 -0
  363. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.js +5 -0
  364. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.js.map +1 -1
  365. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts +9 -0
  366. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts.map +1 -0
  367. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js +8 -0
  368. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js.map +1 -1
  369. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.d.ts +9 -0
  370. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.d.ts.map +1 -0
  371. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.js +8 -0
  372. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.js.map +1 -1
  373. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts +12 -0
  374. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts.map +1 -0
  375. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js +11 -0
  376. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js.map +1 -1
  377. package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts +18 -0
  378. package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts.map +1 -0
  379. package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.js +17 -0
  380. package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.js.map +1 -1
  381. package/dist/lexicons/types/app/bsky/unspecced/getTaggedSuggestions.d.ts +1 -0
  382. package/dist/lexicons/types/app/bsky/unspecced/getTaggedSuggestions.d.ts.map +1 -0
  383. package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.d.ts +9 -0
  384. package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.d.ts.map +1 -0
  385. package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.js +8 -0
  386. package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.js.map +1 -1
  387. package/dist/lexicons/types/app/bsky/unspecced/getTrends.d.ts +6 -0
  388. package/dist/lexicons/types/app/bsky/unspecced/getTrends.d.ts.map +1 -0
  389. package/dist/lexicons/types/app/bsky/unspecced/getTrends.js +5 -0
  390. package/dist/lexicons/types/app/bsky/unspecced/getTrends.js.map +1 -1
  391. package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.d.ts +9 -0
  392. package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.d.ts.map +1 -0
  393. package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.js +8 -0
  394. package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.js.map +1 -1
  395. package/dist/lexicons/types/app/bsky/unspecced/initAgeAssurance.d.ts +10 -0
  396. package/dist/lexicons/types/app/bsky/unspecced/initAgeAssurance.d.ts.map +1 -0
  397. package/dist/lexicons/types/app/bsky/unspecced/initAgeAssurance.js +9 -0
  398. package/dist/lexicons/types/app/bsky/unspecced/initAgeAssurance.js.map +1 -1
  399. package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.d.ts +21 -0
  400. package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.d.ts.map +1 -0
  401. package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.js +20 -0
  402. package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.js.map +1 -1
  403. package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.d.ts +46 -0
  404. package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.d.ts.map +1 -0
  405. package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.js +45 -0
  406. package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.js.map +1 -1
  407. package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.d.ts +18 -0
  408. package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.d.ts.map +1 -0
  409. package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.js +17 -0
  410. package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.js.map +1 -1
  411. package/dist/lexicons/types/app/bsky/video/defs.d.ts +9 -0
  412. package/dist/lexicons/types/app/bsky/video/defs.d.ts.map +1 -0
  413. package/dist/lexicons/types/app/bsky/video/defs.js +8 -0
  414. package/dist/lexicons/types/app/bsky/video/defs.js.map +1 -1
  415. package/dist/lexicons/types/app/bsky/video/getJobStatus.d.ts +1 -0
  416. package/dist/lexicons/types/app/bsky/video/getJobStatus.d.ts.map +1 -0
  417. package/dist/lexicons/types/app/bsky/video/getUploadLimits.d.ts +1 -0
  418. package/dist/lexicons/types/app/bsky/video/getUploadLimits.d.ts.map +1 -0
  419. package/dist/lexicons/types/app/bsky/video/uploadVideo.d.ts +1 -0
  420. package/dist/lexicons/types/app/bsky/video/uploadVideo.d.ts.map +1 -0
  421. package/dist/lexicons/types/chat/bsky/actor/declaration.d.ts +1 -0
  422. package/dist/lexicons/types/chat/bsky/actor/declaration.d.ts.map +1 -0
  423. package/dist/lexicons/types/chat/bsky/actor/defs.d.ts +8 -0
  424. package/dist/lexicons/types/chat/bsky/actor/defs.d.ts.map +1 -0
  425. package/dist/lexicons/types/chat/bsky/actor/defs.js +7 -0
  426. package/dist/lexicons/types/chat/bsky/actor/defs.js.map +1 -1
  427. package/dist/lexicons/types/chat/bsky/actor/deleteAccount.d.ts +1 -0
  428. package/dist/lexicons/types/chat/bsky/actor/deleteAccount.d.ts.map +1 -0
  429. package/dist/lexicons/types/chat/bsky/actor/exportAccountData.d.ts +1 -0
  430. package/dist/lexicons/types/chat/bsky/actor/exportAccountData.d.ts.map +1 -0
  431. package/dist/lexicons/types/chat/bsky/convo/acceptConvo.d.ts +4 -0
  432. package/dist/lexicons/types/chat/bsky/convo/acceptConvo.d.ts.map +1 -0
  433. package/dist/lexicons/types/chat/bsky/convo/acceptConvo.js +3 -0
  434. package/dist/lexicons/types/chat/bsky/convo/acceptConvo.js.map +1 -1
  435. package/dist/lexicons/types/chat/bsky/convo/addReaction.d.ts +7 -0
  436. package/dist/lexicons/types/chat/bsky/convo/addReaction.d.ts.map +1 -0
  437. package/dist/lexicons/types/chat/bsky/convo/addReaction.js +6 -0
  438. package/dist/lexicons/types/chat/bsky/convo/addReaction.js.map +1 -1
  439. package/dist/lexicons/types/chat/bsky/convo/defs.d.ts +18 -0
  440. package/dist/lexicons/types/chat/bsky/convo/defs.d.ts.map +1 -0
  441. package/dist/lexicons/types/chat/bsky/convo/defs.js +17 -0
  442. package/dist/lexicons/types/chat/bsky/convo/defs.js.map +1 -1
  443. package/dist/lexicons/types/chat/bsky/convo/deleteMessageForSelf.d.ts +1 -0
  444. package/dist/lexicons/types/chat/bsky/convo/deleteMessageForSelf.d.ts.map +1 -0
  445. package/dist/lexicons/types/chat/bsky/convo/getConvo.d.ts +1 -0
  446. package/dist/lexicons/types/chat/bsky/convo/getConvo.d.ts.map +1 -0
  447. package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.d.ts +5 -0
  448. package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.d.ts.map +1 -0
  449. package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.js +4 -0
  450. package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.js.map +1 -1
  451. package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.d.ts +5 -0
  452. package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.d.ts.map +1 -0
  453. package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.js +4 -0
  454. package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.js.map +1 -1
  455. package/dist/lexicons/types/chat/bsky/convo/getLog.d.ts +1 -0
  456. package/dist/lexicons/types/chat/bsky/convo/getLog.d.ts.map +1 -0
  457. package/dist/lexicons/types/chat/bsky/convo/getMessages.d.ts +6 -0
  458. package/dist/lexicons/types/chat/bsky/convo/getMessages.d.ts.map +1 -0
  459. package/dist/lexicons/types/chat/bsky/convo/getMessages.js +5 -0
  460. package/dist/lexicons/types/chat/bsky/convo/getMessages.js.map +1 -1
  461. package/dist/lexicons/types/chat/bsky/convo/leaveConvo.d.ts +1 -0
  462. package/dist/lexicons/types/chat/bsky/convo/leaveConvo.d.ts.map +1 -0
  463. package/dist/lexicons/types/chat/bsky/convo/listConvos.d.ts +6 -0
  464. package/dist/lexicons/types/chat/bsky/convo/listConvos.d.ts.map +1 -0
  465. package/dist/lexicons/types/chat/bsky/convo/listConvos.js +5 -0
  466. package/dist/lexicons/types/chat/bsky/convo/listConvos.js.map +1 -1
  467. package/dist/lexicons/types/chat/bsky/convo/muteConvo.d.ts +1 -0
  468. package/dist/lexicons/types/chat/bsky/convo/muteConvo.d.ts.map +1 -0
  469. package/dist/lexicons/types/chat/bsky/convo/removeReaction.d.ts +7 -0
  470. package/dist/lexicons/types/chat/bsky/convo/removeReaction.d.ts.map +1 -0
  471. package/dist/lexicons/types/chat/bsky/convo/removeReaction.js +6 -0
  472. package/dist/lexicons/types/chat/bsky/convo/removeReaction.js.map +1 -1
  473. package/dist/lexicons/types/chat/bsky/convo/sendMessage.d.ts +1 -0
  474. package/dist/lexicons/types/chat/bsky/convo/sendMessage.d.ts.map +1 -0
  475. package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.d.ts +4 -0
  476. package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.d.ts.map +1 -0
  477. package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.js +3 -0
  478. package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.js.map +1 -1
  479. package/dist/lexicons/types/chat/bsky/convo/unmuteConvo.d.ts +1 -0
  480. package/dist/lexicons/types/chat/bsky/convo/unmuteConvo.d.ts.map +1 -0
  481. package/dist/lexicons/types/chat/bsky/convo/updateAllRead.d.ts +4 -0
  482. package/dist/lexicons/types/chat/bsky/convo/updateAllRead.d.ts.map +1 -0
  483. package/dist/lexicons/types/chat/bsky/convo/updateAllRead.js +3 -0
  484. package/dist/lexicons/types/chat/bsky/convo/updateAllRead.js.map +1 -1
  485. package/dist/lexicons/types/chat/bsky/convo/updateRead.d.ts +1 -0
  486. package/dist/lexicons/types/chat/bsky/convo/updateRead.d.ts.map +1 -0
  487. package/dist/lexicons/types/chat/bsky/moderation/getActorMetadata.d.ts +1 -0
  488. package/dist/lexicons/types/chat/bsky/moderation/getActorMetadata.d.ts.map +1 -0
  489. package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.d.ts +10 -0
  490. package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.d.ts.map +1 -0
  491. package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.js +9 -0
  492. package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.js.map +1 -1
  493. package/dist/lexicons/types/chat/bsky/moderation/updateActorAccess.d.ts +1 -0
  494. package/dist/lexicons/types/chat/bsky/moderation/updateActorAccess.d.ts.map +1 -0
  495. package/dist/utilities/embeds.d.ts +1 -0
  496. package/dist/utilities/embeds.d.ts.map +1 -0
  497. package/dist/utilities/list.d.ts +1 -0
  498. package/dist/utilities/list.d.ts.map +1 -0
  499. package/dist/utilities/profile.d.ts +1 -0
  500. package/dist/utilities/profile.d.ts.map +1 -0
  501. package/dist/utilities/starterpack.d.ts +1 -0
  502. package/dist/utilities/starterpack.d.ts.map +1 -0
  503. package/lib/lexicons/types/app/bsky/actor/defs.ts +159 -0
  504. package/lib/lexicons/types/app/bsky/actor/getProfile.ts +3 -0
  505. package/lib/lexicons/types/app/bsky/actor/getProfiles.ts +4 -0
  506. package/lib/lexicons/types/app/bsky/actor/getSuggestions.ts +8 -0
  507. package/lib/lexicons/types/app/bsky/actor/profile.ts +27 -0
  508. package/lib/lexicons/types/app/bsky/actor/searchActors.ts +12 -0
  509. package/lib/lexicons/types/app/bsky/actor/searchActorsTypeahead.ts +12 -0
  510. package/lib/lexicons/types/app/bsky/actor/status.ts +10 -0
  511. package/lib/lexicons/types/app/bsky/bookmark/defs.ts +6 -0
  512. package/lib/lexicons/types/app/bsky/bookmark/getBookmarks.ts +5 -0
  513. package/lib/lexicons/types/app/bsky/embed/defs.ts +6 -0
  514. package/lib/lexicons/types/app/bsky/embed/external.ts +4 -0
  515. package/lib/lexicons/types/app/bsky/embed/images.ts +22 -0
  516. package/lib/lexicons/types/app/bsky/embed/record.ts +3 -0
  517. package/lib/lexicons/types/app/bsky/embed/video.ts +21 -0
  518. package/lib/lexicons/types/app/bsky/feed/defs.ts +30 -0
  519. package/lib/lexicons/types/app/bsky/feed/generator.ts +18 -0
  520. package/lib/lexicons/types/app/bsky/feed/getActorFeeds.ts +5 -0
  521. package/lib/lexicons/types/app/bsky/feed/getActorLikes.ts +5 -0
  522. package/lib/lexicons/types/app/bsky/feed/getAuthorFeed.ts +12 -0
  523. package/lib/lexicons/types/app/bsky/feed/getFeed.ts +5 -0
  524. package/lib/lexicons/types/app/bsky/feed/getFeedGenerator.ts +9 -0
  525. package/lib/lexicons/types/app/bsky/feed/getFeedGenerators.ts +3 -0
  526. package/lib/lexicons/types/app/bsky/feed/getFeedSkeleton.ts +12 -0
  527. package/lib/lexicons/types/app/bsky/feed/getLikes.ts +11 -0
  528. package/lib/lexicons/types/app/bsky/feed/getListFeed.ts +8 -0
  529. package/lib/lexicons/types/app/bsky/feed/getPostThread.ts +15 -0
  530. package/lib/lexicons/types/app/bsky/feed/getPosts.ts +5 -0
  531. package/lib/lexicons/types/app/bsky/feed/getQuotes.ts +11 -0
  532. package/lib/lexicons/types/app/bsky/feed/getRepostedBy.ts +11 -0
  533. package/lib/lexicons/types/app/bsky/feed/getSuggestedFeeds.ts +5 -0
  534. package/lib/lexicons/types/app/bsky/feed/getTimeline.ts +8 -0
  535. package/lib/lexicons/types/app/bsky/feed/post.ts +35 -0
  536. package/lib/lexicons/types/app/bsky/feed/postgate.ts +11 -0
  537. package/lib/lexicons/types/app/bsky/feed/searchPosts.ts +42 -0
  538. package/lib/lexicons/types/app/bsky/feed/threadgate.ts +11 -0
  539. package/lib/lexicons/types/app/bsky/graph/block.ts +3 -0
  540. package/lib/lexicons/types/app/bsky/graph/defs.ts +45 -0
  541. package/lib/lexicons/types/app/bsky/graph/getActorStarterPacks.ts +5 -0
  542. package/lib/lexicons/types/app/bsky/graph/getBlocks.ts +5 -0
  543. package/lib/lexicons/types/app/bsky/graph/getFollowers.ts +5 -0
  544. package/lib/lexicons/types/app/bsky/graph/getFollows.ts +5 -0
  545. package/lib/lexicons/types/app/bsky/graph/getKnownFollowers.ts +5 -0
  546. package/lib/lexicons/types/app/bsky/graph/getList.ts +8 -0
  547. package/lib/lexicons/types/app/bsky/graph/getListBlocks.ts +5 -0
  548. package/lib/lexicons/types/app/bsky/graph/getListMutes.ts +5 -0
  549. package/lib/lexicons/types/app/bsky/graph/getLists.ts +11 -0
  550. package/lib/lexicons/types/app/bsky/graph/getListsWithMembership.ts +11 -0
  551. package/lib/lexicons/types/app/bsky/graph/getMutes.ts +5 -0
  552. package/lib/lexicons/types/app/bsky/graph/getRelationships.ts +7 -0
  553. package/lib/lexicons/types/app/bsky/graph/getStarterPack.ts +3 -0
  554. package/lib/lexicons/types/app/bsky/graph/getStarterPacks.ts +4 -0
  555. package/lib/lexicons/types/app/bsky/graph/getStarterPacksWithMembership.ts +8 -0
  556. package/lib/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.ts +7 -0
  557. package/lib/lexicons/types/app/bsky/graph/list.ts +16 -0
  558. package/lib/lexicons/types/app/bsky/graph/listblock.ts +3 -0
  559. package/lib/lexicons/types/app/bsky/graph/listitem.ts +6 -0
  560. package/lib/lexicons/types/app/bsky/graph/searchStarterPacks.ts +8 -0
  561. package/lib/lexicons/types/app/bsky/graph/starterpack.ts +16 -0
  562. package/lib/lexicons/types/app/bsky/graph/verification.ts +12 -0
  563. package/lib/lexicons/types/app/bsky/labeler/defs.ts +21 -0
  564. package/lib/lexicons/types/app/bsky/labeler/getServices.ts +6 -0
  565. package/lib/lexicons/types/app/bsky/labeler/service.ts +9 -0
  566. package/lib/lexicons/types/app/bsky/notification/declaration.ts +3 -0
  567. package/lib/lexicons/types/app/bsky/notification/listActivitySubscriptions.ts +5 -0
  568. package/lib/lexicons/types/app/bsky/notification/listNotifications.ts +11 -0
  569. package/lib/lexicons/types/app/bsky/notification/registerPush.ts +3 -0
  570. package/lib/lexicons/types/app/bsky/richtext/facet.ts +10 -0
  571. package/lib/lexicons/types/app/bsky/unspecced/defs.ts +45 -0
  572. package/lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts +5 -0
  573. package/lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts +8 -0
  574. package/lib/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.ts +5 -0
  575. package/lib/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.ts +13 -0
  576. package/lib/lexicons/types/app/bsky/unspecced/getPostThreadV2.ts +36 -0
  577. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.ts +5 -0
  578. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts +8 -0
  579. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.ts +5 -0
  580. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts +8 -0
  581. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedUsers.ts +8 -0
  582. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.ts +11 -0
  583. package/lib/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.ts +17 -0
  584. package/lib/lexicons/types/app/bsky/unspecced/getTrendingTopics.ts +8 -0
  585. package/lib/lexicons/types/app/bsky/unspecced/getTrends.ts +5 -0
  586. package/lib/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.ts +8 -0
  587. package/lib/lexicons/types/app/bsky/unspecced/initAgeAssurance.ts +9 -0
  588. package/lib/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.ts +20 -0
  589. package/lib/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.ts +45 -0
  590. package/lib/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts +17 -0
  591. package/lib/lexicons/types/app/bsky/video/defs.ts +8 -0
  592. package/lib/lexicons/types/chat/bsky/actor/defs.ts +7 -0
  593. package/lib/lexicons/types/chat/bsky/convo/acceptConvo.ts +3 -0
  594. package/lib/lexicons/types/chat/bsky/convo/addReaction.ts +6 -0
  595. package/lib/lexicons/types/chat/bsky/convo/defs.ts +17 -0
  596. package/lib/lexicons/types/chat/bsky/convo/getConvoAvailability.ts +4 -0
  597. package/lib/lexicons/types/chat/bsky/convo/getConvoForMembers.ts +4 -0
  598. package/lib/lexicons/types/chat/bsky/convo/getMessages.ts +5 -0
  599. package/lib/lexicons/types/chat/bsky/convo/listConvos.ts +5 -0
  600. package/lib/lexicons/types/chat/bsky/convo/removeReaction.ts +6 -0
  601. package/lib/lexicons/types/chat/bsky/convo/sendMessageBatch.ts +3 -0
  602. package/lib/lexicons/types/chat/bsky/convo/updateAllRead.ts +3 -0
  603. package/lib/lexicons/types/chat/bsky/moderation/getMessageContext.ts +9 -0
  604. package/package.json +4 -4
@@ -19,3 +19,4 @@ declare module '@atcute/lexicons/ambient' {
19
19
  }
20
20
  }
21
21
  export {};
22
+ //# sourceMappingURL=muteThread.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"muteThread.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/muteThread.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;qCASf,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAO;CAAG;AAC3B,MAAM,WAAW,MAAO,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;CAAG;AAE5E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,cAAc;QACvB,2BAA2B,EAAE,UAAU,CAAC;KACxC;CACD"}
@@ -2,7 +2,15 @@ import * as v from '@atcute/lexicons/validations';
2
2
  import * as AppBskyGraphDefs from './defs.js';
3
3
  declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
4
4
  cursor: v.OptionalSchema<v.StringSchema<string>, undefined>;
5
+ /**
6
+ * @minimum 1
7
+ * @maximum 100
8
+ * @default 25
9
+ */
5
10
  limit: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<1, 100>]>, 25>;
11
+ /**
12
+ * Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
13
+ */
6
14
  q: v.StringSchema<string>;
7
15
  }>, {
8
16
  type: "lex";
@@ -25,3 +33,4 @@ declare module '@atcute/lexicons/ambient' {
25
33
  }
26
34
  }
27
35
  export {};
36
+ //# sourceMappingURL=searchStarterPacks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchStarterPacks.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/searchStarterPacks.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,gBAAgB,MAAM,WAAW,CAAC;AAE9C,QAAA,MAAM,WAAW;;IAGf;;;;OAIG;;IAKH;;OAEG;;;;;;;;uCAYH,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,mCAAmC,EAAE,UAAU,CAAC;KAChD;CACD"}
@@ -3,8 +3,16 @@ import * as AppBskyGraphDefs from './defs.js';
3
3
  const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.searchStarterPacks', {
4
4
  params: /*#__PURE__*/ v.object({
5
5
  cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
6
+ /**
7
+ * @minimum 1
8
+ * @maximum 100
9
+ * @default 25
10
+ */
6
11
  limit: /*#__PURE__*/ v.optional(
7
12
  /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]), 25),
13
+ /**
14
+ * Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
15
+ */
8
16
  q: /*#__PURE__*/ v.string(),
9
17
  }),
10
18
  output: {
@@ -1 +1 @@
1
- {"version":3,"file":"searchStarterPacks.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/searchStarterPacks.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,gBAAgB,MAAM,WAAW,CAAC;AAE9C,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,mCAAmC,EAAE;IAC9E,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1D,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAC5F,EAAE,CACF;QACD,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;KAC3B,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC1D,IAAI,YAAY;gBACf,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,0BAA0B,CAAC,CAAC;YAC3E,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
1
+ {"version":3,"file":"searchStarterPacks.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/searchStarterPacks.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,gBAAgB,MAAM,WAAW,CAAC;AAE9C,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,mCAAmC,EAAE;IAC9E,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1D;;;;WAIG;QACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAC5F,EAAE,CACF;QACD;;WAEG;QACH,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;KAC3B,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC1D,IAAI,YAAY;gBACf,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,0BAA0B,CAAC,CAAC;YAC3E,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
@@ -7,10 +7,26 @@ declare const _feedItemSchema: v.ObjectSchema<{
7
7
  declare const _mainSchema: v.RecordSchema<v.ObjectSchema<{
8
8
  $type: v.LiteralSchema<"app.bsky.graph.starterpack">;
9
9
  createdAt: v.FormattedStringSchema<"datetime">;
10
+ /**
11
+ * @maxLength 3000
12
+ * @maxGraphemes 300
13
+ */
10
14
  description: v.OptionalSchema<v.SchemaWithConstraint<v.StringSchema<string>, readonly [v.StringLengthConstraint<0, 3000>, v.StringGraphemesConstraint<0, 300>]>, undefined>;
11
15
  readonly descriptionFacets: v.OptionalSchema<v.ArraySchema<AppBskyRichtextFacet.mainSchema>, undefined>;
16
+ /**
17
+ * @maxLength 3
18
+ */
12
19
  readonly feeds: v.OptionalSchema<v.SchemaWithConstraint<v.ArraySchema<feedItemSchema>, readonly [v.ArrayLengthConstraint<0, 3>]>, undefined>;
20
+ /**
21
+ * Reference (AT-URI) to the list record.
22
+ */
13
23
  list: v.FormattedStringSchema<"at-uri">;
24
+ /**
25
+ * Display name for starter pack; can not be empty.
26
+ * @minLength 1
27
+ * @maxLength 500
28
+ * @maxGraphemes 50
29
+ */
14
30
  name: v.SchemaWithConstraint<v.StringSchema<string>, readonly [v.StringLengthConstraint<1, 500>, v.StringGraphemesConstraint<0, 50>]>;
15
31
  }>, v.FormattedStringSchema<"tid">>;
16
32
  type feedItem$schematype = typeof _feedItemSchema;
@@ -31,3 +47,4 @@ declare module '@atcute/lexicons/ambient' {
31
47
  }
32
48
  }
33
49
  export {};
50
+ //# sourceMappingURL=starterpack.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"starterpack.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/starterpack.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,oBAAoB,MAAM,sBAAsB,CAAC;AAE7D,QAAA,MAAM,eAAe;;;EAGnB,CAAC;AACH,QAAA,MAAM,WAAW;;;IAKf;;;OAGG;;;IAUH;;OAEG;;IAMH;;OAEG;;IAEH;;;;;OAKG;;mCAMJ,CAAC;AAEF,KAAK,mBAAmB,GAAG,OAAO,eAAe,CAAC;AAClD,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,cAAe,SAAQ,mBAAmB;CAAG;AAC9D,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,cAAc,EAAsB,cAAc,CAAC;AAChE,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,QAAS,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,cAAc,CAAC;CAAG;AACxE,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,4BAA4B,EAAE,UAAU,CAAC;KACzC;CACD"}
@@ -9,6 +9,10 @@ const _mainSchema = /*#__PURE__*/ v.record(
9
9
  /*#__PURE__*/ v.object({
10
10
  $type: /*#__PURE__*/ v.literal('app.bsky.graph.starterpack'),
11
11
  createdAt: /*#__PURE__*/ v.datetimeString(),
12
+ /**
13
+ * @maxLength 3000
14
+ * @maxGraphemes 300
15
+ */
12
16
  description: /*#__PURE__*/ v.optional(
13
17
  /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
14
18
  /*#__PURE__*/ v.stringLength(0, 3000),
@@ -17,11 +21,23 @@ const _mainSchema = /*#__PURE__*/ v.record(
17
21
  get descriptionFacets() {
18
22
  return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(AppBskyRichtextFacet.mainSchema));
19
23
  },
24
+ /**
25
+ * @maxLength 3
26
+ */
20
27
  get feeds() {
21
28
  return /*#__PURE__*/ v.optional(
22
29
  /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(feedItemSchema), [/*#__PURE__*/ v.arrayLength(0, 3)]));
23
30
  },
31
+ /**
32
+ * Reference (AT-URI) to the list record.
33
+ */
24
34
  list: /*#__PURE__*/ v.resourceUriString(),
35
+ /**
36
+ * Display name for starter pack; can not be empty.
37
+ * @minLength 1
38
+ * @maxLength 500
39
+ * @maxGraphemes 50
40
+ */
25
41
  name: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
26
42
  /*#__PURE__*/ v.stringLength(1, 500),
27
43
  /*#__PURE__*/ v.stringGraphemes(0, 50),
@@ -1 +1 @@
1
- {"version":3,"file":"starterpack.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/starterpack.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,oBAAoB,MAAM,sBAAsB,CAAC;AAE7D,MAAM,eAAe,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC9C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAC/F,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;CACxC,CAAC,CAAC;AACH,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;AAC3B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,4BAA4B,CAAC;IAC5D,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC3C,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACpC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;QACnD,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC;QACrC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,GAAG,CAAC;KACvC,CAAC,CACF;IACD,IAAI,iBAAiB;QACpB,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,CAAC,CAAC;IACzF,CAAC;IACD,IAAI,KAAK;QACR,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CACrG,CAAC;IACH,CAAC;IACD,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;IACzC,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;QACzD,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC;QACpC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,EAAE,CAAC;KACtC,CAAC;CACF,CAAC,CACF,CAAC;AAQF,MAAM,CAAC,MAAM,cAAc,GAAG,eAAiC,CAAC;AAChE,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
1
+ {"version":3,"file":"starterpack.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/starterpack.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,oBAAoB,MAAM,sBAAsB,CAAC;AAE7D,MAAM,eAAe,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC9C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAC/F,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;CACxC,CAAC,CAAC;AACH,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;AAC3B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,4BAA4B,CAAC;IAC5D,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC3C;;;OAGG;IACH,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACpC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;QACnD,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC;QACrC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,GAAG,CAAC;KACvC,CAAC,CACF;IACD,IAAI,iBAAiB;QACpB,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,CAAC,CAAC;IACzF,CAAC;IACD;;OAEG;IACH,IAAI,KAAK;QACR,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CACrG,CAAC;IACH,CAAC;IACD;;OAEG;IACH,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;IACzC;;;;;OAKG;IACH,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;QACzD,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC;QACpC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,EAAE,CAAC;KACtC,CAAC;CACF,CAAC,CACF,CAAC;AAQF,MAAM,CAAC,MAAM,cAAc,GAAG,eAAiC,CAAC;AAChE,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
@@ -19,3 +19,4 @@ declare module '@atcute/lexicons/ambient' {
19
19
  }
20
20
  }
21
21
  export {};
22
+ //# sourceMappingURL=unmuteActor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unmuteActor.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/unmuteActor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;sCASf,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAO;CAAG;AAC3B,MAAM,WAAW,MAAO,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;CAAG;AAE5E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,cAAc;QACvB,4BAA4B,EAAE,UAAU,CAAC;KACzC;CACD"}
@@ -19,3 +19,4 @@ declare module '@atcute/lexicons/ambient' {
19
19
  }
20
20
  }
21
21
  export {};
22
+ //# sourceMappingURL=unmuteActorList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unmuteActorList.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/unmuteActorList.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;0CASf,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAO;CAAG;AAC3B,MAAM,WAAW,MAAO,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;CAAG;AAE5E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,cAAc;QACvB,gCAAgC,EAAE,UAAU,CAAC;KAC7C;CACD"}
@@ -19,3 +19,4 @@ declare module '@atcute/lexicons/ambient' {
19
19
  }
20
20
  }
21
21
  export {};
22
+ //# sourceMappingURL=unmuteThread.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unmuteThread.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/unmuteThread.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;uCASf,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAO;CAAG;AAC3B,MAAM,WAAW,MAAO,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;CAAG;AAE5E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,cAAc;QACvB,6BAA6B,EAAE,UAAU,CAAC;KAC1C;CACD"}
@@ -1,9 +1,21 @@
1
1
  import * as v from '@atcute/lexicons/validations';
2
2
  declare const _mainSchema: v.RecordSchema<v.ObjectSchema<{
3
3
  $type: v.LiteralSchema<"app.bsky.graph.verification">;
4
+ /**
5
+ * Date of when the verification was created.
6
+ */
4
7
  createdAt: v.FormattedStringSchema<"datetime">;
8
+ /**
9
+ * Display name of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current displayName matches the one at the time of verifying.
10
+ */
5
11
  displayName: v.StringSchema<string>;
12
+ /**
13
+ * Handle of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current handle matches the one at the time of verifying.
14
+ */
6
15
  handle: v.FormattedStringSchema<"handle">;
16
+ /**
17
+ * DID of the subject the verification applies to.
18
+ */
7
19
  subject: v.FormattedStringSchema<"did">;
8
20
  }>, v.FormattedStringSchema<"tid">>;
9
21
  type main$schematype = typeof _mainSchema;
@@ -18,3 +30,4 @@ declare module '@atcute/lexicons/ambient' {
18
30
  }
19
31
  }
20
32
  export {};
33
+ //# sourceMappingURL=verification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verification.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/verification.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;IAIf;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;mCAGJ,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,6BAA6B,EAAE,UAAU,CAAC;KAC1C;CACD"}
@@ -3,9 +3,21 @@ const _mainSchema = /*#__PURE__*/ v.record(
3
3
  /*#__PURE__*/ v.tidString(),
4
4
  /*#__PURE__*/ v.object({
5
5
  $type: /*#__PURE__*/ v.literal('app.bsky.graph.verification'),
6
+ /**
7
+ * Date of when the verification was created.
8
+ */
6
9
  createdAt: /*#__PURE__*/ v.datetimeString(),
10
+ /**
11
+ * Display name of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current displayName matches the one at the time of verifying.
12
+ */
7
13
  displayName: /*#__PURE__*/ v.string(),
14
+ /**
15
+ * Handle of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current handle matches the one at the time of verifying.
16
+ */
8
17
  handle: /*#__PURE__*/ v.handleString(),
18
+ /**
19
+ * DID of the subject the verification applies to.
20
+ */
9
21
  subject: /*#__PURE__*/ v.didString(),
10
22
  }));
11
23
  export const mainSchema = _mainSchema;
@@ -1 +1 @@
1
- {"version":3,"file":"verification.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/verification.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;AAC3B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC;IAC7D,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC3C,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IACrC,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,YAAY,EAAE;IACtC,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;CACpC,CAAC,CACF,CAAC;AAMF,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
1
+ {"version":3,"file":"verification.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/graph/verification.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;AAC3B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC;IAC7D;;OAEG;IACH,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC3C;;OAEG;IACH,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IACrC;;OAEG;IACH,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,YAAY,EAAE;IACtC;;OAEG;IACH,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;CACpC,CAAC,CACF,CAAC;AAMF,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
@@ -4,7 +4,13 @@ import * as ComAtprotoLabelDefs from '@atcute/atproto/types/label/defs';
4
4
  import * as ComAtprotoModerationDefs from '@atcute/atproto/types/moderation/defs';
5
5
  declare const _labelerPoliciesSchema: v.ObjectSchema<{
6
6
  $type: v.OptionalSchema<v.LiteralSchema<"app.bsky.labeler.defs#labelerPolicies">, undefined>;
7
+ /**
8
+ * Label values created by this labeler and scoped exclusively to it. Labels defined here will override global label definitions for this labeler.
9
+ */
7
10
  readonly labelValueDefinitions: v.OptionalSchema<v.ArraySchema<ComAtprotoLabelDefs.labelValueDefinitionSchema>, undefined>;
11
+ /**
12
+ * The label values which this labeler publishes. May include global or custom labels.
13
+ */
8
14
  readonly labelValues: v.ArraySchema<ComAtprotoLabelDefs.labelValueSchema>;
9
15
  }>;
10
16
  declare const _labelerViewSchema: v.ObjectSchema<{
@@ -13,6 +19,9 @@ declare const _labelerViewSchema: v.ObjectSchema<{
13
19
  readonly creator: AppBskyActorDefs.profileViewSchema;
14
20
  indexedAt: v.FormattedStringSchema<"datetime">;
15
21
  readonly labels: v.OptionalSchema<v.ArraySchema<ComAtprotoLabelDefs.labelSchema>, undefined>;
22
+ /**
23
+ * @minimum 0
24
+ */
16
25
  likeCount: v.OptionalSchema<v.IntegerSchema, undefined>;
17
26
  uri: v.FormattedStringSchema<"at-uri">;
18
27
  readonly viewer: v.OptionalSchema<labelerViewerStateSchema, undefined>;
@@ -23,10 +32,22 @@ declare const _labelerViewDetailedSchema: v.ObjectSchema<{
23
32
  readonly creator: AppBskyActorDefs.profileViewSchema;
24
33
  indexedAt: v.FormattedStringSchema<"datetime">;
25
34
  readonly labels: v.OptionalSchema<v.ArraySchema<ComAtprotoLabelDefs.labelSchema>, undefined>;
35
+ /**
36
+ * @minimum 0
37
+ */
26
38
  likeCount: v.OptionalSchema<v.IntegerSchema, undefined>;
27
39
  readonly policies: labelerPoliciesSchema;
40
+ /**
41
+ * The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.
42
+ */
28
43
  readonly reasonTypes: v.OptionalSchema<v.ArraySchema<ComAtprotoModerationDefs.reasonTypeSchema>, undefined>;
44
+ /**
45
+ * Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.
46
+ */
29
47
  subjectCollections: v.OptionalSchema<v.ArraySchema<v.FormattedStringSchema<"nsid">>, undefined>;
48
+ /**
49
+ * The set of subject types (account, record, etc) this service accepts reports on.
50
+ */
30
51
  readonly subjectTypes: v.OptionalSchema<v.ArraySchema<ComAtprotoModerationDefs.subjectTypeSchema>, undefined>;
31
52
  uri: v.FormattedStringSchema<"at-uri">;
32
53
  readonly viewer: v.OptionalSchema<labelerViewerStateSchema, undefined>;
@@ -60,3 +81,4 @@ export interface LabelerViewDetailed extends v.InferInput<typeof labelerViewDeta
60
81
  export interface LabelerViewerState extends v.InferInput<typeof labelerViewerStateSchema> {
61
82
  }
62
83
  export {};
84
+ //# sourceMappingURL=defs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/labeler/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAClD,OAAO,KAAK,gBAAgB,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,wBAAwB,MAAM,uCAAuC,CAAC;AAElF,QAAA,MAAM,sBAAsB;;IAE3B;;OAEG;;IAIH;;OAEG;;EAIF,CAAC;AACH,QAAA,MAAM,kBAAkB;;;;;;IAUvB;;OAEG;;;;EAMF,CAAC;AACH,QAAA,MAAM,0BAA0B;;;;;;IAU/B;;OAEG;;;IAKH;;OAEG;;IAIH;;OAEG;;IAEH;;OAEG;;;;EAQF,CAAC;AACH,QAAA,MAAM,yBAAyB;;;EAG7B,CAAC;AAEH,KAAK,0BAA0B,GAAG,OAAO,sBAAsB,CAAC;AAChE,KAAK,sBAAsB,GAAG,OAAO,kBAAkB,CAAC;AACxD,KAAK,8BAA8B,GAAG,OAAO,0BAA0B,CAAC;AACxE,KAAK,6BAA6B,GAAG,OAAO,yBAAyB,CAAC;AAEtE,MAAM,WAAW,qBAAsB,SAAQ,0BAA0B;CAAG;AAC5E,MAAM,WAAW,iBAAkB,SAAQ,sBAAsB;CAAG;AACpE,MAAM,WAAW,yBAA0B,SAAQ,8BAA8B;CAAG;AACpF,MAAM,WAAW,wBAAyB,SAAQ,6BAA6B;CAAG;AAElF,eAAO,MAAM,qBAAqB,EAA6B,qBAAqB,CAAC;AACrF,eAAO,MAAM,iBAAiB,EAAyB,iBAAiB,CAAC;AACzE,eAAO,MAAM,yBAAyB,EAAiC,yBAAyB,CAAC;AACjG,eAAO,MAAM,wBAAwB,EAAgC,wBAAwB,CAAC;AAE9F,MAAM,WAAW,eAAgB,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,qBAAqB,CAAC;CAAG;AACtF,MAAM,WAAW,WAAY,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,iBAAiB,CAAC;CAAG;AAC9E,MAAM,WAAW,mBAAoB,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,yBAAyB,CAAC;CAAG;AAC9F,MAAM,WAAW,kBAAmB,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,wBAAwB,CAAC;CAAG"}
@@ -4,9 +4,15 @@ import * as ComAtprotoLabelDefs from '@atcute/atproto/types/label/defs';
4
4
  import * as ComAtprotoModerationDefs from '@atcute/atproto/types/moderation/defs';
5
5
  const _labelerPoliciesSchema = /*#__PURE__*/ v.object({
6
6
  $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.labeler.defs#labelerPolicies')),
7
+ /**
8
+ * Label values created by this labeler and scoped exclusively to it. Labels defined here will override global label definitions for this labeler.
9
+ */
7
10
  get labelValueDefinitions() {
8
11
  return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelValueDefinitionSchema));
9
12
  },
13
+ /**
14
+ * The label values which this labeler publishes. May include global or custom labels.
15
+ */
10
16
  get labelValues() {
11
17
  return /*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelValueSchema);
12
18
  },
@@ -21,6 +27,9 @@ const _labelerViewSchema = /*#__PURE__*/ v.object({
21
27
  get labels() {
22
28
  return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelSchema));
23
29
  },
30
+ /**
31
+ * @minimum 0
32
+ */
24
33
  likeCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
25
34
  uri: /*#__PURE__*/ v.resourceUriString(),
26
35
  get viewer() {
@@ -37,14 +46,26 @@ const _labelerViewDetailedSchema = /*#__PURE__*/ v.object({
37
46
  get labels() {
38
47
  return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelSchema));
39
48
  },
49
+ /**
50
+ * @minimum 0
51
+ */
40
52
  likeCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
41
53
  get policies() {
42
54
  return labelerPoliciesSchema;
43
55
  },
56
+ /**
57
+ * The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.
58
+ */
44
59
  get reasonTypes() {
45
60
  return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoModerationDefs.reasonTypeSchema));
46
61
  },
62
+ /**
63
+ * Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.
64
+ */
47
65
  subjectCollections: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(/*#__PURE__*/ v.nsidString())),
66
+ /**
67
+ * The set of subject types (account, record, etc) this service accepts reports on.
68
+ */
48
69
  get subjectTypes() {
49
70
  return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoModerationDefs.subjectTypeSchema));
50
71
  },
@@ -1 +1 @@
1
- {"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/labeler/defs.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/labeler/defs.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,13 @@
1
1
  import * as v from '@atcute/lexicons/validations';
2
2
  import * as AppBskyLabelerDefs from './defs.js';
3
3
  declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
4
+ /**
5
+ * @default false
6
+ */
4
7
  detailed: v.OptionalSchema<v.BooleanSchema, false>;
8
+ /**
9
+ * @minLength 1
10
+ */
5
11
  dids: v.SchemaWithConstraint<v.ArraySchema<v.FormattedStringSchema<"did">>, readonly [v.ArrayLengthConstraint<1, number>]>;
6
12
  }>, {
7
13
  type: "lex";
@@ -23,3 +29,4 @@ declare module '@atcute/lexicons/ambient' {
23
29
  }
24
30
  }
25
31
  export {};
32
+ //# sourceMappingURL=getServices.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getServices.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/labeler/getServices.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,kBAAkB,MAAM,WAAW,CAAC;AAEhD,QAAA,MAAM,WAAW;IAEf;;OAEG;;IAEH;;OAEG;;;;;;;kCAkBH,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,8BAA8B,EAAE,UAAU,CAAC;KAC3C;CACD"}
@@ -2,7 +2,13 @@ import * as v from '@atcute/lexicons/validations';
2
2
  import * as AppBskyLabelerDefs from './defs.js';
3
3
  const _mainSchema = /*#__PURE__*/ v.query('app.bsky.labeler.getServices', {
4
4
  params: /*#__PURE__*/ v.object({
5
+ /**
6
+ * @default false
7
+ */
5
8
  detailed: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
9
+ /**
10
+ * @minLength 1
11
+ */
6
12
  dids: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(/*#__PURE__*/ v.didString()), [
7
13
  /*#__PURE__*/ v.arrayLength(1),
8
14
  ]),
@@ -1 +1 @@
1
- {"version":3,"file":"getServices.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/labeler/getServices.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,kBAAkB,MAAM,WAAW,CAAC;AAEhD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,8BAA8B,EAAE;IACzE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,KAAK,CAAC;QACpE,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC,EAAE;YACnF,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC;SAC9B,CAAC;KACF,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,KAAK;gBACR,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK;gBAC3B,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC;oBACvB,kBAAkB,CAAC,iBAAiB;oBACpC,kBAAkB,CAAC,yBAAyB;iBAC5C,CAAC,CACF,CAAC;YACH,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
1
+ {"version":3,"file":"getServices.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/labeler/getServices.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,kBAAkB,MAAM,WAAW,CAAC;AAEhD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,8BAA8B,EAAE;IACzE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B;;WAEG;QACH,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,KAAK,CAAC;QACpE;;WAEG;QACH,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC,EAAE;YACnF,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC;SAC9B,CAAC;KACF,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,KAAK;gBACR,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK;gBAC3B,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC;oBACvB,kBAAkB,CAAC,iBAAiB;oBACpC,kBAAkB,CAAC,yBAAyB;iBAC5C,CAAC,CACF,CAAC;YACH,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
@@ -7,8 +7,17 @@ declare const _mainSchema: v.RecordSchema<v.ObjectSchema<{
7
7
  createdAt: v.FormattedStringSchema<"datetime">;
8
8
  readonly labels: v.OptionalSchema<v.VariantSchema<readonly [ComAtprotoLabelDefs.selfLabelsSchema], boolean>, undefined>;
9
9
  readonly policies: AppBskyLabelerDefs.labelerPoliciesSchema;
10
+ /**
11
+ * The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.
12
+ */
10
13
  readonly reasonTypes: v.OptionalSchema<v.ArraySchema<ComAtprotoModerationDefs.reasonTypeSchema>, undefined>;
14
+ /**
15
+ * Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.
16
+ */
11
17
  subjectCollections: v.OptionalSchema<v.ArraySchema<v.FormattedStringSchema<"nsid">>, undefined>;
18
+ /**
19
+ * The set of subject types (account, record, etc) this service accepts reports on.
20
+ */
12
21
  readonly subjectTypes: v.OptionalSchema<v.ArraySchema<ComAtprotoModerationDefs.subjectTypeSchema>, undefined>;
13
22
  }>, v.LiteralSchema<"self">>;
14
23
  type main$schematype = typeof _mainSchema;
@@ -23,3 +32,4 @@ declare module '@atcute/lexicons/ambient' {
23
32
  }
24
33
  }
25
34
  export {};
35
+ //# sourceMappingURL=service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/labeler/service.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,kBAAkB,MAAM,WAAW,CAAC;AAChD,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,wBAAwB,MAAM,uCAAuC,CAAC;AAElF,QAAA,MAAM,WAAW;;;;;IAWf;;OAEG;;IAIH;;OAEG;;IAEH;;OAEG;;4BAKJ,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,0BAA0B,EAAE,UAAU,CAAC;KACvC;CACD"}
@@ -13,10 +13,19 @@ const _mainSchema = /*#__PURE__*/ v.record(
13
13
  get policies() {
14
14
  return AppBskyLabelerDefs.labelerPoliciesSchema;
15
15
  },
16
+ /**
17
+ * The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.
18
+ */
16
19
  get reasonTypes() {
17
20
  return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoModerationDefs.reasonTypeSchema));
18
21
  },
22
+ /**
23
+ * Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.
24
+ */
19
25
  subjectCollections: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(/*#__PURE__*/ v.nsidString())),
26
+ /**
27
+ * The set of subject types (account, record, etc) this service accepts reports on.
28
+ */
20
29
  get subjectTypes() {
21
30
  return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoModerationDefs.subjectTypeSchema));
22
31
  },
@@ -1 +1 @@
1
- {"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/labeler/service.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,kBAAkB,MAAM,WAAW,CAAC;AAChD,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,wBAAwB,MAAM,uCAAuC,CAAC;AAElF,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;AAC/B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAC1D,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC3C,IAAI,MAAM;QACT,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;IAClG,CAAC;IACD,IAAI,QAAQ;QACX,OAAO,kBAAkB,CAAC,qBAAqB,CAAC;IACjD,CAAC;IACD,IAAI,WAAW;QACd,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,gBAAgB,CAAC,CAAC,CAAC;IACnG,CAAC;IACD,kBAAkB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,CAAC;IACjG,IAAI,YAAY;QACf,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,iBAAiB,CAAC,CAAC,CAAC;IACpG,CAAC;CACD,CAAC,CACF,CAAC;AAMF,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
1
+ {"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/labeler/service.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,kBAAkB,MAAM,WAAW,CAAC;AAChD,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,wBAAwB,MAAM,uCAAuC,CAAC;AAElF,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;AAC/B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAC1D,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC3C,IAAI,MAAM;QACT,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;IAClG,CAAC;IACD,IAAI,QAAQ;QACX,OAAO,kBAAkB,CAAC,qBAAqB,CAAC;IACjD,CAAC;IACD;;OAEG;IACH,IAAI,WAAW;QACd,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,gBAAgB,CAAC,CAAC,CAAC;IACnG,CAAC;IACD;;OAEG;IACH,kBAAkB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,CAAC;IACjG;;OAEG;IACH,IAAI,YAAY;QACf,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,iBAAiB,CAAC,CAAC,CAAC;IACpG,CAAC;CACD,CAAC,CACF,CAAC;AAMF,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import * as v from '@atcute/lexicons/validations';
2
2
  declare const _mainSchema: v.RecordSchema<v.ObjectSchema<{
3
3
  $type: v.LiteralSchema<"app.bsky.notification.declaration">;
4
+ /**
5
+ * A declaration of the user's preference for allowing activity subscriptions from other users. Absence of a record implies 'followers'.
6
+ */
4
7
  allowSubscriptions: v.StringSchema<(string & {}) | "followers" | "mutuals" | "none">;
5
8
  }>, v.LiteralSchema<"self">>;
6
9
  type main$schematype = typeof _mainSchema;
@@ -15,3 +18,4 @@ declare module '@atcute/lexicons/ambient' {
15
18
  }
16
19
  }
17
20
  export {};
21
+ //# sourceMappingURL=declaration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"declaration.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/notification/declaration.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;IAIf;;OAEG;;4BAGJ,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,mCAAmC,EAAE,UAAU,CAAC;KAChD;CACD"}
@@ -3,6 +3,9 @@ const _mainSchema = /*#__PURE__*/ v.record(
3
3
  /*#__PURE__*/ v.literal('self'),
4
4
  /*#__PURE__*/ v.object({
5
5
  $type: /*#__PURE__*/ v.literal('app.bsky.notification.declaration'),
6
+ /**
7
+ * A declaration of the user's preference for allowing activity subscriptions from other users. Absence of a record implies 'followers'.
8
+ */
6
9
  allowSubscriptions: /*#__PURE__*/ v.string(),
7
10
  }));
8
11
  export const mainSchema = _mainSchema;
@@ -1 +1 @@
1
- {"version":3,"file":"declaration.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/notification/declaration.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;AAC/B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,mCAAmC,CAAC;IACnE,kBAAkB,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAoD;CAC9F,CAAC,CACF,CAAC;AAMF,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
1
+ {"version":3,"file":"declaration.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/notification/declaration.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;AAC/B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,mCAAmC,CAAC;IACnE;;OAEG;IACH,kBAAkB,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAoD;CAC9F,CAAC,CACF,CAAC;AAMF,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
@@ -87,3 +87,4 @@ export interface RecordDeleted extends v.InferInput<typeof recordDeletedSchema>
87
87
  export interface SubjectActivitySubscription extends v.InferInput<typeof subjectActivitySubscriptionSchema> {
88
88
  }
89
89
  export {};
90
+ //# sourceMappingURL=defs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/notification/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,QAAA,MAAM,2BAA2B;;;;EAI/B,CAAC;AACH,QAAA,MAAM,qBAAqB;;;;EAIzB,CAAC;AACH,QAAA,MAAM,2BAA2B;;;;;EAK/B,CAAC;AACH,QAAA,MAAM,iBAAiB;;;;EAIrB,CAAC;AACH,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;EAyCtB,CAAC;AACH,QAAA,MAAM,oBAAoB;;EAExB,CAAC;AACH,QAAA,MAAM,kCAAkC;;;;EAQtC,CAAC;AAEH,KAAK,+BAA+B,GAAG,OAAO,2BAA2B,CAAC;AAC1E,KAAK,yBAAyB,GAAG,OAAO,qBAAqB,CAAC;AAC9D,KAAK,+BAA+B,GAAG,OAAO,2BAA2B,CAAC;AAC1E,KAAK,qBAAqB,GAAG,OAAO,iBAAiB,CAAC;AACtD,KAAK,sBAAsB,GAAG,OAAO,kBAAkB,CAAC;AACxD,KAAK,wBAAwB,GAAG,OAAO,oBAAoB,CAAC;AAC5D,KAAK,sCAAsC,GAAG,OAAO,kCAAkC,CAAC;AAExF,MAAM,WAAW,0BAA2B,SAAQ,+BAA+B;CAAG;AACtF,MAAM,WAAW,oBAAqB,SAAQ,yBAAyB;CAAG;AAC1E,MAAM,WAAW,0BAA2B,SAAQ,+BAA+B;CAAG;AACtF,MAAM,WAAW,gBAAiB,SAAQ,qBAAqB;CAAG;AAClE,MAAM,WAAW,iBAAkB,SAAQ,sBAAsB;CAAG;AACpE,MAAM,WAAW,mBAAoB,SAAQ,wBAAwB;CAAG;AACxE,MAAM,WAAW,iCAAkC,SAAQ,sCAAsC;CAAG;AAEpG,eAAO,MAAM,0BAA0B,EAAkC,0BAA0B,CAAC;AACpG,eAAO,MAAM,oBAAoB,EAA4B,oBAAoB,CAAC;AAClF,eAAO,MAAM,0BAA0B,EAAkC,0BAA0B,CAAC;AACpG,eAAO,MAAM,gBAAgB,EAAwB,gBAAgB,CAAC;AACtE,eAAO,MAAM,iBAAiB,EAAyB,iBAAiB,CAAC;AACzE,eAAO,MAAM,mBAAmB,EAA2B,mBAAmB,CAAC;AAC/E,eAAO,MAAM,iCAAiC,EACP,iCAAiC,CAAC;AAEzE,MAAM,WAAW,oBAAqB,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,0BAA0B,CAAC;CAAG;AAChG,MAAM,WAAW,cAAe,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,oBAAoB,CAAC;CAAG;AACpF,MAAM,WAAW,oBAAqB,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,0BAA0B,CAAC;CAAG;AAChG,MAAM,WAAW,UAAW,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,gBAAgB,CAAC;CAAG;AAC5E,MAAM,WAAW,WAAY,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,iBAAiB,CAAC;CAAG;AAC9E,MAAM,WAAW,aAAc,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,mBAAmB,CAAC;CAAG;AAClF,MAAM,WAAW,2BAA4B,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,iCAAiC,CAAC;CAAG"}
@@ -20,3 +20,4 @@ declare module '@atcute/lexicons/ambient' {
20
20
  }
21
21
  }
22
22
  export {};
23
+ //# sourceMappingURL=getPreferences.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPreferences.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/notification/getPreferences.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,uBAAuB,MAAM,WAAW,CAAC;AAErD,QAAA,MAAM,WAAW;;;;;0CAUf,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,sCAAsC,EAAE,UAAU,CAAC;KACnD;CACD"}
@@ -22,3 +22,4 @@ declare module '@atcute/lexicons/ambient' {
22
22
  }
23
23
  }
24
24
  export {};
25
+ //# sourceMappingURL=getUnreadCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getUnreadCount.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/notification/getUnreadCount.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;;;;0CAWf,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,sCAAsC,EAAE,UAAU,CAAC;KACnD;CACD"}
@@ -2,6 +2,11 @@ import * as v from '@atcute/lexicons/validations';
2
2
  import * as AppBskyActorDefs from '../actor/defs.js';
3
3
  declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
4
4
  cursor: v.OptionalSchema<v.StringSchema<string>, undefined>;
5
+ /**
6
+ * @minimum 1
7
+ * @maximum 100
8
+ * @default 50
9
+ */
5
10
  limit: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<1, 100>]>, 50>;
6
11
  }>, {
7
12
  type: "lex";
@@ -24,3 +29,4 @@ declare module '@atcute/lexicons/ambient' {
24
29
  }
25
30
  }
26
31
  export {};
32
+ //# sourceMappingURL=listActivitySubscriptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listActivitySubscriptions.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/notification/listActivitySubscriptions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,gBAAgB,MAAM,kBAAkB,CAAC;AAErD,QAAA,MAAM,WAAW;;IAGf;;;;OAIG;;;;;;;;qDAeH,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,iDAAiD,EAAE,UAAU,CAAC;KAC9D;CACD"}
@@ -3,6 +3,11 @@ import * as AppBskyActorDefs from '../actor/defs.js';
3
3
  const _mainSchema = /*#__PURE__*/ v.query('app.bsky.notification.listActivitySubscriptions', {
4
4
  params: /*#__PURE__*/ v.object({
5
5
  cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
6
+ /**
7
+ * @minimum 1
8
+ * @maximum 100
9
+ * @default 50
10
+ */
6
11
  limit: /*#__PURE__*/ v.optional(
7
12
  /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]), 50),
8
13
  }),
@@ -1 +1 @@
1
- {"version":3,"file":"listActivitySubscriptions.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/notification/listActivitySubscriptions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,gBAAgB,MAAM,kBAAkB,CAAC;AAErD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,iDAAiD,EAAE;IAC5F,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1D,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAC5F,EAAE,CACF;KACD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC1D,IAAI,aAAa;gBAChB,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;YAClE,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
1
+ {"version":3,"file":"listActivitySubscriptions.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/notification/listActivitySubscriptions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,gBAAgB,MAAM,kBAAkB,CAAC;AAErD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,iDAAiD,EAAE;IAC5F,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1D;;;;WAIG;QACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAC5F,EAAE,CACF;KACD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC1D,IAAI,aAAa;gBAChB,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;YAClE,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}