@atproto/pds 0.4.91 → 0.4.93

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 (763) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/bin/migration-create.ts +2 -2
  3. package/dist/account-manager/db/index.d.ts.map +1 -1
  4. package/dist/account-manager/db/index.js.map +1 -1
  5. package/dist/account-manager/db/schema/authorization-request.d.ts +1 -1
  6. package/dist/account-manager/db/schema/authorization-request.d.ts.map +1 -1
  7. package/dist/account-manager/db/schema/device.d.ts +1 -1
  8. package/dist/account-manager/db/schema/device.d.ts.map +1 -1
  9. package/dist/account-manager/db/schema/index.d.ts +7 -7
  10. package/dist/account-manager/db/schema/index.d.ts.map +1 -1
  11. package/dist/account-manager/db/schema/token.d.ts +1 -1
  12. package/dist/account-manager/db/schema/token.d.ts.map +1 -1
  13. package/dist/account-manager/db/schema/token.js.map +1 -1
  14. package/dist/account-manager/db/schema/used-refresh-token.d.ts +1 -1
  15. package/dist/account-manager/db/schema/used-refresh-token.d.ts.map +1 -1
  16. package/dist/account-manager/helpers/account.d.ts +8 -8
  17. package/dist/account-manager/helpers/account.d.ts.map +1 -1
  18. package/dist/account-manager/helpers/account.js +1 -1
  19. package/dist/account-manager/helpers/account.js.map +1 -1
  20. package/dist/account-manager/helpers/authorization-request.d.ts +1 -1
  21. package/dist/account-manager/helpers/authorization-request.d.ts.map +1 -1
  22. package/dist/account-manager/helpers/device-account.d.ts +37 -37
  23. package/dist/account-manager/helpers/device-account.d.ts.map +1 -1
  24. package/dist/account-manager/helpers/device-account.js.map +1 -1
  25. package/dist/account-manager/helpers/device.d.ts +2 -2
  26. package/dist/account-manager/helpers/device.d.ts.map +1 -1
  27. package/dist/account-manager/helpers/email-token.js +1 -1
  28. package/dist/account-manager/helpers/email-token.js.map +1 -1
  29. package/dist/account-manager/helpers/invite.d.ts.map +1 -1
  30. package/dist/account-manager/helpers/invite.js.map +1 -1
  31. package/dist/account-manager/helpers/password.d.ts +1 -1
  32. package/dist/account-manager/helpers/password.d.ts.map +1 -1
  33. package/dist/account-manager/helpers/password.js.map +1 -1
  34. package/dist/account-manager/helpers/scrypt.js +6 -6
  35. package/dist/account-manager/helpers/scrypt.js.map +1 -1
  36. package/dist/account-manager/helpers/token.d.ts +201 -201
  37. package/dist/account-manager/helpers/token.d.ts.map +1 -1
  38. package/dist/account-manager/index.d.ts +8 -3
  39. package/dist/account-manager/index.d.ts.map +1 -1
  40. package/dist/account-manager/index.js +34 -5
  41. package/dist/account-manager/index.js.map +1 -1
  42. package/dist/actor-store/actor-store-reader.d.ts +19 -0
  43. package/dist/actor-store/actor-store-reader.d.ts.map +1 -0
  44. package/dist/actor-store/actor-store-reader.js +69 -0
  45. package/dist/actor-store/actor-store-reader.js.map +1 -0
  46. package/dist/actor-store/actor-store-resources.d.ts +8 -0
  47. package/dist/actor-store/actor-store-resources.d.ts.map +1 -0
  48. package/dist/actor-store/actor-store-resources.js +3 -0
  49. package/dist/actor-store/actor-store-resources.js.map +1 -0
  50. package/dist/actor-store/actor-store-transactor.d.ts +17 -0
  51. package/dist/actor-store/actor-store-transactor.d.ts.map +1 -0
  52. package/dist/actor-store/actor-store-transactor.js +58 -0
  53. package/dist/actor-store/actor-store-transactor.js.map +1 -0
  54. package/dist/actor-store/actor-store-writer.d.ts +5 -0
  55. package/dist/actor-store/actor-store-writer.d.ts.map +1 -0
  56. package/dist/actor-store/actor-store-writer.js +14 -0
  57. package/dist/actor-store/actor-store-writer.js.map +1 -0
  58. package/dist/actor-store/actor-store.d.ts +33 -0
  59. package/dist/actor-store/actor-store.d.ts.map +1 -0
  60. package/dist/actor-store/{index.js → actor-store.js} +37 -82
  61. package/dist/actor-store/actor-store.js.map +1 -0
  62. package/dist/actor-store/blob/reader.d.ts +4 -2
  63. package/dist/actor-store/blob/reader.d.ts.map +1 -1
  64. package/dist/actor-store/blob/reader.js +14 -0
  65. package/dist/actor-store/blob/reader.js.map +1 -1
  66. package/dist/actor-store/blob/transactor.d.ts +6 -5
  67. package/dist/actor-store/blob/transactor.d.ts.map +1 -1
  68. package/dist/actor-store/blob/transactor.js +18 -5
  69. package/dist/actor-store/blob/transactor.js.map +1 -1
  70. package/dist/actor-store/db/index.d.ts +1 -1
  71. package/dist/actor-store/db/index.d.ts.map +1 -1
  72. package/dist/actor-store/db/index.js.map +1 -1
  73. package/dist/actor-store/db/schema/index.d.ts +3 -3
  74. package/dist/actor-store/db/schema/index.d.ts.map +1 -1
  75. package/dist/actor-store/migrate.d.ts +1 -1
  76. package/dist/actor-store/migrate.d.ts.map +1 -1
  77. package/dist/actor-store/migrate.js.map +1 -1
  78. package/dist/actor-store/preference/transactor.d.ts +1 -1
  79. package/dist/actor-store/preference/transactor.d.ts.map +1 -1
  80. package/dist/actor-store/preference/transactor.js.map +1 -1
  81. package/dist/actor-store/record/reader.d.ts +18 -6
  82. package/dist/actor-store/record/reader.d.ts.map +1 -1
  83. package/dist/actor-store/record/reader.js +104 -2
  84. package/dist/actor-store/record/reader.js.map +1 -1
  85. package/dist/actor-store/record/transactor.d.ts +3 -3
  86. package/dist/actor-store/record/transactor.d.ts.map +1 -1
  87. package/dist/actor-store/record/transactor.js.map +1 -1
  88. package/dist/actor-store/repo/reader.d.ts +1 -1
  89. package/dist/actor-store/repo/reader.d.ts.map +1 -1
  90. package/dist/actor-store/repo/reader.js +1 -1
  91. package/dist/actor-store/repo/reader.js.map +1 -1
  92. package/dist/actor-store/repo/sql-repo-reader.d.ts +2 -2
  93. package/dist/actor-store/repo/sql-repo-reader.d.ts.map +1 -1
  94. package/dist/actor-store/repo/sql-repo-reader.js +6 -5
  95. package/dist/actor-store/repo/sql-repo-reader.js.map +1 -1
  96. package/dist/actor-store/repo/sql-repo-transactor.d.ts +1 -1
  97. package/dist/actor-store/repo/sql-repo-transactor.d.ts.map +1 -1
  98. package/dist/actor-store/repo/sql-repo-transactor.js +2 -2
  99. package/dist/actor-store/repo/sql-repo-transactor.js.map +1 -1
  100. package/dist/actor-store/repo/transactor.d.ts +7 -6
  101. package/dist/actor-store/repo/transactor.d.ts.map +1 -1
  102. package/dist/actor-store/repo/transactor.js +22 -15
  103. package/dist/actor-store/repo/transactor.js.map +1 -1
  104. package/dist/api/app/bsky/actor/getPreferences.d.ts +1 -1
  105. package/dist/api/app/bsky/actor/getPreferences.d.ts.map +1 -1
  106. package/dist/api/app/bsky/actor/getPreferences.js +1 -1
  107. package/dist/api/app/bsky/actor/getPreferences.js.map +1 -1
  108. package/dist/api/app/bsky/actor/getProfile.d.ts +1 -1
  109. package/dist/api/app/bsky/actor/getProfile.d.ts.map +1 -1
  110. package/dist/api/app/bsky/actor/getProfile.js +1 -2
  111. package/dist/api/app/bsky/actor/getProfile.js.map +1 -1
  112. package/dist/api/app/bsky/actor/getProfiles.d.ts +1 -1
  113. package/dist/api/app/bsky/actor/getProfiles.d.ts.map +1 -1
  114. package/dist/api/app/bsky/actor/getProfiles.js +1 -2
  115. package/dist/api/app/bsky/actor/getProfiles.js.map +1 -1
  116. package/dist/api/app/bsky/actor/index.d.ts +1 -1
  117. package/dist/api/app/bsky/actor/index.d.ts.map +1 -1
  118. package/dist/api/app/bsky/actor/index.js.map +1 -1
  119. package/dist/api/app/bsky/actor/putPreferences.d.ts +1 -1
  120. package/dist/api/app/bsky/actor/putPreferences.d.ts.map +1 -1
  121. package/dist/api/app/bsky/actor/putPreferences.js +1 -1
  122. package/dist/api/app/bsky/actor/putPreferences.js.map +1 -1
  123. package/dist/api/app/bsky/feed/getActorLikes.d.ts +1 -1
  124. package/dist/api/app/bsky/feed/getActorLikes.d.ts.map +1 -1
  125. package/dist/api/app/bsky/feed/getActorLikes.js +1 -2
  126. package/dist/api/app/bsky/feed/getActorLikes.js.map +1 -1
  127. package/dist/api/app/bsky/feed/getAuthorFeed.d.ts +1 -1
  128. package/dist/api/app/bsky/feed/getAuthorFeed.d.ts.map +1 -1
  129. package/dist/api/app/bsky/feed/getAuthorFeed.js +1 -2
  130. package/dist/api/app/bsky/feed/getAuthorFeed.js.map +1 -1
  131. package/dist/api/app/bsky/feed/getFeed.d.ts +1 -1
  132. package/dist/api/app/bsky/feed/getFeed.d.ts.map +1 -1
  133. package/dist/api/app/bsky/feed/getFeed.js +6 -7
  134. package/dist/api/app/bsky/feed/getFeed.js.map +1 -1
  135. package/dist/api/app/bsky/feed/getPostThread.d.ts +1 -1
  136. package/dist/api/app/bsky/feed/getPostThread.d.ts.map +1 -1
  137. package/dist/api/app/bsky/feed/getPostThread.js +4 -5
  138. package/dist/api/app/bsky/feed/getPostThread.js.map +1 -1
  139. package/dist/api/app/bsky/feed/getTimeline.d.ts +1 -1
  140. package/dist/api/app/bsky/feed/getTimeline.d.ts.map +1 -1
  141. package/dist/api/app/bsky/feed/getTimeline.js +1 -2
  142. package/dist/api/app/bsky/feed/getTimeline.js.map +1 -1
  143. package/dist/api/app/bsky/feed/index.d.ts +1 -1
  144. package/dist/api/app/bsky/feed/index.d.ts.map +1 -1
  145. package/dist/api/app/bsky/index.d.ts +1 -1
  146. package/dist/api/app/bsky/index.d.ts.map +1 -1
  147. package/dist/api/app/bsky/notification/index.d.ts +1 -1
  148. package/dist/api/app/bsky/notification/index.d.ts.map +1 -1
  149. package/dist/api/app/bsky/notification/registerPush.d.ts +1 -1
  150. package/dist/api/app/bsky/notification/registerPush.d.ts.map +1 -1
  151. package/dist/api/app/bsky/notification/registerPush.js +6 -6
  152. package/dist/api/app/bsky/notification/registerPush.js.map +1 -1
  153. package/dist/api/app/bsky/util/resolver.d.ts +1 -1
  154. package/dist/api/app/bsky/util/resolver.d.ts.map +1 -1
  155. package/dist/api/app/bsky/util/resolver.js.map +1 -1
  156. package/dist/api/com/atproto/admin/deleteAccount.d.ts +1 -1
  157. package/dist/api/com/atproto/admin/deleteAccount.d.ts.map +1 -1
  158. package/dist/api/com/atproto/admin/deleteAccount.js.map +1 -1
  159. package/dist/api/com/atproto/admin/disableAccountInvites.d.ts +1 -1
  160. package/dist/api/com/atproto/admin/disableAccountInvites.d.ts.map +1 -1
  161. package/dist/api/com/atproto/admin/disableInviteCodes.d.ts +1 -1
  162. package/dist/api/com/atproto/admin/disableInviteCodes.d.ts.map +1 -1
  163. package/dist/api/com/atproto/admin/enableAccountInvites.d.ts +1 -1
  164. package/dist/api/com/atproto/admin/enableAccountInvites.d.ts.map +1 -1
  165. package/dist/api/com/atproto/admin/getAccountInfo.d.ts +1 -1
  166. package/dist/api/com/atproto/admin/getAccountInfo.d.ts.map +1 -1
  167. package/dist/api/com/atproto/admin/getAccountInfo.js.map +1 -1
  168. package/dist/api/com/atproto/admin/getAccountInfos.d.ts +1 -1
  169. package/dist/api/com/atproto/admin/getAccountInfos.d.ts.map +1 -1
  170. package/dist/api/com/atproto/admin/getInviteCodes.d.ts +2 -2
  171. package/dist/api/com/atproto/admin/getInviteCodes.d.ts.map +1 -1
  172. package/dist/api/com/atproto/admin/getInviteCodes.js +1 -1
  173. package/dist/api/com/atproto/admin/getInviteCodes.js.map +1 -1
  174. package/dist/api/com/atproto/admin/getSubjectStatus.d.ts +1 -1
  175. package/dist/api/com/atproto/admin/getSubjectStatus.d.ts.map +1 -1
  176. package/dist/api/com/atproto/admin/index.d.ts +1 -1
  177. package/dist/api/com/atproto/admin/index.d.ts.map +1 -1
  178. package/dist/api/com/atproto/admin/index.js +8 -8
  179. package/dist/api/com/atproto/admin/index.js.map +1 -1
  180. package/dist/api/com/atproto/admin/sendEmail.d.ts +1 -1
  181. package/dist/api/com/atproto/admin/sendEmail.d.ts.map +1 -1
  182. package/dist/api/com/atproto/admin/sendEmail.js +1 -1
  183. package/dist/api/com/atproto/admin/sendEmail.js.map +1 -1
  184. package/dist/api/com/atproto/admin/updateAccountEmail.d.ts +1 -1
  185. package/dist/api/com/atproto/admin/updateAccountEmail.d.ts.map +1 -1
  186. package/dist/api/com/atproto/admin/updateAccountHandle.d.ts +1 -1
  187. package/dist/api/com/atproto/admin/updateAccountHandle.d.ts.map +1 -1
  188. package/dist/api/com/atproto/admin/updateAccountHandle.js.map +1 -1
  189. package/dist/api/com/atproto/admin/updateAccountPassword.d.ts +1 -1
  190. package/dist/api/com/atproto/admin/updateAccountPassword.d.ts.map +1 -1
  191. package/dist/api/com/atproto/admin/updateSubjectStatus.d.ts +1 -1
  192. package/dist/api/com/atproto/admin/updateSubjectStatus.d.ts.map +1 -1
  193. package/dist/api/com/atproto/admin/updateSubjectStatus.js +1 -1
  194. package/dist/api/com/atproto/admin/updateSubjectStatus.js.map +1 -1
  195. package/dist/api/com/atproto/admin/util.d.ts.map +1 -1
  196. package/dist/api/com/atproto/admin/util.js.map +1 -1
  197. package/dist/api/com/atproto/identity/getRecommendedDidCredentials.d.ts +1 -1
  198. package/dist/api/com/atproto/identity/getRecommendedDidCredentials.d.ts.map +1 -1
  199. package/dist/api/com/atproto/identity/index.d.ts +1 -1
  200. package/dist/api/com/atproto/identity/index.d.ts.map +1 -1
  201. package/dist/api/com/atproto/identity/index.js +2 -2
  202. package/dist/api/com/atproto/identity/index.js.map +1 -1
  203. package/dist/api/com/atproto/identity/requestPlcOperationSignature.d.ts +1 -1
  204. package/dist/api/com/atproto/identity/requestPlcOperationSignature.d.ts.map +1 -1
  205. package/dist/api/com/atproto/identity/requestPlcOperationSignature.js +1 -1
  206. package/dist/api/com/atproto/identity/requestPlcOperationSignature.js.map +1 -1
  207. package/dist/api/com/atproto/identity/resolveHandle.d.ts +1 -1
  208. package/dist/api/com/atproto/identity/resolveHandle.d.ts.map +1 -1
  209. package/dist/api/com/atproto/identity/resolveHandle.js +11 -14
  210. package/dist/api/com/atproto/identity/resolveHandle.js.map +1 -1
  211. package/dist/api/com/atproto/identity/signPlcOperation.d.ts +1 -1
  212. package/dist/api/com/atproto/identity/signPlcOperation.d.ts.map +1 -1
  213. package/dist/api/com/atproto/identity/signPlcOperation.js +1 -1
  214. package/dist/api/com/atproto/identity/signPlcOperation.js.map +1 -1
  215. package/dist/api/com/atproto/identity/submitPlcOperation.d.ts +1 -1
  216. package/dist/api/com/atproto/identity/submitPlcOperation.d.ts.map +1 -1
  217. package/dist/api/com/atproto/identity/submitPlcOperation.js.map +1 -1
  218. package/dist/api/com/atproto/identity/updateHandle.d.ts +1 -1
  219. package/dist/api/com/atproto/identity/updateHandle.d.ts.map +1 -1
  220. package/dist/api/com/atproto/identity/updateHandle.js +2 -2
  221. package/dist/api/com/atproto/identity/updateHandle.js.map +1 -1
  222. package/dist/api/com/atproto/index.d.ts +1 -1
  223. package/dist/api/com/atproto/index.d.ts.map +1 -1
  224. package/dist/api/com/atproto/moderation/createReport.d.ts +1 -1
  225. package/dist/api/com/atproto/moderation/createReport.d.ts.map +1 -1
  226. package/dist/api/com/atproto/moderation/createReport.js +2 -2
  227. package/dist/api/com/atproto/moderation/createReport.js.map +1 -1
  228. package/dist/api/com/atproto/moderation/index.d.ts +1 -1
  229. package/dist/api/com/atproto/moderation/index.d.ts.map +1 -1
  230. package/dist/api/com/atproto/repo/applyWrites.d.ts +1 -1
  231. package/dist/api/com/atproto/repo/applyWrites.d.ts.map +1 -1
  232. package/dist/api/com/atproto/repo/applyWrites.js +4 -5
  233. package/dist/api/com/atproto/repo/applyWrites.js.map +1 -1
  234. package/dist/api/com/atproto/repo/createRecord.d.ts +1 -1
  235. package/dist/api/com/atproto/repo/createRecord.d.ts.map +1 -1
  236. package/dist/api/com/atproto/repo/createRecord.js +3 -4
  237. package/dist/api/com/atproto/repo/createRecord.js.map +1 -1
  238. package/dist/api/com/atproto/repo/deleteRecord.d.ts +1 -1
  239. package/dist/api/com/atproto/repo/deleteRecord.d.ts.map +1 -1
  240. package/dist/api/com/atproto/repo/deleteRecord.js +3 -4
  241. package/dist/api/com/atproto/repo/deleteRecord.js.map +1 -1
  242. package/dist/api/com/atproto/repo/describeRepo.d.ts +1 -1
  243. package/dist/api/com/atproto/repo/describeRepo.d.ts.map +1 -1
  244. package/dist/api/com/atproto/repo/describeRepo.js +1 -1
  245. package/dist/api/com/atproto/repo/describeRepo.js.map +1 -1
  246. package/dist/api/com/atproto/repo/getRecord.d.ts +1 -1
  247. package/dist/api/com/atproto/repo/getRecord.d.ts.map +1 -1
  248. package/dist/api/com/atproto/repo/getRecord.js.map +1 -1
  249. package/dist/api/com/atproto/repo/importRepo.d.ts +2 -2
  250. package/dist/api/com/atproto/repo/importRepo.d.ts.map +1 -1
  251. package/dist/api/com/atproto/repo/importRepo.js +6 -22
  252. package/dist/api/com/atproto/repo/importRepo.js.map +1 -1
  253. package/dist/api/com/atproto/repo/index.d.ts +1 -1
  254. package/dist/api/com/atproto/repo/index.d.ts.map +1 -1
  255. package/dist/api/com/atproto/repo/index.js +2 -2
  256. package/dist/api/com/atproto/repo/index.js.map +1 -1
  257. package/dist/api/com/atproto/repo/listMissingBlobs.d.ts +1 -1
  258. package/dist/api/com/atproto/repo/listMissingBlobs.d.ts.map +1 -1
  259. package/dist/api/com/atproto/repo/listRecords.d.ts +1 -1
  260. package/dist/api/com/atproto/repo/listRecords.d.ts.map +1 -1
  261. package/dist/api/com/atproto/repo/listRecords.js +1 -1
  262. package/dist/api/com/atproto/repo/listRecords.js.map +1 -1
  263. package/dist/api/com/atproto/repo/putRecord.d.ts +1 -1
  264. package/dist/api/com/atproto/repo/putRecord.d.ts.map +1 -1
  265. package/dist/api/com/atproto/repo/putRecord.js +5 -6
  266. package/dist/api/com/atproto/repo/putRecord.js.map +1 -1
  267. package/dist/api/com/atproto/repo/uploadBlob.d.ts +1 -1
  268. package/dist/api/com/atproto/repo/uploadBlob.d.ts.map +1 -1
  269. package/dist/api/com/atproto/server/activateAccount.d.ts +1 -1
  270. package/dist/api/com/atproto/server/activateAccount.d.ts.map +1 -1
  271. package/dist/api/com/atproto/server/activateAccount.js +1 -1
  272. package/dist/api/com/atproto/server/activateAccount.js.map +1 -1
  273. package/dist/api/com/atproto/server/checkAccountStatus.d.ts +1 -1
  274. package/dist/api/com/atproto/server/checkAccountStatus.d.ts.map +1 -1
  275. package/dist/api/com/atproto/server/confirmEmail.d.ts +1 -1
  276. package/dist/api/com/atproto/server/confirmEmail.d.ts.map +1 -1
  277. package/dist/api/com/atproto/server/confirmEmail.js.map +1 -1
  278. package/dist/api/com/atproto/server/createAccount.d.ts +1 -1
  279. package/dist/api/com/atproto/server/createAccount.d.ts.map +1 -1
  280. package/dist/api/com/atproto/server/createAccount.js +5 -5
  281. package/dist/api/com/atproto/server/createAccount.js.map +1 -1
  282. package/dist/api/com/atproto/server/createAppPassword.d.ts +1 -1
  283. package/dist/api/com/atproto/server/createAppPassword.d.ts.map +1 -1
  284. package/dist/api/com/atproto/server/createAppPassword.js.map +1 -1
  285. package/dist/api/com/atproto/server/createInviteCode.d.ts +1 -1
  286. package/dist/api/com/atproto/server/createInviteCode.d.ts.map +1 -1
  287. package/dist/api/com/atproto/server/createInviteCodes.d.ts +1 -1
  288. package/dist/api/com/atproto/server/createInviteCodes.d.ts.map +1 -1
  289. package/dist/api/com/atproto/server/createInviteCodes.js.map +1 -1
  290. package/dist/api/com/atproto/server/createSession.d.ts +1 -1
  291. package/dist/api/com/atproto/server/createSession.d.ts.map +1 -1
  292. package/dist/api/com/atproto/server/createSession.js.map +1 -1
  293. package/dist/api/com/atproto/server/deactivateAccount.d.ts +1 -1
  294. package/dist/api/com/atproto/server/deactivateAccount.d.ts.map +1 -1
  295. package/dist/api/com/atproto/server/deleteAccount.d.ts +1 -1
  296. package/dist/api/com/atproto/server/deleteAccount.d.ts.map +1 -1
  297. package/dist/api/com/atproto/server/deleteAccount.js +1 -1
  298. package/dist/api/com/atproto/server/deleteAccount.js.map +1 -1
  299. package/dist/api/com/atproto/server/deleteSession.d.ts +1 -1
  300. package/dist/api/com/atproto/server/deleteSession.d.ts.map +1 -1
  301. package/dist/api/com/atproto/server/describeServer.d.ts +1 -1
  302. package/dist/api/com/atproto/server/describeServer.d.ts.map +1 -1
  303. package/dist/api/com/atproto/server/getAccountInviteCodes.d.ts +1 -1
  304. package/dist/api/com/atproto/server/getAccountInviteCodes.d.ts.map +1 -1
  305. package/dist/api/com/atproto/server/getAccountInviteCodes.js +1 -1
  306. package/dist/api/com/atproto/server/getAccountInviteCodes.js.map +1 -1
  307. package/dist/api/com/atproto/server/getServiceAuth.d.ts +1 -1
  308. package/dist/api/com/atproto/server/getServiceAuth.d.ts.map +1 -1
  309. package/dist/api/com/atproto/server/getServiceAuth.js +2 -2
  310. package/dist/api/com/atproto/server/getServiceAuth.js.map +1 -1
  311. package/dist/api/com/atproto/server/getSession.d.ts +1 -1
  312. package/dist/api/com/atproto/server/getSession.d.ts.map +1 -1
  313. package/dist/api/com/atproto/server/getSession.js +2 -2
  314. package/dist/api/com/atproto/server/getSession.js.map +1 -1
  315. package/dist/api/com/atproto/server/index.d.ts +1 -1
  316. package/dist/api/com/atproto/server/index.d.ts.map +1 -1
  317. package/dist/api/com/atproto/server/index.js +17 -17
  318. package/dist/api/com/atproto/server/index.js.map +1 -1
  319. package/dist/api/com/atproto/server/listAppPasswords.d.ts +1 -1
  320. package/dist/api/com/atproto/server/listAppPasswords.d.ts.map +1 -1
  321. package/dist/api/com/atproto/server/listAppPasswords.js.map +1 -1
  322. package/dist/api/com/atproto/server/refreshSession.d.ts +1 -1
  323. package/dist/api/com/atproto/server/refreshSession.d.ts.map +1 -1
  324. package/dist/api/com/atproto/server/refreshSession.js +1 -1
  325. package/dist/api/com/atproto/server/refreshSession.js.map +1 -1
  326. package/dist/api/com/atproto/server/requestAccountDelete.d.ts +1 -1
  327. package/dist/api/com/atproto/server/requestAccountDelete.d.ts.map +1 -1
  328. package/dist/api/com/atproto/server/requestAccountDelete.js.map +1 -1
  329. package/dist/api/com/atproto/server/requestEmailConfirmation.d.ts +1 -1
  330. package/dist/api/com/atproto/server/requestEmailConfirmation.d.ts.map +1 -1
  331. package/dist/api/com/atproto/server/requestEmailConfirmation.js.map +1 -1
  332. package/dist/api/com/atproto/server/requestEmailUpdate.d.ts +1 -1
  333. package/dist/api/com/atproto/server/requestEmailUpdate.d.ts.map +1 -1
  334. package/dist/api/com/atproto/server/requestEmailUpdate.js +1 -1
  335. package/dist/api/com/atproto/server/requestEmailUpdate.js.map +1 -1
  336. package/dist/api/com/atproto/server/requestPasswordReset.d.ts +1 -1
  337. package/dist/api/com/atproto/server/requestPasswordReset.d.ts.map +1 -1
  338. package/dist/api/com/atproto/server/reserveSigningKey.d.ts +1 -1
  339. package/dist/api/com/atproto/server/reserveSigningKey.d.ts.map +1 -1
  340. package/dist/api/com/atproto/server/resetPassword.d.ts +1 -1
  341. package/dist/api/com/atproto/server/resetPassword.d.ts.map +1 -1
  342. package/dist/api/com/atproto/server/resetPassword.js.map +1 -1
  343. package/dist/api/com/atproto/server/revokeAppPassword.d.ts +1 -1
  344. package/dist/api/com/atproto/server/revokeAppPassword.d.ts.map +1 -1
  345. package/dist/api/com/atproto/server/revokeAppPassword.js.map +1 -1
  346. package/dist/api/com/atproto/server/updateEmail.d.ts +1 -1
  347. package/dist/api/com/atproto/server/updateEmail.d.ts.map +1 -1
  348. package/dist/api/com/atproto/server/updateEmail.js +1 -1
  349. package/dist/api/com/atproto/server/updateEmail.js.map +1 -1
  350. package/dist/api/com/atproto/server/util.d.ts +1 -1
  351. package/dist/api/com/atproto/server/util.d.ts.map +1 -1
  352. package/dist/api/com/atproto/server/util.js +2 -2
  353. package/dist/api/com/atproto/server/util.js.map +1 -1
  354. package/dist/api/com/atproto/sync/deprecated/getCheckout.d.ts +1 -1
  355. package/dist/api/com/atproto/sync/deprecated/getCheckout.d.ts.map +1 -1
  356. package/dist/api/com/atproto/sync/deprecated/getHead.d.ts +1 -1
  357. package/dist/api/com/atproto/sync/deprecated/getHead.d.ts.map +1 -1
  358. package/dist/api/com/atproto/sync/getBlob.d.ts +1 -1
  359. package/dist/api/com/atproto/sync/getBlob.d.ts.map +1 -1
  360. package/dist/api/com/atproto/sync/getBlob.js +2 -2
  361. package/dist/api/com/atproto/sync/getBlob.js.map +1 -1
  362. package/dist/api/com/atproto/sync/getBlocks.d.ts +1 -1
  363. package/dist/api/com/atproto/sync/getBlocks.d.ts.map +1 -1
  364. package/dist/api/com/atproto/sync/getBlocks.js +1 -1
  365. package/dist/api/com/atproto/sync/getBlocks.js.map +1 -1
  366. package/dist/api/com/atproto/sync/getLatestCommit.d.ts +1 -1
  367. package/dist/api/com/atproto/sync/getLatestCommit.d.ts.map +1 -1
  368. package/dist/api/com/atproto/sync/getRecord.d.ts +1 -1
  369. package/dist/api/com/atproto/sync/getRecord.d.ts.map +1 -1
  370. package/dist/api/com/atproto/sync/getRecord.js +1 -1
  371. package/dist/api/com/atproto/sync/getRecord.js.map +1 -1
  372. package/dist/api/com/atproto/sync/getRepo.d.ts +2 -2
  373. package/dist/api/com/atproto/sync/getRepo.d.ts.map +1 -1
  374. package/dist/api/com/atproto/sync/getRepo.js +1 -1
  375. package/dist/api/com/atproto/sync/getRepo.js.map +1 -1
  376. package/dist/api/com/atproto/sync/getRepoStatus.d.ts +1 -1
  377. package/dist/api/com/atproto/sync/getRepoStatus.d.ts.map +1 -1
  378. package/dist/api/com/atproto/sync/getRepoStatus.js +1 -1
  379. package/dist/api/com/atproto/sync/getRepoStatus.js.map +1 -1
  380. package/dist/api/com/atproto/sync/index.d.ts +1 -1
  381. package/dist/api/com/atproto/sync/index.d.ts.map +1 -1
  382. package/dist/api/com/atproto/sync/index.js +4 -4
  383. package/dist/api/com/atproto/sync/index.js.map +1 -1
  384. package/dist/api/com/atproto/sync/listBlobs.d.ts +1 -1
  385. package/dist/api/com/atproto/sync/listBlobs.d.ts.map +1 -1
  386. package/dist/api/com/atproto/sync/listBlobs.js +1 -1
  387. package/dist/api/com/atproto/sync/listBlobs.js.map +1 -1
  388. package/dist/api/com/atproto/sync/listRepos.d.ts +2 -2
  389. package/dist/api/com/atproto/sync/listRepos.d.ts.map +1 -1
  390. package/dist/api/com/atproto/sync/listRepos.js +1 -1
  391. package/dist/api/com/atproto/sync/listRepos.js.map +1 -1
  392. package/dist/api/com/atproto/sync/subscribeRepos.d.ts +1 -1
  393. package/dist/api/com/atproto/sync/subscribeRepos.d.ts.map +1 -1
  394. package/dist/api/com/atproto/sync/subscribeRepos.js +2 -5
  395. package/dist/api/com/atproto/sync/subscribeRepos.js.map +1 -1
  396. package/dist/api/com/atproto/sync/util.d.ts +1 -1
  397. package/dist/api/com/atproto/sync/util.d.ts.map +1 -1
  398. package/dist/api/com/atproto/temp/checkSignupQueue.d.ts +1 -1
  399. package/dist/api/com/atproto/temp/checkSignupQueue.d.ts.map +1 -1
  400. package/dist/api/com/atproto/temp/checkSignupQueue.js +1 -1
  401. package/dist/api/com/atproto/temp/checkSignupQueue.js.map +1 -1
  402. package/dist/api/com/atproto/temp/index.d.ts +1 -1
  403. package/dist/api/com/atproto/temp/index.d.ts.map +1 -1
  404. package/dist/api/index.d.ts +1 -1
  405. package/dist/api/index.d.ts.map +1 -1
  406. package/dist/api/index.js +1 -1
  407. package/dist/api/index.js.map +1 -1
  408. package/dist/api/proxy.d.ts +1 -1
  409. package/dist/api/proxy.d.ts.map +1 -1
  410. package/dist/api/proxy.js.map +1 -1
  411. package/dist/auth-routes.d.ts +1 -1
  412. package/dist/auth-routes.d.ts.map +1 -1
  413. package/dist/auth-routes.js +1 -1
  414. package/dist/auth-routes.js.map +1 -1
  415. package/dist/auth-verifier.d.ts +1 -1
  416. package/dist/auth-verifier.d.ts.map +1 -1
  417. package/dist/auth-verifier.js +2 -2
  418. package/dist/auth-verifier.js.map +1 -1
  419. package/dist/basic-routes.d.ts +3 -3
  420. package/dist/basic-routes.d.ts.map +1 -1
  421. package/dist/basic-routes.js +2 -5
  422. package/dist/basic-routes.js.map +1 -1
  423. package/dist/bsky-app-view.d.ts +15 -0
  424. package/dist/bsky-app-view.d.ts.map +1 -0
  425. package/dist/bsky-app-view.js +43 -0
  426. package/dist/bsky-app-view.js.map +1 -0
  427. package/dist/config/config.js +1 -1
  428. package/dist/config/config.js.map +1 -1
  429. package/dist/context.d.ts +15 -15
  430. package/dist/context.d.ts.map +1 -1
  431. package/dist/context.js +30 -36
  432. package/dist/context.js.map +1 -1
  433. package/dist/crawlers.d.ts.map +1 -1
  434. package/dist/crawlers.js +1 -1
  435. package/dist/crawlers.js.map +1 -1
  436. package/dist/db/db.d.ts +2 -2
  437. package/dist/db/db.d.ts.map +1 -1
  438. package/dist/db/db.js +4 -4
  439. package/dist/db/db.js.map +1 -1
  440. package/dist/db/migrator.d.ts +1 -1
  441. package/dist/db/migrator.d.ts.map +1 -1
  442. package/dist/db/tables/moderation.d.ts +1 -1
  443. package/dist/db/tables/moderation.d.ts.map +1 -1
  444. package/dist/db/util.d.ts.map +1 -1
  445. package/dist/db/util.js +1 -1
  446. package/dist/db/util.js.map +1 -1
  447. package/dist/did-cache/db/index.d.ts.map +1 -1
  448. package/dist/did-cache/db/index.js.map +1 -1
  449. package/dist/disk-blobstore.d.ts +1 -2
  450. package/dist/disk-blobstore.d.ts.map +1 -1
  451. package/dist/disk-blobstore.js +17 -18
  452. package/dist/disk-blobstore.js.map +1 -1
  453. package/dist/error.d.ts.map +1 -1
  454. package/dist/error.js +1 -1
  455. package/dist/error.js.map +1 -1
  456. package/dist/handle/index.d.ts +1 -1
  457. package/dist/handle/index.d.ts.map +1 -1
  458. package/dist/handle/index.js +1 -1
  459. package/dist/handle/index.js.map +1 -1
  460. package/dist/image/image-url-builder.d.ts +8 -0
  461. package/dist/image/image-url-builder.d.ts.map +1 -0
  462. package/dist/image/image-url-builder.js +26 -0
  463. package/dist/image/image-url-builder.js.map +1 -0
  464. package/dist/image/index.d.ts +1 -1
  465. package/dist/image/index.d.ts.map +1 -1
  466. package/dist/image/index.js +1 -1
  467. package/dist/image/index.js.map +1 -1
  468. package/dist/index.d.ts +2 -2
  469. package/dist/index.d.ts.map +1 -1
  470. package/dist/index.js +10 -10
  471. package/dist/index.js.map +1 -1
  472. package/dist/lexicon/lexicons.d.ts +68 -4
  473. package/dist/lexicon/lexicons.d.ts.map +1 -1
  474. package/dist/lexicon/lexicons.js +39 -0
  475. package/dist/lexicon/lexicons.js.map +1 -1
  476. package/dist/lexicon/types/app/bsky/actor/defs.d.ts +19 -1
  477. package/dist/lexicon/types/app/bsky/actor/defs.d.ts.map +1 -1
  478. package/dist/lexicon/types/app/bsky/actor/defs.js +10 -0
  479. package/dist/lexicon/types/app/bsky/actor/defs.js.map +1 -1
  480. package/dist/lexicon/types/app/bsky/feed/postgate.d.ts +1 -0
  481. package/dist/lexicon/types/app/bsky/feed/postgate.d.ts.map +1 -1
  482. package/dist/lexicon/types/app/bsky/feed/postgate.js.map +1 -1
  483. package/dist/lexicon/types/app/bsky/feed/threadgate.d.ts +8 -1
  484. package/dist/lexicon/types/app/bsky/feed/threadgate.d.ts.map +1 -1
  485. package/dist/lexicon/types/app/bsky/feed/threadgate.js +10 -0
  486. package/dist/lexicon/types/app/bsky/feed/threadgate.js.map +1 -1
  487. package/dist/logger.js +2 -5
  488. package/dist/logger.js.map +1 -1
  489. package/dist/mailer/index.d.ts.map +1 -1
  490. package/dist/mailer/index.js.map +1 -1
  491. package/dist/mailer/moderation.d.ts.map +1 -1
  492. package/dist/mailer/moderation.js.map +1 -1
  493. package/dist/oauth/provider.d.ts +1 -5
  494. package/dist/oauth/provider.d.ts.map +1 -1
  495. package/dist/oauth/provider.js +2 -6
  496. package/dist/oauth/provider.js.map +1 -1
  497. package/dist/pipethrough.d.ts +2 -2
  498. package/dist/pipethrough.d.ts.map +1 -1
  499. package/dist/pipethrough.js +1 -1
  500. package/dist/pipethrough.js.map +1 -1
  501. package/dist/read-after-write/types.d.ts +3 -3
  502. package/dist/read-after-write/types.d.ts.map +1 -1
  503. package/dist/read-after-write/util.d.ts +2 -2
  504. package/dist/read-after-write/util.d.ts.map +1 -1
  505. package/dist/read-after-write/util.js +1 -2
  506. package/dist/read-after-write/util.js.map +1 -1
  507. package/dist/read-after-write/viewer.d.ts +16 -31
  508. package/dist/read-after-write/viewer.d.ts.map +1 -1
  509. package/dist/read-after-write/viewer.js +28 -110
  510. package/dist/read-after-write/viewer.js.map +1 -1
  511. package/dist/redis.js +2 -2
  512. package/dist/redis.js.map +1 -1
  513. package/dist/repo/prepare.d.ts +2 -2
  514. package/dist/repo/prepare.d.ts.map +1 -1
  515. package/dist/repo/prepare.js +6 -6
  516. package/dist/repo/prepare.js.map +1 -1
  517. package/dist/repo/types.d.ts +2 -2
  518. package/dist/repo/types.d.ts.map +1 -1
  519. package/dist/scripts/rebuild-repo.d.ts +1 -1
  520. package/dist/scripts/rebuild-repo.d.ts.map +1 -1
  521. package/dist/scripts/rebuild-repo.js +3 -46
  522. package/dist/scripts/rebuild-repo.js.map +1 -1
  523. package/dist/sequencer/db/index.d.ts.map +1 -1
  524. package/dist/sequencer/db/index.js.map +1 -1
  525. package/dist/sequencer/events.d.ts +7 -7
  526. package/dist/sequencer/events.d.ts.map +1 -1
  527. package/dist/sequencer/events.js.map +1 -1
  528. package/dist/sequencer/outbox.d.ts +1 -2
  529. package/dist/sequencer/outbox.d.ts.map +1 -1
  530. package/dist/sequencer/outbox.js +0 -1
  531. package/dist/sequencer/outbox.js.map +1 -1
  532. package/dist/sequencer/sequencer.d.ts +4 -4
  533. package/dist/sequencer/sequencer.d.ts.map +1 -1
  534. package/dist/sequencer/sequencer.js +9 -9
  535. package/dist/sequencer/sequencer.js.map +1 -1
  536. package/dist/util/compression.js.map +1 -1
  537. package/dist/util/params.d.ts.map +1 -1
  538. package/dist/util/params.js +1 -1
  539. package/dist/util/params.js.map +1 -1
  540. package/dist/well-known.d.ts +3 -3
  541. package/dist/well-known.d.ts.map +1 -1
  542. package/dist/well-known.js +2 -5
  543. package/dist/well-known.js.map +1 -1
  544. package/package.json +21 -18
  545. package/src/account-manager/db/index.ts +1 -1
  546. package/src/account-manager/db/schema/authorization-request.ts +1 -1
  547. package/src/account-manager/db/schema/device.ts +1 -1
  548. package/src/account-manager/db/schema/index.ts +7 -7
  549. package/src/account-manager/db/schema/token.ts +1 -2
  550. package/src/account-manager/db/schema/used-refresh-token.ts +1 -1
  551. package/src/account-manager/helpers/account.ts +2 -2
  552. package/src/account-manager/helpers/authorization-request.ts +2 -2
  553. package/src/account-manager/helpers/device-account.ts +1 -2
  554. package/src/account-manager/helpers/device.ts +3 -3
  555. package/src/account-manager/helpers/email-token.ts +1 -1
  556. package/src/account-manager/helpers/invite.ts +1 -1
  557. package/src/account-manager/helpers/password.ts +2 -2
  558. package/src/account-manager/helpers/scrypt.ts +2 -2
  559. package/src/account-manager/helpers/token.ts +1 -1
  560. package/src/account-manager/index.ts +38 -8
  561. package/src/actor-store/actor-store-reader.ts +45 -0
  562. package/src/actor-store/actor-store-resources.ts +8 -0
  563. package/src/actor-store/actor-store-transactor.ts +31 -0
  564. package/src/actor-store/actor-store-writer.ts +17 -0
  565. package/src/actor-store/{index.ts → actor-store.ts} +26 -117
  566. package/src/actor-store/blob/reader.ts +17 -2
  567. package/src/actor-store/blob/transactor.ts +25 -10
  568. package/src/actor-store/db/index.ts +1 -1
  569. package/src/actor-store/db/schema/index.ts +3 -3
  570. package/src/actor-store/migrate.ts +1 -1
  571. package/src/actor-store/preference/transactor.ts +2 -2
  572. package/src/actor-store/record/reader.ts +125 -4
  573. package/src/actor-store/record/transactor.ts +3 -3
  574. package/src/actor-store/repo/reader.ts +1 -1
  575. package/src/actor-store/repo/sql-repo-reader.ts +7 -6
  576. package/src/actor-store/repo/sql-repo-transactor.ts +2 -2
  577. package/src/actor-store/repo/transactor.ts +16 -9
  578. package/src/api/app/bsky/actor/getPreferences.ts +4 -3
  579. package/src/api/app/bsky/actor/getProfile.ts +4 -4
  580. package/src/api/app/bsky/actor/getProfiles.ts +4 -4
  581. package/src/api/app/bsky/actor/index.ts +1 -2
  582. package/src/api/app/bsky/actor/putPreferences.ts +4 -3
  583. package/src/api/app/bsky/feed/getActorLikes.ts +4 -4
  584. package/src/api/app/bsky/feed/getAuthorFeed.ts +5 -5
  585. package/src/api/app/bsky/feed/getFeed.ts +8 -8
  586. package/src/api/app/bsky/feed/getPostThread.ts +14 -14
  587. package/src/api/app/bsky/feed/getTimeline.ts +4 -4
  588. package/src/api/app/bsky/feed/index.ts +1 -1
  589. package/src/api/app/bsky/index.ts +1 -1
  590. package/src/api/app/bsky/notification/index.ts +1 -1
  591. package/src/api/app/bsky/notification/registerPush.ts +9 -8
  592. package/src/api/app/bsky/util/resolver.ts +1 -1
  593. package/src/api/com/atproto/admin/deleteAccount.ts +2 -2
  594. package/src/api/com/atproto/admin/disableAccountInvites.ts +1 -1
  595. package/src/api/com/atproto/admin/disableInviteCodes.ts +1 -1
  596. package/src/api/com/atproto/admin/enableAccountInvites.ts +1 -1
  597. package/src/api/com/atproto/admin/getAccountInfo.ts +2 -3
  598. package/src/api/com/atproto/admin/getAccountInfos.ts +1 -1
  599. package/src/api/com/atproto/admin/getInviteCodes.ts +4 -4
  600. package/src/api/com/atproto/admin/getSubjectStatus.ts +1 -1
  601. package/src/api/com/atproto/admin/index.ts +9 -9
  602. package/src/api/com/atproto/admin/sendEmail.ts +2 -2
  603. package/src/api/com/atproto/admin/updateAccountEmail.ts +1 -1
  604. package/src/api/com/atproto/admin/updateAccountHandle.ts +1 -1
  605. package/src/api/com/atproto/admin/updateAccountPassword.ts +1 -1
  606. package/src/api/com/atproto/admin/updateSubjectStatus.ts +3 -3
  607. package/src/api/com/atproto/admin/util.ts +1 -1
  608. package/src/api/com/atproto/identity/getRecommendedDidCredentials.ts +1 -1
  609. package/src/api/com/atproto/identity/index.ts +3 -3
  610. package/src/api/com/atproto/identity/requestPlcOperationSignature.ts +2 -4
  611. package/src/api/com/atproto/identity/resolveHandle.ts +12 -16
  612. package/src/api/com/atproto/identity/signPlcOperation.ts +2 -4
  613. package/src/api/com/atproto/identity/submitPlcOperation.ts +2 -2
  614. package/src/api/com/atproto/identity/updateHandle.ts +3 -3
  615. package/src/api/com/atproto/index.ts +1 -1
  616. package/src/api/com/atproto/moderation/createReport.ts +4 -4
  617. package/src/api/com/atproto/moderation/index.ts +1 -1
  618. package/src/api/com/atproto/repo/applyWrites.ts +9 -7
  619. package/src/api/com/atproto/repo/createRecord.ts +4 -3
  620. package/src/api/com/atproto/repo/deleteRecord.ts +7 -4
  621. package/src/api/com/atproto/repo/describeRepo.ts +3 -3
  622. package/src/api/com/atproto/repo/getRecord.ts +2 -2
  623. package/src/api/com/atproto/repo/importRepo.ts +12 -27
  624. package/src/api/com/atproto/repo/index.ts +3 -3
  625. package/src/api/com/atproto/repo/listMissingBlobs.ts +1 -1
  626. package/src/api/com/atproto/repo/listRecords.ts +2 -2
  627. package/src/api/com/atproto/repo/putRecord.ts +8 -7
  628. package/src/api/com/atproto/repo/uploadBlob.ts +2 -2
  629. package/src/api/com/atproto/server/activateAccount.ts +2 -3
  630. package/src/api/com/atproto/server/checkAccountStatus.ts +1 -1
  631. package/src/api/com/atproto/server/confirmEmail.ts +1 -3
  632. package/src/api/com/atproto/server/createAccount.ts +6 -7
  633. package/src/api/com/atproto/server/createAppPassword.ts +1 -2
  634. package/src/api/com/atproto/server/createInviteCode.ts +1 -1
  635. package/src/api/com/atproto/server/createInviteCodes.ts +2 -2
  636. package/src/api/com/atproto/server/createSession.ts +1 -2
  637. package/src/api/com/atproto/server/deactivateAccount.ts +1 -1
  638. package/src/api/com/atproto/server/deleteAccount.ts +2 -2
  639. package/src/api/com/atproto/server/deleteSession.ts +1 -1
  640. package/src/api/com/atproto/server/describeServer.ts +1 -1
  641. package/src/api/com/atproto/server/getAccountInviteCodes.ts +2 -4
  642. package/src/api/com/atproto/server/getServiceAuth.ts +4 -4
  643. package/src/api/com/atproto/server/getSession.ts +3 -4
  644. package/src/api/com/atproto/server/index.ts +18 -27
  645. package/src/api/com/atproto/server/listAppPasswords.ts +1 -2
  646. package/src/api/com/atproto/server/refreshSession.ts +2 -3
  647. package/src/api/com/atproto/server/requestAccountDelete.ts +1 -3
  648. package/src/api/com/atproto/server/requestEmailConfirmation.ts +1 -3
  649. package/src/api/com/atproto/server/requestEmailUpdate.ts +2 -4
  650. package/src/api/com/atproto/server/requestPasswordReset.ts +1 -1
  651. package/src/api/com/atproto/server/reserveSigningKey.ts +1 -1
  652. package/src/api/com/atproto/server/resetPassword.ts +2 -2
  653. package/src/api/com/atproto/server/revokeAppPassword.ts +1 -2
  654. package/src/api/com/atproto/server/updateEmail.ts +2 -4
  655. package/src/api/com/atproto/server/util.ts +3 -3
  656. package/src/api/com/atproto/sync/deprecated/getCheckout.ts +1 -1
  657. package/src/api/com/atproto/sync/deprecated/getHead.ts +1 -1
  658. package/src/api/com/atproto/sync/getBlob.ts +4 -4
  659. package/src/api/com/atproto/sync/getBlocks.ts +2 -2
  660. package/src/api/com/atproto/sync/getLatestCommit.ts +1 -1
  661. package/src/api/com/atproto/sync/getRecord.ts +4 -4
  662. package/src/api/com/atproto/sync/getRepo.ts +4 -4
  663. package/src/api/com/atproto/sync/getRepoStatus.ts +2 -2
  664. package/src/api/com/atproto/sync/index.ts +5 -5
  665. package/src/api/com/atproto/sync/listBlobs.ts +2 -2
  666. package/src/api/com/atproto/sync/listRepos.ts +3 -3
  667. package/src/api/com/atproto/sync/subscribeRepos.ts +2 -2
  668. package/src/api/com/atproto/sync/util.ts +1 -1
  669. package/src/api/com/atproto/temp/checkSignupQueue.ts +2 -2
  670. package/src/api/com/atproto/temp/index.ts +1 -1
  671. package/src/api/index.ts +2 -2
  672. package/src/api/proxy.ts +1 -1
  673. package/src/auth-routes.ts +2 -3
  674. package/src/auth-verifier.ts +2 -3
  675. package/src/basic-routes.ts +4 -4
  676. package/src/bsky-app-view.ts +26 -0
  677. package/src/config/config.ts +1 -1
  678. package/src/config/env.ts +1 -1
  679. package/src/context.ts +49 -46
  680. package/src/crawlers.ts +1 -1
  681. package/src/db/db.ts +7 -7
  682. package/src/db/migrator.ts +1 -1
  683. package/src/db/tables/moderation.ts +2 -2
  684. package/src/db/util.ts +2 -2
  685. package/src/did-cache/db/index.ts +1 -1
  686. package/src/did-cache/index.ts +1 -1
  687. package/src/disk-blobstore.ts +6 -8
  688. package/src/error.ts +2 -2
  689. package/src/handle/index.ts +2 -2
  690. package/src/image/image-url-builder.ts +16 -0
  691. package/src/image/index.ts +2 -2
  692. package/src/index.ts +15 -13
  693. package/src/lexicon/lexicons.ts +44 -0
  694. package/src/lexicon/types/app/bsky/actor/defs.ts +37 -0
  695. package/src/lexicon/types/app/bsky/feed/postgate.ts +1 -0
  696. package/src/lexicon/types/app/bsky/feed/threadgate.ts +19 -0
  697. package/src/logger.ts +1 -1
  698. package/src/mailer/index.ts +1 -2
  699. package/src/mailer/moderation.ts +1 -1
  700. package/src/mailer/templates/confirm-email.d.ts +1 -1
  701. package/src/mailer/templates/delete-account.d.ts +1 -1
  702. package/src/mailer/templates/plc-operation.d.ts +1 -1
  703. package/src/mailer/templates/reset-password.d.ts +1 -1
  704. package/src/mailer/templates/update-email.d.ts +1 -1
  705. package/src/oauth/provider.ts +1 -17
  706. package/src/pipethrough.ts +4 -6
  707. package/src/read-after-write/types.ts +3 -3
  708. package/src/read-after-write/util.ts +3 -5
  709. package/src/read-after-write/viewer.ts +50 -124
  710. package/src/redis.ts +1 -1
  711. package/src/repo/prepare.ts +18 -18
  712. package/src/repo/types.ts +2 -2
  713. package/src/scripts/rebuild-repo.ts +4 -61
  714. package/src/sequencer/db/index.ts +1 -1
  715. package/src/sequencer/events.ts +3 -3
  716. package/src/sequencer/outbox.ts +1 -3
  717. package/src/sequencer/sequencer.ts +12 -12
  718. package/src/util/compression.ts +1 -1
  719. package/src/util/params.ts +1 -1
  720. package/src/well-known.ts +4 -4
  721. package/tests/_util.ts +5 -5
  722. package/tests/account-deletion.test.ts +7 -7
  723. package/tests/account-migration.test.ts +3 -3
  724. package/tests/account.test.ts +2 -2
  725. package/tests/app-passwords.test.ts +1 -1
  726. package/tests/blob-deletes.test.ts +4 -6
  727. package/tests/create-post.test.ts +3 -3
  728. package/tests/crud.test.ts +12 -16
  729. package/tests/email-confirmation.test.ts +5 -5
  730. package/tests/entryway.test.ts +5 -5
  731. package/tests/file-uploads.test.ts +7 -7
  732. package/tests/handles.test.ts +3 -3
  733. package/tests/invites-admin.test.ts +1 -1
  734. package/tests/moderation.test.ts +2 -2
  735. package/tests/moderator-auth.test.ts +4 -4
  736. package/tests/oauth.test.ts +4 -4
  737. package/tests/plc-operations.test.ts +6 -6
  738. package/tests/preferences.test.ts +2 -2
  739. package/tests/proxied/admin.test.ts +2 -2
  740. package/tests/proxied/feedgen.test.ts +4 -4
  741. package/tests/proxied/notif.test.ts +5 -5
  742. package/tests/proxied/procedures.test.ts +1 -1
  743. package/tests/proxied/proxy-catchall.test.ts +6 -6
  744. package/tests/proxied/proxy-header.test.ts +5 -5
  745. package/tests/proxied/read-after-write.test.ts +6 -6
  746. package/tests/proxied/views.test.ts +3 -3
  747. package/tests/races.test.ts +2 -2
  748. package/tests/rate-limits.test.ts +1 -1
  749. package/tests/sequencer.test.ts +7 -7
  750. package/tests/server.test.ts +4 -4
  751. package/tests/sync/list.test.ts +1 -1
  752. package/tests/sync/subscribe-repos.test.ts +9 -9
  753. package/tests/sync/sync.test.ts +3 -3
  754. package/tests/takedown-appeal.test.ts +1 -1
  755. package/tsconfig.build.tsbuildinfo +1 -1
  756. package/dist/actor-store/index.d.ts +0 -65
  757. package/dist/actor-store/index.d.ts.map +0 -1
  758. package/dist/actor-store/index.js.map +0 -1
  759. package/dist/oauth/detailed-account-store.d.ts +0 -27
  760. package/dist/oauth/detailed-account-store.d.ts.map +0 -1
  761. package/dist/oauth/detailed-account-store.js +0 -76
  762. package/dist/oauth/detailed-account-store.js.map +0 -1
  763. package/src/oauth/detailed-account-store.ts +0 -96
package/src/context.ts CHANGED
@@ -1,19 +1,12 @@
1
1
  import assert from 'node:assert'
2
- import * as undici from 'undici'
3
- import * as nodemailer from 'nodemailer'
4
- import { Redis } from 'ioredis'
5
2
  import * as plc from '@did-plc/lib'
6
- import {
7
- Fetch,
8
- isUnicastIp,
9
- loggedFetch,
10
- safeFetchWrap,
11
- unicastLookup,
12
- } from '@atproto-labs/fetch-node'
13
- import * as crypto from '@atproto/crypto'
14
- import { IdResolver } from '@atproto/identity'
3
+ import { Redis } from 'ioredis'
4
+ import * as nodemailer from 'nodemailer'
5
+ import * as undici from 'undici'
15
6
  import { AtpAgent } from '@atproto/api'
16
7
  import { KmsKeypair, S3BlobStore } from '@atproto/aws'
8
+ import * as crypto from '@atproto/crypto'
9
+ import { IdResolver } from '@atproto/identity'
17
10
  import { JoseKey, OAuthVerifier } from '@atproto/oauth-provider'
18
11
  import { BlobStore } from '@atproto/repo'
19
12
  import {
@@ -23,26 +16,34 @@ import {
23
16
  createServiceAuthHeaders,
24
17
  createServiceJwt,
25
18
  } from '@atproto/xrpc-server'
26
-
27
- import { ServerConfig, ServerSecrets } from './config'
28
- import { PdsOAuthProvider } from './oauth/provider'
19
+ import {
20
+ Fetch,
21
+ isUnicastIp,
22
+ loggedFetch,
23
+ safeFetchWrap,
24
+ unicastLookup,
25
+ } from '@atproto-labs/fetch-node'
26
+ import { AccountManager } from './account-manager'
27
+ import { ActorStore } from './actor-store/actor-store'
29
28
  import {
30
29
  AuthVerifier,
31
30
  createPublicKeyObject,
32
31
  createSecretKeyObject,
33
32
  } from './auth-verifier'
34
- import { fetchLogger } from './logger'
35
- import { ServerMailer } from './mailer'
36
- import { ModerationMailer } from './mailer/moderation'
37
- import { AccountManager } from './account-manager'
38
- import { Sequencer } from './sequencer'
39
33
  import { BackgroundQueue } from './background'
40
- import { DidSqliteCache } from './did-cache'
34
+ import { BskyAppView } from './bsky-app-view'
35
+ import { ServerConfig, ServerSecrets } from './config'
41
36
  import { Crawlers } from './crawlers'
37
+ import { DidSqliteCache } from './did-cache'
42
38
  import { DiskBlobStore } from './disk-blobstore'
43
- import { getRedisClient } from './redis'
44
- import { ActorStore } from './actor-store'
39
+ import { ImageUrlBuilder } from './image/image-url-builder'
40
+ import { fetchLogger } from './logger'
41
+ import { ServerMailer } from './mailer'
42
+ import { ModerationMailer } from './mailer/moderation'
43
+ import { PdsOAuthProvider } from './oauth/provider'
45
44
  import { LocalViewer, LocalViewerCreator } from './read-after-write/viewer'
45
+ import { getRedisClient } from './redis'
46
+ import { Sequencer } from './sequencer'
46
47
 
47
48
  export type AppContextOptions = {
48
49
  actorStore: ActorStore
@@ -59,7 +60,7 @@ export type AppContextOptions = {
59
60
  redisScratch?: Redis
60
61
  ratelimitCreator?: RateLimiterCreator
61
62
  crawlers: Crawlers
62
- appViewAgent?: AtpAgent
63
+ bskyAppView?: BskyAppView
63
64
  moderationAgent?: AtpAgent
64
65
  reportingAgent?: AtpAgent
65
66
  entrywayAgent?: AtpAgent
@@ -86,7 +87,7 @@ export class AppContext {
86
87
  public redisScratch?: Redis
87
88
  public ratelimitCreator?: RateLimiterCreator
88
89
  public crawlers: Crawlers
89
- public appViewAgent: AtpAgent | undefined
90
+ public bskyAppView?: BskyAppView
90
91
  public moderationAgent: AtpAgent | undefined
91
92
  public reportingAgent: AtpAgent | undefined
92
93
  public entrywayAgent: AtpAgent | undefined
@@ -112,7 +113,7 @@ export class AppContext {
112
113
  this.redisScratch = opts.redisScratch
113
114
  this.ratelimitCreator = opts.ratelimitCreator
114
115
  this.crawlers = opts.crawlers
115
- this.appViewAgent = opts.appViewAgent
116
+ this.bskyAppView = opts.bskyAppView
116
117
  this.moderationAgent = opts.moderationAgent
117
118
  this.reportingAgent = opts.reportingAgent
118
119
  this.entrywayAgent = opts.entrywayAgent
@@ -214,9 +215,10 @@ export class AppContext {
214
215
  }
215
216
  }
216
217
 
217
- const appViewAgent = cfg.bskyAppView
218
- ? new AtpAgent({ service: cfg.bskyAppView.url })
218
+ const bskyAppView = cfg.bskyAppView
219
+ ? new BskyAppView(cfg.bskyAppView)
219
220
  : undefined
221
+
220
222
  const moderationAgent = cfg.modService
221
223
  ? new AtpAgent({ service: cfg.modService.url })
222
224
  : undefined
@@ -232,7 +234,19 @@ export class AppContext {
232
234
  ? createPublicKeyObject(cfg.entryway.jwtPublicKeyHex)
233
235
  : null
234
236
 
237
+ const imageUrlBuilder = new ImageUrlBuilder(
238
+ cfg.service.hostname,
239
+ bskyAppView,
240
+ )
241
+
242
+ const actorStore = new ActorStore(cfg.actorStore, {
243
+ blobstore,
244
+ backgroundQueue,
245
+ })
246
+
235
247
  const accountManager = new AccountManager(
248
+ actorStore,
249
+ imageUrlBuilder,
236
250
  backgroundQueue,
237
251
  cfg.db.accountDbLoc,
238
252
  jwtSecretKey,
@@ -250,18 +264,11 @@ export class AppContext {
250
264
  secrets.plcRotationKey.privateKeyHex,
251
265
  )
252
266
 
253
- const actorStore = new ActorStore(cfg.actorStore, {
254
- blobstore,
255
- backgroundQueue,
256
- })
257
-
258
- const localViewer = LocalViewer.creator({
267
+ const localViewer = LocalViewer.creator(
259
268
  accountManager,
260
- appViewAgent,
261
- pdsHostname: cfg.service.hostname,
262
- appviewDid: cfg.bskyAppView?.did,
263
- appviewCdnUrlPattern: cfg.bskyAppView?.cdnUrlPattern,
264
- })
269
+ imageUrlBuilder,
270
+ bskyAppView,
271
+ )
265
272
 
266
273
  // An agent for performing HTTP requests based on user provided URLs.
267
274
  const proxyAgentBase = new undici.Agent({
@@ -322,8 +329,6 @@ export class AppContext {
322
329
  await JoseKey.fromKeyLike(jwtSecretKey, undefined, 'HS256'),
323
330
  ],
324
331
  accountManager,
325
- actorStore,
326
- localViewer,
327
332
  redis: redisScratch,
328
333
  dpopSecret: secrets.dpopSecret,
329
334
  customization: cfg.oauth.provider.customization,
@@ -371,7 +376,7 @@ export class AppContext {
371
376
  redisScratch,
372
377
  ratelimitCreator,
373
378
  crawlers,
374
- appViewAgent,
379
+ bskyAppView,
375
380
  moderationAgent,
376
381
  reportingAgent,
377
382
  entrywayAgent,
@@ -386,8 +391,8 @@ export class AppContext {
386
391
  }
387
392
 
388
393
  async appviewAuthHeaders(did: string, lxm: string) {
389
- assert(this.cfg.bskyAppView)
390
- return this.serviceAuthHeaders(did, this.cfg.bskyAppView.did, lxm)
394
+ assert(this.bskyAppView)
395
+ return this.serviceAuthHeaders(did, this.bskyAppView.did, lxm)
391
396
  }
392
397
 
393
398
  async serviceAuthHeaders(did: string, aud: string, lxm: string) {
@@ -410,5 +415,3 @@ export class AppContext {
410
415
  })
411
416
  }
412
417
  }
413
-
414
- export default AppContext
package/src/crawlers.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { AtpAgent } from '@atproto/api'
2
- import { crawlerLogger as log } from './logger'
3
2
  import { MINUTE } from '@atproto/common'
4
3
  import { BackgroundQueue } from './background'
4
+ import { crawlerLogger as log } from './logger'
5
5
 
6
6
  const NOTIFY_THRESHOLD = 20 * MINUTE
7
7
 
package/src/db/db.ts CHANGED
@@ -1,16 +1,16 @@
1
- import assert from 'assert'
1
+ import assert from 'node:assert'
2
+ import SqliteDB from 'better-sqlite3'
2
3
  import {
3
- sql,
4
4
  Kysely,
5
- SqliteDialect,
6
5
  KyselyPlugin,
7
6
  PluginTransformQueryArgs,
8
7
  PluginTransformResultArgs,
9
- RootOperationNode,
10
8
  QueryResult,
9
+ RootOperationNode,
10
+ SqliteDialect,
11
11
  UnknownRow,
12
+ sql,
12
13
  } from 'kysely'
13
- import SqliteDB from 'better-sqlite3'
14
14
  import { dbLogger } from '../logger'
15
15
  import { retrySqlite } from './util'
16
16
 
@@ -51,7 +51,7 @@ export class Database<Schema> {
51
51
  }
52
52
 
53
53
  async transactionNoRetry<T>(
54
- fn: (db: Database<Schema>) => T | Promise<T>,
54
+ fn: (db: Database<Schema>) => T | PromiseLike<T>,
55
55
  ): Promise<T> {
56
56
  this.assertNotTransaction()
57
57
  const leakyTxPlugin = new LeakyTxPlugin()
@@ -77,7 +77,7 @@ export class Database<Schema> {
77
77
  }
78
78
 
79
79
  async transaction<T>(
80
- fn: (db: Database<Schema>) => T | Promise<T>,
80
+ fn: (db: Database<Schema>) => T | PromiseLike<T>,
81
81
  ): Promise<T> {
82
82
  return retrySqlite(() => this.transactionNoRetry(fn))
83
83
  }
@@ -1,4 +1,4 @@
1
- import { Kysely, Migrator as KyselyMigrator, Migration } from 'kysely'
1
+ import { Kysely, Migration, Migrator as KyselyMigrator } from 'kysely'
2
2
 
3
3
  export class Migrator<T> extends KyselyMigrator {
4
4
  constructor(
@@ -1,10 +1,10 @@
1
1
  import { Generated } from 'kysely'
2
2
  import {
3
- REASONOTHER,
4
- REASONSPAM,
5
3
  REASONMISLEADING,
4
+ REASONOTHER,
6
5
  REASONRUDE,
7
6
  REASONSEXUAL,
7
+ REASONSPAM,
8
8
  REASONVIOLATION,
9
9
  } from '../../lexicon/types/com/atproto/moderation/defs'
10
10
 
package/src/db/util.ts CHANGED
@@ -1,4 +1,3 @@
1
- import { retry } from '@atproto/common'
2
1
  import {
3
2
  DummyDriver,
4
3
  DynamicModule,
@@ -6,11 +5,12 @@ import {
6
5
  RawBuilder,
7
6
  ReferenceExpression,
8
7
  SelectQueryBuilder,
9
- sql,
10
8
  SqliteAdapter,
11
9
  SqliteIntrospector,
12
10
  SqliteQueryCompiler,
11
+ sql,
13
12
  } from 'kysely'
13
+ import { retry } from '@atproto/common'
14
14
 
15
15
  // Applies to repo_root or record table
16
16
  export const notSoftDeletedClause = (alias: DbRef) => {
@@ -1,6 +1,6 @@
1
1
  import { Database, Migrator } from '../../db'
2
- import { DidCacheSchema } from './schema'
3
2
  import migrations from './migrations'
3
+ import { DidCacheSchema } from './schema'
4
4
 
5
5
  export * from './schema'
6
6
 
@@ -2,7 +2,7 @@ import PQueue from 'p-queue'
2
2
  import { CacheResult, DidCache, DidDocument } from '@atproto/identity'
3
3
  import { excluded } from '../db/util'
4
4
  import { didCacheLogger } from '../logger'
5
- import { DidCacheDb, getMigrator, getDb } from './db'
5
+ import { DidCacheDb, getDb, getMigrator } from './db'
6
6
 
7
7
  export class DidSqliteCache implements DidCache {
8
8
  db: DidCacheDb
@@ -1,12 +1,12 @@
1
- import fs from 'fs/promises'
2
- import fsSync from 'fs'
3
- import stream from 'stream'
4
- import path from 'path'
1
+ import fsSync from 'node:fs'
2
+ import fs from 'node:fs/promises'
3
+ import path from 'node:path'
4
+ import stream from 'node:stream'
5
5
  import { CID } from 'multiformats/cid'
6
- import { BlobNotFoundError, BlobStore } from '@atproto/repo'
6
+ import { fileExists, isErrnoException, rmIfExists } from '@atproto/common'
7
7
  import { randomStr } from '@atproto/crypto'
8
+ import { BlobNotFoundError, BlobStore } from '@atproto/repo'
8
9
  import { httpLogger as log } from './logger'
9
- import { isErrnoException, fileExists, rmIfExists } from '@atproto/common'
10
10
 
11
11
  export class DiskBlobStore implements BlobStore {
12
12
  constructor(
@@ -153,5 +153,3 @@ const translateErr = (err: unknown): BlobNotFoundError | unknown => {
153
153
  }
154
154
  return err
155
155
  }
156
-
157
- export default DiskBlobStore
package/src/error.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { XRPCError } from '@atproto/xrpc-server'
2
1
  import { ErrorRequestHandler } from 'express'
3
- import { httpLogger as log } from './logger'
4
2
  import { OAuthError } from '@atproto/oauth-provider'
3
+ import { XRPCError } from '@atproto/xrpc-server'
4
+ import { httpLogger as log } from './logger'
5
5
 
6
6
  export const handler: ErrorRequestHandler = (err, _req, res, next) => {
7
7
  log.error(err, 'unexpected internal server error')
@@ -1,8 +1,8 @@
1
1
  import * as ident from '@atproto/syntax'
2
2
  import { InvalidRequestError } from '@atproto/xrpc-server'
3
- import { reservedSubdomains } from './reserved'
3
+ import { AppContext } from '../context'
4
4
  import { hasExplicitSlur } from './explicit-slurs'
5
- import AppContext from '../context'
5
+ import { reservedSubdomains } from './reserved'
6
6
 
7
7
  export const normalizeAndValidateHandle = async (opts: {
8
8
  ctx: AppContext
@@ -0,0 +1,16 @@
1
+ import { BskyAppView } from '../bsky-app-view'
2
+ import { ids } from '../lexicon/lexicons'
3
+
4
+ export class ImageUrlBuilder {
5
+ constructor(
6
+ readonly pdsHostname: string,
7
+ readonly bskyAppView?: BskyAppView,
8
+ ) {}
9
+
10
+ build(pattern: string, did: string, cid: string): string {
11
+ return (
12
+ this.bskyAppView?.getImageUrl(pattern, did, cid) ??
13
+ `https://${this.pdsHostname}/xrpc/${ids.ComAtprotoSyncGetBlob}?did=${did}&cid=${cid}`
14
+ )
15
+ }
16
+ }
@@ -1,5 +1,5 @@
1
- import { Readable } from 'stream'
2
- import { pipeline } from 'stream/promises'
1
+ import { Readable } from 'node:stream'
2
+ import { pipeline } from 'node:stream/promises'
3
3
  import sharp from 'sharp'
4
4
  import { errHasMsg } from '@atproto/common'
5
5
 
package/src/index.ts CHANGED
@@ -4,27 +4,29 @@
4
4
  // leave at top of file before importing Routes
5
5
  import 'express-async-errors'
6
6
 
7
- import express from 'express'
7
+ import events from 'node:events'
8
+ import http from 'node:http'
9
+ import { PlcClientError } from '@did-plc/lib'
8
10
  import cors from 'cors'
9
- import http from 'http'
10
- import events from 'events'
11
- import { Options as XrpcServerOptions } from '@atproto/xrpc-server'
11
+ import express from 'express'
12
+ import { HttpTerminator, createHttpTerminator } from 'http-terminator'
12
13
  import { DAY, HOUR, MINUTE, SECOND } from '@atproto/common'
13
- import { XRPCError, ResponseType } from '@atproto/xrpc-server'
14
- import { PlcClientError } from '@did-plc/lib'
15
-
14
+ import {
15
+ Options as XrpcServerOptions,
16
+ ResponseType,
17
+ XRPCError,
18
+ } from '@atproto/xrpc-server'
16
19
  import API from './api'
17
20
  import * as authRoutes from './auth-routes'
18
21
  import * as basicRoutes from './basic-routes'
19
- import * as wellKnown from './well-known'
20
- import * as error from './error'
21
- import { loggerMiddleware } from './logger'
22
22
  import { ServerConfig, ServerSecrets } from './config'
23
+ import { AppContext, AppContextOptions } from './context'
24
+ import * as error from './error'
23
25
  import { createServer } from './lexicon'
24
- import { createHttpTerminator, HttpTerminator } from 'http-terminator'
25
- import AppContext, { AppContextOptions } from './context'
26
- import compression from './util/compression'
26
+ import { loggerMiddleware } from './logger'
27
27
  import { proxyHandler } from './pipethrough'
28
+ import compression from './util/compression'
29
+ import * as wellKnown from './well-known'
28
30
 
29
31
  export * from './config'
30
32
  export { Database } from './db'
@@ -4381,6 +4381,7 @@ export const schemaDict = {
4381
4381
  'lex:app.bsky.actor.defs#hiddenPostsPref',
4382
4382
  'lex:app.bsky.actor.defs#bskyAppStatePref',
4383
4383
  'lex:app.bsky.actor.defs#labelersPref',
4384
+ 'lex:app.bsky.actor.defs#postInteractionSettingsPref',
4384
4385
  ],
4385
4386
  },
4386
4387
  },
@@ -4714,6 +4715,39 @@ export const schemaDict = {
4714
4715
  },
4715
4716
  },
4716
4717
  },
4718
+ postInteractionSettingsPref: {
4719
+ type: 'object',
4720
+ description:
4721
+ 'Default post interaction settings for the account. These values should be applied as default values when creating new posts. These refs should mirror the threadgate and postgate records exactly.',
4722
+ required: [],
4723
+ properties: {
4724
+ threadgateAllowRules: {
4725
+ description:
4726
+ 'Matches threadgate record. List of rules defining who can reply to this users posts. If value is an empty array, no one can reply. If value is undefined, anyone can reply.',
4727
+ type: 'array',
4728
+ maxLength: 5,
4729
+ items: {
4730
+ type: 'union',
4731
+ refs: [
4732
+ 'lex:app.bsky.feed.threadgate#mentionRule',
4733
+ 'lex:app.bsky.feed.threadgate#followerRule',
4734
+ 'lex:app.bsky.feed.threadgate#followingRule',
4735
+ 'lex:app.bsky.feed.threadgate#listRule',
4736
+ ],
4737
+ },
4738
+ },
4739
+ postgateEmbeddingRules: {
4740
+ description:
4741
+ 'Matches postgate record. List of rules defining who can embed this users posts. If value is an empty array or is undefined, no particular rules apply and anyone can embed.',
4742
+ type: 'array',
4743
+ maxLength: 5,
4744
+ items: {
4745
+ type: 'union',
4746
+ refs: ['lex:app.bsky.feed.postgate#disableRule'],
4747
+ },
4748
+ },
4749
+ },
4750
+ },
4717
4751
  },
4718
4752
  },
4719
4753
  AppBskyActorGetPreferences: {
@@ -7120,6 +7154,8 @@ export const schemaDict = {
7120
7154
  'List of AT-URIs embedding this post that the author has detached from.',
7121
7155
  },
7122
7156
  embeddingRules: {
7157
+ description:
7158
+ 'List of rules defining who can embed this post. If value is an empty array or is undefined, no particular rules apply and anyone can embed.',
7123
7159
  type: 'array',
7124
7160
  maxLength: 5,
7125
7161
  items: {
@@ -7333,12 +7369,15 @@ export const schemaDict = {
7333
7369
  description: 'Reference (AT-URI) to the post record.',
7334
7370
  },
7335
7371
  allow: {
7372
+ description:
7373
+ 'List of rules defining who can reply to this post. If value is an empty array, no one can reply. If value is undefined, anyone can reply.',
7336
7374
  type: 'array',
7337
7375
  maxLength: 5,
7338
7376
  items: {
7339
7377
  type: 'union',
7340
7378
  refs: [
7341
7379
  'lex:app.bsky.feed.threadgate#mentionRule',
7380
+ 'lex:app.bsky.feed.threadgate#followerRule',
7342
7381
  'lex:app.bsky.feed.threadgate#followingRule',
7343
7382
  'lex:app.bsky.feed.threadgate#listRule',
7344
7383
  ],
@@ -7365,6 +7404,11 @@ export const schemaDict = {
7365
7404
  description: 'Allow replies from actors mentioned in your post.',
7366
7405
  properties: {},
7367
7406
  },
7407
+ followerRule: {
7408
+ type: 'object',
7409
+ description: 'Allow replies from actors who follow you.',
7410
+ properties: {},
7411
+ },
7368
7412
  followingRule: {
7369
7413
  type: 'object',
7370
7414
  description: 'Allow replies from actors you follow.',
@@ -8,6 +8,8 @@ import { CID } from 'multiformats/cid'
8
8
  import * as ComAtprotoLabelDefs from '../../../com/atproto/label/defs'
9
9
  import * as AppBskyGraphDefs from '../graph/defs'
10
10
  import * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef'
11
+ import * as AppBskyFeedThreadgate from '../feed/threadgate'
12
+ import * as AppBskyFeedPostgate from '../feed/postgate'
11
13
 
12
14
  export interface ProfileViewBasic {
13
15
  did: string
@@ -188,6 +190,7 @@ export type Preferences = (
188
190
  | HiddenPostsPref
189
191
  | BskyAppStatePref
190
192
  | LabelersPref
193
+ | PostInteractionSettingsPref
191
194
  | { $type: string; [k: string]: unknown }
192
195
  )[]
193
196
 
@@ -532,3 +535,37 @@ export function isNux(v: unknown): v is Nux {
532
535
  export function validateNux(v: unknown): ValidationResult {
533
536
  return lexicons.validate('app.bsky.actor.defs#nux', v)
534
537
  }
538
+
539
+ /** Default post interaction settings for the account. These values should be applied as default values when creating new posts. These refs should mirror the threadgate and postgate records exactly. */
540
+ export interface PostInteractionSettingsPref {
541
+ /** Matches threadgate record. List of rules defining who can reply to this users posts. If value is an empty array, no one can reply. If value is undefined, anyone can reply. */
542
+ threadgateAllowRules?: (
543
+ | AppBskyFeedThreadgate.MentionRule
544
+ | AppBskyFeedThreadgate.FollowerRule
545
+ | AppBskyFeedThreadgate.FollowingRule
546
+ | AppBskyFeedThreadgate.ListRule
547
+ | { $type: string; [k: string]: unknown }
548
+ )[]
549
+ /** Matches postgate record. List of rules defining who can embed this users posts. If value is an empty array or is undefined, no particular rules apply and anyone can embed. */
550
+ postgateEmbeddingRules?: (
551
+ | AppBskyFeedPostgate.DisableRule
552
+ | { $type: string; [k: string]: unknown }
553
+ )[]
554
+ [k: string]: unknown
555
+ }
556
+
557
+ export function isPostInteractionSettingsPref(
558
+ v: unknown,
559
+ ): v is PostInteractionSettingsPref {
560
+ return (
561
+ isObj(v) &&
562
+ hasProp(v, '$type') &&
563
+ v.$type === 'app.bsky.actor.defs#postInteractionSettingsPref'
564
+ )
565
+ }
566
+
567
+ export function validatePostInteractionSettingsPref(
568
+ v: unknown,
569
+ ): ValidationResult {
570
+ return lexicons.validate('app.bsky.actor.defs#postInteractionSettingsPref', v)
571
+ }
@@ -12,6 +12,7 @@ export interface Record {
12
12
  post: string
13
13
  /** List of AT-URIs embedding this post that the author has detached from. */
14
14
  detachedEmbeddingUris?: string[]
15
+ /** List of rules defining who can embed this post. If value is an empty array or is undefined, no particular rules apply and anyone can embed. */
15
16
  embeddingRules?: (DisableRule | { $type: string; [k: string]: unknown })[]
16
17
  [k: string]: unknown
17
18
  }
@@ -9,8 +9,10 @@ import { CID } from 'multiformats/cid'
9
9
  export interface Record {
10
10
  /** Reference (AT-URI) to the post record. */
11
11
  post: string
12
+ /** List of rules defining who can reply to this post. If value is an empty array, no one can reply. If value is undefined, anyone can reply. */
12
13
  allow?: (
13
14
  | MentionRule
15
+ | FollowerRule
14
16
  | FollowingRule
15
17
  | ListRule
16
18
  | { $type: string; [k: string]: unknown }
@@ -51,6 +53,23 @@ export function validateMentionRule(v: unknown): ValidationResult {
51
53
  return lexicons.validate('app.bsky.feed.threadgate#mentionRule', v)
52
54
  }
53
55
 
56
+ /** Allow replies from actors who follow you. */
57
+ export interface FollowerRule {
58
+ [k: string]: unknown
59
+ }
60
+
61
+ export function isFollowerRule(v: unknown): v is FollowerRule {
62
+ return (
63
+ isObj(v) &&
64
+ hasProp(v, '$type') &&
65
+ v.$type === 'app.bsky.feed.threadgate#followerRule'
66
+ )
67
+ }
68
+
69
+ export function validateFollowerRule(v: unknown): ValidationResult {
70
+ return lexicons.validate('app.bsky.feed.threadgate#followerRule', v)
71
+ }
72
+
54
73
  /** Allow replies from actors you follow. */
55
74
  export interface FollowingRule {
56
75
  [k: string]: unknown
package/src/logger.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { type IncomingMessage } from 'node:http'
2
2
  import { stdSerializers } from 'pino'
3
- import pinoHttp from 'pino-http'
3
+ import { pinoHttp } from 'pino-http'
4
4
  import { obfuscateHeaders, subsystemLogger } from '@atproto/common'
5
5
 
6
6
  export const dbLogger = subsystemLogger('pds:db')
@@ -1,10 +1,9 @@
1
1
  import { Transporter } from 'nodemailer'
2
- import { htmlToText } from 'nodemailer-html-to-text'
3
2
  import Mail from 'nodemailer/lib/mailer'
4
3
  import SMTPTransport from 'nodemailer/lib/smtp-transport'
4
+ import { htmlToText } from 'nodemailer-html-to-text'
5
5
  import { ServerConfig } from '../config'
6
6
  import { mailerLogger } from '../logger'
7
-
8
7
  import * as templates from './templates'
9
8
 
10
9
  export class ServerMailer {
@@ -1,7 +1,7 @@
1
1
  import { Transporter } from 'nodemailer'
2
2
  import Mail from 'nodemailer/lib/mailer'
3
- import { htmlToText } from 'nodemailer-html-to-text'
4
3
  import SMTPTransport from 'nodemailer/lib/smtp-transport'
4
+ import { htmlToText } from 'nodemailer-html-to-text'
5
5
  import { ServerConfig } from '../config'
6
6
  import { mailerLogger } from '../logger'
7
7
 
@@ -1,4 +1,4 @@
1
- import { TemplateDelegate } from "handlebars";
1
+ import { TemplateDelegate } from 'handlebars'
2
2
 
3
3
  declare const template: TemplateDelegate<{ token: string }>
4
4
  export default template
@@ -1,4 +1,4 @@
1
- import { TemplateDelegate } from "handlebars";
1
+ import { TemplateDelegate } from 'handlebars'
2
2
 
3
3
  declare const template: TemplateDelegate<{ token: string }>
4
4
  export default template
@@ -1,4 +1,4 @@
1
- import { TemplateDelegate } from "handlebars";
1
+ import { TemplateDelegate } from 'handlebars'
2
2
 
3
3
  declare const template: TemplateDelegate<{ token: string }>
4
4
  export default template
@@ -1,4 +1,4 @@
1
- import { TemplateDelegate } from "handlebars";
1
+ import { TemplateDelegate } from 'handlebars'
2
2
 
3
3
  declare const template: TemplateDelegate<{ token: string; handle: string }>
4
4
  export default template
@@ -1,4 +1,4 @@
1
- import { TemplateDelegate } from "handlebars";
1
+ import { TemplateDelegate } from 'handlebars'
2
2
 
3
3
  declare const template: TemplateDelegate<{ token: string }>
4
4
  export default template