@atproto/pds 0.5.5 → 0.5.7

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 (256) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/account-manager/account-manager.d.ts +51 -13
  3. package/dist/account-manager/account-manager.d.ts.map +1 -1
  4. package/dist/account-manager/account-manager.js +86 -26
  5. package/dist/account-manager/account-manager.js.map +1 -1
  6. package/dist/account-manager/db/migrations/005-oauth-account-management.d.ts.map +1 -1
  7. package/dist/account-manager/db/migrations/005-oauth-account-management.js +3 -4
  8. package/dist/account-manager/db/migrations/005-oauth-account-management.js.map +1 -1
  9. package/dist/account-manager/db/schema/authorization-request.d.ts +2 -2
  10. package/dist/account-manager/db/schema/authorization-request.d.ts.map +1 -1
  11. package/dist/account-manager/db/schema/authorization-request.js.map +1 -1
  12. package/dist/account-manager/db/schema/authorized-client.d.ts +2 -2
  13. package/dist/account-manager/db/schema/authorized-client.d.ts.map +1 -1
  14. package/dist/account-manager/db/schema/authorized-client.js.map +1 -1
  15. package/dist/account-manager/db/schema/token.d.ts +2 -2
  16. package/dist/account-manager/db/schema/token.d.ts.map +1 -1
  17. package/dist/account-manager/db/schema/token.js.map +1 -1
  18. package/dist/account-manager/helpers/account-device.d.ts +23 -196
  19. package/dist/account-manager/helpers/account-device.d.ts.map +1 -1
  20. package/dist/account-manager/helpers/account-device.js +3 -3
  21. package/dist/account-manager/helpers/account-device.js.map +1 -1
  22. package/dist/account-manager/helpers/account.d.ts +14 -4
  23. package/dist/account-manager/helpers/account.d.ts.map +1 -1
  24. package/dist/account-manager/helpers/account.js +17 -11
  25. package/dist/account-manager/helpers/account.js.map +1 -1
  26. package/dist/account-manager/helpers/auth.js +1 -1
  27. package/dist/account-manager/helpers/auth.js.map +1 -1
  28. package/dist/account-manager/helpers/authorization-request.d.ts +83 -5
  29. package/dist/account-manager/helpers/authorization-request.d.ts.map +1 -1
  30. package/dist/account-manager/helpers/authorization-request.js +8 -8
  31. package/dist/account-manager/helpers/authorization-request.js.map +1 -1
  32. package/dist/account-manager/helpers/authorized-client.d.ts +5 -4
  33. package/dist/account-manager/helpers/authorized-client.d.ts.map +1 -1
  34. package/dist/account-manager/helpers/authorized-client.js +3 -0
  35. package/dist/account-manager/helpers/authorized-client.js.map +1 -1
  36. package/dist/account-manager/helpers/device.d.ts +9 -3
  37. package/dist/account-manager/helpers/device.d.ts.map +1 -1
  38. package/dist/account-manager/helpers/device.js +4 -4
  39. package/dist/account-manager/helpers/device.js.map +1 -1
  40. package/dist/account-manager/helpers/invite.d.ts +35 -2
  41. package/dist/account-manager/helpers/invite.d.ts.map +1 -1
  42. package/dist/account-manager/helpers/lexicon.d.ts.map +1 -1
  43. package/dist/account-manager/helpers/lexicon.js +6 -0
  44. package/dist/account-manager/helpers/lexicon.js.map +1 -1
  45. package/dist/account-manager/helpers/password.d.ts +1 -0
  46. package/dist/account-manager/helpers/password.d.ts.map +1 -1
  47. package/dist/account-manager/helpers/password.js +3 -0
  48. package/dist/account-manager/helpers/password.js.map +1 -1
  49. package/dist/account-manager/helpers/token.d.ts +72 -1031
  50. package/dist/account-manager/helpers/token.d.ts.map +1 -1
  51. package/dist/account-manager/helpers/token.js +13 -10
  52. package/dist/account-manager/helpers/token.js.map +1 -1
  53. package/dist/account-manager/helpers/used-refresh-token.d.ts +6 -2
  54. package/dist/account-manager/helpers/used-refresh-token.d.ts.map +1 -1
  55. package/dist/account-manager/oauth-store.d.ts +17 -13
  56. package/dist/account-manager/oauth-store.d.ts.map +1 -1
  57. package/dist/account-manager/oauth-store.js +89 -39
  58. package/dist/account-manager/oauth-store.js.map +1 -1
  59. package/dist/actor-store/blob/reader.d.ts.map +1 -1
  60. package/dist/actor-store/blob/reader.js +2 -3
  61. package/dist/actor-store/blob/reader.js.map +1 -1
  62. package/dist/actor-store/record/reader.js +3 -3
  63. package/dist/actor-store/record/reader.js.map +1 -1
  64. package/dist/actor-store/repo/sql-repo-reader.d.ts +5 -1
  65. package/dist/actor-store/repo/sql-repo-reader.d.ts.map +1 -1
  66. package/dist/actor-store/repo/sql-repo-reader.js.map +1 -1
  67. package/dist/api/com/atproto/admin/updateSubjectStatus.d.ts.map +1 -1
  68. package/dist/api/com/atproto/admin/updateSubjectStatus.js +12 -4
  69. package/dist/api/com/atproto/admin/updateSubjectStatus.js.map +1 -1
  70. package/dist/api/com/atproto/server/activateAccount.d.ts.map +1 -1
  71. package/dist/api/com/atproto/server/activateAccount.js +25 -31
  72. package/dist/api/com/atproto/server/activateAccount.js.map +1 -1
  73. package/dist/api/com/atproto/server/deactivateAccount.d.ts.map +1 -1
  74. package/dist/api/com/atproto/server/deactivateAccount.js +3 -4
  75. package/dist/api/com/atproto/server/deactivateAccount.js.map +1 -1
  76. package/dist/api/com/atproto/server/deleteAccount.d.ts.map +1 -1
  77. package/dist/api/com/atproto/server/deleteAccount.js +51 -37
  78. package/dist/api/com/atproto/server/deleteAccount.js.map +1 -1
  79. package/dist/api/com/atproto/server/util.d.ts +25 -6
  80. package/dist/api/com/atproto/server/util.d.ts.map +1 -1
  81. package/dist/api/com/atproto/server/util.js.map +1 -1
  82. package/dist/background.d.ts +12 -6
  83. package/dist/background.d.ts.map +1 -1
  84. package/dist/background.js +32 -13
  85. package/dist/background.js.map +1 -1
  86. package/dist/config/config.d.ts +2 -1
  87. package/dist/config/config.d.ts.map +1 -1
  88. package/dist/config/config.js +4 -1
  89. package/dist/config/config.js.map +1 -1
  90. package/dist/context.d.ts.map +1 -1
  91. package/dist/context.js +5 -32
  92. package/dist/context.js.map +1 -1
  93. package/dist/db/migrator.d.ts +4 -3
  94. package/dist/db/migrator.d.ts.map +1 -1
  95. package/dist/db/migrator.js +1 -1
  96. package/dist/db/migrator.js.map +1 -1
  97. package/dist/db/pagination.d.ts +2 -1
  98. package/dist/db/pagination.d.ts.map +1 -1
  99. package/dist/db/pagination.js +2 -2
  100. package/dist/db/pagination.js.map +1 -1
  101. package/dist/db/util.d.ts +3 -3
  102. package/dist/db/util.d.ts.map +1 -1
  103. package/dist/db/util.js.map +1 -1
  104. package/dist/index.d.ts +1 -0
  105. package/dist/index.d.ts.map +1 -1
  106. package/dist/index.js +33 -11
  107. package/dist/index.js.map +1 -1
  108. package/dist/lexicons/app/bsky/notification/defs.defs.d.ts +5 -0
  109. package/dist/lexicons/app/bsky/notification/defs.defs.d.ts.map +1 -1
  110. package/dist/lexicons/app/bsky/notification/defs.defs.js +1 -0
  111. package/dist/lexicons/app/bsky/notification/defs.defs.js.map +1 -1
  112. package/dist/lexicons/chat/bsky/notification/defs.d.ts +2 -0
  113. package/dist/lexicons/chat/bsky/notification/defs.d.ts.map +1 -0
  114. package/dist/lexicons/chat/bsky/notification/defs.defs.d.ts +20 -0
  115. package/dist/lexicons/chat/bsky/notification/defs.defs.d.ts.map +1 -0
  116. package/dist/lexicons/chat/bsky/notification/defs.defs.js +19 -0
  117. package/dist/lexicons/chat/bsky/notification/defs.defs.js.map +1 -0
  118. package/dist/lexicons/chat/bsky/notification/defs.js +5 -0
  119. package/dist/lexicons/chat/bsky/notification/defs.js.map +1 -0
  120. package/dist/lexicons/chat/bsky/notification/getPreferences.d.ts +3 -0
  121. package/dist/lexicons/chat/bsky/notification/getPreferences.d.ts.map +1 -0
  122. package/dist/lexicons/chat/bsky/notification/getPreferences.defs.d.ts +18 -0
  123. package/dist/lexicons/chat/bsky/notification/getPreferences.defs.d.ts.map +1 -0
  124. package/dist/lexicons/chat/bsky/notification/getPreferences.defs.js +16 -0
  125. package/dist/lexicons/chat/bsky/notification/getPreferences.defs.js.map +1 -0
  126. package/dist/lexicons/chat/bsky/notification/getPreferences.js +6 -0
  127. package/dist/lexicons/chat/bsky/notification/getPreferences.js.map +1 -0
  128. package/dist/lexicons/chat/bsky/notification/putPreferences.d.ts +3 -0
  129. package/dist/lexicons/chat/bsky/notification/putPreferences.d.ts.map +1 -0
  130. package/dist/lexicons/chat/bsky/notification/putPreferences.defs.d.ts +27 -0
  131. package/dist/lexicons/chat/bsky/notification/putPreferences.defs.d.ts.map +1 -0
  132. package/dist/lexicons/chat/bsky/notification/putPreferences.defs.js +22 -0
  133. package/dist/lexicons/chat/bsky/notification/putPreferences.defs.js.map +1 -0
  134. package/dist/lexicons/chat/bsky/notification/putPreferences.js +6 -0
  135. package/dist/lexicons/chat/bsky/notification/putPreferences.js.map +1 -0
  136. package/dist/lexicons/chat/bsky/notification.d.ts +4 -0
  137. package/dist/lexicons/chat/bsky/notification.d.ts.map +1 -0
  138. package/dist/lexicons/chat/bsky/notification.js +7 -0
  139. package/dist/lexicons/chat/bsky/notification.js.map +1 -0
  140. package/dist/lexicons/chat/bsky.d.ts +1 -0
  141. package/dist/lexicons/chat/bsky.d.ts.map +1 -1
  142. package/dist/lexicons/chat/bsky.js +1 -0
  143. package/dist/lexicons/chat/bsky.js.map +1 -1
  144. package/dist/lexicons/tools/ozone/report/defs.defs.d.ts +4 -0
  145. package/dist/lexicons/tools/ozone/report/defs.defs.d.ts.map +1 -1
  146. package/dist/lexicons/tools/ozone/report/defs.defs.js +2 -0
  147. package/dist/lexicons/tools/ozone/report/defs.defs.js.map +1 -1
  148. package/dist/lexicons/tools/ozone/report/queryActivities.d.ts +3 -0
  149. package/dist/lexicons/tools/ozone/report/queryActivities.d.ts.map +1 -0
  150. package/dist/lexicons/tools/ozone/report/queryActivities.defs.d.ts +42 -0
  151. package/dist/lexicons/tools/ozone/report/queryActivities.defs.d.ts.map +1 -0
  152. package/dist/lexicons/tools/ozone/report/queryActivities.defs.js +31 -0
  153. package/dist/lexicons/tools/ozone/report/queryActivities.defs.js.map +1 -0
  154. package/dist/lexicons/tools/ozone/report/queryActivities.js +6 -0
  155. package/dist/lexicons/tools/ozone/report/queryActivities.js.map +1 -0
  156. package/dist/lexicons/tools/ozone/report.d.ts +1 -0
  157. package/dist/lexicons/tools/ozone/report.d.ts.map +1 -1
  158. package/dist/lexicons/tools/ozone/report.js +1 -0
  159. package/dist/lexicons/tools/ozone/report.js.map +1 -1
  160. package/dist/mailer/index.d.ts +2 -0
  161. package/dist/mailer/index.d.ts.map +1 -1
  162. package/dist/mailer/index.js +2 -0
  163. package/dist/mailer/index.js.map +1 -1
  164. package/dist/pipethrough.d.ts +3 -0
  165. package/dist/pipethrough.d.ts.map +1 -1
  166. package/dist/pipethrough.js +32 -0
  167. package/dist/pipethrough.js.map +1 -1
  168. package/dist/scripts/sequencer-recovery/recovery-db.js.map +1 -1
  169. package/dist/sequencer/events.d.ts.map +1 -1
  170. package/dist/sequencer/events.js +6 -13
  171. package/dist/sequencer/events.js.map +1 -1
  172. package/dist/sequencer/sequencer.d.ts +1 -1
  173. package/dist/sequencer/sequencer.d.ts.map +1 -1
  174. package/dist/sequencer/sequencer.js.map +1 -1
  175. package/package.json +14 -14
  176. package/src/account-manager/account-manager.ts +135 -36
  177. package/src/account-manager/db/migrations/005-oauth-account-management.ts +6 -5
  178. package/src/account-manager/db/schema/authorization-request.ts +2 -1
  179. package/src/account-manager/db/schema/authorized-client.ts +6 -2
  180. package/src/account-manager/db/schema/token.ts +2 -2
  181. package/src/account-manager/helpers/account-device.ts +5 -11
  182. package/src/account-manager/helpers/account.ts +39 -16
  183. package/src/account-manager/helpers/auth.ts +2 -2
  184. package/src/account-manager/helpers/authorization-request.ts +12 -8
  185. package/src/account-manager/helpers/authorized-client.ts +12 -6
  186. package/src/account-manager/helpers/device.ts +4 -4
  187. package/src/account-manager/helpers/lexicon.ts +8 -3
  188. package/src/account-manager/helpers/password.ts +6 -0
  189. package/src/account-manager/helpers/token.ts +17 -11
  190. package/src/account-manager/oauth-store.ts +129 -61
  191. package/src/actor-store/blob/reader.ts +8 -5
  192. package/src/actor-store/record/reader.ts +3 -3
  193. package/src/actor-store/repo/sql-repo-reader.ts +1 -1
  194. package/src/api/com/atproto/admin/updateSubjectStatus.ts +16 -4
  195. package/src/api/com/atproto/server/activateAccount.ts +27 -49
  196. package/src/api/com/atproto/server/deactivateAccount.ts +3 -7
  197. package/src/api/com/atproto/server/deleteAccount.ts +60 -43
  198. package/src/api/com/atproto/server/util.ts +24 -7
  199. package/src/background.ts +49 -18
  200. package/src/config/config.ts +7 -2
  201. package/src/context.ts +6 -40
  202. package/src/db/migrator.ts +2 -1
  203. package/src/db/pagination.ts +7 -7
  204. package/src/db/util.ts +5 -2
  205. package/src/index.ts +31 -13
  206. package/src/mailer/index.ts +4 -2
  207. package/src/pipethrough.ts +38 -1
  208. package/src/scripts/sequencer-recovery/recovery-db.ts +1 -1
  209. package/src/sequencer/events.ts +8 -13
  210. package/src/sequencer/sequencer.ts +1 -3
  211. package/tests/_util.ts +8 -25
  212. package/tests/account-deactivation.test.ts +1 -1
  213. package/tests/account-deletion.test.ts +1 -1
  214. package/tests/account-manager.test.ts +79 -0
  215. package/tests/account-migration.test.ts +2 -2
  216. package/tests/account-status.test.ts +206 -0
  217. package/tests/account.test.ts +1 -1
  218. package/tests/app-passwords.test.ts +1 -1
  219. package/tests/auth.test.ts +1 -1
  220. package/tests/blob-deletes.test.ts +1 -1
  221. package/tests/create-post.test.ts +1 -1
  222. package/tests/crud.test.ts +1 -1
  223. package/tests/db.test.ts +4 -4
  224. package/tests/email-confirmation.test.ts +1 -1
  225. package/tests/file-uploads.test.ts +2 -2
  226. package/tests/get-service-auth.test.ts +1 -1
  227. package/tests/handles.test.ts +1 -1
  228. package/tests/invite-codes.test.ts +1 -1
  229. package/tests/invites-admin.test.ts +1 -1
  230. package/tests/moderation.test.ts +1 -1
  231. package/tests/moderator-auth.test.ts +1 -1
  232. package/tests/oauth.test.ts +91 -0
  233. package/tests/plc-operations.test.ts +1 -1
  234. package/tests/preferences.test.ts +1 -1
  235. package/tests/proxied/admin.test.ts +1 -1
  236. package/tests/proxied/feedgen.test.ts +1 -1
  237. package/tests/proxied/notif.test.ts +6 -13
  238. package/tests/proxied/procedures.test.ts +1 -1
  239. package/tests/proxied/proxy-catchall.test.ts +9 -8
  240. package/tests/proxied/proxy-header.test.ts +12 -8
  241. package/tests/proxied/proxy-oauth-aud.test.ts +17 -10
  242. package/tests/proxied/read-after-write.test.ts +4 -5
  243. package/tests/proxied/views.test.ts +1 -1
  244. package/tests/races.test.ts +1 -1
  245. package/tests/rate-limits.test.ts +1 -1
  246. package/tests/recovery.test.ts +1 -1
  247. package/tests/seeds/basic.ts +2 -2
  248. package/tests/seeds/users.ts +4 -1
  249. package/tests/sequencer.test.ts +1 -1
  250. package/tests/server.test.ts +9 -12
  251. package/tests/sync/invertible-ops.test.ts +1 -1
  252. package/tests/sync/list.test.ts +1 -1
  253. package/tests/sync/subscribe-repos.test.ts +1 -1
  254. package/tests/sync/sync.test.ts +1 -1
  255. package/tests/takedown-appeal.test.ts +1 -1
  256. package/tsconfig.build.tsbuildinfo +1 -1
@@ -1,12 +1,15 @@
1
1
  import { Selectable } from 'kysely';
2
- import { Code, NewTokenData, RefreshToken, TokenData, TokenId } from '@atproto/oauth-provider';
2
+ import { Code, Did, NewTokenData, RefreshToken, TokenData, TokenId } from '@atproto/oauth-provider';
3
3
  import { AccountDb, Token } from '../db/index.js';
4
4
  export declare function toTokenData(row: Selectable<Token>): TokenData;
5
5
  export declare const createQB: (db: AccountDb, tokenId: TokenId, data: TokenData, refreshToken?: RefreshToken) => import("kysely").InsertQueryBuilder<import("../db/index.js").DatabaseSchema, "token", import("kysely").InsertResult>;
6
- export declare const forRotateQB: (db: AccountDb, id: TokenId) => import("kysely").QueryBuilderWithSelection<import("kysely/dist/esm/parser/table-parser.js").From<import("../db/index.js").DatabaseSchema, "token">, "token", {}, "currentRefreshToken" | "id">;
6
+ export declare const forRotateQB: (db: AccountDb, id: TokenId) => import("kysely").SelectQueryBuilder<import("../db/index.js").DatabaseSchema, "token", {
7
+ currentRefreshToken: `ref-${string}` | null;
8
+ id: number;
9
+ }>;
7
10
  export declare const findByQB: (db: AccountDb, search: {
8
11
  id?: number;
9
- did?: string;
12
+ did?: Did;
10
13
  code?: Code;
11
14
  tokenId?: TokenId;
12
15
  currentRefreshToken?: RefreshToken;
@@ -26,1032 +29,70 @@ export declare const findByQB: (db: AccountDb, search: {
26
29
  repo_root: import("../db/index.js").RepoRoot;
27
30
  token: Token;
28
31
  used_refresh_token: import("../db/index.js").UsedRefreshToken;
29
- }, "account" | "actor" | "token", import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
30
- account: import("kysely").Nullable<import("../db/index.js").Account>;
31
- account_device: import("../db/index.js").AccountDevice;
32
- actor: import("../db/index.js").Actor;
33
- app_password: import("../db/index.js").AppPassword;
34
- authorization_request: import("../db/index.js").AuthorizationRequest;
35
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
36
- device: import("../db/index.js").Device;
37
- email_token: import("../db/index.js").EmailToken;
38
- invite_code: import("../db/index.js").InviteCode;
39
- invite_code_use: import("../db/index.js").InviteCodeUse;
40
- lexicon: import("../db/index.js").Lexicon;
41
- refresh_token: import("../db/index.js").RefreshToken;
42
- repo_root: import("../db/index.js").RepoRoot;
43
- token: Token;
44
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
45
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
46
- account: import("kysely").Nullable<import("../db/index.js").Account>;
47
- account_device: import("../db/index.js").AccountDevice;
48
- actor: import("../db/index.js").Actor;
49
- app_password: import("../db/index.js").AppPassword;
50
- authorization_request: import("../db/index.js").AuthorizationRequest;
51
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
52
- device: import("../db/index.js").Device;
53
- email_token: import("../db/index.js").EmailToken;
54
- invite_code: import("../db/index.js").InviteCode;
55
- invite_code_use: import("../db/index.js").InviteCodeUse;
56
- lexicon: import("../db/index.js").Lexicon;
57
- refresh_token: import("../db/index.js").RefreshToken;
58
- repo_root: import("../db/index.js").RepoRoot;
59
- token: Token;
60
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
61
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
62
- account: import("kysely").Nullable<import("../db/index.js").Account>;
63
- account_device: import("../db/index.js").AccountDevice;
64
- actor: import("../db/index.js").Actor;
65
- app_password: import("../db/index.js").AppPassword;
66
- authorization_request: import("../db/index.js").AuthorizationRequest;
67
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
68
- device: import("../db/index.js").Device;
69
- email_token: import("../db/index.js").EmailToken;
70
- invite_code: import("../db/index.js").InviteCode;
71
- invite_code_use: import("../db/index.js").InviteCodeUse;
72
- lexicon: import("../db/index.js").Lexicon;
73
- refresh_token: import("../db/index.js").RefreshToken;
74
- repo_root: import("../db/index.js").RepoRoot;
75
- token: Token;
76
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
77
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
78
- account: import("kysely").Nullable<import("../db/index.js").Account>;
79
- account_device: import("../db/index.js").AccountDevice;
80
- actor: import("../db/index.js").Actor;
81
- app_password: import("../db/index.js").AppPassword;
82
- authorization_request: import("../db/index.js").AuthorizationRequest;
83
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
84
- device: import("../db/index.js").Device;
85
- email_token: import("../db/index.js").EmailToken;
86
- invite_code: import("../db/index.js").InviteCode;
87
- invite_code_use: import("../db/index.js").InviteCodeUse;
88
- lexicon: import("../db/index.js").Lexicon;
89
- refresh_token: import("../db/index.js").RefreshToken;
90
- repo_root: import("../db/index.js").RepoRoot;
91
- token: Token;
92
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
93
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>, import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
94
- account: import("kysely").Nullable<import("../db/index.js").Account>;
95
- account_device: import("../db/index.js").AccountDevice;
96
- actor: import("../db/index.js").Actor;
97
- app_password: import("../db/index.js").AppPassword;
98
- authorization_request: import("../db/index.js").AuthorizationRequest;
99
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
100
- device: import("../db/index.js").Device;
101
- email_token: import("../db/index.js").EmailToken;
102
- invite_code: import("../db/index.js").InviteCode;
103
- invite_code_use: import("../db/index.js").InviteCodeUse;
104
- lexicon: import("../db/index.js").Lexicon;
105
- refresh_token: import("../db/index.js").RefreshToken;
106
- repo_root: import("../db/index.js").RepoRoot;
107
- token: Token;
108
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
109
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
110
- account: import("kysely").Nullable<import("../db/index.js").Account>;
111
- account_device: import("../db/index.js").AccountDevice;
112
- actor: import("../db/index.js").Actor;
113
- app_password: import("../db/index.js").AppPassword;
114
- authorization_request: import("../db/index.js").AuthorizationRequest;
115
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
116
- device: import("../db/index.js").Device;
117
- email_token: import("../db/index.js").EmailToken;
118
- invite_code: import("../db/index.js").InviteCode;
119
- invite_code_use: import("../db/index.js").InviteCodeUse;
120
- lexicon: import("../db/index.js").Lexicon;
121
- refresh_token: import("../db/index.js").RefreshToken;
122
- repo_root: import("../db/index.js").RepoRoot;
123
- token: Token;
124
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
125
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
126
- account: import("kysely").Nullable<import("../db/index.js").Account>;
127
- account_device: import("../db/index.js").AccountDevice;
128
- actor: import("../db/index.js").Actor;
129
- app_password: import("../db/index.js").AppPassword;
130
- authorization_request: import("../db/index.js").AuthorizationRequest;
131
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
132
- device: import("../db/index.js").Device;
133
- email_token: import("../db/index.js").EmailToken;
134
- invite_code: import("../db/index.js").InviteCode;
135
- invite_code_use: import("../db/index.js").InviteCodeUse;
136
- lexicon: import("../db/index.js").Lexicon;
137
- refresh_token: import("../db/index.js").RefreshToken;
138
- repo_root: import("../db/index.js").RepoRoot;
139
- token: Token;
140
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
141
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
142
- account: import("kysely").Nullable<import("../db/index.js").Account>;
143
- account_device: import("../db/index.js").AccountDevice;
144
- actor: import("../db/index.js").Actor;
145
- app_password: import("../db/index.js").AppPassword;
146
- authorization_request: import("../db/index.js").AuthorizationRequest;
147
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
148
- device: import("../db/index.js").Device;
149
- email_token: import("../db/index.js").EmailToken;
150
- invite_code: import("../db/index.js").InviteCode;
151
- invite_code_use: import("../db/index.js").InviteCodeUse;
152
- lexicon: import("../db/index.js").Lexicon;
153
- refresh_token: import("../db/index.js").RefreshToken;
154
- repo_root: import("../db/index.js").RepoRoot;
155
- token: Token;
156
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
157
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>>, import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
158
- account: import("kysely").Nullable<import("../db/index.js").Account>;
159
- account_device: import("../db/index.js").AccountDevice;
160
- actor: import("../db/index.js").Actor;
161
- app_password: import("../db/index.js").AppPassword;
162
- authorization_request: import("../db/index.js").AuthorizationRequest;
163
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
164
- device: import("../db/index.js").Device;
165
- email_token: import("../db/index.js").EmailToken;
166
- invite_code: import("../db/index.js").InviteCode;
167
- invite_code_use: import("../db/index.js").InviteCodeUse;
168
- lexicon: import("../db/index.js").Lexicon;
169
- refresh_token: import("../db/index.js").RefreshToken;
170
- repo_root: import("../db/index.js").RepoRoot;
171
- token: Token;
172
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
173
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
174
- account: import("kysely").Nullable<import("../db/index.js").Account>;
175
- account_device: import("../db/index.js").AccountDevice;
176
- actor: import("../db/index.js").Actor;
177
- app_password: import("../db/index.js").AppPassword;
178
- authorization_request: import("../db/index.js").AuthorizationRequest;
179
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
180
- device: import("../db/index.js").Device;
181
- email_token: import("../db/index.js").EmailToken;
182
- invite_code: import("../db/index.js").InviteCode;
183
- invite_code_use: import("../db/index.js").InviteCodeUse;
184
- lexicon: import("../db/index.js").Lexicon;
185
- refresh_token: import("../db/index.js").RefreshToken;
186
- repo_root: import("../db/index.js").RepoRoot;
187
- token: Token;
188
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
189
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
190
- account: import("kysely").Nullable<import("../db/index.js").Account>;
191
- account_device: import("../db/index.js").AccountDevice;
192
- actor: import("../db/index.js").Actor;
193
- app_password: import("../db/index.js").AppPassword;
194
- authorization_request: import("../db/index.js").AuthorizationRequest;
195
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
196
- device: import("../db/index.js").Device;
197
- email_token: import("../db/index.js").EmailToken;
198
- invite_code: import("../db/index.js").InviteCode;
199
- invite_code_use: import("../db/index.js").InviteCodeUse;
200
- lexicon: import("../db/index.js").Lexicon;
201
- refresh_token: import("../db/index.js").RefreshToken;
202
- repo_root: import("../db/index.js").RepoRoot;
203
- token: Token;
204
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
205
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
206
- account: import("kysely").Nullable<import("../db/index.js").Account>;
207
- account_device: import("../db/index.js").AccountDevice;
208
- actor: import("../db/index.js").Actor;
209
- app_password: import("../db/index.js").AppPassword;
210
- authorization_request: import("../db/index.js").AuthorizationRequest;
211
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
212
- device: import("../db/index.js").Device;
213
- email_token: import("../db/index.js").EmailToken;
214
- invite_code: import("../db/index.js").InviteCode;
215
- invite_code_use: import("../db/index.js").InviteCodeUse;
216
- lexicon: import("../db/index.js").Lexicon;
217
- refresh_token: import("../db/index.js").RefreshToken;
218
- repo_root: import("../db/index.js").RepoRoot;
219
- token: Token;
220
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
221
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>, import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
222
- account: import("kysely").Nullable<import("../db/index.js").Account>;
223
- account_device: import("../db/index.js").AccountDevice;
224
- actor: import("../db/index.js").Actor;
225
- app_password: import("../db/index.js").AppPassword;
226
- authorization_request: import("../db/index.js").AuthorizationRequest;
227
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
228
- device: import("../db/index.js").Device;
229
- email_token: import("../db/index.js").EmailToken;
230
- invite_code: import("../db/index.js").InviteCode;
231
- invite_code_use: import("../db/index.js").InviteCodeUse;
232
- lexicon: import("../db/index.js").Lexicon;
233
- refresh_token: import("../db/index.js").RefreshToken;
234
- repo_root: import("../db/index.js").RepoRoot;
235
- token: Token;
236
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
237
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
238
- account: import("kysely").Nullable<import("../db/index.js").Account>;
239
- account_device: import("../db/index.js").AccountDevice;
240
- actor: import("../db/index.js").Actor;
241
- app_password: import("../db/index.js").AppPassword;
242
- authorization_request: import("../db/index.js").AuthorizationRequest;
243
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
244
- device: import("../db/index.js").Device;
245
- email_token: import("../db/index.js").EmailToken;
246
- invite_code: import("../db/index.js").InviteCode;
247
- invite_code_use: import("../db/index.js").InviteCodeUse;
248
- lexicon: import("../db/index.js").Lexicon;
249
- refresh_token: import("../db/index.js").RefreshToken;
250
- repo_root: import("../db/index.js").RepoRoot;
251
- token: Token;
252
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
253
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
254
- account: import("kysely").Nullable<import("../db/index.js").Account>;
255
- account_device: import("../db/index.js").AccountDevice;
256
- actor: import("../db/index.js").Actor;
257
- app_password: import("../db/index.js").AppPassword;
258
- authorization_request: import("../db/index.js").AuthorizationRequest;
259
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
260
- device: import("../db/index.js").Device;
261
- email_token: import("../db/index.js").EmailToken;
262
- invite_code: import("../db/index.js").InviteCode;
263
- invite_code_use: import("../db/index.js").InviteCodeUse;
264
- lexicon: import("../db/index.js").Lexicon;
265
- refresh_token: import("../db/index.js").RefreshToken;
266
- repo_root: import("../db/index.js").RepoRoot;
267
- token: Token;
268
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
269
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
270
- account: import("kysely").Nullable<import("../db/index.js").Account>;
271
- account_device: import("../db/index.js").AccountDevice;
272
- actor: import("../db/index.js").Actor;
273
- app_password: import("../db/index.js").AppPassword;
274
- authorization_request: import("../db/index.js").AuthorizationRequest;
275
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
276
- device: import("../db/index.js").Device;
277
- email_token: import("../db/index.js").EmailToken;
278
- invite_code: import("../db/index.js").InviteCode;
279
- invite_code_use: import("../db/index.js").InviteCodeUse;
280
- lexicon: import("../db/index.js").Lexicon;
281
- refresh_token: import("../db/index.js").RefreshToken;
282
- repo_root: import("../db/index.js").RepoRoot;
283
- token: Token;
284
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
285
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>>>, import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
286
- account: import("kysely").Nullable<import("../db/index.js").Account>;
287
- account_device: import("../db/index.js").AccountDevice;
288
- actor: import("../db/index.js").Actor;
289
- app_password: import("../db/index.js").AppPassword;
290
- authorization_request: import("../db/index.js").AuthorizationRequest;
291
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
292
- device: import("../db/index.js").Device;
293
- email_token: import("../db/index.js").EmailToken;
294
- invite_code: import("../db/index.js").InviteCode;
295
- invite_code_use: import("../db/index.js").InviteCodeUse;
296
- lexicon: import("../db/index.js").Lexicon;
297
- refresh_token: import("../db/index.js").RefreshToken;
298
- repo_root: import("../db/index.js").RepoRoot;
299
- token: Token;
300
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
301
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
302
- account: import("kysely").Nullable<import("../db/index.js").Account>;
303
- account_device: import("../db/index.js").AccountDevice;
304
- actor: import("../db/index.js").Actor;
305
- app_password: import("../db/index.js").AppPassword;
306
- authorization_request: import("../db/index.js").AuthorizationRequest;
307
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
308
- device: import("../db/index.js").Device;
309
- email_token: import("../db/index.js").EmailToken;
310
- invite_code: import("../db/index.js").InviteCode;
311
- invite_code_use: import("../db/index.js").InviteCodeUse;
312
- lexicon: import("../db/index.js").Lexicon;
313
- refresh_token: import("../db/index.js").RefreshToken;
314
- repo_root: import("../db/index.js").RepoRoot;
315
- token: Token;
316
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
317
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
318
- account: import("kysely").Nullable<import("../db/index.js").Account>;
319
- account_device: import("../db/index.js").AccountDevice;
320
- actor: import("../db/index.js").Actor;
321
- app_password: import("../db/index.js").AppPassword;
322
- authorization_request: import("../db/index.js").AuthorizationRequest;
323
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
324
- device: import("../db/index.js").Device;
325
- email_token: import("../db/index.js").EmailToken;
326
- invite_code: import("../db/index.js").InviteCode;
327
- invite_code_use: import("../db/index.js").InviteCodeUse;
328
- lexicon: import("../db/index.js").Lexicon;
329
- refresh_token: import("../db/index.js").RefreshToken;
330
- repo_root: import("../db/index.js").RepoRoot;
331
- token: Token;
332
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
333
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
334
- account: import("kysely").Nullable<import("../db/index.js").Account>;
335
- account_device: import("../db/index.js").AccountDevice;
336
- actor: import("../db/index.js").Actor;
337
- app_password: import("../db/index.js").AppPassword;
338
- authorization_request: import("../db/index.js").AuthorizationRequest;
339
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
340
- device: import("../db/index.js").Device;
341
- email_token: import("../db/index.js").EmailToken;
342
- invite_code: import("../db/index.js").InviteCode;
343
- invite_code_use: import("../db/index.js").InviteCodeUse;
344
- lexicon: import("../db/index.js").Lexicon;
345
- refresh_token: import("../db/index.js").RefreshToken;
346
- repo_root: import("../db/index.js").RepoRoot;
347
- token: Token;
348
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
349
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>, import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
350
- account: import("kysely").Nullable<import("../db/index.js").Account>;
351
- account_device: import("../db/index.js").AccountDevice;
352
- actor: import("../db/index.js").Actor;
353
- app_password: import("../db/index.js").AppPassword;
354
- authorization_request: import("../db/index.js").AuthorizationRequest;
355
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
356
- device: import("../db/index.js").Device;
357
- email_token: import("../db/index.js").EmailToken;
358
- invite_code: import("../db/index.js").InviteCode;
359
- invite_code_use: import("../db/index.js").InviteCodeUse;
360
- lexicon: import("../db/index.js").Lexicon;
361
- refresh_token: import("../db/index.js").RefreshToken;
362
- repo_root: import("../db/index.js").RepoRoot;
363
- token: Token;
364
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
365
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
366
- account: import("kysely").Nullable<import("../db/index.js").Account>;
367
- account_device: import("../db/index.js").AccountDevice;
368
- actor: import("../db/index.js").Actor;
369
- app_password: import("../db/index.js").AppPassword;
370
- authorization_request: import("../db/index.js").AuthorizationRequest;
371
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
372
- device: import("../db/index.js").Device;
373
- email_token: import("../db/index.js").EmailToken;
374
- invite_code: import("../db/index.js").InviteCode;
375
- invite_code_use: import("../db/index.js").InviteCodeUse;
376
- lexicon: import("../db/index.js").Lexicon;
377
- refresh_token: import("../db/index.js").RefreshToken;
378
- repo_root: import("../db/index.js").RepoRoot;
379
- token: Token;
380
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
381
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
382
- account: import("kysely").Nullable<import("../db/index.js").Account>;
383
- account_device: import("../db/index.js").AccountDevice;
384
- actor: import("../db/index.js").Actor;
385
- app_password: import("../db/index.js").AppPassword;
386
- authorization_request: import("../db/index.js").AuthorizationRequest;
387
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
388
- device: import("../db/index.js").Device;
389
- email_token: import("../db/index.js").EmailToken;
390
- invite_code: import("../db/index.js").InviteCode;
391
- invite_code_use: import("../db/index.js").InviteCodeUse;
392
- lexicon: import("../db/index.js").Lexicon;
393
- refresh_token: import("../db/index.js").RefreshToken;
394
- repo_root: import("../db/index.js").RepoRoot;
395
- token: Token;
396
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
397
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
398
- account: import("kysely").Nullable<import("../db/index.js").Account>;
399
- account_device: import("../db/index.js").AccountDevice;
400
- actor: import("../db/index.js").Actor;
401
- app_password: import("../db/index.js").AppPassword;
402
- authorization_request: import("../db/index.js").AuthorizationRequest;
403
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
404
- device: import("../db/index.js").Device;
405
- email_token: import("../db/index.js").EmailToken;
406
- invite_code: import("../db/index.js").InviteCode;
407
- invite_code_use: import("../db/index.js").InviteCodeUse;
408
- lexicon: import("../db/index.js").Lexicon;
409
- refresh_token: import("../db/index.js").RefreshToken;
410
- repo_root: import("../db/index.js").RepoRoot;
411
- token: Token;
412
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
413
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>>, import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
414
- account: import("kysely").Nullable<import("../db/index.js").Account>;
415
- account_device: import("../db/index.js").AccountDevice;
416
- actor: import("../db/index.js").Actor;
417
- app_password: import("../db/index.js").AppPassword;
418
- authorization_request: import("../db/index.js").AuthorizationRequest;
419
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
420
- device: import("../db/index.js").Device;
421
- email_token: import("../db/index.js").EmailToken;
422
- invite_code: import("../db/index.js").InviteCode;
423
- invite_code_use: import("../db/index.js").InviteCodeUse;
424
- lexicon: import("../db/index.js").Lexicon;
425
- refresh_token: import("../db/index.js").RefreshToken;
426
- repo_root: import("../db/index.js").RepoRoot;
427
- token: Token;
428
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
429
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
430
- account: import("kysely").Nullable<import("../db/index.js").Account>;
431
- account_device: import("../db/index.js").AccountDevice;
432
- actor: import("../db/index.js").Actor;
433
- app_password: import("../db/index.js").AppPassword;
434
- authorization_request: import("../db/index.js").AuthorizationRequest;
435
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
436
- device: import("../db/index.js").Device;
437
- email_token: import("../db/index.js").EmailToken;
438
- invite_code: import("../db/index.js").InviteCode;
439
- invite_code_use: import("../db/index.js").InviteCodeUse;
440
- lexicon: import("../db/index.js").Lexicon;
441
- refresh_token: import("../db/index.js").RefreshToken;
442
- repo_root: import("../db/index.js").RepoRoot;
443
- token: Token;
444
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
445
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
446
- account: import("kysely").Nullable<import("../db/index.js").Account>;
447
- account_device: import("../db/index.js").AccountDevice;
448
- actor: import("../db/index.js").Actor;
449
- app_password: import("../db/index.js").AppPassword;
450
- authorization_request: import("../db/index.js").AuthorizationRequest;
451
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
452
- device: import("../db/index.js").Device;
453
- email_token: import("../db/index.js").EmailToken;
454
- invite_code: import("../db/index.js").InviteCode;
455
- invite_code_use: import("../db/index.js").InviteCodeUse;
456
- lexicon: import("../db/index.js").Lexicon;
457
- refresh_token: import("../db/index.js").RefreshToken;
458
- repo_root: import("../db/index.js").RepoRoot;
459
- token: Token;
460
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
461
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
462
- account: import("kysely").Nullable<import("../db/index.js").Account>;
463
- account_device: import("../db/index.js").AccountDevice;
464
- actor: import("../db/index.js").Actor;
465
- app_password: import("../db/index.js").AppPassword;
466
- authorization_request: import("../db/index.js").AuthorizationRequest;
467
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
468
- device: import("../db/index.js").Device;
469
- email_token: import("../db/index.js").EmailToken;
470
- invite_code: import("../db/index.js").InviteCode;
471
- invite_code_use: import("../db/index.js").InviteCodeUse;
472
- lexicon: import("../db/index.js").Lexicon;
473
- refresh_token: import("../db/index.js").RefreshToken;
474
- repo_root: import("../db/index.js").RepoRoot;
475
- token: Token;
476
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
477
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>, import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
478
- account: import("kysely").Nullable<import("../db/index.js").Account>;
479
- account_device: import("../db/index.js").AccountDevice;
480
- actor: import("../db/index.js").Actor;
481
- app_password: import("../db/index.js").AppPassword;
482
- authorization_request: import("../db/index.js").AuthorizationRequest;
483
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
484
- device: import("../db/index.js").Device;
485
- email_token: import("../db/index.js").EmailToken;
486
- invite_code: import("../db/index.js").InviteCode;
487
- invite_code_use: import("../db/index.js").InviteCodeUse;
488
- lexicon: import("../db/index.js").Lexicon;
489
- refresh_token: import("../db/index.js").RefreshToken;
490
- repo_root: import("../db/index.js").RepoRoot;
491
- token: Token;
492
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
493
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
494
- account: import("kysely").Nullable<import("../db/index.js").Account>;
495
- account_device: import("../db/index.js").AccountDevice;
496
- actor: import("../db/index.js").Actor;
497
- app_password: import("../db/index.js").AppPassword;
498
- authorization_request: import("../db/index.js").AuthorizationRequest;
499
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
500
- device: import("../db/index.js").Device;
501
- email_token: import("../db/index.js").EmailToken;
502
- invite_code: import("../db/index.js").InviteCode;
503
- invite_code_use: import("../db/index.js").InviteCodeUse;
504
- lexicon: import("../db/index.js").Lexicon;
505
- refresh_token: import("../db/index.js").RefreshToken;
506
- repo_root: import("../db/index.js").RepoRoot;
507
- token: Token;
508
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
509
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
510
- account: import("kysely").Nullable<import("../db/index.js").Account>;
511
- account_device: import("../db/index.js").AccountDevice;
512
- actor: import("../db/index.js").Actor;
513
- app_password: import("../db/index.js").AppPassword;
514
- authorization_request: import("../db/index.js").AuthorizationRequest;
515
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
516
- device: import("../db/index.js").Device;
517
- email_token: import("../db/index.js").EmailToken;
518
- invite_code: import("../db/index.js").InviteCode;
519
- invite_code_use: import("../db/index.js").InviteCodeUse;
520
- lexicon: import("../db/index.js").Lexicon;
521
- refresh_token: import("../db/index.js").RefreshToken;
522
- repo_root: import("../db/index.js").RepoRoot;
523
- token: Token;
524
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
525
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
526
- account: import("kysely").Nullable<import("../db/index.js").Account>;
527
- account_device: import("../db/index.js").AccountDevice;
528
- actor: import("../db/index.js").Actor;
529
- app_password: import("../db/index.js").AppPassword;
530
- authorization_request: import("../db/index.js").AuthorizationRequest;
531
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
532
- device: import("../db/index.js").Device;
533
- email_token: import("../db/index.js").EmailToken;
534
- invite_code: import("../db/index.js").InviteCode;
535
- invite_code_use: import("../db/index.js").InviteCodeUse;
536
- lexicon: import("../db/index.js").Lexicon;
537
- refresh_token: import("../db/index.js").RefreshToken;
538
- repo_root: import("../db/index.js").RepoRoot;
539
- token: Token;
540
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
541
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>>>>, import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
542
- account: import("kysely").Nullable<import("../db/index.js").Account>;
543
- account_device: import("../db/index.js").AccountDevice;
544
- actor: import("../db/index.js").Actor;
545
- app_password: import("../db/index.js").AppPassword;
546
- authorization_request: import("../db/index.js").AuthorizationRequest;
547
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
548
- device: import("../db/index.js").Device;
549
- email_token: import("../db/index.js").EmailToken;
550
- invite_code: import("../db/index.js").InviteCode;
551
- invite_code_use: import("../db/index.js").InviteCodeUse;
552
- lexicon: import("../db/index.js").Lexicon;
553
- refresh_token: import("../db/index.js").RefreshToken;
554
- repo_root: import("../db/index.js").RepoRoot;
555
- token: Token;
556
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
557
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
558
- account: import("kysely").Nullable<import("../db/index.js").Account>;
559
- account_device: import("../db/index.js").AccountDevice;
560
- actor: import("../db/index.js").Actor;
561
- app_password: import("../db/index.js").AppPassword;
562
- authorization_request: import("../db/index.js").AuthorizationRequest;
563
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
564
- device: import("../db/index.js").Device;
565
- email_token: import("../db/index.js").EmailToken;
566
- invite_code: import("../db/index.js").InviteCode;
567
- invite_code_use: import("../db/index.js").InviteCodeUse;
568
- lexicon: import("../db/index.js").Lexicon;
569
- refresh_token: import("../db/index.js").RefreshToken;
570
- repo_root: import("../db/index.js").RepoRoot;
571
- token: Token;
572
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
573
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
574
- account: import("kysely").Nullable<import("../db/index.js").Account>;
575
- account_device: import("../db/index.js").AccountDevice;
576
- actor: import("../db/index.js").Actor;
577
- app_password: import("../db/index.js").AppPassword;
578
- authorization_request: import("../db/index.js").AuthorizationRequest;
579
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
580
- device: import("../db/index.js").Device;
581
- email_token: import("../db/index.js").EmailToken;
582
- invite_code: import("../db/index.js").InviteCode;
583
- invite_code_use: import("../db/index.js").InviteCodeUse;
584
- lexicon: import("../db/index.js").Lexicon;
585
- refresh_token: import("../db/index.js").RefreshToken;
586
- repo_root: import("../db/index.js").RepoRoot;
587
- token: Token;
588
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
589
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
590
- account: import("kysely").Nullable<import("../db/index.js").Account>;
591
- account_device: import("../db/index.js").AccountDevice;
592
- actor: import("../db/index.js").Actor;
593
- app_password: import("../db/index.js").AppPassword;
594
- authorization_request: import("../db/index.js").AuthorizationRequest;
595
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
596
- device: import("../db/index.js").Device;
597
- email_token: import("../db/index.js").EmailToken;
598
- invite_code: import("../db/index.js").InviteCode;
599
- invite_code_use: import("../db/index.js").InviteCodeUse;
600
- lexicon: import("../db/index.js").Lexicon;
601
- refresh_token: import("../db/index.js").RefreshToken;
602
- repo_root: import("../db/index.js").RepoRoot;
603
- token: Token;
604
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
605
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>, import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
606
- account: import("kysely").Nullable<import("../db/index.js").Account>;
607
- account_device: import("../db/index.js").AccountDevice;
608
- actor: import("../db/index.js").Actor;
609
- app_password: import("../db/index.js").AppPassword;
610
- authorization_request: import("../db/index.js").AuthorizationRequest;
611
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
612
- device: import("../db/index.js").Device;
613
- email_token: import("../db/index.js").EmailToken;
614
- invite_code: import("../db/index.js").InviteCode;
615
- invite_code_use: import("../db/index.js").InviteCodeUse;
616
- lexicon: import("../db/index.js").Lexicon;
617
- refresh_token: import("../db/index.js").RefreshToken;
618
- repo_root: import("../db/index.js").RepoRoot;
619
- token: Token;
620
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
621
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
622
- account: import("kysely").Nullable<import("../db/index.js").Account>;
623
- account_device: import("../db/index.js").AccountDevice;
624
- actor: import("../db/index.js").Actor;
625
- app_password: import("../db/index.js").AppPassword;
626
- authorization_request: import("../db/index.js").AuthorizationRequest;
627
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
628
- device: import("../db/index.js").Device;
629
- email_token: import("../db/index.js").EmailToken;
630
- invite_code: import("../db/index.js").InviteCode;
631
- invite_code_use: import("../db/index.js").InviteCodeUse;
632
- lexicon: import("../db/index.js").Lexicon;
633
- refresh_token: import("../db/index.js").RefreshToken;
634
- repo_root: import("../db/index.js").RepoRoot;
635
- token: Token;
636
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
637
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
638
- account: import("kysely").Nullable<import("../db/index.js").Account>;
639
- account_device: import("../db/index.js").AccountDevice;
640
- actor: import("../db/index.js").Actor;
641
- app_password: import("../db/index.js").AppPassword;
642
- authorization_request: import("../db/index.js").AuthorizationRequest;
643
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
644
- device: import("../db/index.js").Device;
645
- email_token: import("../db/index.js").EmailToken;
646
- invite_code: import("../db/index.js").InviteCode;
647
- invite_code_use: import("../db/index.js").InviteCodeUse;
648
- lexicon: import("../db/index.js").Lexicon;
649
- refresh_token: import("../db/index.js").RefreshToken;
650
- repo_root: import("../db/index.js").RepoRoot;
651
- token: Token;
652
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
653
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
654
- account: import("kysely").Nullable<import("../db/index.js").Account>;
655
- account_device: import("../db/index.js").AccountDevice;
656
- actor: import("../db/index.js").Actor;
657
- app_password: import("../db/index.js").AppPassword;
658
- authorization_request: import("../db/index.js").AuthorizationRequest;
659
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
660
- device: import("../db/index.js").Device;
661
- email_token: import("../db/index.js").EmailToken;
662
- invite_code: import("../db/index.js").InviteCode;
663
- invite_code_use: import("../db/index.js").InviteCodeUse;
664
- lexicon: import("../db/index.js").Lexicon;
665
- refresh_token: import("../db/index.js").RefreshToken;
666
- repo_root: import("../db/index.js").RepoRoot;
667
- token: Token;
668
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
669
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>>, import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
670
- account: import("kysely").Nullable<import("../db/index.js").Account>;
671
- account_device: import("../db/index.js").AccountDevice;
672
- actor: import("../db/index.js").Actor;
673
- app_password: import("../db/index.js").AppPassword;
674
- authorization_request: import("../db/index.js").AuthorizationRequest;
675
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
676
- device: import("../db/index.js").Device;
677
- email_token: import("../db/index.js").EmailToken;
678
- invite_code: import("../db/index.js").InviteCode;
679
- invite_code_use: import("../db/index.js").InviteCodeUse;
680
- lexicon: import("../db/index.js").Lexicon;
681
- refresh_token: import("../db/index.js").RefreshToken;
682
- repo_root: import("../db/index.js").RepoRoot;
683
- token: Token;
684
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
685
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
686
- account: import("kysely").Nullable<import("../db/index.js").Account>;
687
- account_device: import("../db/index.js").AccountDevice;
688
- actor: import("../db/index.js").Actor;
689
- app_password: import("../db/index.js").AppPassword;
690
- authorization_request: import("../db/index.js").AuthorizationRequest;
691
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
692
- device: import("../db/index.js").Device;
693
- email_token: import("../db/index.js").EmailToken;
694
- invite_code: import("../db/index.js").InviteCode;
695
- invite_code_use: import("../db/index.js").InviteCodeUse;
696
- lexicon: import("../db/index.js").Lexicon;
697
- refresh_token: import("../db/index.js").RefreshToken;
698
- repo_root: import("../db/index.js").RepoRoot;
699
- token: Token;
700
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
701
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
702
- account: import("kysely").Nullable<import("../db/index.js").Account>;
703
- account_device: import("../db/index.js").AccountDevice;
704
- actor: import("../db/index.js").Actor;
705
- app_password: import("../db/index.js").AppPassword;
706
- authorization_request: import("../db/index.js").AuthorizationRequest;
707
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
708
- device: import("../db/index.js").Device;
709
- email_token: import("../db/index.js").EmailToken;
710
- invite_code: import("../db/index.js").InviteCode;
711
- invite_code_use: import("../db/index.js").InviteCodeUse;
712
- lexicon: import("../db/index.js").Lexicon;
713
- refresh_token: import("../db/index.js").RefreshToken;
714
- repo_root: import("../db/index.js").RepoRoot;
715
- token: Token;
716
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
717
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
718
- account: import("kysely").Nullable<import("../db/index.js").Account>;
719
- account_device: import("../db/index.js").AccountDevice;
720
- actor: import("../db/index.js").Actor;
721
- app_password: import("../db/index.js").AppPassword;
722
- authorization_request: import("../db/index.js").AuthorizationRequest;
723
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
724
- device: import("../db/index.js").Device;
725
- email_token: import("../db/index.js").EmailToken;
726
- invite_code: import("../db/index.js").InviteCode;
727
- invite_code_use: import("../db/index.js").InviteCodeUse;
728
- lexicon: import("../db/index.js").Lexicon;
729
- refresh_token: import("../db/index.js").RefreshToken;
730
- repo_root: import("../db/index.js").RepoRoot;
731
- token: Token;
732
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
733
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>, import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
734
- account: import("kysely").Nullable<import("../db/index.js").Account>;
735
- account_device: import("../db/index.js").AccountDevice;
736
- actor: import("../db/index.js").Actor;
737
- app_password: import("../db/index.js").AppPassword;
738
- authorization_request: import("../db/index.js").AuthorizationRequest;
739
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
740
- device: import("../db/index.js").Device;
741
- email_token: import("../db/index.js").EmailToken;
742
- invite_code: import("../db/index.js").InviteCode;
743
- invite_code_use: import("../db/index.js").InviteCodeUse;
744
- lexicon: import("../db/index.js").Lexicon;
745
- refresh_token: import("../db/index.js").RefreshToken;
746
- repo_root: import("../db/index.js").RepoRoot;
747
- token: Token;
748
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
749
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
750
- account: import("kysely").Nullable<import("../db/index.js").Account>;
751
- account_device: import("../db/index.js").AccountDevice;
752
- actor: import("../db/index.js").Actor;
753
- app_password: import("../db/index.js").AppPassword;
754
- authorization_request: import("../db/index.js").AuthorizationRequest;
755
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
756
- device: import("../db/index.js").Device;
757
- email_token: import("../db/index.js").EmailToken;
758
- invite_code: import("../db/index.js").InviteCode;
759
- invite_code_use: import("../db/index.js").InviteCodeUse;
760
- lexicon: import("../db/index.js").Lexicon;
761
- refresh_token: import("../db/index.js").RefreshToken;
762
- repo_root: import("../db/index.js").RepoRoot;
763
- token: Token;
764
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
765
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
766
- account: import("kysely").Nullable<import("../db/index.js").Account>;
767
- account_device: import("../db/index.js").AccountDevice;
768
- actor: import("../db/index.js").Actor;
769
- app_password: import("../db/index.js").AppPassword;
770
- authorization_request: import("../db/index.js").AuthorizationRequest;
771
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
772
- device: import("../db/index.js").Device;
773
- email_token: import("../db/index.js").EmailToken;
774
- invite_code: import("../db/index.js").InviteCode;
775
- invite_code_use: import("../db/index.js").InviteCodeUse;
776
- lexicon: import("../db/index.js").Lexicon;
777
- refresh_token: import("../db/index.js").RefreshToken;
778
- repo_root: import("../db/index.js").RepoRoot;
779
- token: Token;
780
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
781
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
782
- account: import("kysely").Nullable<import("../db/index.js").Account>;
783
- account_device: import("../db/index.js").AccountDevice;
784
- actor: import("../db/index.js").Actor;
785
- app_password: import("../db/index.js").AppPassword;
786
- authorization_request: import("../db/index.js").AuthorizationRequest;
787
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
788
- device: import("../db/index.js").Device;
789
- email_token: import("../db/index.js").EmailToken;
790
- invite_code: import("../db/index.js").InviteCode;
791
- invite_code_use: import("../db/index.js").InviteCodeUse;
792
- lexicon: import("../db/index.js").Lexicon;
793
- refresh_token: import("../db/index.js").RefreshToken;
794
- repo_root: import("../db/index.js").RepoRoot;
795
- token: Token;
796
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
797
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>>>, import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
798
- account: import("kysely").Nullable<import("../db/index.js").Account>;
799
- account_device: import("../db/index.js").AccountDevice;
800
- actor: import("../db/index.js").Actor;
801
- app_password: import("../db/index.js").AppPassword;
802
- authorization_request: import("../db/index.js").AuthorizationRequest;
803
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
804
- device: import("../db/index.js").Device;
805
- email_token: import("../db/index.js").EmailToken;
806
- invite_code: import("../db/index.js").InviteCode;
807
- invite_code_use: import("../db/index.js").InviteCodeUse;
808
- lexicon: import("../db/index.js").Lexicon;
809
- refresh_token: import("../db/index.js").RefreshToken;
810
- repo_root: import("../db/index.js").RepoRoot;
811
- token: Token;
812
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
813
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
814
- account: import("kysely").Nullable<import("../db/index.js").Account>;
815
- account_device: import("../db/index.js").AccountDevice;
816
- actor: import("../db/index.js").Actor;
817
- app_password: import("../db/index.js").AppPassword;
818
- authorization_request: import("../db/index.js").AuthorizationRequest;
819
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
820
- device: import("../db/index.js").Device;
821
- email_token: import("../db/index.js").EmailToken;
822
- invite_code: import("../db/index.js").InviteCode;
823
- invite_code_use: import("../db/index.js").InviteCodeUse;
824
- lexicon: import("../db/index.js").Lexicon;
825
- refresh_token: import("../db/index.js").RefreshToken;
826
- repo_root: import("../db/index.js").RepoRoot;
827
- token: Token;
828
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
829
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
830
- account: import("kysely").Nullable<import("../db/index.js").Account>;
831
- account_device: import("../db/index.js").AccountDevice;
832
- actor: import("../db/index.js").Actor;
833
- app_password: import("../db/index.js").AppPassword;
834
- authorization_request: import("../db/index.js").AuthorizationRequest;
835
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
836
- device: import("../db/index.js").Device;
837
- email_token: import("../db/index.js").EmailToken;
838
- invite_code: import("../db/index.js").InviteCode;
839
- invite_code_use: import("../db/index.js").InviteCodeUse;
840
- lexicon: import("../db/index.js").Lexicon;
841
- refresh_token: import("../db/index.js").RefreshToken;
842
- repo_root: import("../db/index.js").RepoRoot;
843
- token: Token;
844
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
845
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
846
- account: import("kysely").Nullable<import("../db/index.js").Account>;
847
- account_device: import("../db/index.js").AccountDevice;
848
- actor: import("../db/index.js").Actor;
849
- app_password: import("../db/index.js").AppPassword;
850
- authorization_request: import("../db/index.js").AuthorizationRequest;
851
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
852
- device: import("../db/index.js").Device;
853
- email_token: import("../db/index.js").EmailToken;
854
- invite_code: import("../db/index.js").InviteCode;
855
- invite_code_use: import("../db/index.js").InviteCodeUse;
856
- lexicon: import("../db/index.js").Lexicon;
857
- refresh_token: import("../db/index.js").RefreshToken;
858
- repo_root: import("../db/index.js").RepoRoot;
859
- token: Token;
860
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
861
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>, import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
862
- account: import("kysely").Nullable<import("../db/index.js").Account>;
863
- account_device: import("../db/index.js").AccountDevice;
864
- actor: import("../db/index.js").Actor;
865
- app_password: import("../db/index.js").AppPassword;
866
- authorization_request: import("../db/index.js").AuthorizationRequest;
867
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
868
- device: import("../db/index.js").Device;
869
- email_token: import("../db/index.js").EmailToken;
870
- invite_code: import("../db/index.js").InviteCode;
871
- invite_code_use: import("../db/index.js").InviteCodeUse;
872
- lexicon: import("../db/index.js").Lexicon;
873
- refresh_token: import("../db/index.js").RefreshToken;
874
- repo_root: import("../db/index.js").RepoRoot;
875
- token: Token;
876
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
877
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
878
- account: import("kysely").Nullable<import("../db/index.js").Account>;
879
- account_device: import("../db/index.js").AccountDevice;
880
- actor: import("../db/index.js").Actor;
881
- app_password: import("../db/index.js").AppPassword;
882
- authorization_request: import("../db/index.js").AuthorizationRequest;
883
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
884
- device: import("../db/index.js").Device;
885
- email_token: import("../db/index.js").EmailToken;
886
- invite_code: import("../db/index.js").InviteCode;
887
- invite_code_use: import("../db/index.js").InviteCodeUse;
888
- lexicon: import("../db/index.js").Lexicon;
889
- refresh_token: import("../db/index.js").RefreshToken;
890
- repo_root: import("../db/index.js").RepoRoot;
891
- token: Token;
892
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
893
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
894
- account: import("kysely").Nullable<import("../db/index.js").Account>;
895
- account_device: import("../db/index.js").AccountDevice;
896
- actor: import("../db/index.js").Actor;
897
- app_password: import("../db/index.js").AppPassword;
898
- authorization_request: import("../db/index.js").AuthorizationRequest;
899
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
900
- device: import("../db/index.js").Device;
901
- email_token: import("../db/index.js").EmailToken;
902
- invite_code: import("../db/index.js").InviteCode;
903
- invite_code_use: import("../db/index.js").InviteCodeUse;
904
- lexicon: import("../db/index.js").Lexicon;
905
- refresh_token: import("../db/index.js").RefreshToken;
906
- repo_root: import("../db/index.js").RepoRoot;
907
- token: Token;
908
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
909
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
910
- account: import("kysely").Nullable<import("../db/index.js").Account>;
911
- account_device: import("../db/index.js").AccountDevice;
912
- actor: import("../db/index.js").Actor;
913
- app_password: import("../db/index.js").AppPassword;
914
- authorization_request: import("../db/index.js").AuthorizationRequest;
915
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
916
- device: import("../db/index.js").Device;
917
- email_token: import("../db/index.js").EmailToken;
918
- invite_code: import("../db/index.js").InviteCode;
919
- invite_code_use: import("../db/index.js").InviteCodeUse;
920
- lexicon: import("../db/index.js").Lexicon;
921
- refresh_token: import("../db/index.js").RefreshToken;
922
- repo_root: import("../db/index.js").RepoRoot;
923
- token: Token;
924
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
925
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>>, import("kysely/dist/esm/util/type-utils.js").MergePartial<import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
926
- account: import("kysely").Nullable<import("../db/index.js").Account>;
927
- account_device: import("../db/index.js").AccountDevice;
928
- actor: import("../db/index.js").Actor;
929
- app_password: import("../db/index.js").AppPassword;
930
- authorization_request: import("../db/index.js").AuthorizationRequest;
931
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
932
- device: import("../db/index.js").Device;
933
- email_token: import("../db/index.js").EmailToken;
934
- invite_code: import("../db/index.js").InviteCode;
935
- invite_code_use: import("../db/index.js").InviteCodeUse;
936
- lexicon: import("../db/index.js").Lexicon;
937
- refresh_token: import("../db/index.js").RefreshToken;
938
- repo_root: import("../db/index.js").RepoRoot;
939
- token: Token;
940
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
941
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
942
- account: import("kysely").Nullable<import("../db/index.js").Account>;
943
- account_device: import("../db/index.js").AccountDevice;
944
- actor: import("../db/index.js").Actor;
945
- app_password: import("../db/index.js").AppPassword;
946
- authorization_request: import("../db/index.js").AuthorizationRequest;
947
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
948
- device: import("../db/index.js").Device;
949
- email_token: import("../db/index.js").EmailToken;
950
- invite_code: import("../db/index.js").InviteCode;
951
- invite_code_use: import("../db/index.js").InviteCodeUse;
952
- lexicon: import("../db/index.js").Lexicon;
953
- refresh_token: import("../db/index.js").RefreshToken;
954
- repo_root: import("../db/index.js").RepoRoot;
955
- token: Token;
956
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
957
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
958
- account: import("kysely").Nullable<import("../db/index.js").Account>;
959
- account_device: import("../db/index.js").AccountDevice;
960
- actor: import("../db/index.js").Actor;
961
- app_password: import("../db/index.js").AppPassword;
962
- authorization_request: import("../db/index.js").AuthorizationRequest;
963
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
964
- device: import("../db/index.js").Device;
965
- email_token: import("../db/index.js").EmailToken;
966
- invite_code: import("../db/index.js").InviteCode;
967
- invite_code_use: import("../db/index.js").InviteCodeUse;
968
- lexicon: import("../db/index.js").Lexicon;
969
- refresh_token: import("../db/index.js").RefreshToken;
970
- repo_root: import("../db/index.js").RepoRoot;
971
- token: Token;
972
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
973
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
974
- account: import("kysely").Nullable<import("../db/index.js").Account>;
975
- account_device: import("../db/index.js").AccountDevice;
976
- actor: import("../db/index.js").Actor;
977
- app_password: import("../db/index.js").AppPassword;
978
- authorization_request: import("../db/index.js").AuthorizationRequest;
979
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
980
- device: import("../db/index.js").Device;
981
- email_token: import("../db/index.js").EmailToken;
982
- invite_code: import("../db/index.js").InviteCode;
983
- invite_code_use: import("../db/index.js").InviteCodeUse;
984
- lexicon: import("../db/index.js").Lexicon;
985
- refresh_token: import("../db/index.js").RefreshToken;
986
- repo_root: import("../db/index.js").RepoRoot;
987
- token: Token;
988
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
989
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>, import("kysely/dist/esm/util/type-utils.js").MergePartial<Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
990
- account: import("kysely").Nullable<import("../db/index.js").Account>;
991
- account_device: import("../db/index.js").AccountDevice;
992
- actor: import("../db/index.js").Actor;
993
- app_password: import("../db/index.js").AppPassword;
994
- authorization_request: import("../db/index.js").AuthorizationRequest;
995
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
996
- device: import("../db/index.js").Device;
997
- email_token: import("../db/index.js").EmailToken;
998
- invite_code: import("../db/index.js").InviteCode;
999
- invite_code_use: import("../db/index.js").InviteCodeUse;
1000
- lexicon: import("../db/index.js").Lexicon;
1001
- refresh_token: import("../db/index.js").RefreshToken;
1002
- repo_root: import("../db/index.js").RepoRoot;
1003
- token: Token;
1004
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
1005
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
1006
- account: import("kysely").Nullable<import("../db/index.js").Account>;
1007
- account_device: import("../db/index.js").AccountDevice;
1008
- actor: import("../db/index.js").Actor;
1009
- app_password: import("../db/index.js").AppPassword;
1010
- authorization_request: import("../db/index.js").AuthorizationRequest;
1011
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
1012
- device: import("../db/index.js").Device;
1013
- email_token: import("../db/index.js").EmailToken;
1014
- invite_code: import("../db/index.js").InviteCode;
1015
- invite_code_use: import("../db/index.js").InviteCodeUse;
1016
- lexicon: import("../db/index.js").Lexicon;
1017
- refresh_token: import("../db/index.js").RefreshToken;
1018
- repo_root: import("../db/index.js").RepoRoot;
1019
- token: Token;
1020
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
1021
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">, Partial<Omit<{}, never>> & Partial<Omit<Partial<Omit<{}, never>>, never>> & import("kysely").Selection<{
1022
- account: import("kysely").Nullable<import("../db/index.js").Account>;
1023
- account_device: import("../db/index.js").AccountDevice;
1024
- actor: import("../db/index.js").Actor;
1025
- app_password: import("../db/index.js").AppPassword;
1026
- authorization_request: import("../db/index.js").AuthorizationRequest;
1027
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
1028
- device: import("../db/index.js").Device;
1029
- email_token: import("../db/index.js").EmailToken;
1030
- invite_code: import("../db/index.js").InviteCode;
1031
- invite_code_use: import("../db/index.js").InviteCodeUse;
1032
- lexicon: import("../db/index.js").Lexicon;
1033
- refresh_token: import("../db/index.js").RefreshToken;
1034
- repo_root: import("../db/index.js").RepoRoot;
1035
- token: Token;
1036
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
1037
- }, "account" | "actor", "account.email" | "account.emailConfirmedAt" | "account.invitesDisabled" | "actor.createdAt" | "actor.deactivatedAt" | "actor.deleteAfter" | "actor.did" | "actor.handle" | "actor.takedownRef"> & import("kysely").Selection<{
1038
- account: import("kysely").Nullable<import("../db/index.js").Account>;
1039
- account_device: import("../db/index.js").AccountDevice;
1040
- actor: import("../db/index.js").Actor;
1041
- app_password: import("../db/index.js").AppPassword;
1042
- authorization_request: import("../db/index.js").AuthorizationRequest;
1043
- authorized_client: import("../db/schema/authorized-client.js").AuthorizedClient;
1044
- device: import("../db/index.js").Device;
1045
- email_token: import("../db/index.js").EmailToken;
1046
- invite_code: import("../db/index.js").InviteCode;
1047
- invite_code_use: import("../db/index.js").InviteCodeUse;
1048
- lexicon: import("../db/index.js").Lexicon;
1049
- refresh_token: import("../db/index.js").RefreshToken;
1050
- repo_root: import("../db/index.js").RepoRoot;
1051
- token: Token;
1052
- used_refresh_token: import("../db/index.js").UsedRefreshToken;
1053
- }, "account" | "actor" | "token", "token.clientAuth" | "token.clientId" | "token.code" | "token.createdAt" | "token.currentRefreshToken" | "token.details" | "token.deviceId" | "token.did" | "token.expiresAt" | "token.id" | "token.parameters" | "token.scope" | "token.tokenId" | "token.updatedAt">>>>>>>;
1054
- export declare const removeByDidQB: (db: AccountDb, did: string) => import("kysely").DeleteQueryBuilder<import("kysely/dist/esm/parser/table-parser.js").From<import("../db/index.js").DatabaseSchema, "token">, "token", import("kysely").DeleteResult>;
1055
- export declare const rotateQB: (db: AccountDb, id: number, newTokenId: TokenId, newRefreshToken: RefreshToken, newData: NewTokenData) => import("kysely").UpdateQueryBuilder<import("kysely/dist/esm/parser/table-parser.js").From<import("../db/index.js").DatabaseSchema, "token">, "token", "token", import("kysely").UpdateResult>;
1056
- export declare const removeQB: (db: AccountDb, tokenId: TokenId) => import("kysely").DeleteQueryBuilder<import("kysely/dist/esm/parser/table-parser.js").From<import("../db/index.js").DatabaseSchema, "token">, "token", import("kysely").DeleteResult>;
32
+ }, "account" | "actor" | "token", Partial<Omit<unknown, never>> & {
33
+ createdAt: string;
34
+ deactivatedAt: string | null;
35
+ deleteAfter: string | null;
36
+ did: `did:${string}:${string}`;
37
+ email: string | null;
38
+ emailConfirmedAt: import("@atproto/syntax").DatetimeString | null;
39
+ handle: `${string}.${string}` | null;
40
+ invitesDisabled: 0 | 1 | null;
41
+ takedownRef: string | null;
42
+ } & {
43
+ clientAuth: import("../../db/cast.js").JsonEncoded<import("@atproto/oauth-provider").ClientAuthLegacy | import("@atproto/oauth-provider").ClientAuth>;
44
+ clientId: string;
45
+ code: `cod-${string}` | null;
46
+ createdAt: `${string}T${string}Z`;
47
+ currentRefreshToken: `ref-${string}` | null;
48
+ details: import("../../db/cast.js").JsonEncoded<{
49
+ type: string;
50
+ locations?: `${string}:${string}`[] | undefined;
51
+ actions?: string[] | undefined;
52
+ datatypes?: string[] | undefined;
53
+ identifier?: string | undefined;
54
+ privileges?: string[] | undefined;
55
+ }[]> | null;
56
+ deviceId: `dev-${string}` | null;
57
+ did: `did:${string}:${string}`;
58
+ expiresAt: `${string}T${string}Z`;
59
+ id: number;
60
+ parameters: import("../../db/cast.js").JsonEncoded<{
61
+ client_id: string;
62
+ state?: string | undefined;
63
+ redirect_uri?: "http://127.0.0.1" | `${string}.${string}:/${string}` | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `https://${string}` | undefined;
64
+ scope?: string | undefined;
65
+ response_type: "code" | "code id_token" | "code id_token token" | "code token" | "id_token" | "id_token token" | "none" | "token";
66
+ code_challenge?: string | undefined;
67
+ code_challenge_method?: "S256" | "plain" | undefined;
68
+ dpop_jkt?: string | undefined;
69
+ response_mode?: "form_post" | "fragment" | "query" | undefined;
70
+ nonce?: string | undefined;
71
+ max_age?: number | undefined;
72
+ claims?: Partial<Record<"id_token" | "userinfo", Partial<Record<"acr" | "address" | "auth_time" | "birthdate" | "email" | "email_verified" | "family_name" | "gender" | "given_name" | "locale" | "middle_name" | "name" | "nickname" | "nonce" | "phone_number" | "phone_number_verified" | "picture" | "preferred_username" | "profile" | "updated_at" | "website" | "zoneinfo", {
73
+ essential?: boolean | undefined;
74
+ value?: string | number | boolean | undefined;
75
+ values?: (string | number | boolean)[] | undefined;
76
+ } | null>>>> | undefined;
77
+ login_hint?: string | undefined;
78
+ ui_locales?: string | undefined;
79
+ id_token_hint?: `${string}.${string}.${string}` | undefined;
80
+ display?: "page" | "popup" | "touch" | "wap" | undefined;
81
+ prompt?: "consent" | "create" | "login" | "none" | "select_account" | undefined;
82
+ authorization_details?: {
83
+ type: string;
84
+ locations?: `${string}:${string}`[] | undefined;
85
+ actions?: string[] | undefined;
86
+ datatypes?: string[] | undefined;
87
+ identifier?: string | undefined;
88
+ privileges?: string[] | undefined;
89
+ }[] | undefined;
90
+ }>;
91
+ scope: string | null;
92
+ tokenId: `tok-${string}`;
93
+ updatedAt: `${string}T${string}Z`;
94
+ } & Partial<Omit<unknown, "clientAuth" | "clientId" | "code" | "createdAt" | "currentRefreshToken" | "deactivatedAt" | "deleteAfter" | "details" | "deviceId" | "did" | "email" | "emailConfirmedAt" | "expiresAt" | "handle" | "id" | "invitesDisabled" | "parameters" | "scope" | "takedownRef" | "tokenId" | "updatedAt">>>;
95
+ export declare const removeByDid: (db: AccountDb, did: Did) => Promise<void>;
96
+ export declare const rotateQB: (db: AccountDb, id: number, newTokenId: TokenId, newRefreshToken: RefreshToken, newData: NewTokenData) => import("kysely").UpdateQueryBuilder<import("../db/index.js").DatabaseSchema, "token", "token", import("kysely").UpdateResult>;
97
+ export declare const removeQB: (db: AccountDb, tokenId: TokenId) => import("kysely").DeleteQueryBuilder<import("../db/index.js").DatabaseSchema, "token", import("kysely").DeleteResult>;
1057
98
  //# sourceMappingURL=token.d.ts.map