tapimo 0.9.0 → 0.10.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 (198) hide show
  1. package/dist/App.d.ts +4887 -5074
  2. package/dist/App.d.ts.map +1 -1
  3. package/dist/Webhooks.d.ts +21 -20
  4. package/dist/Webhooks.d.ts.map +1 -1
  5. package/dist/Webhooks.js +66 -23
  6. package/dist/Webhooks.js.map +1 -1
  7. package/dist/admin/apps/verified-tokens.d.ts +168 -168
  8. package/dist/apps/Zones.d.ts +34 -22
  9. package/dist/apps/Zones.d.ts.map +1 -1
  10. package/dist/apps/Zones.js +9 -8
  11. package/dist/apps/Zones.js.map +1 -1
  12. package/dist/apps/data/App.d.ts +5198 -5099
  13. package/dist/apps/data/App.d.ts.map +1 -1
  14. package/dist/apps/data/FxOracle.d.ts +4 -5
  15. package/dist/apps/data/FxOracle.d.ts.map +1 -1
  16. package/dist/apps/data/FxOracle.js +19 -4
  17. package/dist/apps/data/FxOracle.js.map +1 -1
  18. package/dist/apps/data/routes/activities.d.ts +270 -270
  19. package/dist/apps/data/routes/activities.d.ts.map +1 -1
  20. package/dist/apps/data/routes/activities.js +32 -27
  21. package/dist/apps/data/routes/activities.js.map +1 -1
  22. package/dist/apps/data/routes/addresses.d.ts +52 -52
  23. package/dist/apps/data/routes/balances.d.ts +36 -36
  24. package/dist/apps/data/routes/balances.d.ts.map +1 -1
  25. package/dist/apps/data/routes/balances.js +135 -81
  26. package/dist/apps/data/routes/balances.js.map +1 -1
  27. package/dist/apps/data/routes/blocks.d.ts +125 -125
  28. package/dist/apps/data/routes/coingecko.d.ts +54 -54
  29. package/dist/apps/data/routes/earn.d.ts +512 -58
  30. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  31. package/dist/apps/data/routes/earn.js +368 -44
  32. package/dist/apps/data/routes/earn.js.map +1 -1
  33. package/dist/apps/data/routes/exchanges.d.ts +120 -120
  34. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  35. package/dist/apps/data/routes/exchanges.js +114 -118
  36. package/dist/apps/data/routes/exchanges.js.map +1 -1
  37. package/dist/apps/data/routes/receipts.d.ts.map +1 -1
  38. package/dist/apps/data/routes/receipts.js +68 -47
  39. package/dist/apps/data/routes/receipts.js.map +1 -1
  40. package/dist/apps/data/routes/rpc.d.ts +31 -31
  41. package/dist/apps/data/routes/tokens.d.ts +461 -459
  42. package/dist/apps/data/routes/tokens.d.ts.map +1 -1
  43. package/dist/apps/data/routes/transactions.d.ts +59 -51
  44. package/dist/apps/data/routes/transactions.d.ts.map +1 -1
  45. package/dist/apps/data/routes/transactions.js +25 -23
  46. package/dist/apps/data/routes/transactions.js.map +1 -1
  47. package/dist/apps/data/routes/transfers.d.ts +108 -86
  48. package/dist/apps/data/routes/transfers.d.ts.map +1 -1
  49. package/dist/apps/data/routes/transfers.js +618 -105
  50. package/dist/apps/data/routes/transfers.js.map +1 -1
  51. package/dist/apps/data/routes/valuation.d.ts +21 -21
  52. package/dist/apps/data/routes/valuation.d.ts.map +1 -1
  53. package/dist/apps/data/routes/valuation.js +2 -2
  54. package/dist/apps/data/routes/valuation.js.map +1 -1
  55. package/dist/apps/data/routes/verified-tokens.d.ts +37 -37
  56. package/dist/apps/data/routes/webhooks.d.ts +102 -505
  57. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  58. package/dist/apps/data/routes/webhooks.js +484 -342
  59. package/dist/apps/data/routes/webhooks.js.map +1 -1
  60. package/dist/apps/data/routes/zones.d.ts +12 -12
  61. package/dist/apps/data/routes/zones.d.ts.map +1 -1
  62. package/dist/apps/data/routes/zones.js +3 -1
  63. package/dist/apps/data/routes/zones.js.map +1 -1
  64. package/dist/apps/funding/App.d.ts +96 -96
  65. package/dist/apps/funding/routes/deposit-addresses.d.ts +52 -52
  66. package/dist/apps/funding/routes/quotes.d.ts +89 -89
  67. package/dist/apps/funding/routes/transfers.d.ts +4 -4
  68. package/dist/apps/management/App.d.ts +429 -727
  69. package/dist/apps/management/App.d.ts.map +1 -1
  70. package/dist/apps/management/routes/api-keys.d.ts +24 -24
  71. package/dist/apps/management/routes/billing.d.ts +72 -72
  72. package/dist/apps/management/routes/faucet.d.ts +6 -6
  73. package/dist/apps/management/routes/invitations.d.ts +134 -134
  74. package/dist/apps/management/routes/invite-links.d.ts +38 -38
  75. package/dist/apps/management/routes/me.d.ts +6 -6
  76. package/dist/apps/management/routes/members.d.ts +30 -30
  77. package/dist/apps/management/routes/orgs.d.ts +98 -98
  78. package/dist/apps/management/routes/projects.d.ts +20 -20
  79. package/dist/apps/management/routes/usage.d.ts +24 -24
  80. package/dist/apps/management/routes/verified-token-requests.d.ts +83 -83
  81. package/dist/apps/management/routes/webhooks.d.ts +158 -573
  82. package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
  83. package/dist/apps/mpp/App.d.ts +56 -44
  84. package/dist/apps/mpp/App.d.ts.map +1 -1
  85. package/dist/apps/mpp/Mpp.d.ts +3 -0
  86. package/dist/apps/mpp/Mpp.d.ts.map +1 -1
  87. package/dist/apps/mpp/Mpp.js +3 -0
  88. package/dist/apps/mpp/Mpp.js.map +1 -1
  89. package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
  90. package/dist/apps/mpp/internal/Adapter.js +9 -2
  91. package/dist/apps/mpp/internal/Adapter.js.map +1 -1
  92. package/dist/db/Db.d.ts +2 -2
  93. package/dist/db/Db.d.ts.map +1 -1
  94. package/dist/db/Db.js +17 -15
  95. package/dist/db/Db.js.map +1 -1
  96. package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
  97. package/dist/db/tables/sponsoredTransactions.js +4 -1
  98. package/dist/db/tables/sponsoredTransactions.js.map +1 -1
  99. package/dist/db/tables/webhookSubscriptions.d.ts +56 -3
  100. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  101. package/dist/db/tables/webhookSubscriptions.js +76 -3
  102. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  103. package/dist/internal/MetricSink.d.ts +112 -3
  104. package/dist/internal/MetricSink.d.ts.map +1 -1
  105. package/dist/internal/MetricSink.js +116 -3
  106. package/dist/internal/MetricSink.js.map +1 -1
  107. package/dist/internal/Schema.js +1 -1
  108. package/dist/internal/Schema.js.map +1 -1
  109. package/dist/internal/Tidx.d.ts +1 -3
  110. package/dist/internal/Tidx.d.ts.map +1 -1
  111. package/dist/internal/Tidx.js +1 -3
  112. package/dist/internal/Tidx.js.map +1 -1
  113. package/dist/internal/Viem.d.ts.map +1 -1
  114. package/dist/internal/Viem.js +2 -1
  115. package/dist/internal/Viem.js.map +1 -1
  116. package/dist/internal/WebhookDestination.d.ts +2 -0
  117. package/dist/internal/WebhookDestination.d.ts.map +1 -1
  118. package/dist/internal/WebhookDestination.js +11 -0
  119. package/dist/internal/WebhookDestination.js.map +1 -1
  120. package/dist/internal/WebhookTransfer.d.ts +55 -0
  121. package/dist/internal/WebhookTransfer.d.ts.map +1 -0
  122. package/dist/internal/WebhookTransfer.js +296 -0
  123. package/dist/internal/WebhookTransfer.js.map +1 -0
  124. package/dist/internal/Webhooks.d.ts +37 -0
  125. package/dist/internal/Webhooks.d.ts.map +1 -1
  126. package/dist/internal/Webhooks.js +87 -13
  127. package/dist/internal/Webhooks.js.map +1 -1
  128. package/dist/internal/funding/Provider.d.ts +4 -0
  129. package/dist/internal/funding/Provider.d.ts.map +1 -1
  130. package/dist/internal/funding/Provider.js +11 -7
  131. package/dist/internal/funding/Provider.js.map +1 -1
  132. package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
  133. package/dist/internal/funding/Reconciliation.js +128 -0
  134. package/dist/internal/funding/Reconciliation.js.map +1 -1
  135. package/dist/internal/funding/providers/relay.d.ts +3 -0
  136. package/dist/internal/funding/providers/relay.d.ts.map +1 -1
  137. package/dist/internal/funding/providers/relay.js +12 -1
  138. package/dist/internal/funding/providers/relay.js.map +1 -1
  139. package/package.json +3 -3
  140. package/src/Client.test-d.ts +60 -5
  141. package/src/Webhooks.bench.ts +714 -0
  142. package/src/Webhooks.memory.bench.ts +250 -0
  143. package/src/Webhooks.test.ts +77 -6
  144. package/src/Webhooks.ts +83 -29
  145. package/src/apps/Zones.test.ts +5 -4
  146. package/src/apps/Zones.ts +9 -8
  147. package/src/apps/data/FxOracle.test.ts +18 -0
  148. package/src/apps/data/FxOracle.ts +28 -5
  149. package/src/apps/data/routes/activities.test.ts +19 -0
  150. package/src/apps/data/routes/activities.ts +34 -30
  151. package/src/apps/data/routes/balances.test.ts +119 -10
  152. package/src/apps/data/routes/balances.ts +154 -95
  153. package/src/apps/data/routes/blocks.test.ts +12 -6
  154. package/src/apps/data/routes/earn.test.ts +197 -0
  155. package/src/apps/data/routes/earn.ts +486 -44
  156. package/src/apps/data/routes/exchanges.test.ts +7 -6
  157. package/src/apps/data/routes/exchanges.ts +124 -117
  158. package/src/apps/data/routes/receipts.test.ts +24 -7
  159. package/src/apps/data/routes/receipts.ts +67 -50
  160. package/src/apps/data/routes/tokens.test.ts +51 -0
  161. package/src/apps/data/routes/transactions.test.ts +42 -0
  162. package/src/apps/data/routes/transactions.ts +44 -39
  163. package/src/apps/data/routes/transfers.test.ts +402 -24
  164. package/src/apps/data/routes/transfers.ts +708 -101
  165. package/src/apps/data/routes/valuation.test.ts +26 -0
  166. package/src/apps/data/routes/valuation.ts +6 -2
  167. package/src/apps/data/routes/webhooks.test.ts +414 -130
  168. package/src/apps/data/routes/webhooks.ts +603 -419
  169. package/src/apps/data/routes/zones.ts +6 -1
  170. package/src/apps/funding/routes/quotes.test.ts +1 -1
  171. package/src/apps/mpp/Mpp.test.ts +13 -1
  172. package/src/apps/mpp/Mpp.ts +8 -0
  173. package/src/apps/mpp/internal/Adapter.ts +10 -2
  174. package/src/db/Db.test.ts +40 -6
  175. package/src/db/Db.ts +33 -19
  176. package/src/db/tables/sponsoredTransactions.ts +9 -2
  177. package/src/db/tables/webhookSubscriptions.ts +116 -4
  178. package/src/internal/EarnVaults.test.ts +2 -2
  179. package/src/internal/MetricSink.test.ts +518 -0
  180. package/src/internal/MetricSink.ts +266 -9
  181. package/src/internal/Schema.ts +1 -1
  182. package/src/internal/Tidx.test.ts +4 -4
  183. package/src/internal/Tidx.ts +1 -3
  184. package/src/internal/Viem.test.ts +8 -0
  185. package/src/internal/Viem.ts +2 -1
  186. package/src/internal/WebhookDestination.test.ts +20 -0
  187. package/src/internal/WebhookDestination.ts +10 -0
  188. package/src/internal/WebhookTransfer.ts +426 -0
  189. package/src/internal/Webhooks.test.ts +137 -0
  190. package/src/internal/Webhooks.ts +131 -17
  191. package/src/internal/funding/Provider.test.ts +47 -7
  192. package/src/internal/funding/Provider.ts +12 -7
  193. package/src/internal/funding/Reconciliation.local.test.ts +3 -1
  194. package/src/internal/funding/Reconciliation.test.ts +1240 -0
  195. package/src/internal/funding/Reconciliation.ts +136 -0
  196. package/src/internal/funding/SourceObservation.test.ts +1 -0
  197. package/src/internal/funding/providers/relay.test.ts +1 -4
  198. package/src/internal/funding/providers/relay.ts +16 -1
@@ -93,26 +93,15 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
93
93
  "/v1/orgs/:orgId{org_[A-Za-z0-9_-]+}/verified-token-requests": {
94
94
  $post: {
95
95
  output: {
96
- address: `0x${string}`;
97
- currency: string;
98
- decimals: number;
99
- logoUri?: string | undefined;
100
- name: string;
101
- symbol: string;
102
- chainId: number;
103
- createdAt: string;
104
- id: string;
105
- logo?: string | undefined;
106
- note: string | null;
107
- orgId: string;
108
- requestedBy: string;
109
- reviewNote: string | null;
110
- reviewedAt: string | null;
111
- status: "approved" | "denied" | "pending";
112
- updatedAt: string;
96
+ error: {
97
+ code: "api_key_malformed";
98
+ details?: readonly Response.error.Detail[] | undefined;
99
+ message: string;
100
+ };
101
+ requestId: string;
113
102
  };
114
103
  outputFormat: "json";
115
- status: 200;
104
+ status: 400;
116
105
  input: {
117
106
  param: {
118
107
  orgId: string;
@@ -133,14 +122,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
133
122
  } | {
134
123
  output: {
135
124
  error: {
136
- code: "api_key_malformed";
125
+ code: "api_key_invalid" | "api_key_missing";
137
126
  details?: readonly Response.error.Detail[] | undefined;
138
127
  message: string;
139
128
  };
140
129
  requestId: string;
141
130
  };
142
131
  outputFormat: "json";
143
- status: 400;
132
+ status: 401;
144
133
  input: {
145
134
  param: {
146
135
  orgId: string;
@@ -161,14 +150,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
161
150
  } | {
162
151
  output: {
163
152
  error: {
164
- code: "body_invalid";
153
+ code: "upstream_error";
165
154
  details?: readonly Response.error.Detail[] | undefined;
166
155
  message: string;
167
156
  };
168
157
  requestId: string;
169
158
  };
170
159
  outputFormat: "json";
171
- status: 400;
160
+ status: 502;
172
161
  input: {
173
162
  param: {
174
163
  orgId: string;
@@ -189,14 +178,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
189
178
  } | {
190
179
  output: {
191
180
  error: {
192
- code: "api_key_invalid" | "api_key_missing";
181
+ code: "body_invalid";
193
182
  details?: readonly Response.error.Detail[] | undefined;
194
183
  message: string;
195
184
  };
196
185
  requestId: string;
197
186
  };
198
187
  outputFormat: "json";
199
- status: 401;
188
+ status: 400;
200
189
  input: {
201
190
  param: {
202
191
  orgId: string;
@@ -384,15 +373,26 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
384
373
  };
385
374
  } | {
386
375
  output: {
387
- error: {
388
- code: "upstream_error";
389
- details?: readonly Response.error.Detail[] | undefined;
390
- message: string;
391
- };
392
- requestId: string;
376
+ address: `0x${string}`;
377
+ currency: string;
378
+ decimals: number;
379
+ logoUri?: string | undefined;
380
+ name: string;
381
+ symbol: string;
382
+ chainId: number;
383
+ createdAt: string;
384
+ id: string;
385
+ logo?: string | undefined;
386
+ note: string | null;
387
+ orgId: string;
388
+ requestedBy: string;
389
+ reviewNote: string | null;
390
+ reviewedAt: string | null;
391
+ status: "approved" | "denied" | "pending";
392
+ updatedAt: string;
393
393
  };
394
394
  outputFormat: "json";
395
- status: 502;
395
+ status: 200;
396
396
  input: {
397
397
  param: {
398
398
  orgId: string;
@@ -416,28 +416,15 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
416
416
  "/v1/orgs/:orgId{org_[A-Za-z0-9_-]+}/verified-token-requests": {
417
417
  $get: {
418
418
  output: {
419
- data: {
420
- address: `0x${string}`;
421
- currency: string;
422
- decimals: number;
423
- logoUri?: string | undefined;
424
- name: string;
425
- symbol: string;
426
- chainId: number;
427
- createdAt: string;
428
- id: string;
429
- logo?: string | undefined;
430
- note: string | null;
431
- orgId: string;
432
- requestedBy: string;
433
- reviewNote: string | null;
434
- reviewedAt: string | null;
435
- status: "approved" | "denied" | "pending";
436
- updatedAt: string;
437
- }[];
419
+ error: {
420
+ code: "api_key_malformed";
421
+ details?: readonly Response.error.Detail[] | undefined;
422
+ message: string;
423
+ };
424
+ requestId: string;
438
425
  };
439
426
  outputFormat: "json";
440
- status: 200;
427
+ status: 400;
441
428
  input: {
442
429
  param: {
443
430
  orgId: string;
@@ -446,14 +433,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
446
433
  } | {
447
434
  output: {
448
435
  error: {
449
- code: "api_key_malformed";
436
+ code: "api_key_invalid" | "api_key_missing";
450
437
  details?: readonly Response.error.Detail[] | undefined;
451
438
  message: string;
452
439
  };
453
440
  requestId: string;
454
441
  };
455
442
  outputFormat: "json";
456
- status: 400;
443
+ status: 401;
457
444
  input: {
458
445
  param: {
459
446
  orgId: string;
@@ -462,14 +449,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
462
449
  } | {
463
450
  output: {
464
451
  error: {
465
- code: "param_invalid";
452
+ code: "upstream_error";
466
453
  details?: readonly Response.error.Detail[] | undefined;
467
454
  message: string;
468
455
  };
469
456
  requestId: string;
470
457
  };
471
458
  outputFormat: "json";
472
- status: 400;
459
+ status: 502;
473
460
  input: {
474
461
  param: {
475
462
  orgId: string;
@@ -478,14 +465,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
478
465
  } | {
479
466
  output: {
480
467
  error: {
481
- code: "api_key_invalid" | "api_key_missing";
468
+ code: "param_invalid";
482
469
  details?: readonly Response.error.Detail[] | undefined;
483
470
  message: string;
484
471
  };
485
472
  requestId: string;
486
473
  };
487
474
  outputFormat: "json";
488
- status: 401;
475
+ status: 400;
489
476
  input: {
490
477
  param: {
491
478
  orgId: string;
@@ -525,15 +512,28 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
525
512
  };
526
513
  } | {
527
514
  output: {
528
- error: {
529
- code: "upstream_error";
530
- details?: readonly Response.error.Detail[] | undefined;
531
- message: string;
532
- };
533
- requestId: string;
515
+ data: {
516
+ address: `0x${string}`;
517
+ currency: string;
518
+ decimals: number;
519
+ logoUri?: string | undefined;
520
+ name: string;
521
+ symbol: string;
522
+ chainId: number;
523
+ createdAt: string;
524
+ id: string;
525
+ logo?: string | undefined;
526
+ note: string | null;
527
+ orgId: string;
528
+ requestedBy: string;
529
+ reviewNote: string | null;
530
+ reviewedAt: string | null;
531
+ status: "approved" | "denied" | "pending";
532
+ updatedAt: string;
533
+ }[];
534
534
  };
535
535
  outputFormat: "json";
536
- status: 502;
536
+ status: 200;
537
537
  input: {
538
538
  param: {
539
539
  orgId: string;
@@ -545,10 +545,15 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
545
545
  "/v1/orgs/:orgId{org_[A-Za-z0-9_-]+}/verified-token-requests/:requestId{vtr_[A-Za-z0-9_-]+}": {
546
546
  $delete: {
547
547
  output: {
548
- id: string;
548
+ error: {
549
+ code: "api_key_malformed";
550
+ details?: readonly Response.error.Detail[] | undefined;
551
+ message: string;
552
+ };
553
+ requestId: string;
549
554
  };
550
555
  outputFormat: "json";
551
- status: 200;
556
+ status: 400;
552
557
  input: {
553
558
  param: {
554
559
  orgId: string;
@@ -558,14 +563,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
558
563
  } | {
559
564
  output: {
560
565
  error: {
561
- code: "api_key_malformed";
566
+ code: "api_key_invalid" | "api_key_missing";
562
567
  details?: readonly Response.error.Detail[] | undefined;
563
568
  message: string;
564
569
  };
565
570
  requestId: string;
566
571
  };
567
572
  outputFormat: "json";
568
- status: 400;
573
+ status: 401;
569
574
  input: {
570
575
  param: {
571
576
  orgId: string;
@@ -575,14 +580,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
575
580
  } | {
576
581
  output: {
577
582
  error: {
578
- code: "param_invalid";
583
+ code: "upstream_error";
579
584
  details?: readonly Response.error.Detail[] | undefined;
580
585
  message: string;
581
586
  };
582
587
  requestId: string;
583
588
  };
584
589
  outputFormat: "json";
585
- status: 400;
590
+ status: 502;
586
591
  input: {
587
592
  param: {
588
593
  orgId: string;
@@ -592,14 +597,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
592
597
  } | {
593
598
  output: {
594
599
  error: {
595
- code: "api_key_invalid" | "api_key_missing";
600
+ code: "param_invalid";
596
601
  details?: readonly Response.error.Detail[] | undefined;
597
602
  message: string;
598
603
  };
599
604
  requestId: string;
600
605
  };
601
606
  outputFormat: "json";
602
- status: 401;
607
+ status: 400;
603
608
  input: {
604
609
  param: {
605
610
  orgId: string;
@@ -643,14 +648,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
643
648
  } | {
644
649
  output: {
645
650
  error: {
646
- code: "verified_token_request_not_found";
651
+ code: "request_not_pending";
647
652
  details?: readonly Response.error.Detail[] | undefined;
648
653
  message: string;
649
654
  };
650
655
  requestId: string;
651
656
  };
652
657
  outputFormat: "json";
653
- status: 404;
658
+ status: 409;
654
659
  input: {
655
660
  param: {
656
661
  orgId: string;
@@ -660,14 +665,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
660
665
  } | {
661
666
  output: {
662
667
  error: {
663
- code: "request_not_pending";
668
+ code: "verified_token_request_not_found";
664
669
  details?: readonly Response.error.Detail[] | undefined;
665
670
  message: string;
666
671
  };
667
672
  requestId: string;
668
673
  };
669
674
  outputFormat: "json";
670
- status: 409;
675
+ status: 404;
671
676
  input: {
672
677
  param: {
673
678
  orgId: string;
@@ -676,15 +681,10 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
676
681
  };
677
682
  } | {
678
683
  output: {
679
- error: {
680
- code: "upstream_error";
681
- details?: readonly Response.error.Detail[] | undefined;
682
- message: string;
683
- };
684
- requestId: string;
684
+ id: string;
685
685
  };
686
686
  outputFormat: "json";
687
- status: 502;
687
+ status: 200;
688
688
  input: {
689
689
  param: {
690
690
  orgId: string;