@atcute/bluesky 2.1.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (525) hide show
  1. package/README.md +40 -34
  2. package/dist/index.d.ts +1 -1
  3. package/dist/index.js +1 -1
  4. package/dist/index.js.map +1 -1
  5. package/dist/lexicons/index.d.ts +126 -0
  6. package/dist/lexicons/index.js +127 -0
  7. package/dist/lexicons/index.js.map +1 -0
  8. package/dist/lexicons/types/app/bsky/actor/defs.d.ts +392 -0
  9. package/dist/lexicons/types/app/bsky/actor/defs.js +365 -0
  10. package/dist/lexicons/types/app/bsky/actor/defs.js.map +1 -0
  11. package/dist/lexicons/types/app/bsky/actor/getPreferences.d.ts +18 -0
  12. package/dist/lexicons/types/app/bsky/actor/getPreferences.js +15 -0
  13. package/dist/lexicons/types/app/bsky/actor/getPreferences.js.map +1 -0
  14. package/dist/lexicons/types/app/bsky/actor/getProfile.d.ts +18 -0
  15. package/dist/lexicons/types/app/bsky/actor/getProfile.js +15 -0
  16. package/dist/lexicons/types/app/bsky/actor/getProfile.js.map +1 -0
  17. package/dist/lexicons/types/app/bsky/actor/getProfiles.d.ts +20 -0
  18. package/dist/lexicons/types/app/bsky/actor/getProfiles.js +19 -0
  19. package/dist/lexicons/types/app/bsky/actor/getProfiles.js.map +1 -0
  20. package/dist/lexicons/types/app/bsky/actor/getSuggestions.d.ts +23 -0
  21. package/dist/lexicons/types/app/bsky/actor/getSuggestions.js +21 -0
  22. package/dist/lexicons/types/app/bsky/actor/getSuggestions.js.map +1 -0
  23. package/dist/lexicons/types/app/bsky/actor/profile.d.ts +26 -0
  24. package/dist/lexicons/types/app/bsky/actor/profile.js +32 -0
  25. package/dist/lexicons/types/app/bsky/actor/profile.js.map +1 -0
  26. package/dist/lexicons/types/app/bsky/actor/putPreferences.d.ts +18 -0
  27. package/dist/lexicons/types/app/bsky/actor/putPreferences.js +16 -0
  28. package/dist/lexicons/types/app/bsky/actor/putPreferences.js.map +1 -0
  29. package/dist/lexicons/types/app/bsky/actor/searchActors.d.ts +24 -0
  30. package/dist/lexicons/types/app/bsky/actor/searchActors.js +22 -0
  31. package/dist/lexicons/types/app/bsky/actor/searchActors.js.map +1 -0
  32. package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.d.ts +22 -0
  33. package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.js +20 -0
  34. package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.js.map +1 -0
  35. package/dist/lexicons/types/app/bsky/actor/status.d.ts +27 -0
  36. package/dist/lexicons/types/app/bsky/actor/status.js +18 -0
  37. package/dist/lexicons/types/app/bsky/actor/status.js.map +1 -0
  38. package/dist/lexicons/types/app/bsky/embed/defs.d.ts +13 -0
  39. package/dist/lexicons/types/app/bsky/embed/defs.js +8 -0
  40. package/dist/lexicons/types/app/bsky/embed/defs.js.map +1 -0
  41. package/dist/lexicons/types/app/bsky/embed/external.d.ts +48 -0
  42. package/dist/lexicons/types/app/bsky/embed/external.js +32 -0
  43. package/dist/lexicons/types/app/bsky/embed/external.js.map +1 -0
  44. package/dist/lexicons/types/app/bsky/embed/images.d.ts +48 -0
  45. package/dist/lexicons/types/app/bsky/embed/images.js +36 -0
  46. package/dist/lexicons/types/app/bsky/embed/images.js.map +1 -0
  47. package/dist/lexicons/types/app/bsky/embed/record.d.ts +86 -0
  48. package/dist/lexicons/types/app/bsky/embed/record.js +85 -0
  49. package/dist/lexicons/types/app/bsky/embed/record.js.map +1 -0
  50. package/dist/lexicons/types/app/bsky/embed/recordWithMedia.d.ts +28 -0
  51. package/dist/lexicons/types/app/bsky/embed/recordWithMedia.js +34 -0
  52. package/dist/lexicons/types/app/bsky/embed/recordWithMedia.js.map +1 -0
  53. package/dist/lexicons/types/app/bsky/embed/video.d.ts +41 -0
  54. package/dist/lexicons/types/app/bsky/embed/video.js +41 -0
  55. package/dist/lexicons/types/app/bsky/embed/video.js.map +1 -0
  56. package/dist/lexicons/types/app/bsky/feed/defs.d.ts +323 -0
  57. package/dist/lexicons/types/app/bsky/feed/defs.js +245 -0
  58. package/dist/lexicons/types/app/bsky/feed/defs.js.map +1 -0
  59. package/dist/lexicons/types/app/bsky/feed/describeFeedGenerator.d.ts +40 -0
  60. package/dist/lexicons/types/app/bsky/feed/describeFeedGenerator.js +29 -0
  61. package/dist/lexicons/types/app/bsky/feed/describeFeedGenerator.js.map +1 -0
  62. package/dist/lexicons/types/app/bsky/feed/generator.d.ts +27 -0
  63. package/dist/lexicons/types/app/bsky/feed/generator.js +31 -0
  64. package/dist/lexicons/types/app/bsky/feed/generator.js.map +1 -0
  65. package/dist/lexicons/types/app/bsky/feed/getActorFeeds.d.ts +23 -0
  66. package/dist/lexicons/types/app/bsky/feed/getActorFeeds.js +21 -0
  67. package/dist/lexicons/types/app/bsky/feed/getActorFeeds.js.map +1 -0
  68. package/dist/lexicons/types/app/bsky/feed/getActorLikes.d.ts +23 -0
  69. package/dist/lexicons/types/app/bsky/feed/getActorLikes.js +21 -0
  70. package/dist/lexicons/types/app/bsky/feed/getActorLikes.js.map +1 -0
  71. package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.d.ts +25 -0
  72. package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.js +24 -0
  73. package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.js.map +1 -0
  74. package/dist/lexicons/types/app/bsky/feed/getFeed.d.ts +23 -0
  75. package/dist/lexicons/types/app/bsky/feed/getFeed.js +21 -0
  76. package/dist/lexicons/types/app/bsky/feed/getFeed.js.map +1 -0
  77. package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.d.ts +22 -0
  78. package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.js +19 -0
  79. package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.js.map +1 -0
  80. package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.d.ts +20 -0
  81. package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.js +17 -0
  82. package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.js.map +1 -0
  83. package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.d.ts +23 -0
  84. package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.js +21 -0
  85. package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.js.map +1 -0
  86. package/dist/lexicons/types/app/bsky/feed/getLikes.d.ts +38 -0
  87. package/dist/lexicons/types/app/bsky/feed/getLikes.js +33 -0
  88. package/dist/lexicons/types/app/bsky/feed/getLikes.js.map +1 -0
  89. package/dist/lexicons/types/app/bsky/feed/getListFeed.d.ts +23 -0
  90. package/dist/lexicons/types/app/bsky/feed/getListFeed.js +21 -0
  91. package/dist/lexicons/types/app/bsky/feed/getListFeed.js.map +1 -0
  92. package/dist/lexicons/types/app/bsky/feed/getPostThread.d.ts +23 -0
  93. package/dist/lexicons/types/app/bsky/feed/getPostThread.js +28 -0
  94. package/dist/lexicons/types/app/bsky/feed/getPostThread.js.map +1 -0
  95. package/dist/lexicons/types/app/bsky/feed/getPosts.d.ts +20 -0
  96. package/dist/lexicons/types/app/bsky/feed/getPosts.js +19 -0
  97. package/dist/lexicons/types/app/bsky/feed/getPosts.js.map +1 -0
  98. package/dist/lexicons/types/app/bsky/feed/getQuotes.d.ts +26 -0
  99. package/dist/lexicons/types/app/bsky/feed/getQuotes.js +24 -0
  100. package/dist/lexicons/types/app/bsky/feed/getQuotes.js.map +1 -0
  101. package/dist/lexicons/types/app/bsky/feed/getRepostedBy.d.ts +26 -0
  102. package/dist/lexicons/types/app/bsky/feed/getRepostedBy.js +24 -0
  103. package/dist/lexicons/types/app/bsky/feed/getRepostedBy.js.map +1 -0
  104. package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.d.ts +22 -0
  105. package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.js +20 -0
  106. package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.js.map +1 -0
  107. package/dist/lexicons/types/app/bsky/feed/getTimeline.d.ts +23 -0
  108. package/dist/lexicons/types/app/bsky/feed/getTimeline.js +21 -0
  109. package/dist/lexicons/types/app/bsky/feed/getTimeline.js.map +1 -0
  110. package/dist/lexicons/types/app/bsky/feed/like.d.ts +19 -0
  111. package/dist/lexicons/types/app/bsky/feed/like.js +13 -0
  112. package/dist/lexicons/types/app/bsky/feed/like.js.map +1 -0
  113. package/dist/lexicons/types/app/bsky/feed/post.d.ts +67 -0
  114. package/dist/lexicons/types/app/bsky/feed/post.js +78 -0
  115. package/dist/lexicons/types/app/bsky/feed/post.js.map +1 -0
  116. package/dist/lexicons/types/app/bsky/feed/postgate.d.ts +29 -0
  117. package/dist/lexicons/types/app/bsky/feed/postgate.js +24 -0
  118. package/dist/lexicons/types/app/bsky/feed/postgate.js.map +1 -0
  119. package/dist/lexicons/types/app/bsky/feed/repost.d.ts +19 -0
  120. package/dist/lexicons/types/app/bsky/feed/repost.js +13 -0
  121. package/dist/lexicons/types/app/bsky/feed/repost.js.map +1 -0
  122. package/dist/lexicons/types/app/bsky/feed/searchPosts.d.ts +33 -0
  123. package/dist/lexicons/types/app/bsky/feed/searchPosts.js +36 -0
  124. package/dist/lexicons/types/app/bsky/feed/searchPosts.js.map +1 -0
  125. package/dist/lexicons/types/app/bsky/feed/sendInteractions.d.ts +21 -0
  126. package/dist/lexicons/types/app/bsky/feed/sendInteractions.js +19 -0
  127. package/dist/lexicons/types/app/bsky/feed/sendInteractions.js.map +1 -0
  128. package/dist/lexicons/types/app/bsky/feed/threadgate.d.ts +57 -0
  129. package/dist/lexicons/types/app/bsky/feed/threadgate.js +41 -0
  130. package/dist/lexicons/types/app/bsky/feed/threadgate.js.map +1 -0
  131. package/dist/lexicons/types/app/bsky/graph/block.d.ts +18 -0
  132. package/dist/lexicons/types/app/bsky/graph/block.js +10 -0
  133. package/dist/lexicons/types/app/bsky/graph/block.js.map +1 -0
  134. package/dist/lexicons/types/app/bsky/graph/defs.d.ts +152 -0
  135. package/dist/lexicons/types/app/bsky/graph/defs.js +136 -0
  136. package/dist/lexicons/types/app/bsky/graph/defs.js.map +1 -0
  137. package/dist/lexicons/types/app/bsky/graph/follow.d.ts +18 -0
  138. package/dist/lexicons/types/app/bsky/graph/follow.js +10 -0
  139. package/dist/lexicons/types/app/bsky/graph/follow.js.map +1 -0
  140. package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.d.ts +23 -0
  141. package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.js +21 -0
  142. package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.js.map +1 -0
  143. package/dist/lexicons/types/app/bsky/graph/getBlocks.d.ts +22 -0
  144. package/dist/lexicons/types/app/bsky/graph/getBlocks.js +20 -0
  145. package/dist/lexicons/types/app/bsky/graph/getBlocks.js.map +1 -0
  146. package/dist/lexicons/types/app/bsky/graph/getFollowers.d.ts +24 -0
  147. package/dist/lexicons/types/app/bsky/graph/getFollowers.js +24 -0
  148. package/dist/lexicons/types/app/bsky/graph/getFollowers.js.map +1 -0
  149. package/dist/lexicons/types/app/bsky/graph/getFollows.d.ts +24 -0
  150. package/dist/lexicons/types/app/bsky/graph/getFollows.js +24 -0
  151. package/dist/lexicons/types/app/bsky/graph/getFollows.js.map +1 -0
  152. package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.d.ts +24 -0
  153. package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.js +24 -0
  154. package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.js.map +1 -0
  155. package/dist/lexicons/types/app/bsky/graph/getList.d.ts +24 -0
  156. package/dist/lexicons/types/app/bsky/graph/getList.js +24 -0
  157. package/dist/lexicons/types/app/bsky/graph/getList.js.map +1 -0
  158. package/dist/lexicons/types/app/bsky/graph/getListBlocks.d.ts +22 -0
  159. package/dist/lexicons/types/app/bsky/graph/getListBlocks.js +20 -0
  160. package/dist/lexicons/types/app/bsky/graph/getListBlocks.js.map +1 -0
  161. package/dist/lexicons/types/app/bsky/graph/getListMutes.d.ts +22 -0
  162. package/dist/lexicons/types/app/bsky/graph/getListMutes.js +20 -0
  163. package/dist/lexicons/types/app/bsky/graph/getListMutes.js.map +1 -0
  164. package/dist/lexicons/types/app/bsky/graph/getLists.d.ts +23 -0
  165. package/dist/lexicons/types/app/bsky/graph/getLists.js +21 -0
  166. package/dist/lexicons/types/app/bsky/graph/getLists.js.map +1 -0
  167. package/dist/lexicons/types/app/bsky/graph/getMutes.d.ts +22 -0
  168. package/dist/lexicons/types/app/bsky/graph/getMutes.js +20 -0
  169. package/dist/lexicons/types/app/bsky/graph/getMutes.js.map +1 -0
  170. package/dist/lexicons/types/app/bsky/graph/getRelationships.d.ts +22 -0
  171. package/dist/lexicons/types/app/bsky/graph/getRelationships.js +26 -0
  172. package/dist/lexicons/types/app/bsky/graph/getRelationships.js.map +1 -0
  173. package/dist/lexicons/types/app/bsky/graph/getStarterPack.d.ts +20 -0
  174. package/dist/lexicons/types/app/bsky/graph/getStarterPack.js +17 -0
  175. package/dist/lexicons/types/app/bsky/graph/getStarterPack.js.map +1 -0
  176. package/dist/lexicons/types/app/bsky/graph/getStarterPacks.d.ts +20 -0
  177. package/dist/lexicons/types/app/bsky/graph/getStarterPacks.js +19 -0
  178. package/dist/lexicons/types/app/bsky/graph/getStarterPacks.js.map +1 -0
  179. package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts +22 -0
  180. package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.js +19 -0
  181. package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.js.map +1 -0
  182. package/dist/lexicons/types/app/bsky/graph/list.d.ts +26 -0
  183. package/dist/lexicons/types/app/bsky/graph/list.js +28 -0
  184. package/dist/lexicons/types/app/bsky/graph/list.js.map +1 -0
  185. package/dist/lexicons/types/app/bsky/graph/listblock.d.ts +18 -0
  186. package/dist/lexicons/types/app/bsky/graph/listblock.js +10 -0
  187. package/dist/lexicons/types/app/bsky/graph/listblock.js.map +1 -0
  188. package/dist/lexicons/types/app/bsky/graph/listitem.d.ts +19 -0
  189. package/dist/lexicons/types/app/bsky/graph/listitem.js +11 -0
  190. package/dist/lexicons/types/app/bsky/graph/listitem.js.map +1 -0
  191. package/dist/lexicons/types/app/bsky/graph/muteActor.d.ts +17 -0
  192. package/dist/lexicons/types/app/bsky/graph/muteActor.js +13 -0
  193. package/dist/lexicons/types/app/bsky/graph/muteActor.js.map +1 -0
  194. package/dist/lexicons/types/app/bsky/graph/muteActorList.d.ts +17 -0
  195. package/dist/lexicons/types/app/bsky/graph/muteActorList.js +13 -0
  196. package/dist/lexicons/types/app/bsky/graph/muteActorList.js.map +1 -0
  197. package/dist/lexicons/types/app/bsky/graph/muteThread.d.ts +17 -0
  198. package/dist/lexicons/types/app/bsky/graph/muteThread.js +13 -0
  199. package/dist/lexicons/types/app/bsky/graph/muteThread.js.map +1 -0
  200. package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.d.ts +23 -0
  201. package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.js +21 -0
  202. package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.js.map +1 -0
  203. package/dist/lexicons/types/app/bsky/graph/starterpack.d.ts +33 -0
  204. package/dist/lexicons/types/app/bsky/graph/starterpack.js +32 -0
  205. package/dist/lexicons/types/app/bsky/graph/starterpack.js.map +1 -0
  206. package/dist/lexicons/types/app/bsky/graph/unmuteActor.d.ts +17 -0
  207. package/dist/lexicons/types/app/bsky/graph/unmuteActor.js +13 -0
  208. package/dist/lexicons/types/app/bsky/graph/unmuteActor.js.map +1 -0
  209. package/dist/lexicons/types/app/bsky/graph/unmuteActorList.d.ts +17 -0
  210. package/dist/lexicons/types/app/bsky/graph/unmuteActorList.js +13 -0
  211. package/dist/lexicons/types/app/bsky/graph/unmuteActorList.js.map +1 -0
  212. package/dist/lexicons/types/app/bsky/graph/unmuteThread.d.ts +17 -0
  213. package/dist/lexicons/types/app/bsky/graph/unmuteThread.js +13 -0
  214. package/dist/lexicons/types/app/bsky/graph/unmuteThread.js.map +1 -0
  215. package/dist/lexicons/types/app/bsky/graph/verification.d.ts +20 -0
  216. package/dist/lexicons/types/app/bsky/graph/verification.js +12 -0
  217. package/dist/lexicons/types/app/bsky/graph/verification.js.map +1 -0
  218. package/dist/lexicons/types/app/bsky/labeler/defs.d.ts +62 -0
  219. package/dist/lexicons/types/app/bsky/labeler/defs.js +64 -0
  220. package/dist/lexicons/types/app/bsky/labeler/defs.js.map +1 -0
  221. package/dist/lexicons/types/app/bsky/labeler/getServices.d.ts +21 -0
  222. package/dist/lexicons/types/app/bsky/labeler/getServices.js +22 -0
  223. package/dist/lexicons/types/app/bsky/labeler/getServices.js.map +1 -0
  224. package/dist/lexicons/types/app/bsky/labeler/service.d.ts +25 -0
  225. package/dist/lexicons/types/app/bsky/labeler/service.js +25 -0
  226. package/dist/lexicons/types/app/bsky/labeler/service.js.map +1 -0
  227. package/dist/lexicons/types/app/bsky/notification/defs.d.ts +11 -0
  228. package/dist/lexicons/types/app/bsky/notification/defs.js +6 -0
  229. package/dist/lexicons/types/app/bsky/notification/defs.js.map +1 -0
  230. package/dist/lexicons/types/app/bsky/notification/getUnreadCount.d.ts +20 -0
  231. package/dist/lexicons/types/app/bsky/notification/getUnreadCount.js +15 -0
  232. package/dist/lexicons/types/app/bsky/notification/getUnreadCount.js.map +1 -0
  233. package/dist/lexicons/types/app/bsky/notification/listNotifications.d.ts +46 -0
  234. package/dist/lexicons/types/app/bsky/notification/listNotifications.js +44 -0
  235. package/dist/lexicons/types/app/bsky/notification/listNotifications.js.map +1 -0
  236. package/dist/lexicons/types/app/bsky/notification/putPreferences.d.ts +17 -0
  237. package/dist/lexicons/types/app/bsky/notification/putPreferences.js +13 -0
  238. package/dist/lexicons/types/app/bsky/notification/putPreferences.js.map +1 -0
  239. package/dist/lexicons/types/app/bsky/notification/registerPush.d.ts +20 -0
  240. package/dist/lexicons/types/app/bsky/notification/registerPush.js +16 -0
  241. package/dist/lexicons/types/app/bsky/notification/registerPush.js.map +1 -0
  242. package/dist/lexicons/types/app/bsky/notification/updateSeen.d.ts +17 -0
  243. package/dist/lexicons/types/app/bsky/notification/updateSeen.js +13 -0
  244. package/dist/lexicons/types/app/bsky/notification/updateSeen.js.map +1 -0
  245. package/dist/lexicons/types/app/bsky/richtext/facet.d.ts +54 -0
  246. package/dist/lexicons/types/app/bsky/richtext/facet.js +36 -0
  247. package/dist/lexicons/types/app/bsky/richtext/facet.js.map +1 -0
  248. package/dist/lexicons/types/app/bsky/unspecced/defs.d.ts +80 -0
  249. package/dist/lexicons/types/app/bsky/unspecced/defs.js +53 -0
  250. package/dist/lexicons/types/app/bsky/unspecced/defs.js.map +1 -0
  251. package/dist/lexicons/types/app/bsky/unspecced/getConfig.d.ts +17 -0
  252. package/dist/lexicons/types/app/bsky/unspecced/getConfig.js +12 -0
  253. package/dist/lexicons/types/app/bsky/unspecced/getConfig.js.map +1 -0
  254. package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts +23 -0
  255. package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.js +21 -0
  256. package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.js.map +1 -0
  257. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.d.ts +20 -0
  258. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.js +18 -0
  259. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.js.map +1 -0
  260. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.d.ts +20 -0
  261. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js +16 -0
  262. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js.map +1 -0
  263. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts +20 -0
  264. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.js +18 -0
  265. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.js.map +1 -0
  266. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts +20 -0
  267. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js +16 -0
  268. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js.map +1 -0
  269. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.d.ts +21 -0
  270. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.js +19 -0
  271. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.js.map +1 -0
  272. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts +21 -0
  273. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js +17 -0
  274. package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js.map +1 -0
  275. package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts +26 -0
  276. package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.js +24 -0
  277. package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.js.map +1 -0
  278. package/dist/lexicons/types/app/bsky/unspecced/getTaggedSuggestions.d.ts +29 -0
  279. package/dist/lexicons/types/app/bsky/unspecced/getTaggedSuggestions.js +22 -0
  280. package/dist/lexicons/types/app/bsky/unspecced/getTaggedSuggestions.js.map +1 -0
  281. package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.d.ts +22 -0
  282. package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.js +22 -0
  283. package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.js.map +1 -0
  284. package/dist/lexicons/types/app/bsky/unspecced/getTrends.d.ts +20 -0
  285. package/dist/lexicons/types/app/bsky/unspecced/getTrends.js +18 -0
  286. package/dist/lexicons/types/app/bsky/unspecced/getTrends.js.map +1 -0
  287. package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.d.ts +21 -0
  288. package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.js +19 -0
  289. package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.js.map +1 -0
  290. package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.d.ts +26 -0
  291. package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.js +24 -0
  292. package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.js.map +1 -0
  293. package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.d.ts +34 -0
  294. package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.js +37 -0
  295. package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.js.map +1 -0
  296. package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.d.ts +25 -0
  297. package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.js +23 -0
  298. package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.js.map +1 -0
  299. package/dist/lexicons/types/app/bsky/video/defs.d.ts +18 -0
  300. package/dist/lexicons/types/app/bsky/video/defs.js +14 -0
  301. package/dist/lexicons/types/app/bsky/video/defs.js.map +1 -0
  302. package/dist/lexicons/types/app/bsky/video/getJobStatus.d.ts +20 -0
  303. package/dist/lexicons/types/app/bsky/video/getJobStatus.js +17 -0
  304. package/dist/lexicons/types/app/bsky/video/getJobStatus.js.map +1 -0
  305. package/dist/lexicons/types/app/bsky/video/getUploadLimits.d.ts +21 -0
  306. package/dist/lexicons/types/app/bsky/video/getUploadLimits.js +16 -0
  307. package/dist/lexicons/types/app/bsky/video/getUploadLimits.js.map +1 -0
  308. package/dist/lexicons/types/app/bsky/video/uploadVideo.d.ts +20 -0
  309. package/dist/lexicons/types/app/bsky/video/uploadVideo.js +18 -0
  310. package/dist/lexicons/types/app/bsky/video/uploadVideo.js.map +1 -0
  311. package/dist/lexicons/types/chat/bsky/actor/declaration.d.ts +17 -0
  312. package/dist/lexicons/types/chat/bsky/actor/declaration.js +9 -0
  313. package/dist/lexicons/types/chat/bsky/actor/declaration.js.map +1 -0
  314. package/dist/lexicons/types/chat/bsky/actor/defs.d.ts +22 -0
  315. package/dist/lexicons/types/chat/bsky/actor/defs.js +29 -0
  316. package/dist/lexicons/types/chat/bsky/actor/defs.js.map +1 -0
  317. package/dist/lexicons/types/chat/bsky/actor/deleteAccount.d.ts +15 -0
  318. package/dist/lexicons/types/chat/bsky/actor/deleteAccount.js +11 -0
  319. package/dist/lexicons/types/chat/bsky/actor/deleteAccount.js.map +1 -0
  320. package/dist/lexicons/types/chat/bsky/actor/exportAccountData.d.ts +14 -0
  321. package/dist/lexicons/types/chat/bsky/actor/exportAccountData.js +9 -0
  322. package/dist/lexicons/types/chat/bsky/actor/exportAccountData.js.map +1 -0
  323. package/dist/lexicons/types/chat/bsky/convo/acceptConvo.d.ts +22 -0
  324. package/dist/lexicons/types/chat/bsky/convo/acceptConvo.js +18 -0
  325. package/dist/lexicons/types/chat/bsky/convo/acceptConvo.js.map +1 -0
  326. package/dist/lexicons/types/chat/bsky/convo/addReaction.d.ts +25 -0
  327. package/dist/lexicons/types/chat/bsky/convo/addReaction.js +26 -0
  328. package/dist/lexicons/types/chat/bsky/convo/addReaction.js.map +1 -0
  329. package/dist/lexicons/types/chat/bsky/convo/defs.d.ts +236 -0
  330. package/dist/lexicons/types/chat/bsky/convo/defs.js +187 -0
  331. package/dist/lexicons/types/chat/bsky/convo/defs.js.map +1 -0
  332. package/dist/lexicons/types/chat/bsky/convo/deleteMessageForSelf.d.ts +22 -0
  333. package/dist/lexicons/types/chat/bsky/convo/deleteMessageForSelf.js +20 -0
  334. package/dist/lexicons/types/chat/bsky/convo/deleteMessageForSelf.js.map +1 -0
  335. package/dist/lexicons/types/chat/bsky/convo/getConvo.d.ts +20 -0
  336. package/dist/lexicons/types/chat/bsky/convo/getConvo.js +17 -0
  337. package/dist/lexicons/types/chat/bsky/convo/getConvo.js.map +1 -0
  338. package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.d.ts +21 -0
  339. package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.js +20 -0
  340. package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.js.map +1 -0
  341. package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.d.ts +20 -0
  342. package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.js +19 -0
  343. package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.js.map +1 -0
  344. package/dist/lexicons/types/chat/bsky/convo/getLog.d.ts +21 -0
  345. package/dist/lexicons/types/chat/bsky/convo/getLog.js +30 -0
  346. package/dist/lexicons/types/chat/bsky/convo/getLog.js.map +1 -0
  347. package/dist/lexicons/types/chat/bsky/convo/getMessages.d.ts +23 -0
  348. package/dist/lexicons/types/chat/bsky/convo/getMessages.js +25 -0
  349. package/dist/lexicons/types/chat/bsky/convo/getMessages.js.map +1 -0
  350. package/dist/lexicons/types/chat/bsky/convo/leaveConvo.d.ts +23 -0
  351. package/dist/lexicons/types/chat/bsky/convo/leaveConvo.js +19 -0
  352. package/dist/lexicons/types/chat/bsky/convo/leaveConvo.js.map +1 -0
  353. package/dist/lexicons/types/chat/bsky/convo/listConvos.d.ts +24 -0
  354. package/dist/lexicons/types/chat/bsky/convo/listConvos.js +22 -0
  355. package/dist/lexicons/types/chat/bsky/convo/listConvos.js.map +1 -0
  356. package/dist/lexicons/types/chat/bsky/convo/muteConvo.d.ts +23 -0
  357. package/dist/lexicons/types/chat/bsky/convo/muteConvo.js +21 -0
  358. package/dist/lexicons/types/chat/bsky/convo/muteConvo.js.map +1 -0
  359. package/dist/lexicons/types/chat/bsky/convo/removeReaction.d.ts +25 -0
  360. package/dist/lexicons/types/chat/bsky/convo/removeReaction.js +26 -0
  361. package/dist/lexicons/types/chat/bsky/convo/removeReaction.js.map +1 -0
  362. package/dist/lexicons/types/chat/bsky/convo/sendMessage.d.ts +22 -0
  363. package/dist/lexicons/types/chat/bsky/convo/sendMessage.js +22 -0
  364. package/dist/lexicons/types/chat/bsky/convo/sendMessage.js.map +1 -0
  365. package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.d.ts +34 -0
  366. package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.js +31 -0
  367. package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.js.map +1 -0
  368. package/dist/lexicons/types/chat/bsky/convo/unmuteConvo.d.ts +23 -0
  369. package/dist/lexicons/types/chat/bsky/convo/unmuteConvo.js +21 -0
  370. package/dist/lexicons/types/chat/bsky/convo/unmuteConvo.js.map +1 -0
  371. package/dist/lexicons/types/chat/bsky/convo/updateAllRead.d.ts +22 -0
  372. package/dist/lexicons/types/chat/bsky/convo/updateAllRead.js +18 -0
  373. package/dist/lexicons/types/chat/bsky/convo/updateAllRead.js.map +1 -0
  374. package/dist/lexicons/types/chat/bsky/convo/updateRead.d.ts +24 -0
  375. package/dist/lexicons/types/chat/bsky/convo/updateRead.js +22 -0
  376. package/dist/lexicons/types/chat/bsky/convo/updateRead.js.map +1 -0
  377. package/dist/lexicons/types/chat/bsky/moderation/getActorMetadata.d.ts +34 -0
  378. package/dist/lexicons/types/chat/bsky/moderation/getActorMetadata.js +30 -0
  379. package/dist/lexicons/types/chat/bsky/moderation/getActorMetadata.js.map +1 -0
  380. package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.d.ts +23 -0
  381. package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.js +24 -0
  382. package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.js.map +1 -0
  383. package/dist/lexicons/types/chat/bsky/moderation/updateActorAccess.d.ts +19 -0
  384. package/dist/lexicons/types/chat/bsky/moderation/updateActorAccess.js +15 -0
  385. package/dist/lexicons/types/chat/bsky/moderation/updateActorAccess.js.map +1 -0
  386. package/dist/lexicons.test.d.ts +1 -0
  387. package/dist/lexicons.test.js +126 -0
  388. package/dist/lexicons.test.js.map +1 -0
  389. package/dist/utilities/embeds.d.ts +15 -4
  390. package/dist/utilities/embeds.js +19 -0
  391. package/dist/utilities/embeds.js.map +1 -1
  392. package/lib/index.ts +1 -1
  393. package/lib/lexicons/index.ts +126 -0
  394. package/lib/lexicons/types/app/bsky/actor/defs.ts +490 -0
  395. package/lib/lexicons/types/app/bsky/actor/getPreferences.ts +28 -0
  396. package/lib/lexicons/types/app/bsky/actor/getProfile.ts +28 -0
  397. package/lib/lexicons/types/app/bsky/actor/getProfiles.ts +32 -0
  398. package/lib/lexicons/types/app/bsky/actor/getSuggestions.ts +36 -0
  399. package/lib/lexicons/types/app/bsky/actor/profile.ts +50 -0
  400. package/lib/lexicons/types/app/bsky/actor/putPreferences.ts +29 -0
  401. package/lib/lexicons/types/app/bsky/actor/searchActors.ts +37 -0
  402. package/lib/lexicons/types/app/bsky/actor/searchActorsTypeahead.ts +35 -0
  403. package/lib/lexicons/types/app/bsky/actor/status.ts +38 -0
  404. package/lib/lexicons/types/app/bsky/embed/defs.ts +16 -0
  405. package/lib/lexicons/types/app/bsky/embed/external.ts +49 -0
  406. package/lib/lexicons/types/app/bsky/embed/images.ts +53 -0
  407. package/lib/lexicons/types/app/bsky/embed/record.ts +110 -0
  408. package/lib/lexicons/types/app/bsky/embed/recordWithMedia.ts +45 -0
  409. package/lib/lexicons/types/app/bsky/embed/video.ts +58 -0
  410. package/lib/lexicons/types/app/bsky/feed/defs.ts +373 -0
  411. package/lib/lexicons/types/app/bsky/feed/describeFeedGenerator.ts +49 -0
  412. package/lib/lexicons/types/app/bsky/feed/generator.ts +51 -0
  413. package/lib/lexicons/types/app/bsky/feed/getActorFeeds.ts +36 -0
  414. package/lib/lexicons/types/app/bsky/feed/getActorLikes.ts +36 -0
  415. package/lib/lexicons/types/app/bsky/feed/getAuthorFeed.ts +48 -0
  416. package/lib/lexicons/types/app/bsky/feed/getFeed.ts +36 -0
  417. package/lib/lexicons/types/app/bsky/feed/getFeedGenerator.ts +32 -0
  418. package/lib/lexicons/types/app/bsky/feed/getFeedGenerators.ts +30 -0
  419. package/lib/lexicons/types/app/bsky/feed/getFeedSkeleton.ts +36 -0
  420. package/lib/lexicons/types/app/bsky/feed/getLikes.ts +52 -0
  421. package/lib/lexicons/types/app/bsky/feed/getListFeed.ts +36 -0
  422. package/lib/lexicons/types/app/bsky/feed/getPostThread.ts +45 -0
  423. package/lib/lexicons/types/app/bsky/feed/getPosts.ts +32 -0
  424. package/lib/lexicons/types/app/bsky/feed/getQuotes.ts +39 -0
  425. package/lib/lexicons/types/app/bsky/feed/getRepostedBy.ts +39 -0
  426. package/lib/lexicons/types/app/bsky/feed/getSuggestedFeeds.ts +35 -0
  427. package/lib/lexicons/types/app/bsky/feed/getTimeline.ts +36 -0
  428. package/lib/lexicons/types/app/bsky/feed/like.ts +29 -0
  429. package/lib/lexicons/types/app/bsky/feed/post.ts +110 -0
  430. package/lib/lexicons/types/app/bsky/feed/postgate.ts +45 -0
  431. package/lib/lexicons/types/app/bsky/feed/repost.ts +29 -0
  432. package/lib/lexicons/types/app/bsky/feed/searchPosts.ts +53 -0
  433. package/lib/lexicons/types/app/bsky/feed/sendInteractions.ts +32 -0
  434. package/lib/lexicons/types/app/bsky/feed/threadgate.ts +75 -0
  435. package/lib/lexicons/types/app/bsky/graph/block.ts +26 -0
  436. package/lib/lexicons/types/app/bsky/graph/defs.ts +185 -0
  437. package/lib/lexicons/types/app/bsky/graph/follow.ts +26 -0
  438. package/lib/lexicons/types/app/bsky/graph/getActorStarterPacks.ts +36 -0
  439. package/lib/lexicons/types/app/bsky/graph/getBlocks.ts +35 -0
  440. package/lib/lexicons/types/app/bsky/graph/getFollowers.ts +39 -0
  441. package/lib/lexicons/types/app/bsky/graph/getFollows.ts +39 -0
  442. package/lib/lexicons/types/app/bsky/graph/getKnownFollowers.ts +39 -0
  443. package/lib/lexicons/types/app/bsky/graph/getList.ts +39 -0
  444. package/lib/lexicons/types/app/bsky/graph/getListBlocks.ts +35 -0
  445. package/lib/lexicons/types/app/bsky/graph/getListMutes.ts +35 -0
  446. package/lib/lexicons/types/app/bsky/graph/getLists.ts +36 -0
  447. package/lib/lexicons/types/app/bsky/graph/getMutes.ts +35 -0
  448. package/lib/lexicons/types/app/bsky/graph/getRelationships.ts +41 -0
  449. package/lib/lexicons/types/app/bsky/graph/getStarterPack.ts +30 -0
  450. package/lib/lexicons/types/app/bsky/graph/getStarterPacks.ts +32 -0
  451. package/lib/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.ts +32 -0
  452. package/lib/lexicons/types/app/bsky/graph/list.ts +45 -0
  453. package/lib/lexicons/types/app/bsky/graph/listblock.ts +26 -0
  454. package/lib/lexicons/types/app/bsky/graph/listitem.ts +27 -0
  455. package/lib/lexicons/types/app/bsky/graph/muteActor.ts +26 -0
  456. package/lib/lexicons/types/app/bsky/graph/muteActorList.ts +26 -0
  457. package/lib/lexicons/types/app/bsky/graph/muteThread.ts +26 -0
  458. package/lib/lexicons/types/app/bsky/graph/searchStarterPacks.ts +36 -0
  459. package/lib/lexicons/types/app/bsky/graph/starterpack.ts +53 -0
  460. package/lib/lexicons/types/app/bsky/graph/unmuteActor.ts +26 -0
  461. package/lib/lexicons/types/app/bsky/graph/unmuteActorList.ts +26 -0
  462. package/lib/lexicons/types/app/bsky/graph/unmuteThread.ts +26 -0
  463. package/lib/lexicons/types/app/bsky/graph/verification.ts +28 -0
  464. package/lib/lexicons/types/app/bsky/labeler/defs.ts +81 -0
  465. package/lib/lexicons/types/app/bsky/labeler/getServices.ts +36 -0
  466. package/lib/lexicons/types/app/bsky/labeler/service.ts +41 -0
  467. package/lib/lexicons/types/app/bsky/notification/defs.ts +14 -0
  468. package/lib/lexicons/types/app/bsky/notification/getUnreadCount.ts +28 -0
  469. package/lib/lexicons/types/app/bsky/notification/listNotifications.ts +75 -0
  470. package/lib/lexicons/types/app/bsky/notification/putPreferences.ts +26 -0
  471. package/lib/lexicons/types/app/bsky/notification/registerPush.ts +29 -0
  472. package/lib/lexicons/types/app/bsky/notification/updateSeen.ts +26 -0
  473. package/lib/lexicons/types/app/bsky/richtext/facet.ts +56 -0
  474. package/lib/lexicons/types/app/bsky/unspecced/defs.ts +78 -0
  475. package/lib/lexicons/types/app/bsky/unspecced/getConfig.ts +25 -0
  476. package/lib/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.ts +36 -0
  477. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.ts +33 -0
  478. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts +31 -0
  479. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.ts +33 -0
  480. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts +31 -0
  481. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedUsers.ts +34 -0
  482. package/lib/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.ts +32 -0
  483. package/lib/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.ts +39 -0
  484. package/lib/lexicons/types/app/bsky/unspecced/getTaggedSuggestions.ts +40 -0
  485. package/lib/lexicons/types/app/bsky/unspecced/getTrendingTopics.ts +37 -0
  486. package/lib/lexicons/types/app/bsky/unspecced/getTrends.ts +33 -0
  487. package/lib/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.ts +34 -0
  488. package/lib/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.ts +39 -0
  489. package/lib/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.ts +54 -0
  490. package/lib/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts +38 -0
  491. package/lib/lexicons/types/app/bsky/video/defs.ts +23 -0
  492. package/lib/lexicons/types/app/bsky/video/getJobStatus.ts +30 -0
  493. package/lib/lexicons/types/app/bsky/video/getUploadLimits.ts +29 -0
  494. package/lib/lexicons/types/app/bsky/video/uploadVideo.ts +31 -0
  495. package/lib/lexicons/types/chat/bsky/actor/declaration.ts +25 -0
  496. package/lib/lexicons/types/chat/bsky/actor/defs.ts +38 -0
  497. package/lib/lexicons/types/chat/bsky/actor/deleteAccount.ts +24 -0
  498. package/lib/lexicons/types/chat/bsky/actor/exportAccountData.ts +22 -0
  499. package/lib/lexicons/types/chat/bsky/convo/acceptConvo.ts +31 -0
  500. package/lib/lexicons/types/chat/bsky/convo/addReaction.ts +39 -0
  501. package/lib/lexicons/types/chat/bsky/convo/defs.ts +249 -0
  502. package/lib/lexicons/types/chat/bsky/convo/deleteMessageForSelf.ts +33 -0
  503. package/lib/lexicons/types/chat/bsky/convo/getConvo.ts +30 -0
  504. package/lib/lexicons/types/chat/bsky/convo/getConvoAvailability.ts +33 -0
  505. package/lib/lexicons/types/chat/bsky/convo/getConvoForMembers.ts +32 -0
  506. package/lib/lexicons/types/chat/bsky/convo/getLog.ts +44 -0
  507. package/lib/lexicons/types/chat/bsky/convo/getMessages.ts +41 -0
  508. package/lib/lexicons/types/chat/bsky/convo/leaveConvo.ts +32 -0
  509. package/lib/lexicons/types/chat/bsky/convo/listConvos.ts +37 -0
  510. package/lib/lexicons/types/chat/bsky/convo/muteConvo.ts +34 -0
  511. package/lib/lexicons/types/chat/bsky/convo/removeReaction.ts +39 -0
  512. package/lib/lexicons/types/chat/bsky/convo/sendMessage.ts +35 -0
  513. package/lib/lexicons/types/chat/bsky/convo/sendMessageBatch.ts +48 -0
  514. package/lib/lexicons/types/chat/bsky/convo/unmuteConvo.ts +34 -0
  515. package/lib/lexicons/types/chat/bsky/convo/updateAllRead.ts +31 -0
  516. package/lib/lexicons/types/chat/bsky/convo/updateRead.ts +35 -0
  517. package/lib/lexicons/types/chat/bsky/moderation/getActorMetadata.ts +47 -0
  518. package/lib/lexicons/types/chat/bsky/moderation/getMessageContext.ts +38 -0
  519. package/lib/lexicons/types/chat/bsky/moderation/updateActorAccess.ts +28 -0
  520. package/lib/utilities/embeds.ts +37 -4
  521. package/package.json +17 -8
  522. package/dist/lexicons.d.ts +0 -3560
  523. package/dist/lexicons.js +0 -8
  524. package/dist/lexicons.js.map +0 -1
  525. package/lib/lexicons.ts +0 -3598
@@ -0,0 +1,36 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+ import * as AppBskyGraphDefs from './defs.js';
5
+
6
+ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getLists', {
7
+ params: /*#__PURE__*/ v.object({
8
+ actor: /*#__PURE__*/ v.actorIdentifierString(),
9
+ limit: /*#__PURE__*/ v.optional(
10
+ /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
11
+ 50,
12
+ ),
13
+ cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
14
+ }),
15
+ output: {
16
+ type: 'lex',
17
+ schema: /*#__PURE__*/ v.object({
18
+ cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
19
+ get lists() {
20
+ return /*#__PURE__*/ v.array(AppBskyGraphDefs.listViewSchema);
21
+ },
22
+ }),
23
+ },
24
+ });
25
+
26
+ type main$schematype = typeof _mainSchema;
27
+
28
+ export interface mainSchema extends main$schematype {}
29
+
30
+ export const mainSchema = _mainSchema as mainSchema;
31
+
32
+ declare module '@atcute/lexicons/ambient' {
33
+ interface XRPCQueries {
34
+ 'app.bsky.graph.getLists': mainSchema;
35
+ }
36
+ }
@@ -0,0 +1,35 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+ import * as AppBskyActorDefs from '../actor/defs.js';
5
+
6
+ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getMutes', {
7
+ params: /*#__PURE__*/ v.object({
8
+ limit: /*#__PURE__*/ v.optional(
9
+ /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
10
+ 50,
11
+ ),
12
+ cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
13
+ }),
14
+ output: {
15
+ type: 'lex',
16
+ schema: /*#__PURE__*/ v.object({
17
+ cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
18
+ get mutes() {
19
+ return /*#__PURE__*/ v.array(AppBskyActorDefs.profileViewSchema);
20
+ },
21
+ }),
22
+ },
23
+ });
24
+
25
+ type main$schematype = typeof _mainSchema;
26
+
27
+ export interface mainSchema extends main$schematype {}
28
+
29
+ export const mainSchema = _mainSchema as mainSchema;
30
+
31
+ declare module '@atcute/lexicons/ambient' {
32
+ interface XRPCQueries {
33
+ 'app.bsky.graph.getMutes': mainSchema;
34
+ }
35
+ }
@@ -0,0 +1,41 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+ import * as AppBskyGraphDefs from './defs.js';
5
+
6
+ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getRelationships', {
7
+ params: /*#__PURE__*/ v.object({
8
+ actor: /*#__PURE__*/ v.actorIdentifierString(),
9
+ others: /*#__PURE__*/ v.optional(
10
+ /*#__PURE__*/ v.constrain(v.array(/*#__PURE__*/ v.actorIdentifierString()), [
11
+ /*#__PURE__*/ v.arrayLength(0, 30),
12
+ ]),
13
+ ),
14
+ }),
15
+ output: {
16
+ type: 'lex',
17
+ schema: /*#__PURE__*/ v.object({
18
+ actor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.didString()),
19
+ get relationships() {
20
+ return /*#__PURE__*/ v.array(
21
+ /*#__PURE__*/ v.variant([
22
+ AppBskyGraphDefs.relationshipSchema,
23
+ AppBskyGraphDefs.notFoundActorSchema,
24
+ ]),
25
+ );
26
+ },
27
+ }),
28
+ },
29
+ });
30
+
31
+ type main$schematype = typeof _mainSchema;
32
+
33
+ export interface mainSchema extends main$schematype {}
34
+
35
+ export const mainSchema = _mainSchema as mainSchema;
36
+
37
+ declare module '@atcute/lexicons/ambient' {
38
+ interface XRPCQueries {
39
+ 'app.bsky.graph.getRelationships': mainSchema;
40
+ }
41
+ }
@@ -0,0 +1,30 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+ import * as AppBskyGraphDefs from './defs.js';
5
+
6
+ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getStarterPack', {
7
+ params: /*#__PURE__*/ v.object({
8
+ starterPack: /*#__PURE__*/ v.resourceUriString(),
9
+ }),
10
+ output: {
11
+ type: 'lex',
12
+ schema: /*#__PURE__*/ v.object({
13
+ get starterPack() {
14
+ return AppBskyGraphDefs.starterPackViewSchema;
15
+ },
16
+ }),
17
+ },
18
+ });
19
+
20
+ type main$schematype = typeof _mainSchema;
21
+
22
+ export interface mainSchema extends main$schematype {}
23
+
24
+ export const mainSchema = _mainSchema as mainSchema;
25
+
26
+ declare module '@atcute/lexicons/ambient' {
27
+ interface XRPCQueries {
28
+ 'app.bsky.graph.getStarterPack': mainSchema;
29
+ }
30
+ }
@@ -0,0 +1,32 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+ import * as AppBskyGraphDefs from './defs.js';
5
+
6
+ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getStarterPacks', {
7
+ params: /*#__PURE__*/ v.object({
8
+ uris: /*#__PURE__*/ v.constrain(v.array(/*#__PURE__*/ v.resourceUriString()), [
9
+ /*#__PURE__*/ v.arrayLength(0, 25),
10
+ ]),
11
+ }),
12
+ output: {
13
+ type: 'lex',
14
+ schema: /*#__PURE__*/ v.object({
15
+ get starterPacks() {
16
+ return /*#__PURE__*/ v.array(AppBskyGraphDefs.starterPackViewBasicSchema);
17
+ },
18
+ }),
19
+ },
20
+ });
21
+
22
+ type main$schematype = typeof _mainSchema;
23
+
24
+ export interface mainSchema extends main$schematype {}
25
+
26
+ export const mainSchema = _mainSchema as mainSchema;
27
+
28
+ declare module '@atcute/lexicons/ambient' {
29
+ interface XRPCQueries {
30
+ 'app.bsky.graph.getStarterPacks': mainSchema;
31
+ }
32
+ }
@@ -0,0 +1,32 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+ import * as AppBskyActorDefs from '../actor/defs.js';
5
+
6
+ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getSuggestedFollowsByActor', {
7
+ params: /*#__PURE__*/ v.object({
8
+ actor: /*#__PURE__*/ v.actorIdentifierString(),
9
+ }),
10
+ output: {
11
+ type: 'lex',
12
+ schema: /*#__PURE__*/ v.object({
13
+ get suggestions() {
14
+ return /*#__PURE__*/ v.array(AppBskyActorDefs.profileViewSchema);
15
+ },
16
+ isFallback: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
17
+ recId: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
18
+ }),
19
+ },
20
+ });
21
+
22
+ type main$schematype = typeof _mainSchema;
23
+
24
+ export interface mainSchema extends main$schematype {}
25
+
26
+ export const mainSchema = _mainSchema as mainSchema;
27
+
28
+ declare module '@atcute/lexicons/ambient' {
29
+ interface XRPCQueries {
30
+ 'app.bsky.graph.getSuggestedFollowsByActor': mainSchema;
31
+ }
32
+ }
@@ -0,0 +1,45 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+ import * as AppBskyGraphDefs from './defs.js';
5
+ import * as AppBskyRichtextFacet from '../richtext/facet.js';
6
+ import * as ComAtprotoLabelDefs from '@atcute/atproto/types/label/defs';
7
+
8
+ const _mainSchema = /*#__PURE__*/ v.record(
9
+ /*#__PURE__*/ v.tidString(),
10
+ /*#__PURE__*/ v.object({
11
+ $type: /*#__PURE__*/ v.literal('app.bsky.graph.list'),
12
+ get purpose() {
13
+ return AppBskyGraphDefs.listPurposeSchema;
14
+ },
15
+ name: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [/*#__PURE__*/ v.stringLength(1, 64)]),
16
+ description: /*#__PURE__*/ v.optional(
17
+ /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
18
+ /*#__PURE__*/ v.stringLength(0, 3000),
19
+ /*#__PURE__*/ v.stringGraphemes(0, 300),
20
+ ]),
21
+ ),
22
+ get descriptionFacets() {
23
+ return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(AppBskyRichtextFacet.mainSchema));
24
+ },
25
+ avatar: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.blob()),
26
+ get labels() {
27
+ return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.variant([ComAtprotoLabelDefs.selfLabelsSchema]));
28
+ },
29
+ createdAt: /*#__PURE__*/ v.datetimeString(),
30
+ }),
31
+ );
32
+
33
+ type main$schematype = typeof _mainSchema;
34
+
35
+ export interface mainSchema extends main$schematype {}
36
+
37
+ export const mainSchema = _mainSchema as mainSchema;
38
+
39
+ export interface Main extends v.InferInput<typeof mainSchema> {}
40
+
41
+ declare module '@atcute/lexicons/ambient' {
42
+ interface Records {
43
+ 'app.bsky.graph.list': mainSchema;
44
+ }
45
+ }
@@ -0,0 +1,26 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+
5
+ const _mainSchema = /*#__PURE__*/ v.record(
6
+ /*#__PURE__*/ v.tidString(),
7
+ /*#__PURE__*/ v.object({
8
+ $type: /*#__PURE__*/ v.literal('app.bsky.graph.listblock'),
9
+ subject: /*#__PURE__*/ v.resourceUriString(),
10
+ createdAt: /*#__PURE__*/ v.datetimeString(),
11
+ }),
12
+ );
13
+
14
+ type main$schematype = typeof _mainSchema;
15
+
16
+ export interface mainSchema extends main$schematype {}
17
+
18
+ export const mainSchema = _mainSchema as mainSchema;
19
+
20
+ export interface Main extends v.InferInput<typeof mainSchema> {}
21
+
22
+ declare module '@atcute/lexicons/ambient' {
23
+ interface Records {
24
+ 'app.bsky.graph.listblock': mainSchema;
25
+ }
26
+ }
@@ -0,0 +1,27 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+
5
+ const _mainSchema = /*#__PURE__*/ v.record(
6
+ /*#__PURE__*/ v.tidString(),
7
+ /*#__PURE__*/ v.object({
8
+ $type: /*#__PURE__*/ v.literal('app.bsky.graph.listitem'),
9
+ subject: /*#__PURE__*/ v.didString(),
10
+ list: /*#__PURE__*/ v.resourceUriString(),
11
+ createdAt: /*#__PURE__*/ v.datetimeString(),
12
+ }),
13
+ );
14
+
15
+ type main$schematype = typeof _mainSchema;
16
+
17
+ export interface mainSchema extends main$schematype {}
18
+
19
+ export const mainSchema = _mainSchema as mainSchema;
20
+
21
+ export interface Main extends v.InferInput<typeof mainSchema> {}
22
+
23
+ declare module '@atcute/lexicons/ambient' {
24
+ interface Records {
25
+ 'app.bsky.graph.listitem': mainSchema;
26
+ }
27
+ }
@@ -0,0 +1,26 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+
5
+ const _mainSchema = /*#__PURE__*/ v.procedure('app.bsky.graph.muteActor', {
6
+ params: null,
7
+ input: {
8
+ type: 'lex',
9
+ schema: /*#__PURE__*/ v.object({
10
+ actor: /*#__PURE__*/ v.actorIdentifierString(),
11
+ }),
12
+ },
13
+ output: null,
14
+ });
15
+
16
+ type main$schematype = typeof _mainSchema;
17
+
18
+ export interface mainSchema extends main$schematype {}
19
+
20
+ export const mainSchema = _mainSchema as mainSchema;
21
+
22
+ declare module '@atcute/lexicons/ambient' {
23
+ interface XRPCProcedures {
24
+ 'app.bsky.graph.muteActor': mainSchema;
25
+ }
26
+ }
@@ -0,0 +1,26 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+
5
+ const _mainSchema = /*#__PURE__*/ v.procedure('app.bsky.graph.muteActorList', {
6
+ params: null,
7
+ input: {
8
+ type: 'lex',
9
+ schema: /*#__PURE__*/ v.object({
10
+ list: /*#__PURE__*/ v.resourceUriString(),
11
+ }),
12
+ },
13
+ output: null,
14
+ });
15
+
16
+ type main$schematype = typeof _mainSchema;
17
+
18
+ export interface mainSchema extends main$schematype {}
19
+
20
+ export const mainSchema = _mainSchema as mainSchema;
21
+
22
+ declare module '@atcute/lexicons/ambient' {
23
+ interface XRPCProcedures {
24
+ 'app.bsky.graph.muteActorList': mainSchema;
25
+ }
26
+ }
@@ -0,0 +1,26 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+
5
+ const _mainSchema = /*#__PURE__*/ v.procedure('app.bsky.graph.muteThread', {
6
+ params: null,
7
+ input: {
8
+ type: 'lex',
9
+ schema: /*#__PURE__*/ v.object({
10
+ root: /*#__PURE__*/ v.resourceUriString(),
11
+ }),
12
+ },
13
+ output: null,
14
+ });
15
+
16
+ type main$schematype = typeof _mainSchema;
17
+
18
+ export interface mainSchema extends main$schematype {}
19
+
20
+ export const mainSchema = _mainSchema as mainSchema;
21
+
22
+ declare module '@atcute/lexicons/ambient' {
23
+ interface XRPCProcedures {
24
+ 'app.bsky.graph.muteThread': mainSchema;
25
+ }
26
+ }
@@ -0,0 +1,36 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+ import * as AppBskyGraphDefs from './defs.js';
5
+
6
+ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.searchStarterPacks', {
7
+ params: /*#__PURE__*/ v.object({
8
+ q: /*#__PURE__*/ v.string(),
9
+ limit: /*#__PURE__*/ v.optional(
10
+ /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
11
+ 25,
12
+ ),
13
+ cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
14
+ }),
15
+ output: {
16
+ type: 'lex',
17
+ schema: /*#__PURE__*/ v.object({
18
+ cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
19
+ get starterPacks() {
20
+ return /*#__PURE__*/ v.array(AppBskyGraphDefs.starterPackViewBasicSchema);
21
+ },
22
+ }),
23
+ },
24
+ });
25
+
26
+ type main$schematype = typeof _mainSchema;
27
+
28
+ export interface mainSchema extends main$schematype {}
29
+
30
+ export const mainSchema = _mainSchema as mainSchema;
31
+
32
+ declare module '@atcute/lexicons/ambient' {
33
+ interface XRPCQueries {
34
+ 'app.bsky.graph.searchStarterPacks': mainSchema;
35
+ }
36
+ }
@@ -0,0 +1,53 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+ import * as AppBskyRichtextFacet from '../richtext/facet.js';
5
+
6
+ const _feedItemSchema = /*#__PURE__*/ v.object({
7
+ $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.graph.starterpack#feedItem')),
8
+ uri: /*#__PURE__*/ v.resourceUriString(),
9
+ });
10
+ const _mainSchema = /*#__PURE__*/ v.record(
11
+ /*#__PURE__*/ v.tidString(),
12
+ /*#__PURE__*/ v.object({
13
+ $type: /*#__PURE__*/ v.literal('app.bsky.graph.starterpack'),
14
+ name: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
15
+ /*#__PURE__*/ v.stringLength(1, 500),
16
+ /*#__PURE__*/ v.stringGraphemes(0, 50),
17
+ ]),
18
+ description: /*#__PURE__*/ v.optional(
19
+ /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
20
+ /*#__PURE__*/ v.stringLength(0, 3000),
21
+ /*#__PURE__*/ v.stringGraphemes(0, 300),
22
+ ]),
23
+ ),
24
+ get descriptionFacets() {
25
+ return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(AppBskyRichtextFacet.mainSchema));
26
+ },
27
+ list: /*#__PURE__*/ v.resourceUriString(),
28
+ get feeds() {
29
+ return /*#__PURE__*/ v.optional(
30
+ /*#__PURE__*/ v.constrain(v.array(feedItemSchema), [/*#__PURE__*/ v.arrayLength(0, 3)]),
31
+ );
32
+ },
33
+ createdAt: /*#__PURE__*/ v.datetimeString(),
34
+ }),
35
+ );
36
+
37
+ type feedItem$schematype = typeof _feedItemSchema;
38
+ type main$schematype = typeof _mainSchema;
39
+
40
+ export interface feedItemSchema extends feedItem$schematype {}
41
+ export interface mainSchema extends main$schematype {}
42
+
43
+ export const feedItemSchema = _feedItemSchema as feedItemSchema;
44
+ export const mainSchema = _mainSchema as mainSchema;
45
+
46
+ export interface FeedItem extends v.InferInput<typeof feedItemSchema> {}
47
+ export interface Main extends v.InferInput<typeof mainSchema> {}
48
+
49
+ declare module '@atcute/lexicons/ambient' {
50
+ interface Records {
51
+ 'app.bsky.graph.starterpack': mainSchema;
52
+ }
53
+ }
@@ -0,0 +1,26 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+
5
+ const _mainSchema = /*#__PURE__*/ v.procedure('app.bsky.graph.unmuteActor', {
6
+ params: null,
7
+ input: {
8
+ type: 'lex',
9
+ schema: /*#__PURE__*/ v.object({
10
+ actor: /*#__PURE__*/ v.actorIdentifierString(),
11
+ }),
12
+ },
13
+ output: null,
14
+ });
15
+
16
+ type main$schematype = typeof _mainSchema;
17
+
18
+ export interface mainSchema extends main$schematype {}
19
+
20
+ export const mainSchema = _mainSchema as mainSchema;
21
+
22
+ declare module '@atcute/lexicons/ambient' {
23
+ interface XRPCProcedures {
24
+ 'app.bsky.graph.unmuteActor': mainSchema;
25
+ }
26
+ }
@@ -0,0 +1,26 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+
5
+ const _mainSchema = /*#__PURE__*/ v.procedure('app.bsky.graph.unmuteActorList', {
6
+ params: null,
7
+ input: {
8
+ type: 'lex',
9
+ schema: /*#__PURE__*/ v.object({
10
+ list: /*#__PURE__*/ v.resourceUriString(),
11
+ }),
12
+ },
13
+ output: null,
14
+ });
15
+
16
+ type main$schematype = typeof _mainSchema;
17
+
18
+ export interface mainSchema extends main$schematype {}
19
+
20
+ export const mainSchema = _mainSchema as mainSchema;
21
+
22
+ declare module '@atcute/lexicons/ambient' {
23
+ interface XRPCProcedures {
24
+ 'app.bsky.graph.unmuteActorList': mainSchema;
25
+ }
26
+ }
@@ -0,0 +1,26 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+
5
+ const _mainSchema = /*#__PURE__*/ v.procedure('app.bsky.graph.unmuteThread', {
6
+ params: null,
7
+ input: {
8
+ type: 'lex',
9
+ schema: /*#__PURE__*/ v.object({
10
+ root: /*#__PURE__*/ v.resourceUriString(),
11
+ }),
12
+ },
13
+ output: null,
14
+ });
15
+
16
+ type main$schematype = typeof _mainSchema;
17
+
18
+ export interface mainSchema extends main$schematype {}
19
+
20
+ export const mainSchema = _mainSchema as mainSchema;
21
+
22
+ declare module '@atcute/lexicons/ambient' {
23
+ interface XRPCProcedures {
24
+ 'app.bsky.graph.unmuteThread': mainSchema;
25
+ }
26
+ }
@@ -0,0 +1,28 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import type {} from '@atcute/lexicons/ambient';
4
+
5
+ const _mainSchema = /*#__PURE__*/ v.record(
6
+ /*#__PURE__*/ v.tidString(),
7
+ /*#__PURE__*/ v.object({
8
+ $type: /*#__PURE__*/ v.literal('app.bsky.graph.verification'),
9
+ subject: /*#__PURE__*/ v.didString(),
10
+ handle: /*#__PURE__*/ v.handleString(),
11
+ displayName: /*#__PURE__*/ v.string(),
12
+ createdAt: /*#__PURE__*/ v.datetimeString(),
13
+ }),
14
+ );
15
+
16
+ type main$schematype = typeof _mainSchema;
17
+
18
+ export interface mainSchema extends main$schematype {}
19
+
20
+ export const mainSchema = _mainSchema as mainSchema;
21
+
22
+ export interface Main extends v.InferInput<typeof mainSchema> {}
23
+
24
+ declare module '@atcute/lexicons/ambient' {
25
+ interface Records {
26
+ 'app.bsky.graph.verification': mainSchema;
27
+ }
28
+ }
@@ -0,0 +1,81 @@
1
+ import type {} from '@atcute/lexicons';
2
+ import * as v from '@atcute/lexicons/validations';
3
+ import * as AppBskyActorDefs from '../actor/defs.js';
4
+ import * as ComAtprotoLabelDefs from '@atcute/atproto/types/label/defs';
5
+ import * as ComAtprotoModerationDefs from '@atcute/atproto/types/moderation/defs';
6
+
7
+ const _labelerPoliciesSchema = /*#__PURE__*/ v.object({
8
+ $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.labeler.defs#labelerPolicies')),
9
+ get labelValues() {
10
+ return /*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelValueSchema);
11
+ },
12
+ get labelValueDefinitions() {
13
+ return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelValueDefinitionSchema));
14
+ },
15
+ });
16
+ const _labelerViewSchema = /*#__PURE__*/ v.object({
17
+ $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.labeler.defs#labelerView')),
18
+ uri: /*#__PURE__*/ v.resourceUriString(),
19
+ cid: /*#__PURE__*/ v.string(),
20
+ get creator() {
21
+ return AppBskyActorDefs.profileViewSchema;
22
+ },
23
+ likeCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
24
+ get viewer() {
25
+ return /*#__PURE__*/ v.optional(labelerViewerStateSchema);
26
+ },
27
+ indexedAt: /*#__PURE__*/ v.datetimeString(),
28
+ get labels() {
29
+ return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelSchema));
30
+ },
31
+ });
32
+ const _labelerViewDetailedSchema = /*#__PURE__*/ v.object({
33
+ $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.labeler.defs#labelerViewDetailed')),
34
+ uri: /*#__PURE__*/ v.resourceUriString(),
35
+ cid: /*#__PURE__*/ v.string(),
36
+ get creator() {
37
+ return AppBskyActorDefs.profileViewSchema;
38
+ },
39
+ get policies() {
40
+ return labelerPoliciesSchema;
41
+ },
42
+ likeCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
43
+ get viewer() {
44
+ return /*#__PURE__*/ v.optional(labelerViewerStateSchema);
45
+ },
46
+ indexedAt: /*#__PURE__*/ v.datetimeString(),
47
+ get labels() {
48
+ return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelSchema));
49
+ },
50
+ get reasonTypes() {
51
+ return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoModerationDefs.reasonTypeSchema));
52
+ },
53
+ get subjectTypes() {
54
+ return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoModerationDefs.subjectTypeSchema));
55
+ },
56
+ subjectCollections: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(/*#__PURE__*/ v.nsidString())),
57
+ });
58
+ const _labelerViewerStateSchema = /*#__PURE__*/ v.object({
59
+ $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.labeler.defs#labelerViewerState')),
60
+ like: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.resourceUriString()),
61
+ });
62
+
63
+ type labelerPolicies$schematype = typeof _labelerPoliciesSchema;
64
+ type labelerView$schematype = typeof _labelerViewSchema;
65
+ type labelerViewDetailed$schematype = typeof _labelerViewDetailedSchema;
66
+ type labelerViewerState$schematype = typeof _labelerViewerStateSchema;
67
+
68
+ export interface labelerPoliciesSchema extends labelerPolicies$schematype {}
69
+ export interface labelerViewSchema extends labelerView$schematype {}
70
+ export interface labelerViewDetailedSchema extends labelerViewDetailed$schematype {}
71
+ export interface labelerViewerStateSchema extends labelerViewerState$schematype {}
72
+
73
+ export const labelerPoliciesSchema = _labelerPoliciesSchema as labelerPoliciesSchema;
74
+ export const labelerViewSchema = _labelerViewSchema as labelerViewSchema;
75
+ export const labelerViewDetailedSchema = _labelerViewDetailedSchema as labelerViewDetailedSchema;
76
+ export const labelerViewerStateSchema = _labelerViewerStateSchema as labelerViewerStateSchema;
77
+
78
+ export interface LabelerPolicies extends v.InferInput<typeof labelerPoliciesSchema> {}
79
+ export interface LabelerView extends v.InferInput<typeof labelerViewSchema> {}
80
+ export interface LabelerViewDetailed extends v.InferInput<typeof labelerViewDetailedSchema> {}
81
+ export interface LabelerViewerState extends v.InferInput<typeof labelerViewerStateSchema> {}