@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
@@ -637,6 +637,32 @@ export const schemaDict = {
637
637
  },
638
638
  },
639
639
  },
640
+ ComAtprotoIdentityDefs: {
641
+ lexicon: 1,
642
+ id: 'com.atproto.identity.defs',
643
+ defs: {
644
+ identityInfo: {
645
+ type: 'object',
646
+ required: ['did', 'handle', 'didDoc'],
647
+ properties: {
648
+ did: {
649
+ type: 'string',
650
+ format: 'did',
651
+ },
652
+ handle: {
653
+ type: 'string',
654
+ format: 'handle',
655
+ description:
656
+ "The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document.",
657
+ },
658
+ didDoc: {
659
+ type: 'unknown',
660
+ description: 'The complete DID document for the identity.',
661
+ },
662
+ },
663
+ },
664
+ },
665
+ },
640
666
  ComAtprotoIdentityGetRecommendedDidCredentials: {
641
667
  lexicon: 1,
642
668
  id: 'com.atproto.identity.getRecommendedDidCredentials',
@@ -676,6 +702,54 @@ export const schemaDict = {
676
702
  },
677
703
  },
678
704
  },
705
+ ComAtprotoIdentityRefreshIdentity: {
706
+ lexicon: 1,
707
+ id: 'com.atproto.identity.refreshIdentity',
708
+ defs: {
709
+ main: {
710
+ type: 'procedure',
711
+ description:
712
+ '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.',
713
+ input: {
714
+ encoding: 'application/json',
715
+ schema: {
716
+ type: 'object',
717
+ required: ['identifier'],
718
+ properties: {
719
+ identifier: {
720
+ type: 'string',
721
+ format: 'at-identifier',
722
+ },
723
+ },
724
+ },
725
+ },
726
+ output: {
727
+ encoding: 'application/json',
728
+ schema: {
729
+ type: 'ref',
730
+ ref: 'lex:com.atproto.identity.defs#identityInfo',
731
+ },
732
+ },
733
+ errors: [
734
+ {
735
+ name: 'HandleNotFound',
736
+ description:
737
+ 'The resolution process confirmed that the handle does not resolve to any DID.',
738
+ },
739
+ {
740
+ name: 'DidNotFound',
741
+ description:
742
+ 'The DID resolution process confirmed that there is no current DID.',
743
+ },
744
+ {
745
+ name: 'DidDeactivated',
746
+ description:
747
+ 'The DID previously existed, but has been deactivated.',
748
+ },
749
+ ],
750
+ },
751
+ },
752
+ },
679
753
  ComAtprotoIdentityRequestPlcOperationSignature: {
680
754
  lexicon: 1,
681
755
  id: 'com.atproto.identity.requestPlcOperationSignature',
@@ -687,13 +761,61 @@ export const schemaDict = {
687
761
  },
688
762
  },
689
763
  },
764
+ ComAtprotoIdentityResolveDid: {
765
+ lexicon: 1,
766
+ id: 'com.atproto.identity.resolveDid',
767
+ defs: {
768
+ main: {
769
+ type: 'query',
770
+ description:
771
+ 'Resolves DID to DID document. Does not bi-directionally verify handle.',
772
+ parameters: {
773
+ type: 'params',
774
+ required: ['did'],
775
+ properties: {
776
+ did: {
777
+ type: 'string',
778
+ format: 'did',
779
+ description: 'DID to resolve.',
780
+ },
781
+ },
782
+ },
783
+ output: {
784
+ encoding: 'application/json',
785
+ schema: {
786
+ type: 'object',
787
+ required: ['didDoc'],
788
+ properties: {
789
+ didDoc: {
790
+ type: 'unknown',
791
+ description: 'The complete DID document for the identity.',
792
+ },
793
+ },
794
+ },
795
+ },
796
+ errors: [
797
+ {
798
+ name: 'DidNotFound',
799
+ description:
800
+ 'The DID resolution process confirmed that there is no current DID.',
801
+ },
802
+ {
803
+ name: 'DidDeactivated',
804
+ description:
805
+ 'The DID previously existed, but has been deactivated.',
806
+ },
807
+ ],
808
+ },
809
+ },
810
+ },
690
811
  ComAtprotoIdentityResolveHandle: {
691
812
  lexicon: 1,
692
813
  id: 'com.atproto.identity.resolveHandle',
693
814
  defs: {
694
815
  main: {
695
816
  type: 'query',
696
- description: 'Resolves a handle (domain name) to a DID.',
817
+ description:
818
+ 'Resolves an atproto handle (hostname) to a DID. Does not necessarily bi-directionally verify against the the DID document.',
697
819
  parameters: {
698
820
  type: 'params',
699
821
  required: ['handle'],
@@ -718,6 +840,59 @@ export const schemaDict = {
718
840
  },
719
841
  },
720
842
  },
843
+ errors: [
844
+ {
845
+ name: 'HandleNotFound',
846
+ description:
847
+ 'The resolution process confirmed that the handle does not resolve to any DID.',
848
+ },
849
+ ],
850
+ },
851
+ },
852
+ },
853
+ ComAtprotoIdentityResolveIdentity: {
854
+ lexicon: 1,
855
+ id: 'com.atproto.identity.resolveIdentity',
856
+ defs: {
857
+ main: {
858
+ type: 'query',
859
+ description:
860
+ 'Resolves an identity (DID or Handle) to a full identity (DID document and verified handle).',
861
+ parameters: {
862
+ type: 'params',
863
+ required: ['identifier'],
864
+ properties: {
865
+ identifier: {
866
+ type: 'string',
867
+ format: 'at-identifier',
868
+ description: 'Handle or DID to resolve.',
869
+ },
870
+ },
871
+ },
872
+ output: {
873
+ encoding: 'application/json',
874
+ schema: {
875
+ type: 'ref',
876
+ ref: 'lex:com.atproto.identity.defs#identityInfo',
877
+ },
878
+ },
879
+ errors: [
880
+ {
881
+ name: 'HandleNotFound',
882
+ description:
883
+ 'The resolution process confirmed that the handle does not resolve to any DID.',
884
+ },
885
+ {
886
+ name: 'DidNotFound',
887
+ description:
888
+ 'The DID resolution process confirmed that there is no current DID.',
889
+ },
890
+ {
891
+ name: 'DidDeactivated',
892
+ description:
893
+ 'The DID previously existed, but has been deactivated.',
894
+ },
895
+ ],
721
896
  },
722
897
  },
723
898
  },
@@ -1278,6 +1453,11 @@ export const schemaDict = {
1278
1453
  type: 'token',
1279
1454
  description: 'Appeal: appeal a previously taken moderation action',
1280
1455
  },
1456
+ subjectType: {
1457
+ type: 'string',
1458
+ description: 'Tag describing a type of subject that might be reported.',
1459
+ knownValues: ['account', 'record', 'chat'],
1460
+ },
1281
1461
  },
1282
1462
  },
1283
1463
  ComAtprotoRepoApplyWrites: {
@@ -1855,16 +2035,6 @@ export const schemaDict = {
1855
2035
  cursor: {
1856
2036
  type: 'string',
1857
2037
  },
1858
- rkeyStart: {
1859
- type: 'string',
1860
- description:
1861
- 'DEPRECATED: The lowest sort-ordered rkey to start from (exclusive)',
1862
- },
1863
- rkeyEnd: {
1864
- type: 'string',
1865
- description:
1866
- 'DEPRECATED: The highest sort-ordered rkey to stop at (exclusive)',
1867
- },
1868
2038
  reverse: {
1869
2039
  type: 'boolean',
1870
2040
  description: 'Flag to reverse the order of the returned records.',
@@ -3405,12 +3575,6 @@ export const schemaDict = {
3405
3575
  description: 'Record Key',
3406
3576
  format: 'record-key',
3407
3577
  },
3408
- commit: {
3409
- type: 'string',
3410
- format: 'cid',
3411
- description:
3412
- 'DEPRECATED: referenced a repo commit by CID, and retrieved record as of that commit',
3413
- },
3414
3578
  },
3415
3579
  },
3416
3580
  output: {
@@ -3759,7 +3923,7 @@ export const schemaDict = {
3759
3923
  main: {
3760
3924
  type: 'procedure',
3761
3925
  description:
3762
- '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.',
3926
+ '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',
3763
3927
  input: {
3764
3928
  encoding: 'application/json',
3765
3929
  schema: {
@@ -3827,9 +3991,6 @@ export const schemaDict = {
3827
3991
  'lex:com.atproto.sync.subscribeRepos#sync',
3828
3992
  'lex:com.atproto.sync.subscribeRepos#identity',
3829
3993
  'lex:com.atproto.sync.subscribeRepos#account',
3830
- 'lex:com.atproto.sync.subscribeRepos#handle',
3831
- 'lex:com.atproto.sync.subscribeRepos#migrate',
3832
- 'lex:com.atproto.sync.subscribeRepos#tombstone',
3833
3994
  'lex:com.atproto.sync.subscribeRepos#info',
3834
3995
  ],
3835
3996
  },
@@ -4033,68 +4194,6 @@ export const schemaDict = {
4033
4194
  },
4034
4195
  },
4035
4196
  },
4036
- handle: {
4037
- type: 'object',
4038
- description: 'DEPRECATED -- Use #identity event instead',
4039
- required: ['seq', 'did', 'handle', 'time'],
4040
- properties: {
4041
- seq: {
4042
- type: 'integer',
4043
- },
4044
- did: {
4045
- type: 'string',
4046
- format: 'did',
4047
- },
4048
- handle: {
4049
- type: 'string',
4050
- format: 'handle',
4051
- },
4052
- time: {
4053
- type: 'string',
4054
- format: 'datetime',
4055
- },
4056
- },
4057
- },
4058
- migrate: {
4059
- type: 'object',
4060
- description: 'DEPRECATED -- Use #account event instead',
4061
- required: ['seq', 'did', 'migrateTo', 'time'],
4062
- nullable: ['migrateTo'],
4063
- properties: {
4064
- seq: {
4065
- type: 'integer',
4066
- },
4067
- did: {
4068
- type: 'string',
4069
- format: 'did',
4070
- },
4071
- migrateTo: {
4072
- type: 'string',
4073
- },
4074
- time: {
4075
- type: 'string',
4076
- format: 'datetime',
4077
- },
4078
- },
4079
- },
4080
- tombstone: {
4081
- type: 'object',
4082
- description: 'DEPRECATED -- Use #account event instead',
4083
- required: ['seq', 'did', 'time'],
4084
- properties: {
4085
- seq: {
4086
- type: 'integer',
4087
- },
4088
- did: {
4089
- type: 'string',
4090
- format: 'did',
4091
- },
4092
- time: {
4093
- type: 'string',
4094
- format: 'datetime',
4095
- },
4096
- },
4097
- },
4098
4197
  info: {
4099
4198
  type: 'object',
4100
4199
  required: ['name'],
@@ -5594,8 +5693,10 @@ export const schemaDict = {
5594
5693
  properties: {
5595
5694
  video: {
5596
5695
  type: 'blob',
5696
+ description:
5697
+ 'The mp4 video file. May be up to 100mb, formerly limited to 50mb.',
5597
5698
  accept: ['video/mp4'],
5598
- maxSize: 50000000,
5699
+ maxSize: 100000000,
5599
5700
  },
5600
5701
  captions: {
5601
5702
  type: 'array',
@@ -9055,6 +9156,33 @@ export const schemaDict = {
9055
9156
  ref: 'lex:com.atproto.label.defs#label',
9056
9157
  },
9057
9158
  },
9159
+ reasonTypes: {
9160
+ description:
9161
+ "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.",
9162
+ type: 'array',
9163
+ items: {
9164
+ type: 'ref',
9165
+ ref: 'lex:com.atproto.moderation.defs#reasonType',
9166
+ },
9167
+ },
9168
+ subjectTypes: {
9169
+ description:
9170
+ 'The set of subject types (account, record, etc) this service accepts reports on.',
9171
+ type: 'array',
9172
+ items: {
9173
+ type: 'ref',
9174
+ ref: 'lex:com.atproto.moderation.defs#subjectType',
9175
+ },
9176
+ },
9177
+ subjectCollections: {
9178
+ type: 'array',
9179
+ description:
9180
+ '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.',
9181
+ items: {
9182
+ type: 'string',
9183
+ format: 'nsid',
9184
+ },
9185
+ },
9058
9186
  },
9059
9187
  },
9060
9188
  labelerViewerState: {
@@ -9162,6 +9290,33 @@ export const schemaDict = {
9162
9290
  type: 'string',
9163
9291
  format: 'datetime',
9164
9292
  },
9293
+ reasonTypes: {
9294
+ description:
9295
+ "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.",
9296
+ type: 'array',
9297
+ items: {
9298
+ type: 'ref',
9299
+ ref: 'lex:com.atproto.moderation.defs#reasonType',
9300
+ },
9301
+ },
9302
+ subjectTypes: {
9303
+ description:
9304
+ 'The set of subject types (account, record, etc) this service accepts reports on.',
9305
+ type: 'array',
9306
+ items: {
9307
+ type: 'ref',
9308
+ ref: 'lex:com.atproto.moderation.defs#subjectType',
9309
+ },
9310
+ },
9311
+ subjectCollections: {
9312
+ type: 'array',
9313
+ description:
9314
+ '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.',
9315
+ items: {
9316
+ type: 'string',
9317
+ format: 'nsid',
9318
+ },
9319
+ },
9165
9320
  },
9166
9321
  },
9167
9322
  },
@@ -14351,11 +14506,15 @@ export const ids = {
14351
14506
  ComAtprotoAdminUpdateAccountPassword:
14352
14507
  'com.atproto.admin.updateAccountPassword',
14353
14508
  ComAtprotoAdminUpdateSubjectStatus: 'com.atproto.admin.updateSubjectStatus',
14509
+ ComAtprotoIdentityDefs: 'com.atproto.identity.defs',
14354
14510
  ComAtprotoIdentityGetRecommendedDidCredentials:
14355
14511
  'com.atproto.identity.getRecommendedDidCredentials',
14512
+ ComAtprotoIdentityRefreshIdentity: 'com.atproto.identity.refreshIdentity',
14356
14513
  ComAtprotoIdentityRequestPlcOperationSignature:
14357
14514
  'com.atproto.identity.requestPlcOperationSignature',
14515
+ ComAtprotoIdentityResolveDid: 'com.atproto.identity.resolveDid',
14358
14516
  ComAtprotoIdentityResolveHandle: 'com.atproto.identity.resolveHandle',
14517
+ ComAtprotoIdentityResolveIdentity: 'com.atproto.identity.resolveIdentity',
14359
14518
  ComAtprotoIdentitySignPlcOperation: 'com.atproto.identity.signPlcOperation',
14360
14519
  ComAtprotoIdentitySubmitPlcOperation:
14361
14520
  'com.atproto.identity.submitPlcOperation',
@@ -13,6 +13,7 @@ const id = 'app.bsky.embed.video'
13
13
 
14
14
  export interface Main {
15
15
  $type?: 'app.bsky.embed.video'
16
+ /** The mp4 video file. May be up to 100mb, formerly limited to 50mb. */
16
17
  video: BlobRef
17
18
  captions?: Caption[]
18
19
  /** Alt text description of the video, for accessibility. */
@@ -7,6 +7,7 @@ import { validate as _validate } from '../../../../lexicons'
7
7
  import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
8
8
  import type * as AppBskyActorDefs from '../actor/defs.js'
9
9
  import type * as ComAtprotoLabelDefs from '../../../com/atproto/label/defs.js'
10
+ import type * as ComAtprotoModerationDefs from '../../../com/atproto/moderation/defs.js'
10
11
 
11
12
  const is$typed = _is$typed,
12
13
  validate = _validate
@@ -43,6 +44,12 @@ export interface LabelerViewDetailed {
43
44
  viewer?: LabelerViewerState
44
45
  indexedAt: string
45
46
  labels?: ComAtprotoLabelDefs.Label[]
47
+ /** 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. */
48
+ reasonTypes?: ComAtprotoModerationDefs.ReasonType[]
49
+ /** The set of subject types (account, record, etc) this service accepts reports on. */
50
+ subjectTypes?: ComAtprotoModerationDefs.SubjectType[]
51
+ /** 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. */
52
+ subjectCollections?: string[]
46
53
  }
47
54
 
48
55
  const hashLabelerViewDetailed = 'labelerViewDetailed'
@@ -7,6 +7,7 @@ import { validate as _validate } from '../../../../lexicons'
7
7
  import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
8
8
  import type * as AppBskyLabelerDefs from './defs.js'
9
9
  import type * as ComAtprotoLabelDefs from '../../../com/atproto/label/defs.js'
10
+ import type * as ComAtprotoModerationDefs from '../../../com/atproto/moderation/defs.js'
10
11
 
11
12
  const is$typed = _is$typed,
12
13
  validate = _validate
@@ -17,6 +18,12 @@ export interface Record {
17
18
  policies: AppBskyLabelerDefs.LabelerPolicies
18
19
  labels?: $Typed<ComAtprotoLabelDefs.SelfLabels> | { $type: string }
19
20
  createdAt: string
21
+ /** 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. */
22
+ reasonTypes?: ComAtprotoModerationDefs.ReasonType[]
23
+ /** The set of subject types (account, record, etc) this service accepts reports on. */
24
+ subjectTypes?: ComAtprotoModerationDefs.SubjectType[]
25
+ /** 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. */
26
+ subjectCollections?: string[]
20
27
  [k: string]: unknown
21
28
  }
22
29
 
@@ -0,0 +1,30 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import { ValidationResult, BlobRef } from '@atproto/lexicon'
5
+ import { CID } from 'multiformats/cid'
6
+ import { validate as _validate } from '../../../../lexicons'
7
+ import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
8
+
9
+ const is$typed = _is$typed,
10
+ validate = _validate
11
+ const id = 'com.atproto.identity.defs'
12
+
13
+ export interface IdentityInfo {
14
+ $type?: 'com.atproto.identity.defs#identityInfo'
15
+ did: string
16
+ /** The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document. */
17
+ handle: string
18
+ /** The complete DID document for the identity. */
19
+ didDoc: { [_ in string]: unknown }
20
+ }
21
+
22
+ const hashIdentityInfo = 'identityInfo'
23
+
24
+ export function isIdentityInfo<V>(v: V) {
25
+ return is$typed(v, id, hashIdentityInfo)
26
+ }
27
+
28
+ export function validateIdentityInfo<V>(v: V) {
29
+ return validate<IdentityInfo & V>(v, id, hashIdentityInfo)
30
+ }
@@ -0,0 +1,52 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import express from 'express'
5
+ import { ValidationResult, BlobRef } from '@atproto/lexicon'
6
+ import { CID } from 'multiformats/cid'
7
+ import { validate as _validate } from '../../../../lexicons'
8
+ import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
9
+ import { HandlerAuth, HandlerPipeThrough } from '@atproto/xrpc-server'
10
+ import type * as ComAtprotoIdentityDefs from './defs.js'
11
+
12
+ const is$typed = _is$typed,
13
+ validate = _validate
14
+ const id = 'com.atproto.identity.refreshIdentity'
15
+
16
+ export interface QueryParams {}
17
+
18
+ export interface InputSchema {
19
+ identifier: string
20
+ }
21
+
22
+ export type OutputSchema = ComAtprotoIdentityDefs.IdentityInfo
23
+
24
+ export interface HandlerInput {
25
+ encoding: 'application/json'
26
+ body: InputSchema
27
+ }
28
+
29
+ export interface HandlerSuccess {
30
+ encoding: 'application/json'
31
+ body: OutputSchema
32
+ headers?: { [key: string]: string }
33
+ }
34
+
35
+ export interface HandlerError {
36
+ status: number
37
+ message?: string
38
+ error?: 'HandleNotFound' | 'DidNotFound' | 'DidDeactivated'
39
+ }
40
+
41
+ export type HandlerOutput = HandlerError | HandlerSuccess | HandlerPipeThrough
42
+ export type HandlerReqCtx<HA extends HandlerAuth = never> = {
43
+ auth: HA
44
+ params: QueryParams
45
+ input: HandlerInput
46
+ req: express.Request
47
+ res: express.Response
48
+ resetRouteRateLimits: () => Promise<void>
49
+ }
50
+ export type Handler<HA extends HandlerAuth = never> = (
51
+ ctx: HandlerReqCtx<HA>,
52
+ ) => Promise<HandlerOutput> | HandlerOutput
@@ -0,0 +1,52 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import express from 'express'
5
+ import { ValidationResult, BlobRef } from '@atproto/lexicon'
6
+ import { CID } from 'multiformats/cid'
7
+ import { validate as _validate } from '../../../../lexicons'
8
+ import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
9
+ import { HandlerAuth, HandlerPipeThrough } from '@atproto/xrpc-server'
10
+
11
+ const is$typed = _is$typed,
12
+ validate = _validate
13
+ const id = 'com.atproto.identity.resolveDid'
14
+
15
+ export interface QueryParams {
16
+ /** DID to resolve. */
17
+ did: string
18
+ }
19
+
20
+ export type InputSchema = undefined
21
+
22
+ export interface OutputSchema {
23
+ /** The complete DID document for the identity. */
24
+ didDoc: { [_ in string]: unknown }
25
+ }
26
+
27
+ export type HandlerInput = undefined
28
+
29
+ export interface HandlerSuccess {
30
+ encoding: 'application/json'
31
+ body: OutputSchema
32
+ headers?: { [key: string]: string }
33
+ }
34
+
35
+ export interface HandlerError {
36
+ status: number
37
+ message?: string
38
+ error?: 'DidNotFound' | 'DidDeactivated'
39
+ }
40
+
41
+ export type HandlerOutput = HandlerError | HandlerSuccess | HandlerPipeThrough
42
+ export type HandlerReqCtx<HA extends HandlerAuth = never> = {
43
+ auth: HA
44
+ params: QueryParams
45
+ input: HandlerInput
46
+ req: express.Request
47
+ res: express.Response
48
+ resetRouteRateLimits: () => Promise<void>
49
+ }
50
+ export type Handler<HA extends HandlerAuth = never> = (
51
+ ctx: HandlerReqCtx<HA>,
52
+ ) => Promise<HandlerOutput> | HandlerOutput
@@ -34,6 +34,7 @@ export interface HandlerSuccess {
34
34
  export interface HandlerError {
35
35
  status: number
36
36
  message?: string
37
+ error?: 'HandleNotFound'
37
38
  }
38
39
 
39
40
  export type HandlerOutput = HandlerError | HandlerSuccess | HandlerPipeThrough
@@ -0,0 +1,48 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import express from 'express'
5
+ import { ValidationResult, BlobRef } from '@atproto/lexicon'
6
+ import { CID } from 'multiformats/cid'
7
+ import { validate as _validate } from '../../../../lexicons'
8
+ import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
9
+ import { HandlerAuth, HandlerPipeThrough } from '@atproto/xrpc-server'
10
+ import type * as ComAtprotoIdentityDefs from './defs.js'
11
+
12
+ const is$typed = _is$typed,
13
+ validate = _validate
14
+ const id = 'com.atproto.identity.resolveIdentity'
15
+
16
+ export interface QueryParams {
17
+ /** Handle or DID to resolve. */
18
+ identifier: string
19
+ }
20
+
21
+ export type InputSchema = undefined
22
+ export type OutputSchema = ComAtprotoIdentityDefs.IdentityInfo
23
+ export type HandlerInput = undefined
24
+
25
+ export interface HandlerSuccess {
26
+ encoding: 'application/json'
27
+ body: OutputSchema
28
+ headers?: { [key: string]: string }
29
+ }
30
+
31
+ export interface HandlerError {
32
+ status: number
33
+ message?: string
34
+ error?: 'HandleNotFound' | 'DidNotFound' | 'DidDeactivated'
35
+ }
36
+
37
+ export type HandlerOutput = HandlerError | HandlerSuccess | HandlerPipeThrough
38
+ export type HandlerReqCtx<HA extends HandlerAuth = never> = {
39
+ auth: HA
40
+ params: QueryParams
41
+ input: HandlerInput
42
+ req: express.Request
43
+ res: express.Response
44
+ resetRouteRateLimits: () => Promise<void>
45
+ }
46
+ export type Handler<HA extends HandlerAuth = never> = (
47
+ ctx: HandlerReqCtx<HA>,
48
+ ) => Promise<HandlerOutput> | HandlerOutput
@@ -34,3 +34,6 @@ export const REASONRUDE = `${id}#reasonRude`
34
34
  export const REASONOTHER = `${id}#reasonOther`
35
35
  /** Appeal: appeal a previously taken moderation action */
36
36
  export const REASONAPPEAL = `${id}#reasonAppeal`
37
+
38
+ /** Tag describing a type of subject that might be reported. */
39
+ export type SubjectType = 'account' | 'record' | 'chat' | (string & {})