tapimo 0.13.0 → 0.14.0

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 (230) hide show
  1. package/dist/App.d.ts +6064 -4829
  2. package/dist/App.d.ts.map +1 -1
  3. package/dist/App.js +1 -0
  4. package/dist/App.js.map +1 -1
  5. package/dist/Webhooks.js +2 -2
  6. package/dist/Webhooks.js.map +1 -1
  7. package/dist/admin/App.d.ts +1008 -917
  8. package/dist/admin/App.d.ts.map +1 -1
  9. package/dist/admin/apps/earn-vaults.d.ts +48 -0
  10. package/dist/admin/apps/earn-vaults.d.ts.map +1 -1
  11. package/dist/admin/apps/earn-vaults.js +2 -1
  12. package/dist/admin/apps/earn-vaults.js.map +1 -1
  13. package/dist/admin/apps/organizations.d.ts +92 -3
  14. package/dist/admin/apps/organizations.d.ts.map +1 -1
  15. package/dist/admin/apps/organizations.js +69 -7
  16. package/dist/admin/apps/organizations.js.map +1 -1
  17. package/dist/admin/apps/verified-tokens.d.ts +74 -74
  18. package/dist/admin/ui.generated.d.ts +1 -1
  19. package/dist/admin/ui.generated.js +69 -69
  20. package/dist/admin/ui.generated.js.map +1 -1
  21. package/dist/apps/Zones.d.ts +12 -12
  22. package/dist/apps/Zones.js +3 -3
  23. package/dist/apps/data/App.d.ts +2909 -2523
  24. package/dist/apps/data/App.d.ts.map +1 -1
  25. package/dist/apps/data/App.js +11 -6
  26. package/dist/apps/data/App.js.map +1 -1
  27. package/dist/apps/data/routes/addresses.d.ts +22 -22
  28. package/dist/apps/data/routes/earn.d.ts +183 -7
  29. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  30. package/dist/apps/data/routes/earn.js +434 -75
  31. package/dist/apps/data/routes/earn.js.map +1 -1
  32. package/dist/apps/data/routes/exchanges.d.ts +15 -0
  33. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  34. package/dist/apps/data/routes/exchanges.js +180 -114
  35. package/dist/apps/data/routes/exchanges.js.map +1 -1
  36. package/dist/apps/data/routes/fee-amm.d.ts.map +1 -1
  37. package/dist/apps/data/routes/fee-amm.js +18 -19
  38. package/dist/apps/data/routes/fee-amm.js.map +1 -1
  39. package/dist/apps/data/routes/tokens.d.ts +93 -93
  40. package/dist/apps/data/routes/transfers.d.ts +12 -12
  41. package/dist/apps/data/routes/valuation.d.ts +30 -30
  42. package/dist/apps/data/routes/verified-tokens.d.ts +5 -5
  43. package/dist/apps/data/routes/webhooks.d.ts +805 -102
  44. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  45. package/dist/apps/data/routes/webhooks.js +47 -5
  46. package/dist/apps/data/routes/webhooks.js.map +1 -1
  47. package/dist/apps/funding/App.d.ts +456 -45
  48. package/dist/apps/funding/App.d.ts.map +1 -1
  49. package/dist/apps/funding/App.js +1 -1
  50. package/dist/apps/funding/App.js.map +1 -1
  51. package/dist/apps/funding/routes/deposit-addresses.d.ts +17 -17
  52. package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
  53. package/dist/apps/funding/routes/deposit-addresses.js +1 -1
  54. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
  55. package/dist/apps/funding/routes/transfers.d.ts +654 -73
  56. package/dist/apps/funding/routes/transfers.d.ts.map +1 -1
  57. package/dist/apps/funding/routes/transfers.js +211 -5
  58. package/dist/apps/funding/routes/transfers.js.map +1 -1
  59. package/dist/apps/management/App.d.ts +831 -387
  60. package/dist/apps/management/App.d.ts.map +1 -1
  61. package/dist/apps/management/Billing.d.ts +1 -1
  62. package/dist/apps/management/Billing.d.ts.map +1 -1
  63. package/dist/apps/management/Billing.js +17 -1
  64. package/dist/apps/management/Billing.js.map +1 -1
  65. package/dist/apps/management/routes/api-keys.d.ts +76 -76
  66. package/dist/apps/management/routes/billing.d.ts +76 -76
  67. package/dist/apps/management/routes/faucet.d.ts +12 -12
  68. package/dist/apps/management/routes/invitations.d.ts +24 -24
  69. package/dist/apps/management/routes/invite-links.d.ts +46 -46
  70. package/dist/apps/management/routes/members.d.ts +46 -46
  71. package/dist/apps/management/routes/orgs.d.ts +20 -20
  72. package/dist/apps/management/routes/projects.d.ts +44 -44
  73. package/dist/apps/management/routes/usage.d.ts +32 -32
  74. package/dist/apps/management/routes/verified-token-requests.d.ts +16 -16
  75. package/dist/apps/management/routes/webhooks.d.ts +707 -57
  76. package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
  77. package/dist/apps/management/routes/webhooks.js +21 -21
  78. package/dist/apps/management/routes/webhooks.js.map +1 -1
  79. package/dist/apps/relay/App.d.ts.map +1 -1
  80. package/dist/apps/relay/App.js +115 -23
  81. package/dist/apps/relay/App.js.map +1 -1
  82. package/dist/apps/relay/Sponsorships.d.ts.map +1 -1
  83. package/dist/apps/relay/Sponsorships.js +27 -1
  84. package/dist/apps/relay/Sponsorships.js.map +1 -1
  85. package/dist/db/Db.d.ts.map +1 -1
  86. package/dist/db/Db.js +22 -0
  87. package/dist/db/Db.js.map +1 -1
  88. package/dist/db/Schema.d.ts +8 -3
  89. package/dist/db/Schema.d.ts.map +1 -1
  90. package/dist/db/Schema.js +16 -1
  91. package/dist/db/Schema.js.map +1 -1
  92. package/dist/db/tables/fundingTransferTransactions.d.ts +38 -0
  93. package/dist/db/tables/fundingTransferTransactions.d.ts.map +1 -1
  94. package/dist/db/tables/fundingTransferTransactions.js +44 -3
  95. package/dist/db/tables/fundingTransferTransactions.js.map +1 -1
  96. package/dist/db/tables/fundingTransfers.d.ts +17 -0
  97. package/dist/db/tables/fundingTransfers.d.ts.map +1 -1
  98. package/dist/db/tables/fundingTransfers.js +21 -0
  99. package/dist/db/tables/fundingTransfers.js.map +1 -1
  100. package/dist/db/tables/organizations.d.ts +24 -0
  101. package/dist/db/tables/organizations.d.ts.map +1 -1
  102. package/dist/db/tables/organizations.js +27 -0
  103. package/dist/db/tables/organizations.js.map +1 -1
  104. package/dist/db/tables/projects.d.ts +25 -1
  105. package/dist/db/tables/projects.d.ts.map +1 -1
  106. package/dist/db/tables/projects.js +26 -0
  107. package/dist/db/tables/projects.js.map +1 -1
  108. package/dist/db/tables/sponsoredTransactions.d.ts +44 -0
  109. package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
  110. package/dist/db/tables/sponsoredTransactions.js +146 -13
  111. package/dist/db/tables/sponsoredTransactions.js.map +1 -1
  112. package/dist/db/tables/webhookSubscriptions.d.ts +10 -6
  113. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  114. package/dist/db/tables/webhookSubscriptions.js +9 -6
  115. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  116. package/dist/internal/EarnVaults.js +5 -5
  117. package/dist/internal/EarnVaults.js.map +1 -1
  118. package/dist/internal/Log.d.ts +1 -1
  119. package/dist/internal/Log.d.ts.map +1 -1
  120. package/dist/internal/Log.js.map +1 -1
  121. package/dist/internal/Viem.d.ts +16 -1
  122. package/dist/internal/Viem.d.ts.map +1 -1
  123. package/dist/internal/Viem.js +12 -2
  124. package/dist/internal/Viem.js.map +1 -1
  125. package/dist/internal/funding/DepositWebhook.d.ts.map +1 -1
  126. package/dist/internal/funding/DepositWebhook.js +2 -1
  127. package/dist/internal/funding/DepositWebhook.js.map +1 -1
  128. package/dist/internal/funding/Evidence.d.ts.map +1 -1
  129. package/dist/internal/funding/Evidence.js +2 -10
  130. package/dist/internal/funding/Evidence.js.map +1 -1
  131. package/dist/internal/funding/Provider.d.ts +40 -0
  132. package/dist/internal/funding/Provider.d.ts.map +1 -1
  133. package/dist/internal/funding/Provider.js +5 -0
  134. package/dist/internal/funding/Provider.js.map +1 -1
  135. package/dist/internal/funding/SourceObservation.d.ts.map +1 -1
  136. package/dist/internal/funding/SourceObservation.js +5 -7
  137. package/dist/internal/funding/SourceObservation.js.map +1 -1
  138. package/dist/internal/funding/Transfer.d.ts +101 -6
  139. package/dist/internal/funding/Transfer.d.ts.map +1 -1
  140. package/dist/internal/funding/Transfer.js +162 -34
  141. package/dist/internal/funding/Transfer.js.map +1 -1
  142. package/dist/internal/funding/TransferReconciliation.d.ts +52 -0
  143. package/dist/internal/funding/TransferReconciliation.d.ts.map +1 -0
  144. package/dist/internal/funding/TransferReconciliation.js +192 -0
  145. package/dist/internal/funding/TransferReconciliation.js.map +1 -0
  146. package/dist/internal/funding/TransferWebhook.d.ts +21 -0
  147. package/dist/internal/funding/TransferWebhook.d.ts.map +1 -0
  148. package/dist/internal/funding/TransferWebhook.js +43 -0
  149. package/dist/internal/funding/TransferWebhook.js.map +1 -0
  150. package/dist/internal/funding/index.d.ts +1 -0
  151. package/dist/internal/funding/index.d.ts.map +1 -1
  152. package/dist/internal/funding/index.js +1 -0
  153. package/dist/internal/funding/index.js.map +1 -1
  154. package/dist/internal/funding/providers/relay.d.ts.map +1 -1
  155. package/dist/internal/funding/providers/relay.js +3 -12
  156. package/dist/internal/funding/providers/relay.js.map +1 -1
  157. package/dist/internal/funding/providers/stargate.d.ts +99 -0
  158. package/dist/internal/funding/providers/stargate.d.ts.map +1 -1
  159. package/dist/internal/funding/providers/stargate.js +337 -35
  160. package/dist/internal/funding/providers/stargate.js.map +1 -1
  161. package/dist/internal/webhookDestinations/slack.d.ts.map +1 -1
  162. package/dist/internal/webhookDestinations/slack.js +16 -0
  163. package/dist/internal/webhookDestinations/slack.js.map +1 -1
  164. package/package.json +1 -1
  165. package/src/App.ts +1 -0
  166. package/src/Client.test-d.ts +83 -2
  167. package/src/Webhooks.ts +2 -2
  168. package/src/admin/apps/earn-vaults.ts +2 -1
  169. package/src/admin/apps/organizations.test.ts +53 -1
  170. package/src/admin/apps/organizations.ts +90 -5
  171. package/src/admin/ui/src/lib/organizations.test.ts +112 -1
  172. package/src/admin/ui/src/lib/organizations.ts +55 -0
  173. package/src/admin/ui/src/routes/organizations_.$orgId.tsx +116 -0
  174. package/src/admin/ui.generated.ts +69 -69
  175. package/src/apps/Zones.test.ts +3 -3
  176. package/src/apps/Zones.ts +3 -3
  177. package/src/apps/composition.test.ts +1 -0
  178. package/src/apps/data/App.ts +15 -6
  179. package/src/apps/data/routes/earn.test.ts +369 -14
  180. package/src/apps/data/routes/earn.ts +548 -79
  181. package/src/apps/data/routes/exchanges.test.ts +740 -15
  182. package/src/apps/data/routes/exchanges.ts +954 -753
  183. package/src/apps/data/routes/fee-amm.ts +17 -18
  184. package/src/apps/data/routes/webhooks.test.ts +21 -5
  185. package/src/apps/data/routes/webhooks.ts +63 -8
  186. package/src/apps/funding/App.ts +12 -2
  187. package/src/apps/funding/routes/deposit-addresses.test.ts +4 -4
  188. package/src/apps/funding/routes/deposit-addresses.ts +2 -2
  189. package/src/apps/funding/routes/transfers.test.ts +510 -19
  190. package/src/apps/funding/routes/transfers.ts +271 -5
  191. package/src/apps/management/Billing.ts +18 -5
  192. package/src/apps/management/routes/webhooks.test.ts +3 -3
  193. package/src/apps/management/routes/webhooks.ts +24 -25
  194. package/src/apps/relay/App.test.ts +212 -1
  195. package/src/apps/relay/App.ts +158 -29
  196. package/src/apps/relay/Sponsorships.ts +24 -1
  197. package/src/db/Db.ts +35 -0
  198. package/src/db/Schema.ts +17 -2
  199. package/src/db/tables/fundingTransferTransactions.test.ts +43 -0
  200. package/src/db/tables/fundingTransferTransactions.ts +79 -3
  201. package/src/db/tables/fundingTransfers.test.ts +26 -0
  202. package/src/db/tables/fundingTransfers.ts +36 -0
  203. package/src/db/tables/organizations.test.ts +41 -0
  204. package/src/db/tables/organizations.ts +49 -0
  205. package/src/db/tables/projects.test.ts +55 -0
  206. package/src/db/tables/projects.ts +46 -1
  207. package/src/db/tables/sponsoredTransactions.test.ts +338 -0
  208. package/src/db/tables/sponsoredTransactions.ts +197 -13
  209. package/src/db/tables/webhookSubscriptions.ts +18 -11
  210. package/src/internal/EarnVaults.ts +5 -5
  211. package/src/internal/Log.test-d.ts +2 -0
  212. package/src/internal/Log.ts +2 -0
  213. package/src/internal/Viem.ts +39 -3
  214. package/src/internal/Webhooks.test.ts +45 -0
  215. package/src/internal/funding/DepositWebhook.ts +2 -1
  216. package/src/internal/funding/Evidence.ts +2 -13
  217. package/src/internal/funding/Provider.ts +43 -0
  218. package/src/internal/funding/SourceObservation.ts +5 -9
  219. package/src/internal/funding/Transfer.test.ts +155 -0
  220. package/src/internal/funding/Transfer.ts +254 -37
  221. package/src/internal/funding/TransferReconciliation.test.ts +147 -0
  222. package/src/internal/funding/TransferReconciliation.ts +264 -0
  223. package/src/internal/funding/TransferWebhook.test.ts +128 -0
  224. package/src/internal/funding/TransferWebhook.ts +67 -0
  225. package/src/internal/funding/index.test.ts +1 -0
  226. package/src/internal/funding/index.ts +1 -0
  227. package/src/internal/funding/providers/relay.ts +3 -15
  228. package/src/internal/funding/providers/stargate.test.ts +169 -4
  229. package/src/internal/funding/providers/stargate.ts +498 -51
  230. package/src/internal/webhookDestinations/slack.ts +15 -0
@@ -122,14 +122,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
122
122
  $post: {
123
123
  output: {
124
124
  error: {
125
- code: "upstream_error";
125
+ code: "api_key_malformed";
126
126
  details?: readonly Response.error.Detail[] | undefined;
127
127
  message: string;
128
128
  };
129
129
  requestId: string;
130
130
  };
131
131
  outputFormat: "json";
132
- status: 502;
132
+ status: 400;
133
133
  input: {
134
134
  param: {
135
135
  orgId: string;
@@ -146,14 +146,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
146
146
  } | {
147
147
  output: {
148
148
  error: {
149
- code: "api_key_malformed";
149
+ code: "api_key_invalid" | "api_key_missing";
150
150
  details?: readonly Response.error.Detail[] | undefined;
151
151
  message: string;
152
152
  };
153
153
  requestId: string;
154
154
  };
155
155
  outputFormat: "json";
156
- status: 400;
156
+ status: 401;
157
157
  input: {
158
158
  param: {
159
159
  orgId: string;
@@ -170,14 +170,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
170
170
  } | {
171
171
  output: {
172
172
  error: {
173
- code: "api_key_invalid" | "api_key_missing";
173
+ code: "upstream_error";
174
174
  details?: readonly Response.error.Detail[] | undefined;
175
175
  message: string;
176
176
  };
177
177
  requestId: string;
178
178
  };
179
179
  outputFormat: "json";
180
- status: 401;
180
+ status: 502;
181
181
  input: {
182
182
  param: {
183
183
  orgId: string;
@@ -194,7 +194,7 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
194
194
  } | {
195
195
  output: {
196
196
  error: {
197
- code: "param_invalid";
197
+ code: "body_invalid";
198
198
  details?: readonly Response.error.Detail[] | undefined;
199
199
  message: string;
200
200
  };
@@ -218,7 +218,7 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
218
218
  } | {
219
219
  output: {
220
220
  error: {
221
- code: "body_invalid";
221
+ code: "param_invalid";
222
222
  details?: readonly Response.error.Detail[] | undefined;
223
223
  message: string;
224
224
  };
@@ -327,14 +327,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
327
327
  $get: {
328
328
  output: {
329
329
  error: {
330
- code: "upstream_error";
330
+ code: "api_key_malformed";
331
331
  details?: readonly Response.error.Detail[] | undefined;
332
332
  message: string;
333
333
  };
334
334
  requestId: string;
335
335
  };
336
336
  outputFormat: "json";
337
- status: 502;
337
+ status: 400;
338
338
  input: {
339
339
  param: {
340
340
  orgId: string;
@@ -343,14 +343,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
343
343
  } | {
344
344
  output: {
345
345
  error: {
346
- code: "api_key_malformed";
346
+ code: "api_key_invalid" | "api_key_missing";
347
347
  details?: readonly Response.error.Detail[] | undefined;
348
348
  message: string;
349
349
  };
350
350
  requestId: string;
351
351
  };
352
352
  outputFormat: "json";
353
- status: 400;
353
+ status: 401;
354
354
  input: {
355
355
  param: {
356
356
  orgId: string;
@@ -359,14 +359,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
359
359
  } | {
360
360
  output: {
361
361
  error: {
362
- code: "api_key_invalid" | "api_key_missing";
362
+ code: "upstream_error";
363
363
  details?: readonly Response.error.Detail[] | undefined;
364
364
  message: string;
365
365
  };
366
366
  requestId: string;
367
367
  };
368
368
  outputFormat: "json";
369
- status: 401;
369
+ status: 502;
370
370
  input: {
371
371
  param: {
372
372
  orgId: string;
@@ -454,14 +454,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
454
454
  $patch: {
455
455
  output: {
456
456
  error: {
457
- code: "upstream_error";
457
+ code: "api_key_malformed";
458
458
  details?: readonly Response.error.Detail[] | undefined;
459
459
  message: string;
460
460
  };
461
461
  requestId: string;
462
462
  };
463
463
  outputFormat: "json";
464
- status: 502;
464
+ status: 400;
465
465
  input: {
466
466
  param: {
467
467
  inviteLinkId: string;
@@ -475,14 +475,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
475
475
  } | {
476
476
  output: {
477
477
  error: {
478
- code: "api_key_malformed";
478
+ code: "api_key_invalid" | "api_key_missing";
479
479
  details?: readonly Response.error.Detail[] | undefined;
480
480
  message: string;
481
481
  };
482
482
  requestId: string;
483
483
  };
484
484
  outputFormat: "json";
485
- status: 400;
485
+ status: 401;
486
486
  input: {
487
487
  param: {
488
488
  inviteLinkId: string;
@@ -496,14 +496,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
496
496
  } | {
497
497
  output: {
498
498
  error: {
499
- code: "api_key_invalid" | "api_key_missing";
499
+ code: "upstream_error";
500
500
  details?: readonly Response.error.Detail[] | undefined;
501
501
  message: string;
502
502
  };
503
503
  requestId: string;
504
504
  };
505
505
  outputFormat: "json";
506
- status: 401;
506
+ status: 502;
507
507
  input: {
508
508
  param: {
509
509
  inviteLinkId: string;
@@ -517,7 +517,7 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
517
517
  } | {
518
518
  output: {
519
519
  error: {
520
- code: "param_invalid";
520
+ code: "body_invalid";
521
521
  details?: readonly Response.error.Detail[] | undefined;
522
522
  message: string;
523
523
  };
@@ -538,7 +538,7 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
538
538
  } | {
539
539
  output: {
540
540
  error: {
541
- code: "body_invalid";
541
+ code: "param_invalid";
542
542
  details?: readonly Response.error.Detail[] | undefined;
543
543
  message: string;
544
544
  };
@@ -656,14 +656,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
656
656
  $delete: {
657
657
  output: {
658
658
  error: {
659
- code: "upstream_error";
659
+ code: "api_key_malformed";
660
660
  details?: readonly Response.error.Detail[] | undefined;
661
661
  message: string;
662
662
  };
663
663
  requestId: string;
664
664
  };
665
665
  outputFormat: "json";
666
- status: 502;
666
+ status: 400;
667
667
  input: {
668
668
  param: {
669
669
  inviteLinkId: string;
@@ -673,14 +673,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
673
673
  } | {
674
674
  output: {
675
675
  error: {
676
- code: "api_key_malformed";
676
+ code: "api_key_invalid" | "api_key_missing";
677
677
  details?: readonly Response.error.Detail[] | undefined;
678
678
  message: string;
679
679
  };
680
680
  requestId: string;
681
681
  };
682
682
  outputFormat: "json";
683
- status: 400;
683
+ status: 401;
684
684
  input: {
685
685
  param: {
686
686
  inviteLinkId: string;
@@ -690,14 +690,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
690
690
  } | {
691
691
  output: {
692
692
  error: {
693
- code: "api_key_invalid" | "api_key_missing";
693
+ code: "upstream_error";
694
694
  details?: readonly Response.error.Detail[] | undefined;
695
695
  message: string;
696
696
  };
697
697
  requestId: string;
698
698
  };
699
699
  outputFormat: "json";
700
- status: 401;
700
+ status: 502;
701
701
  input: {
702
702
  param: {
703
703
  inviteLinkId: string;
@@ -791,14 +791,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
791
791
  $get: {
792
792
  output: {
793
793
  error: {
794
- code: "upstream_error";
794
+ code: "api_key_malformed";
795
795
  details?: readonly Response.error.Detail[] | undefined;
796
796
  message: string;
797
797
  };
798
798
  requestId: string;
799
799
  };
800
800
  outputFormat: "json";
801
- status: 502;
801
+ status: 400;
802
802
  input: {
803
803
  param: {
804
804
  inviteLinkId: string;
@@ -808,14 +808,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
808
808
  } | {
809
809
  output: {
810
810
  error: {
811
- code: "api_key_malformed";
811
+ code: "api_key_invalid" | "api_key_missing";
812
812
  details?: readonly Response.error.Detail[] | undefined;
813
813
  message: string;
814
814
  };
815
815
  requestId: string;
816
816
  };
817
817
  outputFormat: "json";
818
- status: 400;
818
+ status: 401;
819
819
  input: {
820
820
  param: {
821
821
  inviteLinkId: string;
@@ -825,14 +825,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
825
825
  } | {
826
826
  output: {
827
827
  error: {
828
- code: "api_key_invalid" | "api_key_missing";
828
+ code: "upstream_error";
829
829
  details?: readonly Response.error.Detail[] | undefined;
830
830
  message: string;
831
831
  };
832
832
  requestId: string;
833
833
  };
834
834
  outputFormat: "json";
835
- status: 401;
835
+ status: 502;
836
836
  input: {
837
837
  param: {
838
838
  inviteLinkId: string;
@@ -934,14 +934,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
934
934
  $post: {
935
935
  output: {
936
936
  error: {
937
- code: "upstream_error";
937
+ code: "api_key_malformed";
938
938
  details?: readonly Response.error.Detail[] | undefined;
939
939
  message: string;
940
940
  };
941
941
  requestId: string;
942
942
  };
943
943
  outputFormat: "json";
944
- status: 502;
944
+ status: 400;
945
945
  input: {
946
946
  json: {
947
947
  token: string;
@@ -950,14 +950,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
950
950
  } | {
951
951
  output: {
952
952
  error: {
953
- code: "api_key_malformed";
953
+ code: "api_key_invalid" | "api_key_missing";
954
954
  details?: readonly Response.error.Detail[] | undefined;
955
955
  message: string;
956
956
  };
957
957
  requestId: string;
958
958
  };
959
959
  outputFormat: "json";
960
- status: 400;
960
+ status: 401;
961
961
  input: {
962
962
  json: {
963
963
  token: string;
@@ -966,14 +966,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
966
966
  } | {
967
967
  output: {
968
968
  error: {
969
- code: "api_key_invalid" | "api_key_missing";
969
+ code: "upstream_error";
970
970
  details?: readonly Response.error.Detail[] | undefined;
971
971
  message: string;
972
972
  };
973
973
  requestId: string;
974
974
  };
975
975
  outputFormat: "json";
976
- status: 401;
976
+ status: 502;
977
977
  input: {
978
978
  json: {
979
979
  token: string;
@@ -1046,14 +1046,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
1046
1046
  $post: {
1047
1047
  output: {
1048
1048
  error: {
1049
- code: "upstream_error";
1049
+ code: "api_key_malformed";
1050
1050
  details?: readonly Response.error.Detail[] | undefined;
1051
1051
  message: string;
1052
1052
  };
1053
1053
  requestId: string;
1054
1054
  };
1055
1055
  outputFormat: "json";
1056
- status: 502;
1056
+ status: 400;
1057
1057
  input: {
1058
1058
  json: {
1059
1059
  token: string;
@@ -1062,14 +1062,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
1062
1062
  } | {
1063
1063
  output: {
1064
1064
  error: {
1065
- code: "api_key_malformed";
1065
+ code: "api_key_invalid" | "api_key_missing";
1066
1066
  details?: readonly Response.error.Detail[] | undefined;
1067
1067
  message: string;
1068
1068
  };
1069
1069
  requestId: string;
1070
1070
  };
1071
1071
  outputFormat: "json";
1072
- status: 400;
1072
+ status: 401;
1073
1073
  input: {
1074
1074
  json: {
1075
1075
  token: string;
@@ -1078,14 +1078,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
1078
1078
  } | {
1079
1079
  output: {
1080
1080
  error: {
1081
- code: "api_key_invalid" | "api_key_missing";
1081
+ code: "upstream_error";
1082
1082
  details?: readonly Response.error.Detail[] | undefined;
1083
1083
  message: string;
1084
1084
  };
1085
1085
  requestId: string;
1086
1086
  };
1087
1087
  outputFormat: "json";
1088
- status: 401;
1088
+ status: 502;
1089
1089
  input: {
1090
1090
  json: {
1091
1091
  token: string;