tapimo 0.7.2 → 0.8.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 (294) hide show
  1. package/README.md +10 -7
  2. package/dist/ApiKey.d.ts +3 -0
  3. package/dist/ApiKey.d.ts.map +1 -1
  4. package/dist/ApiKey.js +10 -0
  5. package/dist/ApiKey.js.map +1 -1
  6. package/dist/ApiKeys.d.ts +7 -3
  7. package/dist/ApiKeys.d.ts.map +1 -1
  8. package/dist/ApiKeys.js +9 -2
  9. package/dist/ApiKeys.js.map +1 -1
  10. package/dist/App.d.ts +20434 -19484
  11. package/dist/App.d.ts.map +1 -1
  12. package/dist/App.js +62 -4
  13. package/dist/App.js.map +1 -1
  14. package/dist/admin/App.d.ts +84 -74
  15. package/dist/admin/App.d.ts.map +1 -1
  16. package/dist/admin/apps/api-keys.d.ts +14 -1
  17. package/dist/admin/apps/api-keys.d.ts.map +1 -1
  18. package/dist/admin/apps/api-keys.js +6 -2
  19. package/dist/admin/apps/api-keys.js.map +1 -1
  20. package/dist/admin/apps/organizations.d.ts +2 -0
  21. package/dist/admin/apps/organizations.d.ts.map +1 -1
  22. package/dist/admin/apps/verified-tokens.d.ts +168 -168
  23. package/dist/admin/ui.generated.d.ts +1 -1
  24. package/dist/admin/ui.generated.js +67 -67
  25. package/dist/admin/ui.generated.js.map +1 -1
  26. package/dist/analytics/Analytics.d.ts +2 -0
  27. package/dist/analytics/Analytics.d.ts.map +1 -1
  28. package/dist/analytics/Analytics.js +3 -0
  29. package/dist/analytics/Analytics.js.map +1 -1
  30. package/dist/apps/data/App.d.ts +10305 -12785
  31. package/dist/apps/data/App.d.ts.map +1 -1
  32. package/dist/apps/data/App.js +4 -8
  33. package/dist/apps/data/App.js.map +1 -1
  34. package/dist/apps/data/routes/activities.d.ts +24 -24
  35. package/dist/apps/data/routes/addresses.d.ts +288 -288
  36. package/dist/apps/data/routes/balances.d.ts +6 -6
  37. package/dist/apps/data/routes/blocks.d.ts +39 -39
  38. package/dist/apps/data/routes/coingecko.d.ts +170 -170
  39. package/dist/apps/data/routes/earn.d.ts +436 -6
  40. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  41. package/dist/apps/data/routes/earn.js +631 -4
  42. package/dist/apps/data/routes/earn.js.map +1 -1
  43. package/dist/apps/data/routes/exchanges.d.ts +10 -10
  44. package/dist/apps/data/routes/fee-amm.d.ts +2 -2
  45. package/dist/apps/data/routes/indexer.d.ts +6 -6
  46. package/dist/apps/data/routes/indexer.js +4 -1
  47. package/dist/apps/data/routes/indexer.js.map +1 -1
  48. package/dist/apps/data/routes/receipts.d.ts +235 -235
  49. package/dist/apps/data/routes/rpc.d.ts +1 -1
  50. package/dist/apps/data/routes/rpc.js +4 -1
  51. package/dist/apps/data/routes/rpc.js.map +1 -1
  52. package/dist/apps/data/routes/tokenlist.d.ts +36 -36
  53. package/dist/apps/data/routes/tokens.d.ts +6 -6
  54. package/dist/apps/data/routes/transactions.d.ts +2 -2
  55. package/dist/apps/data/routes/transfers.d.ts +1 -1
  56. package/dist/apps/data/routes/valuation.d.ts +1 -1
  57. package/dist/apps/data/routes/verified-tokens.d.ts +36 -36
  58. package/dist/apps/data/routes/webhooks.d.ts +9 -9
  59. package/dist/apps/data/routes/zones.d.ts +14 -14
  60. package/dist/apps/funding/Access.d.ts +16 -0
  61. package/dist/apps/funding/Access.d.ts.map +1 -0
  62. package/dist/apps/funding/Access.js +22 -0
  63. package/dist/apps/funding/Access.js.map +1 -0
  64. package/dist/apps/{data/routes/funding.d.ts → funding/App.d.ts} +1717 -3035
  65. package/dist/apps/funding/App.d.ts.map +1 -0
  66. package/dist/apps/funding/App.js +46 -0
  67. package/dist/apps/funding/App.js.map +1 -0
  68. package/dist/apps/funding/Inventory.d.ts +5 -0
  69. package/dist/apps/funding/Inventory.d.ts.map +1 -0
  70. package/dist/apps/funding/Inventory.js +25 -0
  71. package/dist/apps/funding/Inventory.js.map +1 -0
  72. package/dist/apps/funding/ProviderAttempts.d.ts +5 -0
  73. package/dist/apps/funding/ProviderAttempts.d.ts.map +1 -0
  74. package/dist/apps/funding/ProviderAttempts.js +24 -0
  75. package/dist/apps/funding/ProviderAttempts.js.map +1 -0
  76. package/dist/apps/funding/index.d.ts +2 -0
  77. package/dist/apps/funding/index.d.ts.map +1 -0
  78. package/dist/apps/funding/index.js +2 -0
  79. package/dist/apps/funding/index.js.map +1 -0
  80. package/dist/apps/funding/routes/chains.d.ts +169 -0
  81. package/dist/apps/funding/routes/chains.d.ts.map +1 -0
  82. package/dist/apps/funding/routes/chains.js +80 -0
  83. package/dist/apps/funding/routes/chains.js.map +1 -0
  84. package/dist/apps/funding/routes/deposit-addresses.d.ts +2388 -0
  85. package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -0
  86. package/dist/apps/funding/routes/deposit-addresses.js +860 -0
  87. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -0
  88. package/dist/apps/funding/routes/providers.d.ts +91 -0
  89. package/dist/apps/funding/routes/providers.d.ts.map +1 -0
  90. package/dist/apps/funding/routes/providers.js +56 -0
  91. package/dist/apps/funding/routes/providers.js.map +1 -0
  92. package/dist/apps/funding/routes/quotes.d.ts +426 -0
  93. package/dist/apps/funding/routes/quotes.d.ts.map +1 -0
  94. package/dist/apps/funding/routes/quotes.js +188 -0
  95. package/dist/apps/funding/routes/quotes.js.map +1 -0
  96. package/dist/apps/funding/routes/transfers.d.ts +1999 -0
  97. package/dist/apps/funding/routes/transfers.d.ts.map +1 -0
  98. package/dist/apps/funding/routes/transfers.js +614 -0
  99. package/dist/apps/funding/routes/transfers.js.map +1 -0
  100. package/dist/apps/index.d.ts +1 -0
  101. package/dist/apps/index.d.ts.map +1 -1
  102. package/dist/apps/index.js +1 -0
  103. package/dist/apps/index.js.map +1 -1
  104. package/dist/apps/management/App.d.ts +430 -165
  105. package/dist/apps/management/App.d.ts.map +1 -1
  106. package/dist/apps/management/routes/api-keys.d.ts +298 -21
  107. package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
  108. package/dist/apps/management/routes/api-keys.js +75 -1
  109. package/dist/apps/management/routes/api-keys.js.map +1 -1
  110. package/dist/apps/management/routes/billing.d.ts +6 -6
  111. package/dist/apps/management/routes/faucet.d.ts +35 -35
  112. package/dist/apps/management/routes/invitations.d.ts +48 -48
  113. package/dist/apps/management/routes/invite-links.d.ts +38 -38
  114. package/dist/apps/management/routes/members.d.ts +69 -69
  115. package/dist/apps/management/routes/orgs.d.ts +37 -37
  116. package/dist/apps/management/routes/projects.d.ts +25 -25
  117. package/dist/apps/management/routes/scopes.d.ts +1 -1
  118. package/dist/apps/management/routes/usage.d.ts +72 -72
  119. package/dist/apps/management/routes/verified-token-requests.d.ts +18 -18
  120. package/dist/apps/management/routes/webhooks.d.ts +128 -128
  121. package/dist/apps/mcp.d.ts +2 -3
  122. package/dist/apps/mcp.d.ts.map +1 -1
  123. package/dist/apps/mcp.js +16 -14
  124. package/dist/apps/mcp.js.map +1 -1
  125. package/dist/apps/metadata.d.ts +4 -0
  126. package/dist/apps/metadata.d.ts.map +1 -1
  127. package/dist/apps/metadata.js +10 -0
  128. package/dist/apps/metadata.js.map +1 -1
  129. package/dist/apps/mpp/App.d.ts +2 -2
  130. package/dist/cloudflare.d.ts +50 -0
  131. package/dist/cloudflare.d.ts.map +1 -1
  132. package/dist/cloudflare.js +178 -0
  133. package/dist/cloudflare.js.map +1 -1
  134. package/dist/db/Db.d.ts +2 -0
  135. package/dist/db/Db.d.ts.map +1 -1
  136. package/dist/db/Db.js +37 -0
  137. package/dist/db/Db.js.map +1 -1
  138. package/dist/db/Schema.d.ts +12 -0
  139. package/dist/db/Schema.d.ts.map +1 -1
  140. package/dist/db/Schema.js +20 -0
  141. package/dist/db/Schema.js.map +1 -1
  142. package/dist/db/tables/fundingDepositAddresses.d.ts +13 -0
  143. package/dist/db/tables/fundingDepositAddresses.d.ts.map +1 -1
  144. package/dist/db/tables/fundingDepositAddresses.js +12 -0
  145. package/dist/db/tables/fundingDepositAddresses.js.map +1 -1
  146. package/dist/db/tables/fundingDepositRequestObservations.d.ts +45 -0
  147. package/dist/db/tables/fundingDepositRequestObservations.d.ts.map +1 -0
  148. package/dist/db/tables/fundingDepositRequestObservations.js +46 -0
  149. package/dist/db/tables/fundingDepositRequestObservations.js.map +1 -0
  150. package/dist/db/tables/fundingDeposits.d.ts +57 -1
  151. package/dist/db/tables/fundingDeposits.d.ts.map +1 -1
  152. package/dist/db/tables/fundingDeposits.js +82 -0
  153. package/dist/db/tables/fundingDeposits.js.map +1 -1
  154. package/dist/internal/Auth.d.ts +11 -11
  155. package/dist/internal/Auth.d.ts.map +1 -1
  156. package/dist/internal/Auth.js +41 -15
  157. package/dist/internal/Auth.js.map +1 -1
  158. package/dist/internal/Cache.js +1 -1
  159. package/dist/internal/Cache.js.map +1 -1
  160. package/dist/internal/EdgeCache.d.ts +2 -2
  161. package/dist/internal/EdgeCache.d.ts.map +1 -1
  162. package/dist/internal/EdgeCache.js +10 -4
  163. package/dist/internal/EdgeCache.js.map +1 -1
  164. package/dist/internal/IpAllowlist.d.ts +15 -0
  165. package/dist/internal/IpAllowlist.d.ts.map +1 -0
  166. package/dist/internal/IpAllowlist.js +27 -0
  167. package/dist/internal/IpAllowlist.js.map +1 -0
  168. package/dist/internal/OpenApi.d.ts +1 -1
  169. package/dist/internal/OpenApi.js +1 -1
  170. package/dist/internal/OpenApi.js.map +1 -1
  171. package/dist/internal/Tidx.d.ts +6 -0
  172. package/dist/internal/Tidx.d.ts.map +1 -1
  173. package/dist/internal/Tidx.js +13 -3
  174. package/dist/internal/Tidx.js.map +1 -1
  175. package/dist/internal/Viem.d.ts +8 -0
  176. package/dist/internal/Viem.d.ts.map +1 -1
  177. package/dist/internal/Viem.js +12 -5
  178. package/dist/internal/Viem.js.map +1 -1
  179. package/dist/internal/funding/Deposit.d.ts +42 -0
  180. package/dist/internal/funding/Deposit.d.ts.map +1 -1
  181. package/dist/internal/funding/Deposit.js +37 -5
  182. package/dist/internal/funding/Deposit.js.map +1 -1
  183. package/dist/internal/funding/Evidence.d.ts +1 -5
  184. package/dist/internal/funding/Evidence.d.ts.map +1 -1
  185. package/dist/internal/funding/Evidence.js +4 -3
  186. package/dist/internal/funding/Evidence.js.map +1 -1
  187. package/dist/internal/funding/Provider.d.ts +102 -0
  188. package/dist/internal/funding/Provider.d.ts.map +1 -1
  189. package/dist/internal/funding/Provider.js +5 -0
  190. package/dist/internal/funding/Provider.js.map +1 -1
  191. package/dist/internal/funding/Reconciliation.d.ts +16 -2
  192. package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
  193. package/dist/internal/funding/Reconciliation.js +257 -48
  194. package/dist/internal/funding/Reconciliation.js.map +1 -1
  195. package/dist/internal/funding/SourceObservation.d.ts +108 -0
  196. package/dist/internal/funding/SourceObservation.d.ts.map +1 -0
  197. package/dist/internal/funding/SourceObservation.js +143 -0
  198. package/dist/internal/funding/SourceObservation.js.map +1 -0
  199. package/dist/internal/funding/Subsidy.d.ts +2 -2
  200. package/dist/internal/funding/Subsidy.d.ts.map +1 -1
  201. package/dist/internal/funding/Subsidy.js +1 -1
  202. package/dist/internal/funding/Subsidy.js.map +1 -1
  203. package/dist/internal/funding/index.d.ts +1 -0
  204. package/dist/internal/funding/index.d.ts.map +1 -1
  205. package/dist/internal/funding/index.js +1 -0
  206. package/dist/internal/funding/index.js.map +1 -1
  207. package/dist/internal/funding/providers/relay.d.ts +43 -1
  208. package/dist/internal/funding/providers/relay.d.ts.map +1 -1
  209. package/dist/internal/funding/providers/relay.js +434 -27
  210. package/dist/internal/funding/providers/relay.js.map +1 -1
  211. package/package.json +3 -3
  212. package/src/ApiKey.test.ts +35 -0
  213. package/src/ApiKey.ts +27 -0
  214. package/src/ApiKeys.test.ts +29 -0
  215. package/src/ApiKeys.ts +11 -3
  216. package/src/App.test.ts +23 -5
  217. package/src/App.ts +76 -5
  218. package/src/Client.test-d.ts +171 -19
  219. package/src/admin/apps/api-keys.test.ts +25 -1
  220. package/src/admin/apps/api-keys.ts +6 -2
  221. package/src/admin/ui.generated.ts +67 -67
  222. package/src/analytics/Analytics.ts +4 -0
  223. package/src/apps/composition.test.ts +100 -2
  224. package/src/apps/data/App.test.ts +0 -12
  225. package/src/apps/data/App.ts +4 -8
  226. package/src/apps/data/routes/earn.test.ts +283 -0
  227. package/src/apps/data/routes/earn.ts +800 -3
  228. package/src/apps/data/routes/indexer.ts +2 -1
  229. package/src/apps/data/routes/rpc.ts +2 -0
  230. package/src/apps/data/routes/tokens.test.ts +6 -8
  231. package/src/apps/funding/Access.ts +26 -0
  232. package/src/apps/funding/App.test.ts +78 -0
  233. package/src/apps/funding/App.ts +63 -0
  234. package/src/apps/funding/Inventory.ts +30 -0
  235. package/src/apps/funding/ProviderAttempts.ts +26 -0
  236. package/src/apps/funding/index.ts +1 -0
  237. package/src/apps/funding/routes/chains.test.ts +78 -0
  238. package/src/apps/funding/routes/chains.ts +101 -0
  239. package/src/apps/funding/routes/deposit-addresses.test.ts +1628 -0
  240. package/src/apps/funding/routes/deposit-addresses.ts +1015 -0
  241. package/src/apps/funding/routes/providers.test.ts +165 -0
  242. package/src/apps/funding/routes/providers.ts +73 -0
  243. package/src/apps/funding/routes/quotes.test.ts +511 -0
  244. package/src/apps/funding/routes/quotes.ts +205 -0
  245. package/src/apps/funding/routes/transfers.test.ts +1255 -0
  246. package/src/apps/funding/routes/transfers.ts +704 -0
  247. package/src/apps/index.ts +1 -0
  248. package/src/apps/management/routes/api-keys.test.ts +98 -0
  249. package/src/apps/management/routes/api-keys.ts +96 -1
  250. package/src/apps/mcp.test.ts +17 -2
  251. package/src/apps/mcp.ts +18 -13
  252. package/src/apps/metadata.ts +12 -0
  253. package/src/apps/mpp/internal/Policy.test.ts +7 -1
  254. package/src/cloudflare.ts +279 -0
  255. package/src/db/Db.ts +62 -0
  256. package/src/db/Schema.ts +24 -0
  257. package/src/db/tables/fundingDepositAddresses.ts +28 -0
  258. package/src/db/tables/fundingDepositRequestObservations.test.ts +106 -0
  259. package/src/db/tables/fundingDepositRequestObservations.ts +99 -0
  260. package/src/db/tables/fundingDeposits.test.ts +138 -0
  261. package/src/db/tables/fundingDeposits.ts +145 -1
  262. package/src/internal/Auth.test.ts +177 -5
  263. package/src/internal/Auth.ts +48 -18
  264. package/src/internal/Cache.test.ts +37 -3
  265. package/src/internal/Cache.ts +1 -1
  266. package/src/internal/EdgeCache.test.ts +7 -7
  267. package/src/internal/EdgeCache.ts +13 -4
  268. package/src/internal/IpAllowlist.test.ts +52 -0
  269. package/src/internal/IpAllowlist.ts +39 -0
  270. package/src/internal/Log.test.ts +7 -1
  271. package/src/internal/OpenApi.ts +1 -1
  272. package/src/internal/Tidx.test.ts +28 -0
  273. package/src/internal/Tidx.ts +19 -3
  274. package/src/internal/Viem.test.ts +28 -0
  275. package/src/internal/Viem.ts +21 -5
  276. package/src/internal/funding/Deposit.ts +74 -5
  277. package/src/internal/funding/Evidence.test.ts +2 -2
  278. package/src/internal/funding/Evidence.ts +4 -9
  279. package/src/internal/funding/Provider.ts +115 -0
  280. package/src/internal/funding/Reconciliation.local.test.ts +7 -0
  281. package/src/internal/funding/Reconciliation.test.ts +1052 -35
  282. package/src/internal/funding/Reconciliation.ts +328 -56
  283. package/src/internal/funding/SourceObservation.test.ts +301 -0
  284. package/src/internal/funding/SourceObservation.ts +267 -0
  285. package/src/internal/funding/Subsidy.ts +2 -2
  286. package/src/internal/funding/index.test.ts +1 -0
  287. package/src/internal/funding/index.ts +1 -0
  288. package/src/internal/funding/providers/relay.test.ts +94 -4
  289. package/src/internal/funding/providers/relay.ts +528 -27
  290. package/dist/apps/data/routes/funding.d.ts.map +0 -1
  291. package/dist/apps/data/routes/funding.js +0 -1557
  292. package/dist/apps/data/routes/funding.js.map +0 -1
  293. package/src/apps/data/routes/funding.test.ts +0 -2994
  294. package/src/apps/data/routes/funding.ts +0 -1821
@@ -336,14 +336,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
336
336
  $post: {
337
337
  output: {
338
338
  error: {
339
- code: "assets_not_enabled";
339
+ code: string;
340
340
  details?: readonly Response.error.Detail[] | undefined;
341
341
  message: string;
342
342
  };
343
343
  requestId: string;
344
344
  };
345
345
  outputFormat: "json";
346
- status: 404;
346
+ status: 400 | 413 | 415;
347
347
  input: {
348
348
  json: {
349
349
  address: `0x${string}`;
@@ -359,14 +359,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
359
359
  } | {
360
360
  output: {
361
361
  error: {
362
- code: "verified_token_not_found";
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: 404;
369
+ status: 502;
370
370
  input: {
371
371
  json: {
372
372
  address: `0x${string}`;
@@ -382,14 +382,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
382
382
  } | {
383
383
  output: {
384
384
  error: {
385
- code: "duplicate_address";
385
+ code: "verified_token_not_found";
386
386
  details?: readonly Response.error.Detail[] | undefined;
387
387
  message: string;
388
388
  };
389
389
  requestId: string;
390
390
  };
391
391
  outputFormat: "json";
392
- status: 409;
392
+ status: 404;
393
393
  input: {
394
394
  json: {
395
395
  address: `0x${string}`;
@@ -405,14 +405,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
405
405
  } | {
406
406
  output: {
407
407
  error: {
408
- code: "duplicate_symbol";
408
+ code: "assets_not_enabled";
409
409
  details?: readonly Response.error.Detail[] | undefined;
410
410
  message: string;
411
411
  };
412
412
  requestId: string;
413
413
  };
414
414
  outputFormat: "json";
415
- status: 409;
415
+ status: 404;
416
416
  input: {
417
417
  json: {
418
418
  address: `0x${string}`;
@@ -427,15 +427,19 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
427
427
  };
428
428
  } | {
429
429
  output: {
430
- error: {
431
- code: "version_mismatch";
432
- details?: readonly Response.error.Detail[] | undefined;
433
- message: string;
430
+ data: {
431
+ address: `0x${string}`;
432
+ currency: string;
433
+ decimals: number;
434
+ logoUri?: string | undefined;
435
+ name: string;
436
+ symbol: string;
437
+ id: string;
434
438
  };
435
- requestId: string;
439
+ version: string;
436
440
  };
437
441
  outputFormat: "json";
438
- status: 412;
442
+ status: import("hono/utils/http-status").ContentfulStatusCode;
439
443
  input: {
440
444
  json: {
441
445
  address: `0x${string}`;
@@ -451,14 +455,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
451
455
  } | {
452
456
  output: {
453
457
  error: {
454
- code: "upstream_error";
458
+ code: "duplicate_address";
455
459
  details?: readonly Response.error.Detail[] | undefined;
456
460
  message: string;
457
461
  };
458
462
  requestId: string;
459
463
  };
460
464
  outputFormat: "json";
461
- status: 502;
465
+ status: 409;
462
466
  input: {
463
467
  json: {
464
468
  address: `0x${string}`;
@@ -473,19 +477,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
473
477
  };
474
478
  } | {
475
479
  output: {
476
- data: {
477
- address: `0x${string}`;
478
- currency: string;
479
- decimals: number;
480
- logoUri?: string | undefined;
481
- name: string;
482
- symbol: string;
483
- id: string;
480
+ error: {
481
+ code: "duplicate_symbol";
482
+ details?: readonly Response.error.Detail[] | undefined;
483
+ message: string;
484
484
  };
485
- version: string;
485
+ requestId: string;
486
486
  };
487
487
  outputFormat: "json";
488
- status: import("hono/utils/http-status").ContentfulStatusCode;
488
+ status: 409;
489
489
  input: {
490
490
  json: {
491
491
  address: `0x${string}`;
@@ -501,14 +501,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
501
501
  } | {
502
502
  output: {
503
503
  error: {
504
- code: string;
504
+ code: "version_mismatch";
505
505
  details?: readonly Response.error.Detail[] | undefined;
506
506
  message: string;
507
507
  };
508
508
  requestId: string;
509
509
  };
510
510
  outputFormat: "json";
511
- status: 400 | 413 | 415;
511
+ status: 412;
512
512
  input: {
513
513
  json: {
514
514
  address: `0x${string}`;
@@ -528,14 +528,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
528
528
  $put: {
529
529
  output: {
530
530
  error: {
531
- code: "verified_token_not_found";
531
+ code: string;
532
532
  details?: readonly Response.error.Detail[] | undefined;
533
533
  message: string;
534
534
  };
535
535
  requestId: string;
536
536
  };
537
537
  outputFormat: "json";
538
- status: 404;
538
+ status: 400 | 413 | 415;
539
539
  input: {
540
540
  query: {
541
541
  chainId: string | string[];
@@ -555,14 +555,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
555
555
  } | {
556
556
  output: {
557
557
  error: {
558
- code: "duplicate_address";
558
+ code: "upstream_error";
559
559
  details?: readonly Response.error.Detail[] | undefined;
560
560
  message: string;
561
561
  };
562
562
  requestId: string;
563
563
  };
564
564
  outputFormat: "json";
565
- status: 409;
565
+ status: 502;
566
566
  input: {
567
567
  query: {
568
568
  chainId: string | string[];
@@ -582,14 +582,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
582
582
  } | {
583
583
  output: {
584
584
  error: {
585
- code: "duplicate_symbol";
585
+ code: "verified_token_not_found";
586
586
  details?: readonly Response.error.Detail[] | undefined;
587
587
  message: string;
588
588
  };
589
589
  requestId: string;
590
590
  };
591
591
  outputFormat: "json";
592
- status: 409;
592
+ status: 404;
593
593
  input: {
594
594
  query: {
595
595
  chainId: string | string[];
@@ -609,14 +609,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
609
609
  } | {
610
610
  output: {
611
611
  error: {
612
- code: "version_mismatch";
612
+ code: "duplicate_address";
613
613
  details?: readonly Response.error.Detail[] | undefined;
614
614
  message: string;
615
615
  };
616
616
  requestId: string;
617
617
  };
618
618
  outputFormat: "json";
619
- status: 412;
619
+ status: 409;
620
620
  input: {
621
621
  query: {
622
622
  chainId: string | string[];
@@ -636,14 +636,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
636
636
  } | {
637
637
  output: {
638
638
  error: {
639
- code: "upstream_error";
639
+ code: "duplicate_symbol";
640
640
  details?: readonly Response.error.Detail[] | undefined;
641
641
  message: string;
642
642
  };
643
643
  requestId: string;
644
644
  };
645
645
  outputFormat: "json";
646
- status: 502;
646
+ status: 409;
647
647
  input: {
648
648
  query: {
649
649
  chainId: string | string[];
@@ -662,19 +662,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
662
662
  };
663
663
  } | {
664
664
  output: {
665
- data: {
666
- address: `0x${string}`;
667
- currency: string;
668
- decimals: number;
669
- logoUri?: string | undefined;
670
- name: string;
671
- symbol: string;
672
- id: string;
673
- }[];
674
- version: string;
665
+ error: {
666
+ code: "version_mismatch";
667
+ details?: readonly Response.error.Detail[] | undefined;
668
+ message: string;
669
+ };
670
+ requestId: string;
675
671
  };
676
672
  outputFormat: "json";
677
- status: import("hono/utils/http-status").ContentfulStatusCode;
673
+ status: 412;
678
674
  input: {
679
675
  query: {
680
676
  chainId: string | string[];
@@ -693,15 +689,19 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
693
689
  };
694
690
  } | {
695
691
  output: {
696
- error: {
697
- code: string;
698
- details?: readonly Response.error.Detail[] | undefined;
699
- message: string;
700
- };
701
- requestId: string;
692
+ data: {
693
+ address: `0x${string}`;
694
+ currency: string;
695
+ decimals: number;
696
+ logoUri?: string | undefined;
697
+ name: string;
698
+ symbol: string;
699
+ id: string;
700
+ }[];
701
+ version: string;
702
702
  };
703
703
  outputFormat: "json";
704
- status: 400 | 413 | 415;
704
+ status: import("hono/utils/http-status").ContentfulStatusCode;
705
705
  input: {
706
706
  query: {
707
707
  chainId: string | string[];
@@ -725,14 +725,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
725
725
  $patch: {
726
726
  output: {
727
727
  error: {
728
- code: "verified_token_not_found";
728
+ code: string;
729
729
  details?: readonly Response.error.Detail[] | undefined;
730
730
  message: string;
731
731
  };
732
732
  requestId: string;
733
733
  };
734
734
  outputFormat: "json";
735
- status: 404;
735
+ status: 400 | 413 | 415;
736
736
  input: {
737
737
  param: {
738
738
  address: `0x${string}`;
@@ -753,14 +753,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
753
753
  } | {
754
754
  output: {
755
755
  error: {
756
- code: "duplicate_address";
756
+ code: "upstream_error";
757
757
  details?: readonly Response.error.Detail[] | undefined;
758
758
  message: string;
759
759
  };
760
760
  requestId: string;
761
761
  };
762
762
  outputFormat: "json";
763
- status: 409;
763
+ status: 502;
764
764
  input: {
765
765
  param: {
766
766
  address: `0x${string}`;
@@ -781,14 +781,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
781
781
  } | {
782
782
  output: {
783
783
  error: {
784
- code: "duplicate_symbol";
784
+ code: "verified_token_not_found";
785
785
  details?: readonly Response.error.Detail[] | undefined;
786
786
  message: string;
787
787
  };
788
788
  requestId: string;
789
789
  };
790
790
  outputFormat: "json";
791
- status: 409;
791
+ status: 404;
792
792
  input: {
793
793
  param: {
794
794
  address: `0x${string}`;
@@ -808,15 +808,19 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
808
808
  };
809
809
  } | {
810
810
  output: {
811
- error: {
812
- code: "version_mismatch";
813
- details?: readonly Response.error.Detail[] | undefined;
814
- message: string;
811
+ data: {
812
+ address: `0x${string}`;
813
+ currency: string;
814
+ decimals: number;
815
+ logoUri?: string | undefined;
816
+ name: string;
817
+ symbol: string;
818
+ id: string;
815
819
  };
816
- requestId: string;
820
+ version: string;
817
821
  };
818
822
  outputFormat: "json";
819
- status: 412;
823
+ status: import("hono/utils/http-status").ContentfulStatusCode;
820
824
  input: {
821
825
  param: {
822
826
  address: `0x${string}`;
@@ -837,14 +841,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
837
841
  } | {
838
842
  output: {
839
843
  error: {
840
- code: "upstream_error";
844
+ code: "duplicate_address";
841
845
  details?: readonly Response.error.Detail[] | undefined;
842
846
  message: string;
843
847
  };
844
848
  requestId: string;
845
849
  };
846
850
  outputFormat: "json";
847
- status: 502;
851
+ status: 409;
848
852
  input: {
849
853
  param: {
850
854
  address: `0x${string}`;
@@ -864,19 +868,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
864
868
  };
865
869
  } | {
866
870
  output: {
867
- data: {
868
- address: `0x${string}`;
869
- currency: string;
870
- decimals: number;
871
- logoUri?: string | undefined;
872
- name: string;
873
- symbol: string;
874
- id: string;
871
+ error: {
872
+ code: "duplicate_symbol";
873
+ details?: readonly Response.error.Detail[] | undefined;
874
+ message: string;
875
875
  };
876
- version: string;
876
+ requestId: string;
877
877
  };
878
878
  outputFormat: "json";
879
- status: import("hono/utils/http-status").ContentfulStatusCode;
879
+ status: 409;
880
880
  input: {
881
881
  param: {
882
882
  address: `0x${string}`;
@@ -897,14 +897,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
897
897
  } | {
898
898
  output: {
899
899
  error: {
900
- code: string;
900
+ code: "version_mismatch";
901
901
  details?: readonly Response.error.Detail[] | undefined;
902
902
  message: string;
903
903
  };
904
904
  requestId: string;
905
905
  };
906
906
  outputFormat: "json";
907
- status: 400 | 413 | 415;
907
+ status: 412;
908
908
  input: {
909
909
  param: {
910
910
  address: `0x${string}`;
@@ -929,14 +929,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
929
929
  $delete: {
930
930
  output: {
931
931
  error: {
932
- code: "verified_token_not_found";
932
+ code: string;
933
933
  details?: readonly Response.error.Detail[] | undefined;
934
934
  message: string;
935
935
  };
936
936
  requestId: string;
937
937
  };
938
938
  outputFormat: "json";
939
- status: 404;
939
+ status: 400 | 413 | 415;
940
940
  input: {
941
941
  param: {
942
942
  address: `0x${string}`;
@@ -949,14 +949,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
949
949
  } | {
950
950
  output: {
951
951
  error: {
952
- code: "duplicate_address";
952
+ code: "upstream_error";
953
953
  details?: readonly Response.error.Detail[] | undefined;
954
954
  message: string;
955
955
  };
956
956
  requestId: string;
957
957
  };
958
958
  outputFormat: "json";
959
- status: 409;
959
+ status: 502;
960
960
  input: {
961
961
  param: {
962
962
  address: `0x${string}`;
@@ -969,14 +969,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
969
969
  } | {
970
970
  output: {
971
971
  error: {
972
- code: "duplicate_symbol";
972
+ code: "verified_token_not_found";
973
973
  details?: readonly Response.error.Detail[] | undefined;
974
974
  message: string;
975
975
  };
976
976
  requestId: string;
977
977
  };
978
978
  outputFormat: "json";
979
- status: 409;
979
+ status: 404;
980
980
  input: {
981
981
  param: {
982
982
  address: `0x${string}`;
@@ -989,14 +989,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
989
989
  } | {
990
990
  output: {
991
991
  error: {
992
- code: "version_mismatch";
992
+ code: "duplicate_address";
993
993
  details?: readonly Response.error.Detail[] | undefined;
994
994
  message: string;
995
995
  };
996
996
  requestId: string;
997
997
  };
998
998
  outputFormat: "json";
999
- status: 412;
999
+ status: 409;
1000
1000
  input: {
1001
1001
  param: {
1002
1002
  address: `0x${string}`;
@@ -1009,14 +1009,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1009
1009
  } | {
1010
1010
  output: {
1011
1011
  error: {
1012
- code: "upstream_error";
1012
+ code: "duplicate_symbol";
1013
1013
  details?: readonly Response.error.Detail[] | undefined;
1014
1014
  message: string;
1015
1015
  };
1016
1016
  requestId: string;
1017
1017
  };
1018
1018
  outputFormat: "json";
1019
- status: 502;
1019
+ status: 409;
1020
1020
  input: {
1021
1021
  param: {
1022
1022
  address: `0x${string}`;
@@ -1028,10 +1028,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1028
1028
  };
1029
1029
  } | {
1030
1030
  output: {
1031
- version: string;
1031
+ error: {
1032
+ code: "version_mismatch";
1033
+ details?: readonly Response.error.Detail[] | undefined;
1034
+ message: string;
1035
+ };
1036
+ requestId: string;
1032
1037
  };
1033
1038
  outputFormat: "json";
1034
- status: import("hono/utils/http-status").ContentfulStatusCode;
1039
+ status: 412;
1035
1040
  input: {
1036
1041
  param: {
1037
1042
  address: `0x${string}`;
@@ -1043,15 +1048,10 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1043
1048
  };
1044
1049
  } | {
1045
1050
  output: {
1046
- error: {
1047
- code: string;
1048
- details?: readonly Response.error.Detail[] | undefined;
1049
- message: string;
1050
- };
1051
- requestId: string;
1051
+ version: string;
1052
1052
  };
1053
1053
  outputFormat: "json";
1054
- status: 400 | 413 | 415;
1054
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1055
1055
  input: {
1056
1056
  param: {
1057
1057
  address: `0x${string}`;
@@ -1066,16 +1066,9 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1066
1066
  } & {
1067
1067
  "/:address/logo": {
1068
1068
  $get: {
1069
- output: {
1070
- error: {
1071
- code: "logo_not_found";
1072
- details?: readonly Response.error.Detail[] | undefined;
1073
- message: string;
1074
- };
1075
- requestId: string;
1076
- };
1077
- outputFormat: "json";
1078
- status: 404;
1069
+ output: ArrayBuffer;
1070
+ outputFormat: "body";
1071
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1079
1072
  input: {
1080
1073
  param: {
1081
1074
  address: `0x${string}`;
@@ -1086,9 +1079,16 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1086
1079
  };
1087
1080
  };
1088
1081
  } | {
1089
- output: ArrayBuffer;
1090
- outputFormat: "body";
1091
- status: import("hono/utils/http-status").ContentfulStatusCode;
1082
+ output: {
1083
+ error: {
1084
+ code: "logo_not_found";
1085
+ details?: readonly Response.error.Detail[] | undefined;
1086
+ message: string;
1087
+ };
1088
+ requestId: string;
1089
+ };
1090
+ outputFormat: "json";
1091
+ status: 404;
1092
1092
  input: {
1093
1093
  param: {
1094
1094
  address: `0x${string}`;
@@ -1145,14 +1145,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1145
1145
  } | {
1146
1146
  output: {
1147
1147
  error: {
1148
- code: "payload_too_large";
1148
+ code: "unsupported_media_type";
1149
1149
  details?: readonly Response.error.Detail[] | undefined;
1150
1150
  message: string;
1151
1151
  };
1152
1152
  requestId: string;
1153
1153
  };
1154
1154
  outputFormat: "json";
1155
- status: 413;
1155
+ status: 415;
1156
1156
  input: {
1157
1157
  param: {
1158
1158
  address: `0x${string}`;
@@ -1165,14 +1165,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1165
1165
  } | {
1166
1166
  output: {
1167
1167
  error: {
1168
- code: "unsupported_media_type";
1168
+ code: "payload_too_large";
1169
1169
  details?: readonly Response.error.Detail[] | undefined;
1170
1170
  message: string;
1171
1171
  };
1172
1172
  requestId: string;
1173
1173
  };
1174
1174
  outputFormat: "json";
1175
- status: 415;
1175
+ status: 413;
1176
1176
  input: {
1177
1177
  param: {
1178
1178
  address: `0x${string}`;
@@ -1240,14 +1240,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1240
1240
  $post: {
1241
1241
  output: {
1242
1242
  error: {
1243
- code: "assets_not_enabled";
1243
+ code: string;
1244
1244
  details?: readonly Response.error.Detail[] | undefined;
1245
1245
  message: string;
1246
1246
  };
1247
1247
  requestId: string;
1248
1248
  };
1249
1249
  outputFormat: "json";
1250
- status: 404;
1250
+ status: 400 | 413 | 415;
1251
1251
  input: {
1252
1252
  param: {
1253
1253
  requestId: string;
@@ -1256,14 +1256,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1256
1256
  } | {
1257
1257
  output: {
1258
1258
  error: {
1259
- code: "verified_token_not_found";
1259
+ code: "upstream_error";
1260
1260
  details?: readonly Response.error.Detail[] | undefined;
1261
1261
  message: string;
1262
1262
  };
1263
1263
  requestId: string;
1264
1264
  };
1265
1265
  outputFormat: "json";
1266
- status: 404;
1266
+ status: 502;
1267
1267
  input: {
1268
1268
  param: {
1269
1269
  requestId: string;
@@ -1272,7 +1272,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1272
1272
  } | {
1273
1273
  output: {
1274
1274
  error: {
1275
- code: "verified_token_request_not_found";
1275
+ code: "verified_token_not_found";
1276
1276
  details?: readonly Response.error.Detail[] | undefined;
1277
1277
  message: string;
1278
1278
  };
@@ -1288,7 +1288,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1288
1288
  } | {
1289
1289
  output: {
1290
1290
  error: {
1291
- code: "duplicate_address";
1291
+ code: "request_not_pending";
1292
1292
  details?: readonly Response.error.Detail[] | undefined;
1293
1293
  message: string;
1294
1294
  };
@@ -1304,14 +1304,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1304
1304
  } | {
1305
1305
  output: {
1306
1306
  error: {
1307
- code: "duplicate_symbol";
1307
+ code: "verified_token_request_not_found";
1308
1308
  details?: readonly Response.error.Detail[] | undefined;
1309
1309
  message: string;
1310
1310
  };
1311
1311
  requestId: string;
1312
1312
  };
1313
1313
  outputFormat: "json";
1314
- status: 409;
1314
+ status: 404;
1315
1315
  input: {
1316
1316
  param: {
1317
1317
  requestId: string;
@@ -1320,7 +1320,23 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1320
1320
  } | {
1321
1321
  output: {
1322
1322
  error: {
1323
- code: "request_not_pending";
1323
+ code: "assets_not_enabled";
1324
+ details?: readonly Response.error.Detail[] | undefined;
1325
+ message: string;
1326
+ };
1327
+ requestId: string;
1328
+ };
1329
+ outputFormat: "json";
1330
+ status: 404;
1331
+ input: {
1332
+ param: {
1333
+ requestId: string;
1334
+ };
1335
+ };
1336
+ } | {
1337
+ output: {
1338
+ error: {
1339
+ code: "duplicate_address";
1324
1340
  details?: readonly Response.error.Detail[] | undefined;
1325
1341
  message: string;
1326
1342
  };
@@ -1336,14 +1352,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1336
1352
  } | {
1337
1353
  output: {
1338
1354
  error: {
1339
- code: "version_mismatch";
1355
+ code: "duplicate_symbol";
1340
1356
  details?: readonly Response.error.Detail[] | undefined;
1341
1357
  message: string;
1342
1358
  };
1343
1359
  requestId: string;
1344
1360
  };
1345
1361
  outputFormat: "json";
1346
- status: 412;
1362
+ status: 409;
1347
1363
  input: {
1348
1364
  param: {
1349
1365
  requestId: string;
@@ -1352,14 +1368,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1352
1368
  } | {
1353
1369
  output: {
1354
1370
  error: {
1355
- code: "upstream_error";
1371
+ code: "version_mismatch";
1356
1372
  details?: readonly Response.error.Detail[] | undefined;
1357
1373
  message: string;
1358
1374
  };
1359
1375
  requestId: string;
1360
1376
  };
1361
1377
  outputFormat: "json";
1362
- status: 502;
1378
+ status: 412;
1363
1379
  input: {
1364
1380
  param: {
1365
1381
  requestId: string;
@@ -1396,7 +1412,11 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1396
1412
  requestId: string;
1397
1413
  };
1398
1414
  };
1399
- } | {
1415
+ };
1416
+ };
1417
+ } & {
1418
+ "/requests/:requestId/deny": {
1419
+ $post: {
1400
1420
  output: {
1401
1421
  error: {
1402
1422
  code: string;
@@ -1411,22 +1431,22 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1411
1431
  param: {
1412
1432
  requestId: string;
1413
1433
  };
1434
+ } & {
1435
+ json: {
1436
+ reviewNote?: string | undefined;
1437
+ };
1414
1438
  };
1415
- };
1416
- };
1417
- } & {
1418
- "/requests/:requestId/deny": {
1419
- $post: {
1439
+ } | {
1420
1440
  output: {
1421
1441
  error: {
1422
- code: "verified_token_not_found";
1442
+ code: "upstream_error";
1423
1443
  details?: readonly Response.error.Detail[] | undefined;
1424
1444
  message: string;
1425
1445
  };
1426
1446
  requestId: string;
1427
1447
  };
1428
1448
  outputFormat: "json";
1429
- status: 404;
1449
+ status: 502;
1430
1450
  input: {
1431
1451
  param: {
1432
1452
  requestId: string;
@@ -1439,7 +1459,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1439
1459
  } | {
1440
1460
  output: {
1441
1461
  error: {
1442
- code: "verified_token_request_not_found";
1462
+ code: "verified_token_not_found";
1443
1463
  details?: readonly Response.error.Detail[] | undefined;
1444
1464
  message: string;
1445
1465
  };
@@ -1459,7 +1479,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1459
1479
  } | {
1460
1480
  output: {
1461
1481
  error: {
1462
- code: "duplicate_address";
1482
+ code: "request_not_pending";
1463
1483
  details?: readonly Response.error.Detail[] | undefined;
1464
1484
  message: string;
1465
1485
  };
@@ -1479,14 +1499,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1479
1499
  } | {
1480
1500
  output: {
1481
1501
  error: {
1482
- code: "duplicate_symbol";
1502
+ code: "verified_token_request_not_found";
1483
1503
  details?: readonly Response.error.Detail[] | undefined;
1484
1504
  message: string;
1485
1505
  };
1486
1506
  requestId: string;
1487
1507
  };
1488
1508
  outputFormat: "json";
1489
- status: 409;
1509
+ status: 404;
1490
1510
  input: {
1491
1511
  param: {
1492
1512
  requestId: string;
@@ -1499,7 +1519,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1499
1519
  } | {
1500
1520
  output: {
1501
1521
  error: {
1502
- code: "request_not_pending";
1522
+ code: "duplicate_address";
1503
1523
  details?: readonly Response.error.Detail[] | undefined;
1504
1524
  message: string;
1505
1525
  };
@@ -1519,14 +1539,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1519
1539
  } | {
1520
1540
  output: {
1521
1541
  error: {
1522
- code: "version_mismatch";
1542
+ code: "duplicate_symbol";
1523
1543
  details?: readonly Response.error.Detail[] | undefined;
1524
1544
  message: string;
1525
1545
  };
1526
1546
  requestId: string;
1527
1547
  };
1528
1548
  outputFormat: "json";
1529
- status: 412;
1549
+ status: 409;
1530
1550
  input: {
1531
1551
  param: {
1532
1552
  requestId: string;
@@ -1539,14 +1559,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1539
1559
  } | {
1540
1560
  output: {
1541
1561
  error: {
1542
- code: "upstream_error";
1562
+ code: "version_mismatch";
1543
1563
  details?: readonly Response.error.Detail[] | undefined;
1544
1564
  message: string;
1545
1565
  };
1546
1566
  requestId: string;
1547
1567
  };
1548
1568
  outputFormat: "json";
1549
- status: 502;
1569
+ status: 412;
1550
1570
  input: {
1551
1571
  param: {
1552
1572
  requestId: string;
@@ -1591,26 +1611,6 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1591
1611
  reviewNote?: string | undefined;
1592
1612
  };
1593
1613
  };
1594
- } | {
1595
- output: {
1596
- error: {
1597
- code: string;
1598
- details?: readonly Response.error.Detail[] | undefined;
1599
- message: string;
1600
- };
1601
- requestId: string;
1602
- };
1603
- outputFormat: "json";
1604
- status: 400 | 413 | 415;
1605
- input: {
1606
- param: {
1607
- requestId: string;
1608
- };
1609
- } & {
1610
- json: {
1611
- reviewNote?: string | undefined;
1612
- };
1613
- };
1614
1614
  };
1615
1615
  };
1616
1616
  }, "/", "/requests/:requestId/deny">;