@atproto/pds 0.4.103 → 0.4.105

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 (328) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/account-manager/{index.d.ts → account-manager.d.ts} +26 -35
  3. package/dist/account-manager/account-manager.d.ts.map +1 -0
  4. package/dist/account-manager/{index.js → account-manager.js} +52 -207
  5. package/dist/account-manager/account-manager.js.map +1 -0
  6. package/dist/account-manager/helpers/account.d.ts +3 -3
  7. package/dist/account-manager/helpers/device-account.d.ts +15 -15
  8. package/dist/account-manager/helpers/device-account.d.ts.map +1 -1
  9. package/dist/account-manager/helpers/device-account.js +2 -1
  10. package/dist/account-manager/helpers/device-account.js.map +1 -1
  11. package/dist/account-manager/helpers/token.d.ts +98 -98
  12. package/dist/account-manager/oauth-store.d.ts +58 -0
  13. package/dist/account-manager/oauth-store.d.ts.map +1 -0
  14. package/dist/account-manager/oauth-store.js +417 -0
  15. package/dist/account-manager/oauth-store.js.map +1 -0
  16. package/dist/actor-store/record/reader.d.ts +3 -3
  17. package/dist/actor-store/repo/reader.d.ts +2 -0
  18. package/dist/actor-store/repo/reader.d.ts.map +1 -1
  19. package/dist/actor-store/repo/reader.js +9 -0
  20. package/dist/actor-store/repo/reader.js.map +1 -1
  21. package/dist/actor-store/repo/sql-repo-reader.d.ts +1 -1
  22. package/dist/actor-store/repo/transactor.d.ts.map +1 -1
  23. package/dist/actor-store/repo/transactor.js +13 -4
  24. package/dist/actor-store/repo/transactor.js.map +1 -1
  25. package/dist/api/com/atproto/admin/deleteAccount.d.ts.map +1 -1
  26. package/dist/api/com/atproto/admin/deleteAccount.js +2 -3
  27. package/dist/api/com/atproto/admin/deleteAccount.js.map +1 -1
  28. package/dist/api/com/atproto/admin/sendEmail.d.ts.map +1 -1
  29. package/dist/api/com/atproto/admin/sendEmail.js +2 -7
  30. package/dist/api/com/atproto/admin/sendEmail.js.map +1 -1
  31. package/dist/api/com/atproto/admin/updateAccountEmail.d.ts.map +1 -1
  32. package/dist/api/com/atproto/admin/updateAccountEmail.js +1 -2
  33. package/dist/api/com/atproto/admin/updateAccountEmail.js.map +1 -1
  34. package/dist/api/com/atproto/admin/updateAccountHandle.d.ts.map +1 -1
  35. package/dist/api/com/atproto/admin/updateAccountHandle.js +2 -6
  36. package/dist/api/com/atproto/admin/updateAccountHandle.js.map +1 -1
  37. package/dist/api/com/atproto/admin/updateAccountPassword.d.ts.map +1 -1
  38. package/dist/api/com/atproto/admin/updateAccountPassword.js +1 -2
  39. package/dist/api/com/atproto/admin/updateAccountPassword.js.map +1 -1
  40. package/dist/api/com/atproto/identity/requestPlcOperationSignature.d.ts.map +1 -1
  41. package/dist/api/com/atproto/identity/requestPlcOperationSignature.js +2 -7
  42. package/dist/api/com/atproto/identity/requestPlcOperationSignature.js.map +1 -1
  43. package/dist/api/com/atproto/identity/resolveHandle.d.ts.map +1 -1
  44. package/dist/api/com/atproto/identity/resolveHandle.js +2 -36
  45. package/dist/api/com/atproto/identity/resolveHandle.js.map +1 -1
  46. package/dist/api/com/atproto/identity/signPlcOperation.d.ts.map +1 -1
  47. package/dist/api/com/atproto/identity/signPlcOperation.js +2 -7
  48. package/dist/api/com/atproto/identity/signPlcOperation.js.map +1 -1
  49. package/dist/api/com/atproto/identity/updateHandle.d.ts.map +1 -1
  50. package/dist/api/com/atproto/identity/updateHandle.js +3 -14
  51. package/dist/api/com/atproto/identity/updateHandle.js.map +1 -1
  52. package/dist/api/com/atproto/repo/applyWrites.d.ts.map +1 -1
  53. package/dist/api/com/atproto/repo/applyWrites.js +12 -7
  54. package/dist/api/com/atproto/repo/applyWrites.js.map +1 -1
  55. package/dist/api/com/atproto/repo/createRecord.d.ts.map +1 -1
  56. package/dist/api/com/atproto/repo/createRecord.js +12 -8
  57. package/dist/api/com/atproto/repo/createRecord.js.map +1 -1
  58. package/dist/api/com/atproto/repo/deleteRecord.d.ts.map +1 -1
  59. package/dist/api/com/atproto/repo/deleteRecord.js +12 -7
  60. package/dist/api/com/atproto/repo/deleteRecord.js.map +1 -1
  61. package/dist/api/com/atproto/repo/listRecords.d.ts.map +1 -1
  62. package/dist/api/com/atproto/repo/listRecords.js +1 -3
  63. package/dist/api/com/atproto/repo/listRecords.js.map +1 -1
  64. package/dist/api/com/atproto/repo/putRecord.d.ts.map +1 -1
  65. package/dist/api/com/atproto/repo/putRecord.js +11 -8
  66. package/dist/api/com/atproto/repo/putRecord.js.map +1 -1
  67. package/dist/api/com/atproto/server/activateAccount.d.ts.map +1 -1
  68. package/dist/api/com/atproto/server/activateAccount.js +3 -20
  69. package/dist/api/com/atproto/server/activateAccount.js.map +1 -1
  70. package/dist/api/com/atproto/server/confirmEmail.d.ts.map +1 -1
  71. package/dist/api/com/atproto/server/confirmEmail.js +2 -7
  72. package/dist/api/com/atproto/server/confirmEmail.js.map +1 -1
  73. package/dist/api/com/atproto/server/createAccount.d.ts.map +1 -1
  74. package/dist/api/com/atproto/server/createAccount.js +5 -7
  75. package/dist/api/com/atproto/server/createAccount.js.map +1 -1
  76. package/dist/api/com/atproto/server/createAppPassword.d.ts.map +1 -1
  77. package/dist/api/com/atproto/server/createAppPassword.js +2 -7
  78. package/dist/api/com/atproto/server/createAppPassword.js.map +1 -1
  79. package/dist/api/com/atproto/server/createSession.js +2 -2
  80. package/dist/api/com/atproto/server/createSession.js.map +1 -1
  81. package/dist/api/com/atproto/server/deactivateAccount.d.ts.map +1 -1
  82. package/dist/api/com/atproto/server/deactivateAccount.js +1 -2
  83. package/dist/api/com/atproto/server/deactivateAccount.js.map +1 -1
  84. package/dist/api/com/atproto/server/deleteAccount.d.ts.map +1 -1
  85. package/dist/api/com/atproto/server/deleteAccount.js +3 -5
  86. package/dist/api/com/atproto/server/deleteAccount.js.map +1 -1
  87. package/dist/api/com/atproto/server/deleteSession.d.ts.map +1 -1
  88. package/dist/api/com/atproto/server/deleteSession.js +2 -3
  89. package/dist/api/com/atproto/server/deleteSession.js.map +1 -1
  90. package/dist/api/com/atproto/server/getAccountInviteCodes.d.ts.map +1 -1
  91. package/dist/api/com/atproto/server/getAccountInviteCodes.js +2 -7
  92. package/dist/api/com/atproto/server/getAccountInviteCodes.js.map +1 -1
  93. package/dist/api/com/atproto/server/getSession.js +2 -2
  94. package/dist/api/com/atproto/server/getSession.js.map +1 -1
  95. package/dist/api/com/atproto/server/listAppPasswords.d.ts.map +1 -1
  96. package/dist/api/com/atproto/server/listAppPasswords.js +2 -7
  97. package/dist/api/com/atproto/server/listAppPasswords.js.map +1 -1
  98. package/dist/api/com/atproto/server/refreshSession.js +2 -2
  99. package/dist/api/com/atproto/server/refreshSession.js.map +1 -1
  100. package/dist/api/com/atproto/server/requestAccountDelete.d.ts.map +1 -1
  101. package/dist/api/com/atproto/server/requestAccountDelete.js +2 -7
  102. package/dist/api/com/atproto/server/requestAccountDelete.js.map +1 -1
  103. package/dist/api/com/atproto/server/requestEmailConfirmation.d.ts.map +1 -1
  104. package/dist/api/com/atproto/server/requestEmailConfirmation.js +2 -7
  105. package/dist/api/com/atproto/server/requestEmailConfirmation.js.map +1 -1
  106. package/dist/api/com/atproto/server/requestEmailUpdate.d.ts.map +1 -1
  107. package/dist/api/com/atproto/server/requestEmailUpdate.js +2 -7
  108. package/dist/api/com/atproto/server/requestEmailUpdate.js.map +1 -1
  109. package/dist/api/com/atproto/server/requestPasswordReset.d.ts.map +1 -1
  110. package/dist/api/com/atproto/server/requestPasswordReset.js +1 -2
  111. package/dist/api/com/atproto/server/requestPasswordReset.js.map +1 -1
  112. package/dist/api/com/atproto/server/resetPassword.d.ts.map +1 -1
  113. package/dist/api/com/atproto/server/resetPassword.js +1 -2
  114. package/dist/api/com/atproto/server/resetPassword.js.map +1 -1
  115. package/dist/api/com/atproto/server/revokeAppPassword.d.ts.map +1 -1
  116. package/dist/api/com/atproto/server/revokeAppPassword.js +2 -7
  117. package/dist/api/com/atproto/server/revokeAppPassword.js.map +1 -1
  118. package/dist/api/com/atproto/server/updateEmail.d.ts.map +1 -1
  119. package/dist/api/com/atproto/server/updateEmail.js +2 -7
  120. package/dist/api/com/atproto/server/updateEmail.js.map +1 -1
  121. package/dist/api/com/atproto/sync/getRecord.d.ts.map +1 -1
  122. package/dist/api/com/atproto/sync/getRecord.js +1 -4
  123. package/dist/api/com/atproto/sync/getRecord.js.map +1 -1
  124. package/dist/api/com/atproto/sync/getRepoStatus.js +1 -1
  125. package/dist/api/com/atproto/sync/getRepoStatus.js.map +1 -1
  126. package/dist/api/com/atproto/sync/listRepos.js +1 -1
  127. package/dist/api/com/atproto/sync/listRepos.js.map +1 -1
  128. package/dist/api/com/atproto/sync/subscribeRepos.d.ts.map +1 -1
  129. package/dist/api/com/atproto/sync/subscribeRepos.js +2 -10
  130. package/dist/api/com/atproto/sync/subscribeRepos.js.map +1 -1
  131. package/dist/api/com/atproto/temp/checkSignupQueue.js +1 -1
  132. package/dist/api/com/atproto/temp/checkSignupQueue.js.map +1 -1
  133. package/dist/api/proxy.d.ts +7 -8
  134. package/dist/api/proxy.d.ts.map +1 -1
  135. package/dist/api/proxy.js +14 -6
  136. package/dist/api/proxy.js.map +1 -1
  137. package/dist/app-view.d.ts +14 -0
  138. package/dist/app-view.d.ts.map +1 -0
  139. package/dist/app-view.js +36 -0
  140. package/dist/app-view.js.map +1 -0
  141. package/dist/auth-routes.d.ts +1 -1
  142. package/dist/auth-routes.d.ts.map +1 -1
  143. package/dist/auth-routes.js +9 -3
  144. package/dist/auth-routes.js.map +1 -1
  145. package/dist/auth-verifier.d.ts +1 -1
  146. package/dist/auth-verifier.d.ts.map +1 -1
  147. package/dist/config/config.d.ts +3 -2
  148. package/dist/config/config.d.ts.map +1 -1
  149. package/dist/config/config.js +17 -7
  150. package/dist/config/config.js.map +1 -1
  151. package/dist/config/env.d.ts +4 -0
  152. package/dist/config/env.d.ts.map +1 -1
  153. package/dist/config/env.js +5 -0
  154. package/dist/config/env.js.map +1 -1
  155. package/dist/context.d.ts +11 -4
  156. package/dist/context.d.ts.map +1 -1
  157. package/dist/context.js +33 -18
  158. package/dist/context.js.map +1 -1
  159. package/dist/handle/index.d.ts +0 -7
  160. package/dist/handle/index.d.ts.map +1 -1
  161. package/dist/handle/index.js +4 -58
  162. package/dist/handle/index.js.map +1 -1
  163. package/dist/image/image-url.d.ts +8 -0
  164. package/dist/image/image-url.d.ts.map +1 -0
  165. package/dist/image/image-url.js +26 -0
  166. package/dist/image/image-url.js.map +1 -0
  167. package/dist/index.js +1 -1
  168. package/dist/index.js.map +1 -1
  169. package/dist/lexicon/index.d.ts +6 -0
  170. package/dist/lexicon/index.d.ts.map +1 -1
  171. package/dist/lexicon/index.js +12 -0
  172. package/dist/lexicon/index.js.map +1 -1
  173. package/dist/lexicon/lexicons.d.ts +412 -158
  174. package/dist/lexicon/lexicons.d.ts.map +1 -1
  175. package/dist/lexicon/lexicons.js +222 -81
  176. package/dist/lexicon/lexicons.js.map +1 -1
  177. package/dist/lexicon/types/app/bsky/embed/video.d.ts +1 -0
  178. package/dist/lexicon/types/app/bsky/embed/video.d.ts.map +1 -1
  179. package/dist/lexicon/types/app/bsky/embed/video.js.map +1 -1
  180. package/dist/lexicon/types/app/bsky/labeler/defs.d.ts +7 -0
  181. package/dist/lexicon/types/app/bsky/labeler/defs.d.ts.map +1 -1
  182. package/dist/lexicon/types/app/bsky/labeler/defs.js.map +1 -1
  183. package/dist/lexicon/types/app/bsky/labeler/service.d.ts +7 -0
  184. package/dist/lexicon/types/app/bsky/labeler/service.d.ts.map +1 -1
  185. package/dist/lexicon/types/app/bsky/labeler/service.js.map +1 -1
  186. package/dist/lexicon/types/com/atproto/identity/defs.d.ts +17 -0
  187. package/dist/lexicon/types/com/atproto/identity/defs.d.ts.map +1 -0
  188. package/dist/lexicon/types/com/atproto/identity/defs.js +16 -0
  189. package/dist/lexicon/types/com/atproto/identity/defs.js.map +1 -0
  190. package/dist/lexicon/types/com/atproto/identity/refreshIdentity.d.ts +39 -0
  191. package/dist/lexicon/types/com/atproto/identity/refreshIdentity.d.ts.map +1 -0
  192. package/dist/lexicon/types/com/atproto/identity/refreshIdentity.js +7 -0
  193. package/dist/lexicon/types/com/atproto/identity/refreshIdentity.js.map +1 -0
  194. package/dist/lexicon/types/com/atproto/identity/resolveDid.d.ts +40 -0
  195. package/dist/lexicon/types/com/atproto/identity/resolveDid.d.ts.map +1 -0
  196. package/dist/lexicon/types/com/atproto/identity/resolveDid.js +7 -0
  197. package/dist/lexicon/types/com/atproto/identity/resolveDid.js.map +1 -0
  198. package/dist/lexicon/types/com/atproto/identity/resolveHandle.d.ts +1 -0
  199. package/dist/lexicon/types/com/atproto/identity/resolveHandle.d.ts.map +1 -1
  200. package/dist/lexicon/types/com/atproto/identity/resolveIdentity.d.ts +36 -0
  201. package/dist/lexicon/types/com/atproto/identity/resolveIdentity.d.ts.map +1 -0
  202. package/dist/lexicon/types/com/atproto/identity/resolveIdentity.js +7 -0
  203. package/dist/lexicon/types/com/atproto/identity/resolveIdentity.js.map +1 -0
  204. package/dist/lexicon/types/com/atproto/moderation/defs.d.ts +2 -0
  205. package/dist/lexicon/types/com/atproto/moderation/defs.d.ts.map +1 -1
  206. package/dist/lexicon/types/com/atproto/repo/listRecords.d.ts +0 -4
  207. package/dist/lexicon/types/com/atproto/repo/listRecords.d.ts.map +1 -1
  208. package/dist/lexicon/types/com/atproto/repo/listRecords.js.map +1 -1
  209. package/dist/lexicon/types/com/atproto/sync/getRecord.d.ts +0 -2
  210. package/dist/lexicon/types/com/atproto/sync/getRecord.d.ts.map +1 -1
  211. package/dist/lexicon/types/com/atproto/sync/subscribeRepos.d.ts +1 -30
  212. package/dist/lexicon/types/com/atproto/sync/subscribeRepos.d.ts.map +1 -1
  213. package/dist/lexicon/types/com/atproto/sync/subscribeRepos.js +0 -27
  214. package/dist/lexicon/types/com/atproto/sync/subscribeRepos.js.map +1 -1
  215. package/dist/mailer/index.d.ts +5 -5
  216. package/dist/mailer/index.d.ts.map +1 -1
  217. package/dist/mailer/index.js +6 -5
  218. package/dist/mailer/index.js.map +1 -1
  219. package/dist/read-after-write/viewer.d.ts +1 -1
  220. package/dist/read-after-write/viewer.d.ts.map +1 -1
  221. package/dist/repo/types.d.ts +6 -2
  222. package/dist/repo/types.d.ts.map +1 -1
  223. package/dist/repo/types.js.map +1 -1
  224. package/dist/scripts/rebuild-repo.d.ts.map +1 -1
  225. package/dist/scripts/rebuild-repo.js +2 -1
  226. package/dist/scripts/rebuild-repo.js.map +1 -1
  227. package/dist/sequencer/db/schema.d.ts +1 -1
  228. package/dist/sequencer/db/schema.d.ts.map +1 -1
  229. package/dist/sequencer/events.d.ts +29 -41
  230. package/dist/sequencer/events.d.ts.map +1 -1
  231. package/dist/sequencer/events.js +24 -58
  232. package/dist/sequencer/events.js.map +1 -1
  233. package/dist/sequencer/sequencer.d.ts +2 -3
  234. package/dist/sequencer/sequencer.d.ts.map +1 -1
  235. package/dist/sequencer/sequencer.js +5 -17
  236. package/dist/sequencer/sequencer.js.map +1 -1
  237. package/package.json +15 -15
  238. package/src/account-manager/{index.ts → account-manager.ts} +107 -307
  239. package/src/account-manager/helpers/device-account.ts +1 -0
  240. package/src/account-manager/oauth-store.ts +494 -0
  241. package/src/actor-store/repo/reader.ts +11 -0
  242. package/src/actor-store/repo/transactor.ts +15 -4
  243. package/src/api/com/atproto/admin/deleteAccount.ts +2 -3
  244. package/src/api/com/atproto/admin/sendEmail.ts +3 -5
  245. package/src/api/com/atproto/admin/updateAccountEmail.ts +1 -2
  246. package/src/api/com/atproto/admin/updateAccountHandle.ts +7 -8
  247. package/src/api/com/atproto/admin/updateAccountPassword.ts +1 -2
  248. package/src/api/com/atproto/identity/requestPlcOperationSignature.ts +3 -5
  249. package/src/api/com/atproto/identity/resolveHandle.ts +2 -11
  250. package/src/api/com/atproto/identity/signPlcOperation.ts +3 -5
  251. package/src/api/com/atproto/identity/updateHandle.ts +7 -13
  252. package/src/api/com/atproto/repo/applyWrites.ts +21 -11
  253. package/src/api/com/atproto/repo/createRecord.ts +19 -14
  254. package/src/api/com/atproto/repo/deleteRecord.ts +26 -14
  255. package/src/api/com/atproto/repo/listRecords.ts +1 -11
  256. package/src/api/com/atproto/repo/putRecord.ts +24 -16
  257. package/src/api/com/atproto/server/activateAccount.ts +5 -20
  258. package/src/api/com/atproto/server/confirmEmail.ts +3 -5
  259. package/src/api/com/atproto/server/createAccount.ts +10 -11
  260. package/src/api/com/atproto/server/createAppPassword.ts +3 -6
  261. package/src/api/com/atproto/server/createSession.ts +3 -3
  262. package/src/api/com/atproto/server/deactivateAccount.ts +1 -2
  263. package/src/api/com/atproto/server/deleteAccount.ts +3 -5
  264. package/src/api/com/atproto/server/deleteSession.ts +2 -3
  265. package/src/api/com/atproto/server/getAccountInviteCodes.ts +3 -5
  266. package/src/api/com/atproto/server/getSession.ts +3 -3
  267. package/src/api/com/atproto/server/listAppPasswords.ts +3 -5
  268. package/src/api/com/atproto/server/refreshSession.ts +3 -3
  269. package/src/api/com/atproto/server/requestAccountDelete.ts +3 -5
  270. package/src/api/com/atproto/server/requestEmailConfirmation.ts +3 -5
  271. package/src/api/com/atproto/server/requestEmailUpdate.ts +3 -5
  272. package/src/api/com/atproto/server/requestPasswordReset.ts +1 -2
  273. package/src/api/com/atproto/server/resetPassword.ts +1 -2
  274. package/src/api/com/atproto/server/revokeAppPassword.ts +3 -5
  275. package/src/api/com/atproto/server/updateEmail.ts +3 -5
  276. package/src/api/com/atproto/sync/getRecord.ts +1 -4
  277. package/src/api/com/atproto/sync/getRepoStatus.ts +1 -1
  278. package/src/api/com/atproto/sync/listRepos.ts +1 -1
  279. package/src/api/com/atproto/sync/subscribeRepos.ts +2 -9
  280. package/src/api/com/atproto/temp/checkSignupQueue.ts +2 -2
  281. package/src/api/proxy.ts +19 -19
  282. package/src/app-view.ts +24 -0
  283. package/src/auth-routes.ts +9 -3
  284. package/src/auth-verifier.ts +1 -1
  285. package/src/config/config.ts +25 -13
  286. package/src/config/env.ts +12 -0
  287. package/src/context.ts +60 -24
  288. package/src/handle/index.ts +6 -52
  289. package/src/image/image-url.ts +16 -0
  290. package/src/index.ts +1 -1
  291. package/src/lexicon/index.ts +36 -0
  292. package/src/lexicon/lexicons.ts +243 -84
  293. package/src/lexicon/types/app/bsky/embed/video.ts +1 -0
  294. package/src/lexicon/types/app/bsky/labeler/defs.ts +7 -0
  295. package/src/lexicon/types/app/bsky/labeler/service.ts +7 -0
  296. package/src/lexicon/types/com/atproto/identity/defs.ts +30 -0
  297. package/src/lexicon/types/com/atproto/identity/refreshIdentity.ts +52 -0
  298. package/src/lexicon/types/com/atproto/identity/resolveDid.ts +52 -0
  299. package/src/lexicon/types/com/atproto/identity/resolveHandle.ts +1 -0
  300. package/src/lexicon/types/com/atproto/identity/resolveIdentity.ts +48 -0
  301. package/src/lexicon/types/com/atproto/moderation/defs.ts +3 -0
  302. package/src/lexicon/types/com/atproto/repo/listRecords.ts +0 -4
  303. package/src/lexicon/types/com/atproto/sync/getRecord.ts +0 -2
  304. package/src/lexicon/types/com/atproto/sync/subscribeRepos.ts +0 -59
  305. package/src/mailer/index.ts +7 -5
  306. package/src/read-after-write/viewer.ts +1 -1
  307. package/src/repo/types.ts +7 -2
  308. package/src/scripts/rebuild-repo.ts +4 -1
  309. package/src/sequencer/db/schema.ts +1 -8
  310. package/src/sequencer/events.ts +29 -75
  311. package/src/sequencer/sequencer.ts +9 -23
  312. package/tests/account-deletion.test.ts +3 -5
  313. package/tests/oauth.test.ts +286 -71
  314. package/tests/sequencer.test.ts +18 -27
  315. package/tests/sync/subscribe-repos.test.ts +67 -45
  316. package/tsconfig.build.tsbuildinfo +1 -1
  317. package/dist/account-manager/index.d.ts.map +0 -1
  318. package/dist/account-manager/index.js.map +0 -1
  319. package/dist/actor-store/repo/util.d.ts +0 -5
  320. package/dist/actor-store/repo/util.d.ts.map +0 -1
  321. package/dist/actor-store/repo/util.js +0 -25
  322. package/dist/actor-store/repo/util.js.map +0 -1
  323. package/dist/oauth/provider.d.ts +0 -10
  324. package/dist/oauth/provider.d.ts.map +0 -1
  325. package/dist/oauth/provider.js +0 -38
  326. package/dist/oauth/provider.js.map +0 -1
  327. package/src/actor-store/repo/util.ts +0 -22
  328. package/src/oauth/provider.ts +0 -59
@@ -612,6 +612,31 @@ export declare const schemaDict: {
612
612
  };
613
613
  };
614
614
  };
615
+ readonly ComAtprotoIdentityDefs: {
616
+ readonly lexicon: 1;
617
+ readonly id: "com.atproto.identity.defs";
618
+ readonly defs: {
619
+ readonly identityInfo: {
620
+ readonly type: "object";
621
+ readonly required: ["did", "handle", "didDoc"];
622
+ readonly properties: {
623
+ readonly did: {
624
+ readonly type: "string";
625
+ readonly format: "did";
626
+ };
627
+ readonly handle: {
628
+ readonly type: "string";
629
+ readonly format: "handle";
630
+ readonly description: "The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document.";
631
+ };
632
+ readonly didDoc: {
633
+ readonly type: "unknown";
634
+ readonly description: "The complete DID document for the identity.";
635
+ };
636
+ };
637
+ };
638
+ };
639
+ };
615
640
  readonly ComAtprotoIdentityGetRecommendedDidCredentials: {
616
641
  readonly lexicon: 1;
617
642
  readonly id: "com.atproto.identity.getRecommendedDidCredentials";
@@ -649,6 +674,46 @@ export declare const schemaDict: {
649
674
  };
650
675
  };
651
676
  };
677
+ readonly ComAtprotoIdentityRefreshIdentity: {
678
+ readonly lexicon: 1;
679
+ readonly id: "com.atproto.identity.refreshIdentity";
680
+ readonly defs: {
681
+ readonly main: {
682
+ readonly type: "procedure";
683
+ readonly description: "Request that the server re-resolve an identity (DID and handle). The server may ignore this request, or require authentication, depending on the role, implementation, and policy of the server.";
684
+ readonly input: {
685
+ readonly encoding: "application/json";
686
+ readonly schema: {
687
+ readonly type: "object";
688
+ readonly required: ["identifier"];
689
+ readonly properties: {
690
+ readonly identifier: {
691
+ readonly type: "string";
692
+ readonly format: "at-identifier";
693
+ };
694
+ };
695
+ };
696
+ };
697
+ readonly output: {
698
+ readonly encoding: "application/json";
699
+ readonly schema: {
700
+ readonly type: "ref";
701
+ readonly ref: "lex:com.atproto.identity.defs#identityInfo";
702
+ };
703
+ };
704
+ readonly errors: [{
705
+ readonly name: "HandleNotFound";
706
+ readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
707
+ }, {
708
+ readonly name: "DidNotFound";
709
+ readonly description: "The DID resolution process confirmed that there is no current DID.";
710
+ }, {
711
+ readonly name: "DidDeactivated";
712
+ readonly description: "The DID previously existed, but has been deactivated.";
713
+ }];
714
+ };
715
+ };
716
+ };
652
717
  readonly ComAtprotoIdentityRequestPlcOperationSignature: {
653
718
  readonly lexicon: 1;
654
719
  readonly id: "com.atproto.identity.requestPlcOperationSignature";
@@ -659,13 +724,54 @@ export declare const schemaDict: {
659
724
  };
660
725
  };
661
726
  };
727
+ readonly ComAtprotoIdentityResolveDid: {
728
+ readonly lexicon: 1;
729
+ readonly id: "com.atproto.identity.resolveDid";
730
+ readonly defs: {
731
+ readonly main: {
732
+ readonly type: "query";
733
+ readonly description: "Resolves DID to DID document. Does not bi-directionally verify handle.";
734
+ readonly parameters: {
735
+ readonly type: "params";
736
+ readonly required: ["did"];
737
+ readonly properties: {
738
+ readonly did: {
739
+ readonly type: "string";
740
+ readonly format: "did";
741
+ readonly description: "DID to resolve.";
742
+ };
743
+ };
744
+ };
745
+ readonly output: {
746
+ readonly encoding: "application/json";
747
+ readonly schema: {
748
+ readonly type: "object";
749
+ readonly required: ["didDoc"];
750
+ readonly properties: {
751
+ readonly didDoc: {
752
+ readonly type: "unknown";
753
+ readonly description: "The complete DID document for the identity.";
754
+ };
755
+ };
756
+ };
757
+ };
758
+ readonly errors: [{
759
+ readonly name: "DidNotFound";
760
+ readonly description: "The DID resolution process confirmed that there is no current DID.";
761
+ }, {
762
+ readonly name: "DidDeactivated";
763
+ readonly description: "The DID previously existed, but has been deactivated.";
764
+ }];
765
+ };
766
+ };
767
+ };
662
768
  readonly ComAtprotoIdentityResolveHandle: {
663
769
  readonly lexicon: 1;
664
770
  readonly id: "com.atproto.identity.resolveHandle";
665
771
  readonly defs: {
666
772
  readonly main: {
667
773
  readonly type: "query";
668
- readonly description: "Resolves a handle (domain name) to a DID.";
774
+ readonly description: "Resolves an atproto handle (hostname) to a DID. Does not necessarily bi-directionally verify against the the DID document.";
669
775
  readonly parameters: {
670
776
  readonly type: "params";
671
777
  readonly required: ["handle"];
@@ -690,6 +796,48 @@ export declare const schemaDict: {
690
796
  };
691
797
  };
692
798
  };
799
+ readonly errors: [{
800
+ readonly name: "HandleNotFound";
801
+ readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
802
+ }];
803
+ };
804
+ };
805
+ };
806
+ readonly ComAtprotoIdentityResolveIdentity: {
807
+ readonly lexicon: 1;
808
+ readonly id: "com.atproto.identity.resolveIdentity";
809
+ readonly defs: {
810
+ readonly main: {
811
+ readonly type: "query";
812
+ readonly description: "Resolves an identity (DID or Handle) to a full identity (DID document and verified handle).";
813
+ readonly parameters: {
814
+ readonly type: "params";
815
+ readonly required: ["identifier"];
816
+ readonly properties: {
817
+ readonly identifier: {
818
+ readonly type: "string";
819
+ readonly format: "at-identifier";
820
+ readonly description: "Handle or DID to resolve.";
821
+ };
822
+ };
823
+ };
824
+ readonly output: {
825
+ readonly encoding: "application/json";
826
+ readonly schema: {
827
+ readonly type: "ref";
828
+ readonly ref: "lex:com.atproto.identity.defs#identityInfo";
829
+ };
830
+ };
831
+ readonly errors: [{
832
+ readonly name: "HandleNotFound";
833
+ readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
834
+ }, {
835
+ readonly name: "DidNotFound";
836
+ readonly description: "The DID resolution process confirmed that there is no current DID.";
837
+ }, {
838
+ readonly name: "DidDeactivated";
839
+ readonly description: "The DID previously existed, but has been deactivated.";
840
+ }];
693
841
  };
694
842
  };
695
843
  };
@@ -1182,6 +1330,11 @@ export declare const schemaDict: {
1182
1330
  readonly type: "token";
1183
1331
  readonly description: "Appeal: appeal a previously taken moderation action";
1184
1332
  };
1333
+ readonly subjectType: {
1334
+ readonly type: "string";
1335
+ readonly description: "Tag describing a type of subject that might be reported.";
1336
+ readonly knownValues: ["account", "record", "chat"];
1337
+ };
1185
1338
  };
1186
1339
  };
1187
1340
  readonly ComAtprotoRepoApplyWrites: {
@@ -1714,14 +1867,6 @@ export declare const schemaDict: {
1714
1867
  readonly cursor: {
1715
1868
  readonly type: "string";
1716
1869
  };
1717
- readonly rkeyStart: {
1718
- readonly type: "string";
1719
- readonly description: "DEPRECATED: The lowest sort-ordered rkey to start from (exclusive)";
1720
- };
1721
- readonly rkeyEnd: {
1722
- readonly type: "string";
1723
- readonly description: "DEPRECATED: The highest sort-ordered rkey to stop at (exclusive)";
1724
- };
1725
1870
  readonly reverse: {
1726
1871
  readonly type: "boolean";
1727
1872
  readonly description: "Flag to reverse the order of the returned records.";
@@ -3141,11 +3286,6 @@ export declare const schemaDict: {
3141
3286
  readonly description: "Record Key";
3142
3287
  readonly format: "record-key";
3143
3288
  };
3144
- readonly commit: {
3145
- readonly type: "string";
3146
- readonly format: "cid";
3147
- readonly description: "DEPRECATED: referenced a repo commit by CID, and retrieved record as of that commit";
3148
- };
3149
3289
  };
3150
3290
  };
3151
3291
  readonly output: {
@@ -3451,7 +3591,7 @@ export declare const schemaDict: {
3451
3591
  readonly defs: {
3452
3592
  readonly main: {
3453
3593
  readonly type: "procedure";
3454
- readonly description: "Notify a crawling service of a recent update, and that crawling should resume. Intended use is after a gap between repo stream events caused the crawling service to disconnect. Does not require auth; implemented by Relay.";
3594
+ readonly description: "Notify a crawling service of a recent update, and that crawling should resume. Intended use is after a gap between repo stream events caused the crawling service to disconnect. Does not require auth; implemented by Relay. DEPRECATED: just use com.atproto.sync.requestCrawl";
3455
3595
  readonly input: {
3456
3596
  readonly encoding: "application/json";
3457
3597
  readonly schema: {
@@ -3510,7 +3650,7 @@ export declare const schemaDict: {
3510
3650
  readonly message: {
3511
3651
  readonly schema: {
3512
3652
  readonly type: "union";
3513
- readonly refs: ["lex:com.atproto.sync.subscribeRepos#commit", "lex:com.atproto.sync.subscribeRepos#sync", "lex:com.atproto.sync.subscribeRepos#identity", "lex:com.atproto.sync.subscribeRepos#account", "lex:com.atproto.sync.subscribeRepos#handle", "lex:com.atproto.sync.subscribeRepos#migrate", "lex:com.atproto.sync.subscribeRepos#tombstone", "lex:com.atproto.sync.subscribeRepos#info"];
3653
+ readonly refs: ["lex:com.atproto.sync.subscribeRepos#commit", "lex:com.atproto.sync.subscribeRepos#sync", "lex:com.atproto.sync.subscribeRepos#identity", "lex:com.atproto.sync.subscribeRepos#account", "lex:com.atproto.sync.subscribeRepos#info"];
3514
3654
  };
3515
3655
  };
3516
3656
  readonly errors: [{
@@ -3669,68 +3809,6 @@ export declare const schemaDict: {
3669
3809
  };
3670
3810
  };
3671
3811
  };
3672
- readonly handle: {
3673
- readonly type: "object";
3674
- readonly description: "DEPRECATED -- Use #identity event instead";
3675
- readonly required: ["seq", "did", "handle", "time"];
3676
- readonly properties: {
3677
- readonly seq: {
3678
- readonly type: "integer";
3679
- };
3680
- readonly did: {
3681
- readonly type: "string";
3682
- readonly format: "did";
3683
- };
3684
- readonly handle: {
3685
- readonly type: "string";
3686
- readonly format: "handle";
3687
- };
3688
- readonly time: {
3689
- readonly type: "string";
3690
- readonly format: "datetime";
3691
- };
3692
- };
3693
- };
3694
- readonly migrate: {
3695
- readonly type: "object";
3696
- readonly description: "DEPRECATED -- Use #account event instead";
3697
- readonly required: ["seq", "did", "migrateTo", "time"];
3698
- readonly nullable: ["migrateTo"];
3699
- readonly properties: {
3700
- readonly seq: {
3701
- readonly type: "integer";
3702
- };
3703
- readonly did: {
3704
- readonly type: "string";
3705
- readonly format: "did";
3706
- };
3707
- readonly migrateTo: {
3708
- readonly type: "string";
3709
- };
3710
- readonly time: {
3711
- readonly type: "string";
3712
- readonly format: "datetime";
3713
- };
3714
- };
3715
- };
3716
- readonly tombstone: {
3717
- readonly type: "object";
3718
- readonly description: "DEPRECATED -- Use #account event instead";
3719
- readonly required: ["seq", "did", "time"];
3720
- readonly properties: {
3721
- readonly seq: {
3722
- readonly type: "integer";
3723
- };
3724
- readonly did: {
3725
- readonly type: "string";
3726
- readonly format: "did";
3727
- };
3728
- readonly time: {
3729
- readonly type: "string";
3730
- readonly format: "datetime";
3731
- };
3732
- };
3733
- };
3734
3812
  readonly info: {
3735
3813
  readonly type: "object";
3736
3814
  readonly required: ["name"];
@@ -5143,8 +5221,9 @@ export declare const schemaDict: {
5143
5221
  readonly properties: {
5144
5222
  readonly video: {
5145
5223
  readonly type: "blob";
5224
+ readonly description: "The mp4 video file. May be up to 100mb, formerly limited to 50mb.";
5146
5225
  readonly accept: ["video/mp4"];
5147
- readonly maxSize: 50000000;
5226
+ readonly maxSize: 100000000;
5148
5227
  };
5149
5228
  readonly captions: {
5150
5229
  readonly type: "array";
@@ -8415,6 +8494,30 @@ export declare const schemaDict: {
8415
8494
  readonly ref: "lex:com.atproto.label.defs#label";
8416
8495
  };
8417
8496
  };
8497
+ readonly reasonTypes: {
8498
+ readonly description: "The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.";
8499
+ readonly type: "array";
8500
+ readonly items: {
8501
+ readonly type: "ref";
8502
+ readonly ref: "lex:com.atproto.moderation.defs#reasonType";
8503
+ };
8504
+ };
8505
+ readonly subjectTypes: {
8506
+ readonly description: "The set of subject types (account, record, etc) this service accepts reports on.";
8507
+ readonly type: "array";
8508
+ readonly items: {
8509
+ readonly type: "ref";
8510
+ readonly ref: "lex:com.atproto.moderation.defs#subjectType";
8511
+ };
8512
+ };
8513
+ readonly subjectCollections: {
8514
+ readonly type: "array";
8515
+ readonly description: "Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.";
8516
+ readonly items: {
8517
+ readonly type: "string";
8518
+ readonly format: "nsid";
8519
+ };
8520
+ };
8418
8521
  };
8419
8522
  };
8420
8523
  readonly labelerViewerState: {
@@ -8517,6 +8620,30 @@ export declare const schemaDict: {
8517
8620
  readonly type: "string";
8518
8621
  readonly format: "datetime";
8519
8622
  };
8623
+ readonly reasonTypes: {
8624
+ readonly description: "The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.";
8625
+ readonly type: "array";
8626
+ readonly items: {
8627
+ readonly type: "ref";
8628
+ readonly ref: "lex:com.atproto.moderation.defs#reasonType";
8629
+ };
8630
+ };
8631
+ readonly subjectTypes: {
8632
+ readonly description: "The set of subject types (account, record, etc) this service accepts reports on.";
8633
+ readonly type: "array";
8634
+ readonly items: {
8635
+ readonly type: "ref";
8636
+ readonly ref: "lex:com.atproto.moderation.defs#subjectType";
8637
+ };
8638
+ };
8639
+ readonly subjectCollections: {
8640
+ readonly type: "array";
8641
+ readonly description: "Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.";
8642
+ readonly items: {
8643
+ readonly type: "string";
8644
+ readonly format: "nsid";
8645
+ };
8646
+ };
8520
8647
  };
8521
8648
  };
8522
8649
  };
@@ -13847,6 +13974,30 @@ export declare const schemas: ({
13847
13974
  };
13848
13975
  };
13849
13976
  };
13977
+ } | {
13978
+ readonly lexicon: 1;
13979
+ readonly id: "com.atproto.identity.defs";
13980
+ readonly defs: {
13981
+ readonly identityInfo: {
13982
+ readonly type: "object";
13983
+ readonly required: ["did", "handle", "didDoc"];
13984
+ readonly properties: {
13985
+ readonly did: {
13986
+ readonly type: "string";
13987
+ readonly format: "did";
13988
+ };
13989
+ readonly handle: {
13990
+ readonly type: "string";
13991
+ readonly format: "handle";
13992
+ readonly description: "The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document.";
13993
+ };
13994
+ readonly didDoc: {
13995
+ readonly type: "unknown";
13996
+ readonly description: "The complete DID document for the identity.";
13997
+ };
13998
+ };
13999
+ };
14000
+ };
13850
14001
  } | {
13851
14002
  readonly lexicon: 1;
13852
14003
  readonly id: "com.atproto.identity.getRecommendedDidCredentials";
@@ -13883,6 +14034,45 @@ export declare const schemas: ({
13883
14034
  };
13884
14035
  };
13885
14036
  };
14037
+ } | {
14038
+ readonly lexicon: 1;
14039
+ readonly id: "com.atproto.identity.refreshIdentity";
14040
+ readonly defs: {
14041
+ readonly main: {
14042
+ readonly type: "procedure";
14043
+ readonly description: "Request that the server re-resolve an identity (DID and handle). The server may ignore this request, or require authentication, depending on the role, implementation, and policy of the server.";
14044
+ readonly input: {
14045
+ readonly encoding: "application/json";
14046
+ readonly schema: {
14047
+ readonly type: "object";
14048
+ readonly required: ["identifier"];
14049
+ readonly properties: {
14050
+ readonly identifier: {
14051
+ readonly type: "string";
14052
+ readonly format: "at-identifier";
14053
+ };
14054
+ };
14055
+ };
14056
+ };
14057
+ readonly output: {
14058
+ readonly encoding: "application/json";
14059
+ readonly schema: {
14060
+ readonly type: "ref";
14061
+ readonly ref: "lex:com.atproto.identity.defs#identityInfo";
14062
+ };
14063
+ };
14064
+ readonly errors: [{
14065
+ readonly name: "HandleNotFound";
14066
+ readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
14067
+ }, {
14068
+ readonly name: "DidNotFound";
14069
+ readonly description: "The DID resolution process confirmed that there is no current DID.";
14070
+ }, {
14071
+ readonly name: "DidDeactivated";
14072
+ readonly description: "The DID previously existed, but has been deactivated.";
14073
+ }];
14074
+ };
14075
+ };
13886
14076
  } | {
13887
14077
  readonly lexicon: 1;
13888
14078
  readonly id: "com.atproto.identity.requestPlcOperationSignature";
@@ -13892,13 +14082,53 @@ export declare const schemas: ({
13892
14082
  readonly description: "Request an email with a code to in order to request a signed PLC operation. Requires Auth.";
13893
14083
  };
13894
14084
  };
14085
+ } | {
14086
+ readonly lexicon: 1;
14087
+ readonly id: "com.atproto.identity.resolveDid";
14088
+ readonly defs: {
14089
+ readonly main: {
14090
+ readonly type: "query";
14091
+ readonly description: "Resolves DID to DID document. Does not bi-directionally verify handle.";
14092
+ readonly parameters: {
14093
+ readonly type: "params";
14094
+ readonly required: ["did"];
14095
+ readonly properties: {
14096
+ readonly did: {
14097
+ readonly type: "string";
14098
+ readonly format: "did";
14099
+ readonly description: "DID to resolve.";
14100
+ };
14101
+ };
14102
+ };
14103
+ readonly output: {
14104
+ readonly encoding: "application/json";
14105
+ readonly schema: {
14106
+ readonly type: "object";
14107
+ readonly required: ["didDoc"];
14108
+ readonly properties: {
14109
+ readonly didDoc: {
14110
+ readonly type: "unknown";
14111
+ readonly description: "The complete DID document for the identity.";
14112
+ };
14113
+ };
14114
+ };
14115
+ };
14116
+ readonly errors: [{
14117
+ readonly name: "DidNotFound";
14118
+ readonly description: "The DID resolution process confirmed that there is no current DID.";
14119
+ }, {
14120
+ readonly name: "DidDeactivated";
14121
+ readonly description: "The DID previously existed, but has been deactivated.";
14122
+ }];
14123
+ };
14124
+ };
13895
14125
  } | {
13896
14126
  readonly lexicon: 1;
13897
14127
  readonly id: "com.atproto.identity.resolveHandle";
13898
14128
  readonly defs: {
13899
14129
  readonly main: {
13900
14130
  readonly type: "query";
13901
- readonly description: "Resolves a handle (domain name) to a DID.";
14131
+ readonly description: "Resolves an atproto handle (hostname) to a DID. Does not necessarily bi-directionally verify against the the DID document.";
13902
14132
  readonly parameters: {
13903
14133
  readonly type: "params";
13904
14134
  readonly required: ["handle"];
@@ -13923,6 +14153,47 @@ export declare const schemas: ({
13923
14153
  };
13924
14154
  };
13925
14155
  };
14156
+ readonly errors: [{
14157
+ readonly name: "HandleNotFound";
14158
+ readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
14159
+ }];
14160
+ };
14161
+ };
14162
+ } | {
14163
+ readonly lexicon: 1;
14164
+ readonly id: "com.atproto.identity.resolveIdentity";
14165
+ readonly defs: {
14166
+ readonly main: {
14167
+ readonly type: "query";
14168
+ readonly description: "Resolves an identity (DID or Handle) to a full identity (DID document and verified handle).";
14169
+ readonly parameters: {
14170
+ readonly type: "params";
14171
+ readonly required: ["identifier"];
14172
+ readonly properties: {
14173
+ readonly identifier: {
14174
+ readonly type: "string";
14175
+ readonly format: "at-identifier";
14176
+ readonly description: "Handle or DID to resolve.";
14177
+ };
14178
+ };
14179
+ };
14180
+ readonly output: {
14181
+ readonly encoding: "application/json";
14182
+ readonly schema: {
14183
+ readonly type: "ref";
14184
+ readonly ref: "lex:com.atproto.identity.defs#identityInfo";
14185
+ };
14186
+ };
14187
+ readonly errors: [{
14188
+ readonly name: "HandleNotFound";
14189
+ readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
14190
+ }, {
14191
+ readonly name: "DidNotFound";
14192
+ readonly description: "The DID resolution process confirmed that there is no current DID.";
14193
+ }, {
14194
+ readonly name: "DidDeactivated";
14195
+ readonly description: "The DID previously existed, but has been deactivated.";
14196
+ }];
13926
14197
  };
13927
14198
  };
13928
14199
  } | {
@@ -14406,6 +14677,11 @@ export declare const schemas: ({
14406
14677
  readonly type: "token";
14407
14678
  readonly description: "Appeal: appeal a previously taken moderation action";
14408
14679
  };
14680
+ readonly subjectType: {
14681
+ readonly type: "string";
14682
+ readonly description: "Tag describing a type of subject that might be reported.";
14683
+ readonly knownValues: ["account", "record", "chat"];
14684
+ };
14409
14685
  };
14410
14686
  } | {
14411
14687
  readonly lexicon: 1;
@@ -14929,14 +15205,6 @@ export declare const schemas: ({
14929
15205
  readonly cursor: {
14930
15206
  readonly type: "string";
14931
15207
  };
14932
- readonly rkeyStart: {
14933
- readonly type: "string";
14934
- readonly description: "DEPRECATED: The lowest sort-ordered rkey to start from (exclusive)";
14935
- };
14936
- readonly rkeyEnd: {
14937
- readonly type: "string";
14938
- readonly description: "DEPRECATED: The highest sort-ordered rkey to stop at (exclusive)";
14939
- };
14940
15208
  readonly reverse: {
14941
15209
  readonly type: "boolean";
14942
15210
  readonly description: "Flag to reverse the order of the returned records.";
@@ -16321,11 +16589,6 @@ export declare const schemas: ({
16321
16589
  readonly description: "Record Key";
16322
16590
  readonly format: "record-key";
16323
16591
  };
16324
- readonly commit: {
16325
- readonly type: "string";
16326
- readonly format: "cid";
16327
- readonly description: "DEPRECATED: referenced a repo commit by CID, and retrieved record as of that commit";
16328
- };
16329
16592
  };
16330
16593
  };
16331
16594
  readonly output: {
@@ -16625,7 +16888,7 @@ export declare const schemas: ({
16625
16888
  readonly defs: {
16626
16889
  readonly main: {
16627
16890
  readonly type: "procedure";
16628
- readonly description: "Notify a crawling service of a recent update, and that crawling should resume. Intended use is after a gap between repo stream events caused the crawling service to disconnect. Does not require auth; implemented by Relay.";
16891
+ readonly description: "Notify a crawling service of a recent update, and that crawling should resume. Intended use is after a gap between repo stream events caused the crawling service to disconnect. Does not require auth; implemented by Relay. DEPRECATED: just use com.atproto.sync.requestCrawl";
16629
16892
  readonly input: {
16630
16893
  readonly encoding: "application/json";
16631
16894
  readonly schema: {
@@ -16682,7 +16945,7 @@ export declare const schemas: ({
16682
16945
  readonly message: {
16683
16946
  readonly schema: {
16684
16947
  readonly type: "union";
16685
- readonly refs: ["lex:com.atproto.sync.subscribeRepos#commit", "lex:com.atproto.sync.subscribeRepos#sync", "lex:com.atproto.sync.subscribeRepos#identity", "lex:com.atproto.sync.subscribeRepos#account", "lex:com.atproto.sync.subscribeRepos#handle", "lex:com.atproto.sync.subscribeRepos#migrate", "lex:com.atproto.sync.subscribeRepos#tombstone", "lex:com.atproto.sync.subscribeRepos#info"];
16948
+ readonly refs: ["lex:com.atproto.sync.subscribeRepos#commit", "lex:com.atproto.sync.subscribeRepos#sync", "lex:com.atproto.sync.subscribeRepos#identity", "lex:com.atproto.sync.subscribeRepos#account", "lex:com.atproto.sync.subscribeRepos#info"];
16686
16949
  };
16687
16950
  };
16688
16951
  readonly errors: [{
@@ -16841,68 +17104,6 @@ export declare const schemas: ({
16841
17104
  };
16842
17105
  };
16843
17106
  };
16844
- readonly handle: {
16845
- readonly type: "object";
16846
- readonly description: "DEPRECATED -- Use #identity event instead";
16847
- readonly required: ["seq", "did", "handle", "time"];
16848
- readonly properties: {
16849
- readonly seq: {
16850
- readonly type: "integer";
16851
- };
16852
- readonly did: {
16853
- readonly type: "string";
16854
- readonly format: "did";
16855
- };
16856
- readonly handle: {
16857
- readonly type: "string";
16858
- readonly format: "handle";
16859
- };
16860
- readonly time: {
16861
- readonly type: "string";
16862
- readonly format: "datetime";
16863
- };
16864
- };
16865
- };
16866
- readonly migrate: {
16867
- readonly type: "object";
16868
- readonly description: "DEPRECATED -- Use #account event instead";
16869
- readonly required: ["seq", "did", "migrateTo", "time"];
16870
- readonly nullable: ["migrateTo"];
16871
- readonly properties: {
16872
- readonly seq: {
16873
- readonly type: "integer";
16874
- };
16875
- readonly did: {
16876
- readonly type: "string";
16877
- readonly format: "did";
16878
- };
16879
- readonly migrateTo: {
16880
- readonly type: "string";
16881
- };
16882
- readonly time: {
16883
- readonly type: "string";
16884
- readonly format: "datetime";
16885
- };
16886
- };
16887
- };
16888
- readonly tombstone: {
16889
- readonly type: "object";
16890
- readonly description: "DEPRECATED -- Use #account event instead";
16891
- readonly required: ["seq", "did", "time"];
16892
- readonly properties: {
16893
- readonly seq: {
16894
- readonly type: "integer";
16895
- };
16896
- readonly did: {
16897
- readonly type: "string";
16898
- readonly format: "did";
16899
- };
16900
- readonly time: {
16901
- readonly type: "string";
16902
- readonly format: "datetime";
16903
- };
16904
- };
16905
- };
16906
17107
  readonly info: {
16907
17108
  readonly type: "object";
16908
17109
  readonly required: ["name"];
@@ -18296,8 +18497,9 @@ export declare const schemas: ({
18296
18497
  readonly properties: {
18297
18498
  readonly video: {
18298
18499
  readonly type: "blob";
18500
+ readonly description: "The mp4 video file. May be up to 100mb, formerly limited to 50mb.";
18299
18501
  readonly accept: ["video/mp4"];
18300
- readonly maxSize: 50000000;
18502
+ readonly maxSize: 100000000;
18301
18503
  };
18302
18504
  readonly captions: {
18303
18505
  readonly type: "array";
@@ -21514,6 +21716,30 @@ export declare const schemas: ({
21514
21716
  readonly ref: "lex:com.atproto.label.defs#label";
21515
21717
  };
21516
21718
  };
21719
+ readonly reasonTypes: {
21720
+ readonly description: "The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.";
21721
+ readonly type: "array";
21722
+ readonly items: {
21723
+ readonly type: "ref";
21724
+ readonly ref: "lex:com.atproto.moderation.defs#reasonType";
21725
+ };
21726
+ };
21727
+ readonly subjectTypes: {
21728
+ readonly description: "The set of subject types (account, record, etc) this service accepts reports on.";
21729
+ readonly type: "array";
21730
+ readonly items: {
21731
+ readonly type: "ref";
21732
+ readonly ref: "lex:com.atproto.moderation.defs#subjectType";
21733
+ };
21734
+ };
21735
+ readonly subjectCollections: {
21736
+ readonly type: "array";
21737
+ readonly description: "Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.";
21738
+ readonly items: {
21739
+ readonly type: "string";
21740
+ readonly format: "nsid";
21741
+ };
21742
+ };
21517
21743
  };
21518
21744
  };
21519
21745
  readonly labelerViewerState: {
@@ -21614,6 +21840,30 @@ export declare const schemas: ({
21614
21840
  readonly type: "string";
21615
21841
  readonly format: "datetime";
21616
21842
  };
21843
+ readonly reasonTypes: {
21844
+ readonly description: "The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.";
21845
+ readonly type: "array";
21846
+ readonly items: {
21847
+ readonly type: "ref";
21848
+ readonly ref: "lex:com.atproto.moderation.defs#reasonType";
21849
+ };
21850
+ };
21851
+ readonly subjectTypes: {
21852
+ readonly description: "The set of subject types (account, record, etc) this service accepts reports on.";
21853
+ readonly type: "array";
21854
+ readonly items: {
21855
+ readonly type: "ref";
21856
+ readonly ref: "lex:com.atproto.moderation.defs#subjectType";
21857
+ };
21858
+ };
21859
+ readonly subjectCollections: {
21860
+ readonly type: "array";
21861
+ readonly description: "Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.";
21862
+ readonly items: {
21863
+ readonly type: "string";
21864
+ readonly format: "nsid";
21865
+ };
21866
+ };
21617
21867
  };
21618
21868
  };
21619
21869
  };
@@ -26293,9 +26543,13 @@ export declare const ids: {
26293
26543
  readonly ComAtprotoAdminUpdateAccountHandle: "com.atproto.admin.updateAccountHandle";
26294
26544
  readonly ComAtprotoAdminUpdateAccountPassword: "com.atproto.admin.updateAccountPassword";
26295
26545
  readonly ComAtprotoAdminUpdateSubjectStatus: "com.atproto.admin.updateSubjectStatus";
26546
+ readonly ComAtprotoIdentityDefs: "com.atproto.identity.defs";
26296
26547
  readonly ComAtprotoIdentityGetRecommendedDidCredentials: "com.atproto.identity.getRecommendedDidCredentials";
26548
+ readonly ComAtprotoIdentityRefreshIdentity: "com.atproto.identity.refreshIdentity";
26297
26549
  readonly ComAtprotoIdentityRequestPlcOperationSignature: "com.atproto.identity.requestPlcOperationSignature";
26550
+ readonly ComAtprotoIdentityResolveDid: "com.atproto.identity.resolveDid";
26298
26551
  readonly ComAtprotoIdentityResolveHandle: "com.atproto.identity.resolveHandle";
26552
+ readonly ComAtprotoIdentityResolveIdentity: "com.atproto.identity.resolveIdentity";
26299
26553
  readonly ComAtprotoIdentitySignPlcOperation: "com.atproto.identity.signPlcOperation";
26300
26554
  readonly ComAtprotoIdentitySubmitPlcOperation: "com.atproto.identity.submitPlcOperation";
26301
26555
  readonly ComAtprotoIdentityUpdateHandle: "com.atproto.identity.updateHandle";