@atproto/bsky 0.0.28 → 0.0.30

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 (303) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/LICENSE.txt +1 -1
  3. package/dist/api/app/bsky/feed/getAuthorFeed.d.ts +1 -0
  4. package/dist/auto-moderator/index.d.ts +1 -14
  5. package/dist/context.d.ts +0 -3
  6. package/dist/db/index.js +43762 -12377
  7. package/dist/db/index.js.map +3 -3
  8. package/dist/db/pagination.d.ts +1 -0
  9. package/dist/index.d.ts +0 -4
  10. package/dist/index.js +2422 -2135
  11. package/dist/index.js.map +3 -3
  12. package/dist/indexer/config.d.ts +0 -8
  13. package/dist/lexicon/index.d.ts +0 -2
  14. package/dist/lexicon/lexicons.d.ts +134 -52
  15. package/dist/lexicon/types/app/bsky/actor/defs.d.ts +1 -0
  16. package/dist/lexicon/types/app/bsky/actor/getPreferences.d.ts +2 -2
  17. package/dist/lexicon/types/app/bsky/actor/getProfile.d.ts +2 -2
  18. package/dist/lexicon/types/app/bsky/actor/getProfiles.d.ts +2 -2
  19. package/dist/lexicon/types/app/bsky/actor/getSuggestions.d.ts +2 -2
  20. package/dist/lexicon/types/app/bsky/actor/searchActors.d.ts +2 -2
  21. package/dist/lexicon/types/app/bsky/actor/searchActorsTypeahead.d.ts +2 -2
  22. package/dist/lexicon/types/app/bsky/feed/describeFeedGenerator.d.ts +2 -2
  23. package/dist/lexicon/types/app/bsky/feed/getActorFeeds.d.ts +2 -2
  24. package/dist/lexicon/types/app/bsky/feed/getActorLikes.d.ts +2 -2
  25. package/dist/lexicon/types/app/bsky/feed/getAuthorFeed.d.ts +2 -2
  26. package/dist/lexicon/types/app/bsky/feed/getFeed.d.ts +2 -2
  27. package/dist/lexicon/types/app/bsky/feed/getFeedGenerator.d.ts +2 -2
  28. package/dist/lexicon/types/app/bsky/feed/getFeedGenerators.d.ts +2 -2
  29. package/dist/lexicon/types/app/bsky/feed/getFeedSkeleton.d.ts +2 -2
  30. package/dist/lexicon/types/app/bsky/feed/getLikes.d.ts +2 -2
  31. package/dist/lexicon/types/app/bsky/feed/getListFeed.d.ts +2 -2
  32. package/dist/lexicon/types/app/bsky/feed/getPostThread.d.ts +2 -2
  33. package/dist/lexicon/types/app/bsky/feed/getPosts.d.ts +2 -2
  34. package/dist/lexicon/types/app/bsky/feed/getRepostedBy.d.ts +2 -2
  35. package/dist/lexicon/types/app/bsky/feed/getSuggestedFeeds.d.ts +2 -2
  36. package/dist/lexicon/types/app/bsky/feed/getTimeline.d.ts +2 -2
  37. package/dist/lexicon/types/app/bsky/feed/searchPosts.d.ts +2 -2
  38. package/dist/lexicon/types/app/bsky/graph/getBlocks.d.ts +2 -2
  39. package/dist/lexicon/types/app/bsky/graph/getFollowers.d.ts +2 -2
  40. package/dist/lexicon/types/app/bsky/graph/getFollows.d.ts +2 -2
  41. package/dist/lexicon/types/app/bsky/graph/getList.d.ts +2 -2
  42. package/dist/lexicon/types/app/bsky/graph/getListBlocks.d.ts +2 -2
  43. package/dist/lexicon/types/app/bsky/graph/getListMutes.d.ts +2 -2
  44. package/dist/lexicon/types/app/bsky/graph/getLists.d.ts +2 -2
  45. package/dist/lexicon/types/app/bsky/graph/getMutes.d.ts +2 -2
  46. package/dist/lexicon/types/app/bsky/graph/getRelationships.d.ts +2 -2
  47. package/dist/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts +2 -2
  48. package/dist/lexicon/types/app/bsky/notification/getUnreadCount.d.ts +2 -2
  49. package/dist/lexicon/types/app/bsky/notification/listNotifications.d.ts +2 -2
  50. package/dist/lexicon/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts +2 -2
  51. package/dist/lexicon/types/app/bsky/unspecced/getTaggedSuggestions.d.ts +2 -2
  52. package/dist/lexicon/types/app/bsky/unspecced/searchActorsSkeleton.d.ts +2 -2
  53. package/dist/lexicon/types/app/bsky/unspecced/searchPostsSkeleton.d.ts +2 -2
  54. package/dist/lexicon/types/com/atproto/admin/createCommunicationTemplate.d.ts +2 -2
  55. package/dist/lexicon/types/com/atproto/admin/defs.d.ts +2 -2
  56. package/dist/lexicon/types/com/atproto/admin/emitModerationEvent.d.ts +2 -2
  57. package/dist/lexicon/types/com/atproto/admin/getAccountInfo.d.ts +2 -2
  58. package/dist/lexicon/types/com/atproto/admin/getAccountInfos.d.ts +2 -2
  59. package/dist/lexicon/types/com/atproto/admin/getInviteCodes.d.ts +2 -2
  60. package/dist/lexicon/types/com/atproto/admin/getModerationEvent.d.ts +2 -2
  61. package/dist/lexicon/types/com/atproto/admin/getRecord.d.ts +2 -2
  62. package/dist/lexicon/types/com/atproto/admin/getRepo.d.ts +2 -2
  63. package/dist/lexicon/types/com/atproto/admin/getSubjectStatus.d.ts +2 -2
  64. package/dist/lexicon/types/com/atproto/admin/listCommunicationTemplates.d.ts +2 -2
  65. package/dist/lexicon/types/com/atproto/admin/queryModerationEvents.d.ts +9 -2
  66. package/dist/lexicon/types/com/atproto/admin/queryModerationStatuses.d.ts +2 -2
  67. package/dist/lexicon/types/com/atproto/admin/searchRepos.d.ts +2 -2
  68. package/dist/lexicon/types/com/atproto/admin/sendEmail.d.ts +2 -2
  69. package/dist/lexicon/types/com/atproto/admin/updateCommunicationTemplate.d.ts +2 -2
  70. package/dist/lexicon/types/com/atproto/admin/updateSubjectStatus.d.ts +2 -2
  71. package/dist/lexicon/types/com/atproto/identity/resolveHandle.d.ts +2 -2
  72. package/dist/lexicon/types/com/atproto/label/queryLabels.d.ts +2 -2
  73. package/dist/lexicon/types/com/atproto/moderation/createReport.d.ts +2 -2
  74. package/dist/lexicon/types/com/atproto/repo/createRecord.d.ts +2 -2
  75. package/dist/lexicon/types/com/atproto/repo/describeRepo.d.ts +2 -2
  76. package/dist/lexicon/types/com/atproto/repo/getRecord.d.ts +2 -2
  77. package/dist/lexicon/types/com/atproto/repo/listRecords.d.ts +2 -2
  78. package/dist/lexicon/types/com/atproto/repo/putRecord.d.ts +2 -2
  79. package/dist/lexicon/types/com/atproto/repo/uploadBlob.d.ts +2 -2
  80. package/dist/lexicon/types/com/atproto/server/createAccount.d.ts +2 -2
  81. package/dist/lexicon/types/com/atproto/server/createAppPassword.d.ts +2 -2
  82. package/dist/lexicon/types/com/atproto/server/createInviteCode.d.ts +2 -2
  83. package/dist/lexicon/types/com/atproto/server/createInviteCodes.d.ts +2 -2
  84. package/dist/lexicon/types/com/atproto/server/createSession.d.ts +2 -2
  85. package/dist/lexicon/types/com/atproto/server/describeServer.d.ts +2 -2
  86. package/dist/lexicon/types/com/atproto/server/getAccountInviteCodes.d.ts +2 -2
  87. package/dist/lexicon/types/com/atproto/server/getSession.d.ts +2 -2
  88. package/dist/lexicon/types/com/atproto/server/listAppPasswords.d.ts +2 -2
  89. package/dist/lexicon/types/com/atproto/server/refreshSession.d.ts +2 -2
  90. package/dist/lexicon/types/com/atproto/server/requestEmailUpdate.d.ts +2 -2
  91. package/dist/lexicon/types/com/atproto/server/reserveSigningKey.d.ts +2 -2
  92. package/dist/lexicon/types/com/atproto/sync/getBlob.d.ts +2 -2
  93. package/dist/lexicon/types/com/atproto/sync/getBlocks.d.ts +2 -2
  94. package/dist/lexicon/types/com/atproto/sync/getCheckout.d.ts +2 -2
  95. package/dist/lexicon/types/com/atproto/sync/getHead.d.ts +2 -2
  96. package/dist/lexicon/types/com/atproto/sync/getLatestCommit.d.ts +2 -2
  97. package/dist/lexicon/types/com/atproto/sync/getRecord.d.ts +2 -2
  98. package/dist/lexicon/types/com/atproto/sync/getRepo.d.ts +2 -2
  99. package/dist/lexicon/types/com/atproto/sync/listBlobs.d.ts +2 -2
  100. package/dist/lexicon/types/com/atproto/sync/listRepos.d.ts +2 -2
  101. package/dist/lexicon/types/com/atproto/temp/checkSignupQueue.d.ts +2 -2
  102. package/dist/lexicon/types/com/atproto/temp/fetchLabels.d.ts +2 -2
  103. package/dist/lexicon/types/com/atproto/temp/importRepo.d.ts +2 -2
  104. package/dist/lexicon/types/com/atproto/temp/transferAccount.d.ts +2 -2
  105. package/dist/services/feed/index.d.ts +2 -1
  106. package/package.json +8 -7
  107. package/src/api/app/bsky/actor/getSuggestions.ts +1 -1
  108. package/src/api/app/bsky/actor/searchActors.ts +1 -0
  109. package/src/api/app/bsky/feed/getActorFeeds.ts +6 -0
  110. package/src/api/app/bsky/feed/getActorLikes.ts +4 -0
  111. package/src/api/app/bsky/feed/getAuthorFeed.ts +16 -4
  112. package/src/api/app/bsky/feed/getFeed.ts +8 -5
  113. package/src/api/app/bsky/feed/getLikes.ts +4 -0
  114. package/src/api/app/bsky/feed/getListFeed.ts +4 -0
  115. package/src/api/app/bsky/feed/getRepostedBy.ts +4 -0
  116. package/src/api/app/bsky/feed/getSuggestedFeeds.ts +1 -1
  117. package/src/api/app/bsky/feed/getTimeline.ts +4 -0
  118. package/src/api/app/bsky/feed/searchPosts.ts +1 -0
  119. package/src/api/app/bsky/graph/getBlocks.ts +7 -0
  120. package/src/api/app/bsky/graph/getFollowers.ts +4 -0
  121. package/src/api/app/bsky/graph/getFollows.ts +4 -0
  122. package/src/api/app/bsky/graph/getList.ts +4 -0
  123. package/src/api/app/bsky/graph/getListBlocks.ts +4 -0
  124. package/src/api/app/bsky/graph/getListMutes.ts +7 -0
  125. package/src/api/app/bsky/graph/getLists.ts +7 -0
  126. package/src/api/app/bsky/graph/getMutes.ts +7 -0
  127. package/src/api/app/bsky/notification/listNotifications.ts +3 -0
  128. package/src/api/app/bsky/unspecced/getPopularFeedGenerators.ts +7 -1
  129. package/src/api/index.ts +0 -6
  130. package/src/auto-moderator/index.ts +9 -176
  131. package/src/context.ts +0 -6
  132. package/src/db/pagination.ts +3 -0
  133. package/src/index.ts +1 -6
  134. package/src/indexer/config.ts +0 -29
  135. package/src/lexicon/index.ts +0 -12
  136. package/src/lexicon/lexicons.ts +382 -173
  137. package/src/lexicon/types/app/bsky/actor/defs.ts +2 -0
  138. package/src/lexicon/types/app/bsky/actor/getPreferences.ts +2 -2
  139. package/src/lexicon/types/app/bsky/actor/getProfile.ts +3 -2
  140. package/src/lexicon/types/app/bsky/actor/getProfiles.ts +2 -2
  141. package/src/lexicon/types/app/bsky/actor/getSuggestions.ts +2 -2
  142. package/src/lexicon/types/app/bsky/actor/profile.ts +3 -0
  143. package/src/lexicon/types/app/bsky/actor/putPreferences.ts +1 -1
  144. package/src/lexicon/types/app/bsky/actor/searchActors.ts +2 -2
  145. package/src/lexicon/types/app/bsky/actor/searchActorsTypeahead.ts +2 -2
  146. package/src/lexicon/types/app/bsky/embed/external.ts +1 -0
  147. package/src/lexicon/types/app/bsky/embed/images.ts +4 -0
  148. package/src/lexicon/types/app/bsky/embed/record.ts +1 -0
  149. package/src/lexicon/types/app/bsky/feed/defs.ts +1 -0
  150. package/src/lexicon/types/app/bsky/feed/describeFeedGenerator.ts +2 -2
  151. package/src/lexicon/types/app/bsky/feed/getActorFeeds.ts +2 -2
  152. package/src/lexicon/types/app/bsky/feed/getActorLikes.ts +2 -2
  153. package/src/lexicon/types/app/bsky/feed/getAuthorFeed.ts +3 -2
  154. package/src/lexicon/types/app/bsky/feed/getFeed.ts +2 -2
  155. package/src/lexicon/types/app/bsky/feed/getFeedGenerator.ts +5 -2
  156. package/src/lexicon/types/app/bsky/feed/getFeedGenerators.ts +2 -2
  157. package/src/lexicon/types/app/bsky/feed/getFeedSkeleton.ts +3 -2
  158. package/src/lexicon/types/app/bsky/feed/getLikes.ts +4 -2
  159. package/src/lexicon/types/app/bsky/feed/getListFeed.ts +3 -2
  160. package/src/lexicon/types/app/bsky/feed/getPostThread.ts +5 -2
  161. package/src/lexicon/types/app/bsky/feed/getPosts.ts +3 -2
  162. package/src/lexicon/types/app/bsky/feed/getRepostedBy.ts +4 -2
  163. package/src/lexicon/types/app/bsky/feed/getSuggestedFeeds.ts +2 -2
  164. package/src/lexicon/types/app/bsky/feed/getTimeline.ts +3 -2
  165. package/src/lexicon/types/app/bsky/feed/post.ts +5 -1
  166. package/src/lexicon/types/app/bsky/feed/searchPosts.ts +2 -2
  167. package/src/lexicon/types/app/bsky/feed/threadgate.ts +1 -0
  168. package/src/lexicon/types/app/bsky/graph/block.ts +1 -0
  169. package/src/lexicon/types/app/bsky/graph/getBlocks.ts +2 -2
  170. package/src/lexicon/types/app/bsky/graph/getFollowers.ts +2 -2
  171. package/src/lexicon/types/app/bsky/graph/getFollows.ts +2 -2
  172. package/src/lexicon/types/app/bsky/graph/getList.ts +3 -2
  173. package/src/lexicon/types/app/bsky/graph/getListBlocks.ts +2 -2
  174. package/src/lexicon/types/app/bsky/graph/getListMutes.ts +2 -2
  175. package/src/lexicon/types/app/bsky/graph/getLists.ts +3 -2
  176. package/src/lexicon/types/app/bsky/graph/getMutes.ts +2 -2
  177. package/src/lexicon/types/app/bsky/graph/getRelationships.ts +4 -2
  178. package/src/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.ts +2 -2
  179. package/src/lexicon/types/app/bsky/graph/list.ts +1 -0
  180. package/src/lexicon/types/app/bsky/graph/listblock.ts +1 -0
  181. package/src/lexicon/types/app/bsky/graph/listitem.ts +2 -0
  182. package/src/lexicon/types/app/bsky/graph/muteActor.ts +1 -1
  183. package/src/lexicon/types/app/bsky/graph/muteActorList.ts +1 -1
  184. package/src/lexicon/types/app/bsky/graph/unmuteActor.ts +1 -1
  185. package/src/lexicon/types/app/bsky/graph/unmuteActorList.ts +1 -1
  186. package/src/lexicon/types/app/bsky/notification/getUnreadCount.ts +2 -2
  187. package/src/lexicon/types/app/bsky/notification/listNotifications.ts +2 -2
  188. package/src/lexicon/types/app/bsky/notification/registerPush.ts +1 -1
  189. package/src/lexicon/types/app/bsky/notification/updateSeen.ts +1 -1
  190. package/src/lexicon/types/app/bsky/richtext/facet.ts +5 -4
  191. package/src/lexicon/types/app/bsky/unspecced/getPopularFeedGenerators.ts +2 -2
  192. package/src/lexicon/types/app/bsky/unspecced/getTaggedSuggestions.ts +2 -2
  193. package/src/lexicon/types/app/bsky/unspecced/searchActorsSkeleton.ts +2 -2
  194. package/src/lexicon/types/app/bsky/unspecced/searchPostsSkeleton.ts +2 -2
  195. package/src/lexicon/types/com/atproto/admin/createCommunicationTemplate.ts +2 -2
  196. package/src/lexicon/types/com/atproto/admin/defs.ts +2 -0
  197. package/src/lexicon/types/com/atproto/admin/deleteAccount.ts +1 -1
  198. package/src/lexicon/types/com/atproto/admin/deleteCommunicationTemplate.ts +1 -1
  199. package/src/lexicon/types/com/atproto/admin/disableAccountInvites.ts +1 -1
  200. package/src/lexicon/types/com/atproto/admin/disableInviteCodes.ts +1 -1
  201. package/src/lexicon/types/com/atproto/admin/emitModerationEvent.ts +2 -2
  202. package/src/lexicon/types/com/atproto/admin/enableAccountInvites.ts +1 -1
  203. package/src/lexicon/types/com/atproto/admin/getAccountInfo.ts +2 -2
  204. package/src/lexicon/types/com/atproto/admin/getAccountInfos.ts +2 -2
  205. package/src/lexicon/types/com/atproto/admin/getInviteCodes.ts +2 -2
  206. package/src/lexicon/types/com/atproto/admin/getModerationEvent.ts +2 -2
  207. package/src/lexicon/types/com/atproto/admin/getRecord.ts +2 -2
  208. package/src/lexicon/types/com/atproto/admin/getRepo.ts +2 -2
  209. package/src/lexicon/types/com/atproto/admin/getSubjectStatus.ts +2 -2
  210. package/src/lexicon/types/com/atproto/admin/listCommunicationTemplates.ts +2 -2
  211. package/src/lexicon/types/com/atproto/admin/queryModerationEvents.ts +15 -2
  212. package/src/lexicon/types/com/atproto/admin/queryModerationStatuses.ts +2 -2
  213. package/src/lexicon/types/com/atproto/admin/searchRepos.ts +2 -2
  214. package/src/lexicon/types/com/atproto/admin/sendEmail.ts +2 -2
  215. package/src/lexicon/types/com/atproto/admin/updateAccountEmail.ts +1 -1
  216. package/src/lexicon/types/com/atproto/admin/updateAccountHandle.ts +1 -1
  217. package/src/lexicon/types/com/atproto/admin/updateCommunicationTemplate.ts +2 -2
  218. package/src/lexicon/types/com/atproto/admin/updateSubjectStatus.ts +2 -2
  219. package/src/lexicon/types/com/atproto/identity/resolveHandle.ts +2 -2
  220. package/src/lexicon/types/com/atproto/identity/updateHandle.ts +2 -1
  221. package/src/lexicon/types/com/atproto/label/queryLabels.ts +2 -2
  222. package/src/lexicon/types/com/atproto/label/subscribeLabels.ts +1 -1
  223. package/src/lexicon/types/com/atproto/moderation/createReport.ts +3 -2
  224. package/src/lexicon/types/com/atproto/repo/applyWrites.ts +7 -6
  225. package/src/lexicon/types/com/atproto/repo/createRecord.ts +6 -6
  226. package/src/lexicon/types/com/atproto/repo/deleteRecord.ts +3 -3
  227. package/src/lexicon/types/com/atproto/repo/describeRepo.ts +5 -2
  228. package/src/lexicon/types/com/atproto/repo/getRecord.ts +3 -3
  229. package/src/lexicon/types/com/atproto/repo/listRecords.ts +2 -2
  230. package/src/lexicon/types/com/atproto/repo/putRecord.ts +6 -6
  231. package/src/lexicon/types/com/atproto/repo/uploadBlob.ts +2 -2
  232. package/src/lexicon/types/com/atproto/server/confirmEmail.ts +1 -1
  233. package/src/lexicon/types/com/atproto/server/createAccount.ts +10 -2
  234. package/src/lexicon/types/com/atproto/server/createAppPassword.ts +3 -2
  235. package/src/lexicon/types/com/atproto/server/createInviteCode.ts +2 -2
  236. package/src/lexicon/types/com/atproto/server/createInviteCodes.ts +2 -2
  237. package/src/lexicon/types/com/atproto/server/createSession.ts +2 -2
  238. package/src/lexicon/types/com/atproto/server/deleteAccount.ts +1 -1
  239. package/src/lexicon/types/com/atproto/server/deleteSession.ts +1 -1
  240. package/src/lexicon/types/com/atproto/server/describeServer.ts +5 -2
  241. package/src/lexicon/types/com/atproto/server/getAccountInviteCodes.ts +3 -2
  242. package/src/lexicon/types/com/atproto/server/getSession.ts +2 -2
  243. package/src/lexicon/types/com/atproto/server/listAppPasswords.ts +2 -2
  244. package/src/lexicon/types/com/atproto/server/refreshSession.ts +2 -2
  245. package/src/lexicon/types/com/atproto/server/requestAccountDelete.ts +1 -1
  246. package/src/lexicon/types/com/atproto/server/requestEmailConfirmation.ts +1 -1
  247. package/src/lexicon/types/com/atproto/server/requestEmailUpdate.ts +2 -2
  248. package/src/lexicon/types/com/atproto/server/requestPasswordReset.ts +1 -1
  249. package/src/lexicon/types/com/atproto/server/reserveSigningKey.ts +4 -4
  250. package/src/lexicon/types/com/atproto/server/resetPassword.ts +1 -1
  251. package/src/lexicon/types/com/atproto/server/revokeAppPassword.ts +1 -1
  252. package/src/lexicon/types/com/atproto/server/updateEmail.ts +1 -1
  253. package/src/lexicon/types/com/atproto/sync/getBlob.ts +3 -3
  254. package/src/lexicon/types/com/atproto/sync/getBlocks.ts +2 -2
  255. package/src/lexicon/types/com/atproto/sync/getCheckout.ts +2 -2
  256. package/src/lexicon/types/com/atproto/sync/getHead.ts +2 -2
  257. package/src/lexicon/types/com/atproto/sync/getLatestCommit.ts +2 -2
  258. package/src/lexicon/types/com/atproto/sync/getRecord.ts +3 -2
  259. package/src/lexicon/types/com/atproto/sync/getRepo.ts +3 -3
  260. package/src/lexicon/types/com/atproto/sync/listBlobs.ts +2 -2
  261. package/src/lexicon/types/com/atproto/sync/listRepos.ts +3 -2
  262. package/src/lexicon/types/com/atproto/sync/notifyOfUpdate.ts +2 -2
  263. package/src/lexicon/types/com/atproto/sync/requestCrawl.ts +2 -2
  264. package/src/lexicon/types/com/atproto/sync/subscribeRepos.ts +17 -5
  265. package/src/lexicon/types/com/atproto/temp/checkSignupQueue.ts +2 -2
  266. package/src/lexicon/types/com/atproto/temp/fetchLabels.ts +2 -2
  267. package/src/lexicon/types/com/atproto/temp/importRepo.ts +2 -2
  268. package/src/lexicon/types/com/atproto/temp/pushBlob.ts +1 -1
  269. package/src/lexicon/types/com/atproto/temp/requestPhoneVerification.ts +1 -1
  270. package/src/lexicon/types/com/atproto/temp/transferAccount.ts +2 -2
  271. package/src/logger.ts +32 -0
  272. package/src/services/feed/index.ts +10 -4
  273. package/src/services/feed/views.ts +3 -1
  274. package/tests/auto-moderator/labeler.test.ts +2 -0
  275. package/tests/feed-generation.test.ts +0 -6
  276. package/tests/views/author-feed.test.ts +29 -9
  277. package/tests/views/notifications.test.ts +9 -0
  278. package/tests/views/timeline.test.ts +8 -0
  279. package/dist/api/app/bsky/feed/describeFeedGenerator.d.ts +0 -3
  280. package/dist/api/app/bsky/feed/getFeedSkeleton.d.ts +0 -3
  281. package/dist/api/app/bsky/unspecced/getTimelineSkeleton.d.ts +0 -3
  282. package/dist/auto-moderator/abyss.d.ts +0 -48
  283. package/dist/auto-moderator/fuzzy-matcher.d.ts +0 -14
  284. package/dist/feed-gen/bsky-team.d.ts +0 -3
  285. package/dist/feed-gen/hot-classic.d.ts +0 -3
  286. package/dist/feed-gen/index.d.ts +0 -2
  287. package/dist/feed-gen/mutuals.d.ts +0 -3
  288. package/dist/feed-gen/types.d.ts +0 -15
  289. package/dist/lexicon/types/app/bsky/unspecced/getTimelineSkeleton.d.ts +0 -35
  290. package/src/api/app/bsky/feed/describeFeedGenerator.ts +0 -21
  291. package/src/api/app/bsky/feed/getFeedSkeleton.ts +0 -30
  292. package/src/api/app/bsky/unspecced/getTimelineSkeleton.ts +0 -26
  293. package/src/auto-moderator/abyss.ts +0 -114
  294. package/src/auto-moderator/fuzzy-matcher.ts +0 -126
  295. package/src/feed-gen/bsky-team.ts +0 -42
  296. package/src/feed-gen/hot-classic.ts +0 -55
  297. package/src/feed-gen/index.ts +0 -17
  298. package/src/feed-gen/mutuals.ts +0 -57
  299. package/src/feed-gen/types.ts +0 -32
  300. package/src/lexicon/types/app/bsky/unspecced/getTimelineSkeleton.ts +0 -49
  301. package/tests/algos/hot-classic.test.ts +0 -87
  302. package/tests/auto-moderator/fuzzy-matcher.test.ts +0 -163
  303. package/tests/auto-moderator/takedowns.test.ts +0 -202
@@ -1296,6 +1296,16 @@ export declare const schemaDict: {
1296
1296
  enum: string[];
1297
1297
  description: string;
1298
1298
  };
1299
+ createdAfter: {
1300
+ type: string;
1301
+ format: string;
1302
+ description: string;
1303
+ };
1304
+ createdBefore: {
1305
+ type: string;
1306
+ format: string;
1307
+ description: string;
1308
+ };
1299
1309
  subject: {
1300
1310
  type: string;
1301
1311
  format: string;
@@ -1311,6 +1321,34 @@ export declare const schemaDict: {
1311
1321
  maximum: number;
1312
1322
  default: number;
1313
1323
  };
1324
+ hasComment: {
1325
+ type: string;
1326
+ description: string;
1327
+ };
1328
+ comment: {
1329
+ type: string;
1330
+ description: string;
1331
+ };
1332
+ addedLabels: {
1333
+ type: string;
1334
+ items: {
1335
+ type: string;
1336
+ };
1337
+ description: string;
1338
+ };
1339
+ removedLabels: {
1340
+ type: string;
1341
+ items: {
1342
+ type: string;
1343
+ };
1344
+ description: string;
1345
+ };
1346
+ reportTypes: {
1347
+ type: string;
1348
+ items: {
1349
+ type: string;
1350
+ };
1351
+ };
1314
1352
  cursor: {
1315
1353
  type: string;
1316
1354
  };
@@ -1744,6 +1782,7 @@ export declare const schemaDict: {
1744
1782
  handle: {
1745
1783
  type: string;
1746
1784
  format: string;
1785
+ description: string;
1747
1786
  };
1748
1787
  };
1749
1788
  };
@@ -1951,10 +1990,12 @@ export declare const schemaDict: {
1951
1990
  properties: {
1952
1991
  reasonType: {
1953
1992
  type: string;
1993
+ description: string;
1954
1994
  ref: string;
1955
1995
  };
1956
1996
  reason: {
1957
1997
  type: string;
1998
+ description: string;
1958
1999
  };
1959
2000
  subject: {
1960
2001
  type: string;
@@ -2070,6 +2111,7 @@ export declare const schemaDict: {
2070
2111
  };
2071
2112
  swapCommit: {
2072
2113
  type: string;
2114
+ description: string;
2073
2115
  format: string;
2074
2116
  };
2075
2117
  };
@@ -2077,6 +2119,7 @@ export declare const schemaDict: {
2077
2119
  };
2078
2120
  errors: {
2079
2121
  name: string;
2122
+ description: string;
2080
2123
  }[];
2081
2124
  };
2082
2125
  create: {
@@ -2194,6 +2237,7 @@ export declare const schemaDict: {
2194
2237
  };
2195
2238
  errors: {
2196
2239
  name: string;
2240
+ description: string;
2197
2241
  }[];
2198
2242
  };
2199
2243
  };
@@ -2278,9 +2322,11 @@ export declare const schemaDict: {
2278
2322
  };
2279
2323
  didDoc: {
2280
2324
  type: string;
2325
+ description: string;
2281
2326
  };
2282
2327
  collections: {
2283
2328
  type: string;
2329
+ description: string;
2284
2330
  items: {
2285
2331
  type: string;
2286
2332
  format: string;
@@ -2288,6 +2334,7 @@ export declare const schemaDict: {
2288
2334
  };
2289
2335
  handleIsCorrect: {
2290
2336
  type: string;
2337
+ description: string;
2291
2338
  };
2292
2339
  };
2293
2340
  };
@@ -2601,10 +2648,12 @@ export declare const schemaDict: {
2601
2648
  handle: {
2602
2649
  type: string;
2603
2650
  format: string;
2651
+ description: string;
2604
2652
  };
2605
2653
  did: {
2606
2654
  type: string;
2607
2655
  format: string;
2656
+ description: string;
2608
2657
  };
2609
2658
  inviteCode: {
2610
2659
  type: string;
@@ -2617,12 +2666,15 @@ export declare const schemaDict: {
2617
2666
  };
2618
2667
  password: {
2619
2668
  type: string;
2669
+ description: string;
2620
2670
  };
2621
2671
  recoveryKey: {
2622
2672
  type: string;
2673
+ description: string;
2623
2674
  };
2624
2675
  plcOp: {
2625
2676
  type: string;
2677
+ description: string;
2626
2678
  };
2627
2679
  };
2628
2680
  };
@@ -2631,6 +2683,7 @@ export declare const schemaDict: {
2631
2683
  encoding: string;
2632
2684
  schema: {
2633
2685
  type: string;
2686
+ description: string;
2634
2687
  required: string[];
2635
2688
  properties: {
2636
2689
  accessJwt: {
@@ -2646,9 +2699,11 @@ export declare const schemaDict: {
2646
2699
  did: {
2647
2700
  type: string;
2648
2701
  format: string;
2702
+ description: string;
2649
2703
  };
2650
2704
  didDoc: {
2651
2705
  type: string;
2706
+ description: string;
2652
2707
  };
2653
2708
  };
2654
2709
  };
@@ -2674,6 +2729,7 @@ export declare const schemaDict: {
2674
2729
  properties: {
2675
2730
  name: {
2676
2731
  type: string;
2732
+ description: string;
2677
2733
  };
2678
2734
  };
2679
2735
  };
@@ -2979,18 +3035,22 @@ export declare const schemaDict: {
2979
3035
  properties: {
2980
3036
  inviteCodeRequired: {
2981
3037
  type: string;
3038
+ description: string;
2982
3039
  };
2983
3040
  phoneVerificationRequired: {
2984
3041
  type: string;
3042
+ description: string;
2985
3043
  };
2986
3044
  availableUserDomains: {
2987
3045
  type: string;
3046
+ description: string;
2988
3047
  items: {
2989
3048
  type: string;
2990
3049
  };
2991
3050
  };
2992
3051
  links: {
2993
3052
  type: string;
3053
+ description: string;
2994
3054
  ref: string;
2995
3055
  };
2996
3056
  };
@@ -3027,6 +3087,7 @@ export declare const schemaDict: {
3027
3087
  createAvailable: {
3028
3088
  type: string;
3029
3089
  default: boolean;
3090
+ description: string;
3030
3091
  };
3031
3092
  };
3032
3093
  };
@@ -3247,6 +3308,7 @@ export declare const schemaDict: {
3247
3308
  properties: {
3248
3309
  did: {
3249
3310
  type: string;
3311
+ format: string;
3250
3312
  description: string;
3251
3313
  };
3252
3314
  };
@@ -3530,6 +3592,7 @@ export declare const schemaDict: {
3530
3592
  };
3531
3593
  rkey: {
3532
3594
  type: string;
3595
+ description: string;
3533
3596
  };
3534
3597
  commit: {
3535
3598
  type: string;
@@ -3677,6 +3740,7 @@ export declare const schemaDict: {
3677
3740
  head: {
3678
3741
  type: string;
3679
3742
  format: string;
3743
+ description: string;
3680
3744
  };
3681
3745
  rev: {
3682
3746
  type: string;
@@ -3753,33 +3817,44 @@ export declare const schemaDict: {
3753
3817
  refs: string[];
3754
3818
  };
3755
3819
  };
3756
- errors: {
3820
+ errors: ({
3757
3821
  name: string;
3758
- }[];
3822
+ description?: undefined;
3823
+ } | {
3824
+ name: string;
3825
+ description: string;
3826
+ })[];
3759
3827
  };
3760
3828
  commit: {
3761
3829
  type: string;
3830
+ description: string;
3762
3831
  required: string[];
3763
3832
  nullable: string[];
3764
3833
  properties: {
3765
3834
  seq: {
3766
3835
  type: string;
3836
+ description: string;
3767
3837
  };
3768
3838
  rebase: {
3769
3839
  type: string;
3840
+ description: string;
3770
3841
  };
3771
3842
  tooBig: {
3772
3843
  type: string;
3844
+ description: string;
3773
3845
  };
3774
3846
  repo: {
3775
3847
  type: string;
3776
3848
  format: string;
3849
+ description: string;
3777
3850
  };
3778
3851
  commit: {
3779
3852
  type: string;
3853
+ description: string;
3780
3854
  };
3781
3855
  prev: {
3782
3856
  type: string;
3857
+ description: string;
3783
3858
  };
3784
3859
  rev: {
3785
3860
  type: string;
@@ -3799,6 +3874,7 @@ export declare const schemaDict: {
3799
3874
  items: {
3800
3875
  type: string;
3801
3876
  ref: string;
3877
+ description: string;
3802
3878
  };
3803
3879
  maxLength: number;
3804
3880
  };
@@ -3806,16 +3882,19 @@ export declare const schemaDict: {
3806
3882
  type: string;
3807
3883
  items: {
3808
3884
  type: string;
3885
+ description: string;
3809
3886
  };
3810
3887
  };
3811
3888
  time: {
3812
3889
  type: string;
3813
3890
  format: string;
3891
+ description: string;
3814
3892
  };
3815
3893
  };
3816
3894
  };
3817
3895
  handle: {
3818
3896
  type: string;
3897
+ description: string;
3819
3898
  required: string[];
3820
3899
  properties: {
3821
3900
  seq: {
@@ -3837,6 +3916,7 @@ export declare const schemaDict: {
3837
3916
  };
3838
3917
  migrate: {
3839
3918
  type: string;
3919
+ description: string;
3840
3920
  required: string[];
3841
3921
  nullable: string[];
3842
3922
  properties: {
@@ -3858,6 +3938,7 @@ export declare const schemaDict: {
3858
3938
  };
3859
3939
  tombstone: {
3860
3940
  type: string;
3941
+ description: string;
3861
3942
  required: string[];
3862
3943
  properties: {
3863
3944
  seq: {
@@ -3901,6 +3982,7 @@ export declare const schemaDict: {
3901
3982
  };
3902
3983
  cid: {
3903
3984
  type: string;
3985
+ description: string;
3904
3986
  };
3905
3987
  };
3906
3988
  };
@@ -4106,7 +4188,6 @@ export declare const schemaDict: {
4106
4188
  AppBskyActorDefs: {
4107
4189
  lexicon: number;
4108
4190
  id: string;
4109
- description: string;
4110
4191
  defs: {
4111
4192
  profileViewBasic: {
4112
4193
  type: string;
@@ -4239,6 +4320,7 @@ export declare const schemaDict: {
4239
4320
  };
4240
4321
  viewerState: {
4241
4322
  type: string;
4323
+ description: string;
4242
4324
  properties: {
4243
4325
  muted: {
4244
4326
  type: string;
@@ -4316,6 +4398,9 @@ export declare const schemaDict: {
4316
4398
  format: string;
4317
4399
  };
4318
4400
  };
4401
+ timelineIndex: {
4402
+ type: string;
4403
+ };
4319
4404
  };
4320
4405
  };
4321
4406
  personalDetailsPref: {
@@ -4431,6 +4516,7 @@ export declare const schemaDict: {
4431
4516
  actor: {
4432
4517
  type: string;
4433
4518
  format: string;
4519
+ description: string;
4434
4520
  };
4435
4521
  };
4436
4522
  };
@@ -4545,21 +4631,25 @@ export declare const schemaDict: {
4545
4631
  };
4546
4632
  description: {
4547
4633
  type: string;
4634
+ description: string;
4548
4635
  maxGraphemes: number;
4549
4636
  maxLength: number;
4550
4637
  };
4551
4638
  avatar: {
4552
4639
  type: string;
4640
+ description: string;
4553
4641
  accept: string[];
4554
4642
  maxSize: number;
4555
4643
  };
4556
4644
  banner: {
4557
4645
  type: string;
4646
+ description: string;
4558
4647
  accept: string[];
4559
4648
  maxSize: number;
4560
4649
  };
4561
4650
  labels: {
4562
4651
  type: string;
4652
+ description: string;
4563
4653
  refs: string[];
4564
4654
  };
4565
4655
  };
@@ -4689,10 +4779,10 @@ export declare const schemaDict: {
4689
4779
  AppBskyEmbedExternal: {
4690
4780
  lexicon: number;
4691
4781
  id: string;
4692
- description: string;
4693
4782
  defs: {
4694
4783
  main: {
4695
4784
  type: string;
4785
+ description: string;
4696
4786
  required: string[];
4697
4787
  properties: {
4698
4788
  external: {
@@ -4783,6 +4873,7 @@ export declare const schemaDict: {
4783
4873
  };
4784
4874
  alt: {
4785
4875
  type: string;
4876
+ description: string;
4786
4877
  };
4787
4878
  aspectRatio: {
4788
4879
  type: string;
@@ -4825,12 +4916,15 @@ export declare const schemaDict: {
4825
4916
  properties: {
4826
4917
  thumb: {
4827
4918
  type: string;
4919
+ description: string;
4828
4920
  };
4829
4921
  fullsize: {
4830
4922
  type: string;
4923
+ description: string;
4831
4924
  };
4832
4925
  alt: {
4833
4926
  type: string;
4927
+ description: string;
4834
4928
  };
4835
4929
  aspectRatio: {
4836
4930
  type: string;
@@ -4883,6 +4977,7 @@ export declare const schemaDict: {
4883
4977
  };
4884
4978
  value: {
4885
4979
  type: string;
4980
+ description: string;
4886
4981
  };
4887
4982
  labels: {
4888
4983
  type: string;
@@ -5032,6 +5127,7 @@ export declare const schemaDict: {
5032
5127
  };
5033
5128
  viewerState: {
5034
5129
  type: string;
5130
+ description: string;
5035
5131
  properties: {
5036
5132
  repost: {
5037
5133
  type: string;
@@ -5364,6 +5460,7 @@ export declare const schemaDict: {
5364
5460
  };
5365
5461
  labels: {
5366
5462
  type: string;
5463
+ description: string;
5367
5464
  refs: string[];
5368
5465
  };
5369
5466
  createdAt: {
@@ -5500,6 +5597,7 @@ export declare const schemaDict: {
5500
5597
  };
5501
5598
  filter: {
5502
5599
  type: string;
5600
+ description: string;
5503
5601
  knownValues: string[];
5504
5602
  default: string;
5505
5603
  };
@@ -5595,6 +5693,7 @@ export declare const schemaDict: {
5595
5693
  feed: {
5596
5694
  type: string;
5597
5695
  format: string;
5696
+ description: string;
5598
5697
  };
5599
5698
  };
5600
5699
  };
@@ -5610,9 +5709,11 @@ export declare const schemaDict: {
5610
5709
  };
5611
5710
  isOnline: {
5612
5711
  type: string;
5712
+ description: string;
5613
5713
  };
5614
5714
  isValid: {
5615
5715
  type: string;
5716
+ description: string;
5616
5717
  };
5617
5718
  };
5618
5719
  };
@@ -5673,6 +5774,7 @@ export declare const schemaDict: {
5673
5774
  feed: {
5674
5775
  type: string;
5675
5776
  format: string;
5777
+ description: string;
5676
5778
  };
5677
5779
  limit: {
5678
5780
  type: string;
@@ -5724,10 +5826,12 @@ export declare const schemaDict: {
5724
5826
  uri: {
5725
5827
  type: string;
5726
5828
  format: string;
5829
+ description: string;
5727
5830
  };
5728
5831
  cid: {
5729
5832
  type: string;
5730
5833
  format: string;
5834
+ description: string;
5731
5835
  };
5732
5836
  limit: {
5733
5837
  type: string;
@@ -5802,6 +5906,7 @@ export declare const schemaDict: {
5802
5906
  list: {
5803
5907
  type: string;
5804
5908
  format: string;
5909
+ description: string;
5805
5910
  };
5806
5911
  limit: {
5807
5912
  type: string;
@@ -5853,15 +5958,18 @@ export declare const schemaDict: {
5853
5958
  uri: {
5854
5959
  type: string;
5855
5960
  format: string;
5961
+ description: string;
5856
5962
  };
5857
5963
  depth: {
5858
5964
  type: string;
5965
+ description: string;
5859
5966
  default: number;
5860
5967
  minimum: number;
5861
5968
  maximum: number;
5862
5969
  };
5863
5970
  parentHeight: {
5864
5971
  type: string;
5972
+ description: string;
5865
5973
  default: number;
5866
5974
  minimum: number;
5867
5975
  maximum: number;
@@ -5900,6 +6008,7 @@ export declare const schemaDict: {
5900
6008
  properties: {
5901
6009
  uris: {
5902
6010
  type: string;
6011
+ description: string;
5903
6012
  items: {
5904
6013
  type: string;
5905
6014
  format: string;
@@ -5941,10 +6050,12 @@ export declare const schemaDict: {
5941
6050
  uri: {
5942
6051
  type: string;
5943
6052
  format: string;
6053
+ description: string;
5944
6054
  };
5945
6055
  cid: {
5946
6056
  type: string;
5947
6057
  format: string;
6058
+ description: string;
5948
6059
  };
5949
6060
  limit: {
5950
6061
  type: string;
@@ -6042,6 +6153,7 @@ export declare const schemaDict: {
6042
6153
  properties: {
6043
6154
  algorithm: {
6044
6155
  type: string;
6156
+ description: string;
6045
6157
  };
6046
6158
  limit: {
6047
6159
  type: string;
@@ -6117,6 +6229,7 @@ export declare const schemaDict: {
6117
6229
  type: string;
6118
6230
  maxLength: number;
6119
6231
  maxGraphemes: number;
6232
+ description: string;
6120
6233
  };
6121
6234
  entities: {
6122
6235
  type: string;
@@ -6128,6 +6241,7 @@ export declare const schemaDict: {
6128
6241
  };
6129
6242
  facets: {
6130
6243
  type: string;
6244
+ description: string;
6131
6245
  items: {
6132
6246
  type: string;
6133
6247
  ref: string;
@@ -6143,6 +6257,7 @@ export declare const schemaDict: {
6143
6257
  };
6144
6258
  langs: {
6145
6259
  type: string;
6260
+ description: string;
6146
6261
  maxLength: number;
6147
6262
  items: {
6148
6263
  type: string;
@@ -6151,21 +6266,23 @@ export declare const schemaDict: {
6151
6266
  };
6152
6267
  labels: {
6153
6268
  type: string;
6269
+ description: string;
6154
6270
  refs: string[];
6155
6271
  };
6156
6272
  tags: {
6157
6273
  type: string;
6274
+ description: string;
6158
6275
  maxLength: number;
6159
6276
  items: {
6160
6277
  type: string;
6161
6278
  maxLength: number;
6162
6279
  maxGraphemes: number;
6163
6280
  };
6164
- description: string;
6165
6281
  };
6166
6282
  createdAt: {
6167
6283
  type: string;
6168
6284
  format: string;
6285
+ description: string;
6169
6286
  };
6170
6287
  };
6171
6288
  };
@@ -6315,6 +6432,7 @@ export declare const schemaDict: {
6315
6432
  post: {
6316
6433
  type: string;
6317
6434
  format: string;
6435
+ description: string;
6318
6436
  };
6319
6437
  allow: {
6320
6438
  type: string;
@@ -6369,6 +6487,7 @@ export declare const schemaDict: {
6369
6487
  subject: {
6370
6488
  type: string;
6371
6489
  format: string;
6490
+ description: string;
6372
6491
  };
6373
6492
  createdAt: {
6374
6493
  type: string;
@@ -6729,6 +6848,7 @@ export declare const schemaDict: {
6729
6848
  list: {
6730
6849
  type: string;
6731
6850
  format: string;
6851
+ description: string;
6732
6852
  };
6733
6853
  limit: {
6734
6854
  type: string;
@@ -6867,6 +6987,7 @@ export declare const schemaDict: {
6867
6987
  actor: {
6868
6988
  type: string;
6869
6989
  format: string;
6990
+ description: string;
6870
6991
  };
6871
6992
  limit: {
6872
6993
  type: string;
@@ -6958,9 +7079,11 @@ export declare const schemaDict: {
6958
7079
  actor: {
6959
7080
  type: string;
6960
7081
  format: string;
7082
+ description: string;
6961
7083
  };
6962
7084
  others: {
6963
7085
  type: string;
7086
+ description: string;
6964
7087
  maxLength: number;
6965
7088
  items: {
6966
7089
  type: string;
@@ -7046,12 +7169,14 @@ export declare const schemaDict: {
7046
7169
  properties: {
7047
7170
  purpose: {
7048
7171
  type: string;
7172
+ description: string;
7049
7173
  ref: string;
7050
7174
  };
7051
7175
  name: {
7052
7176
  type: string;
7053
7177
  maxLength: number;
7054
7178
  minLength: number;
7179
+ description: string;
7055
7180
  };
7056
7181
  description: {
7057
7182
  type: string;
@@ -7098,6 +7223,7 @@ export declare const schemaDict: {
7098
7223
  subject: {
7099
7224
  type: string;
7100
7225
  format: string;
7226
+ description: string;
7101
7227
  };
7102
7228
  createdAt: {
7103
7229
  type: string;
@@ -7123,10 +7249,12 @@ export declare const schemaDict: {
7123
7249
  subject: {
7124
7250
  type: string;
7125
7251
  format: string;
7252
+ description: string;
7126
7253
  };
7127
7254
  list: {
7128
7255
  type: string;
7129
7256
  format: string;
7257
+ description: string;
7130
7258
  };
7131
7259
  createdAt: {
7132
7260
  type: string;
@@ -7417,6 +7545,7 @@ export declare const schemaDict: {
7417
7545
  defs: {
7418
7546
  main: {
7419
7547
  type: string;
7548
+ description: string;
7420
7549
  required: string[];
7421
7550
  properties: {
7422
7551
  index: {
@@ -7602,52 +7731,6 @@ export declare const schemaDict: {
7602
7731
  };
7603
7732
  };
7604
7733
  };
7605
- AppBskyUnspeccedGetTimelineSkeleton: {
7606
- lexicon: number;
7607
- id: string;
7608
- defs: {
7609
- main: {
7610
- type: string;
7611
- description: string;
7612
- parameters: {
7613
- type: string;
7614
- properties: {
7615
- limit: {
7616
- type: string;
7617
- minimum: number;
7618
- maximum: number;
7619
- default: number;
7620
- };
7621
- cursor: {
7622
- type: string;
7623
- };
7624
- };
7625
- };
7626
- output: {
7627
- encoding: string;
7628
- schema: {
7629
- type: string;
7630
- required: string[];
7631
- properties: {
7632
- cursor: {
7633
- type: string;
7634
- };
7635
- feed: {
7636
- type: string;
7637
- items: {
7638
- type: string;
7639
- ref: string;
7640
- };
7641
- };
7642
- };
7643
- };
7644
- };
7645
- errors: {
7646
- name: string;
7647
- }[];
7648
- };
7649
- };
7650
- };
7651
7734
  AppBskyUnspeccedSearchActorsSkeleton: {
7652
7735
  lexicon: number;
7653
7736
  id: string;
@@ -7911,7 +7994,6 @@ export declare const ids: {
7911
7994
  AppBskyUnspeccedDefs: string;
7912
7995
  AppBskyUnspeccedGetPopularFeedGenerators: string;
7913
7996
  AppBskyUnspeccedGetTaggedSuggestions: string;
7914
- AppBskyUnspeccedGetTimelineSkeleton: string;
7915
7997
  AppBskyUnspeccedSearchActorsSkeleton: string;
7916
7998
  AppBskyUnspeccedSearchPostsSkeleton: string;
7917
7999
  };