tapimo 0.4.4 → 0.5.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 (162) hide show
  1. package/dist/App.d.ts +7403 -6127
  2. package/dist/App.d.ts.map +1 -1
  3. package/dist/App.js +4 -0
  4. package/dist/App.js.map +1 -1
  5. package/dist/Scope.d.ts +18 -1
  6. package/dist/Scope.d.ts.map +1 -1
  7. package/dist/Scope.js +24 -3
  8. package/dist/Scope.js.map +1 -1
  9. package/dist/admin/apps/verified-tokens.d.ts +115 -115
  10. package/dist/apps/data/App.d.ts +1838 -1534
  11. package/dist/apps/data/App.d.ts.map +1 -1
  12. package/dist/apps/data/App.js +135 -44
  13. package/dist/apps/data/App.js.map +1 -1
  14. package/dist/apps/data/{FundingRouteProviders.d.ts → FundingQuoteProviders.d.ts} +7 -7
  15. package/dist/apps/data/{FundingRouteProviders.d.ts.map → FundingQuoteProviders.d.ts.map} +1 -1
  16. package/dist/apps/data/{FundingRouteProviders.js → FundingQuoteProviders.js} +36 -91
  17. package/dist/apps/data/FundingQuoteProviders.js.map +1 -0
  18. package/dist/apps/data/index.d.ts +1 -1
  19. package/dist/apps/data/index.js +1 -1
  20. package/dist/apps/data/routes/activities.d.ts +242 -242
  21. package/dist/apps/data/routes/addresses.d.ts +227 -227
  22. package/dist/apps/data/routes/balances.d.ts +12 -12
  23. package/dist/apps/data/routes/balances.d.ts.map +1 -1
  24. package/dist/apps/data/routes/balances.js +67 -149
  25. package/dist/apps/data/routes/balances.js.map +1 -1
  26. package/dist/apps/data/routes/blocks.d.ts +125 -126
  27. package/dist/apps/data/routes/blocks.d.ts.map +1 -1
  28. package/dist/apps/data/routes/blocks.js +3 -5
  29. package/dist/apps/data/routes/blocks.js.map +1 -1
  30. package/dist/apps/data/routes/coingecko.d.ts +55 -54
  31. package/dist/apps/data/routes/coingecko.d.ts.map +1 -1
  32. package/dist/apps/data/routes/coingecko.js +3 -8
  33. package/dist/apps/data/routes/coingecko.js.map +1 -1
  34. package/dist/apps/data/routes/funding.d.ts +207 -388
  35. package/dist/apps/data/routes/funding.d.ts.map +1 -1
  36. package/dist/apps/data/routes/funding.js +143 -221
  37. package/dist/apps/data/routes/funding.js.map +1 -1
  38. package/dist/apps/data/routes/rpc.d.ts.map +1 -1
  39. package/dist/apps/data/routes/rpc.js +86 -16
  40. package/dist/apps/data/routes/rpc.js.map +1 -1
  41. package/dist/apps/data/routes/tokenlist.d.ts +33 -33
  42. package/dist/apps/data/routes/transactions.d.ts +281 -281
  43. package/dist/apps/data/routes/transfers.d.ts +58 -58
  44. package/dist/apps/data/routes/verified-tokens.d.ts +86 -86
  45. package/dist/apps/data/routes/webhooks.d.ts +340 -0
  46. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  47. package/dist/apps/data/routes/webhooks.js +13 -1
  48. package/dist/apps/data/routes/webhooks.js.map +1 -1
  49. package/dist/apps/index.d.ts +1 -1
  50. package/dist/apps/index.js +1 -1
  51. package/dist/apps/management/App.d.ts +1090 -108
  52. package/dist/apps/management/App.d.ts.map +1 -1
  53. package/dist/apps/management/App.js +4 -0
  54. package/dist/apps/management/App.js.map +1 -1
  55. package/dist/apps/management/routes/api-keys.d.ts +118 -118
  56. package/dist/apps/management/routes/api-keys.js +2 -2
  57. package/dist/apps/management/routes/api-keys.js.map +1 -1
  58. package/dist/apps/management/routes/billing.d.ts +207 -207
  59. package/dist/apps/management/routes/invite-links.d.ts +1100 -0
  60. package/dist/apps/management/routes/invite-links.d.ts.map +1 -0
  61. package/dist/apps/management/routes/invite-links.js +411 -0
  62. package/dist/apps/management/routes/invite-links.js.map +1 -0
  63. package/dist/apps/management/routes/me.d.ts +17 -17
  64. package/dist/apps/management/routes/members.d.ts +71 -71
  65. package/dist/apps/management/routes/orgs.d.ts +12 -12
  66. package/dist/apps/management/routes/projects.d.ts +70 -70
  67. package/dist/apps/management/routes/scopes.d.ts +11 -11
  68. package/dist/apps/management/routes/scopes.d.ts.map +1 -1
  69. package/dist/apps/management/routes/scopes.js +2 -2
  70. package/dist/apps/management/routes/scopes.js.map +1 -1
  71. package/dist/apps/management/routes/usage.d.ts +75 -75
  72. package/dist/apps/relay/App.d.ts.map +1 -1
  73. package/dist/apps/relay/App.js +42 -4
  74. package/dist/apps/relay/App.js.map +1 -1
  75. package/dist/db/Db.d.ts +3 -0
  76. package/dist/db/Db.d.ts.map +1 -1
  77. package/dist/db/Db.js +57 -0
  78. package/dist/db/Db.js.map +1 -1
  79. package/dist/db/Schema.d.ts +31 -0
  80. package/dist/db/Schema.d.ts.map +1 -1
  81. package/dist/db/Schema.js +31 -0
  82. package/dist/db/Schema.js.map +1 -1
  83. package/dist/db/tables/inviteLinks.d.ts +42 -0
  84. package/dist/db/tables/inviteLinks.d.ts.map +1 -0
  85. package/dist/db/tables/inviteLinks.js +148 -0
  86. package/dist/db/tables/inviteLinks.js.map +1 -0
  87. package/dist/db/tables/organizations.d.ts.map +1 -1
  88. package/dist/db/tables/organizations.js +2 -0
  89. package/dist/db/tables/organizations.js.map +1 -1
  90. package/dist/handlers/relay.d.ts.map +1 -1
  91. package/dist/handlers/relay.js +13 -3
  92. package/dist/handlers/relay.js.map +1 -1
  93. package/dist/internal/Auth.d.ts +9 -1
  94. package/dist/internal/Auth.d.ts.map +1 -1
  95. package/dist/internal/Auth.js +130 -10
  96. package/dist/internal/Auth.js.map +1 -1
  97. package/dist/internal/EdgeCache.d.ts +3 -1
  98. package/dist/internal/EdgeCache.d.ts.map +1 -1
  99. package/dist/internal/EdgeCache.js +17 -2
  100. package/dist/internal/EdgeCache.js.map +1 -1
  101. package/dist/internal/{FundingRoutes.d.ts → FundingQuotes.d.ts} +185 -428
  102. package/dist/internal/FundingQuotes.d.ts.map +1 -0
  103. package/dist/internal/{FundingRoutes.js → FundingQuotes.js} +93 -218
  104. package/dist/internal/FundingQuotes.js.map +1 -0
  105. package/dist/internal/Viem.d.ts +3 -1
  106. package/dist/internal/Viem.d.ts.map +1 -1
  107. package/dist/internal/Viem.js +11 -2
  108. package/dist/internal/Viem.js.map +1 -1
  109. package/dist/internal/index.d.ts +1 -1
  110. package/dist/internal/index.js +1 -1
  111. package/package.json +1 -1
  112. package/src/ApiKeys.test.ts +23 -0
  113. package/src/App.test-d.ts +2 -0
  114. package/src/App.ts +6 -0
  115. package/src/Client.test-d.ts +20 -11
  116. package/src/Scope.test.ts +1 -0
  117. package/src/Scope.ts +30 -4
  118. package/src/apps/data/App.test.ts +354 -0
  119. package/src/apps/data/App.ts +159 -52
  120. package/src/apps/data/FundingQuoteProviders.test.ts +151 -0
  121. package/src/apps/data/{FundingRouteProviders.ts → FundingQuoteProviders.ts} +40 -101
  122. package/src/apps/data/index.ts +1 -1
  123. package/src/apps/data/routes/balances.test.ts +64 -18
  124. package/src/apps/data/routes/balances.ts +76 -177
  125. package/src/apps/data/routes/blocks.ts +3 -5
  126. package/src/apps/data/routes/coingecko.ts +3 -8
  127. package/src/apps/data/routes/funding.test.ts +151 -206
  128. package/src/apps/data/routes/funding.ts +156 -291
  129. package/src/apps/data/routes/indexer.test.ts +97 -1
  130. package/src/apps/data/routes/rpc.test.ts +219 -0
  131. package/src/apps/data/routes/rpc.ts +92 -17
  132. package/src/apps/data/routes/webhooks.test.ts +21 -0
  133. package/src/apps/data/routes/webhooks.ts +13 -1
  134. package/src/apps/index.ts +1 -1
  135. package/src/apps/management/App.ts +4 -0
  136. package/src/apps/management/routes/api-keys.test.ts +47 -3
  137. package/src/apps/management/routes/api-keys.ts +2 -2
  138. package/src/apps/management/routes/invite-links.test.ts +385 -0
  139. package/src/apps/management/routes/invite-links.ts +570 -0
  140. package/src/apps/management/routes/scopes.test.ts +3 -2
  141. package/src/apps/management/routes/scopes.ts +4 -2
  142. package/src/apps/relay/App.test.ts +324 -4
  143. package/src/apps/relay/App.ts +40 -4
  144. package/src/db/Db.ts +65 -0
  145. package/src/db/Schema.ts +39 -0
  146. package/src/db/tables/inviteLinks.ts +187 -0
  147. package/src/db/tables/organizations.ts +2 -0
  148. package/src/handlers/relay.ts +16 -4
  149. package/src/internal/Auth.test.ts +132 -22
  150. package/src/internal/Auth.ts +171 -14
  151. package/src/internal/EdgeCache.test.ts +24 -3
  152. package/src/internal/EdgeCache.ts +18 -2
  153. package/src/internal/FundingQuotes.test.ts +174 -0
  154. package/src/internal/{FundingRoutes.ts → FundingQuotes.ts} +153 -312
  155. package/src/internal/Viem.ts +14 -5
  156. package/src/internal/index.test.ts +1 -1
  157. package/src/internal/index.ts +1 -1
  158. package/dist/apps/data/FundingRouteProviders.js.map +0 -1
  159. package/dist/internal/FundingRoutes.d.ts.map +0 -1
  160. package/dist/internal/FundingRoutes.js.map +0 -1
  161. package/src/apps/data/FundingRouteProviders.test.ts +0 -225
  162. package/src/internal/FundingRoutes.test.ts +0 -213
@@ -224,14 +224,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
224
224
  $post: {
225
225
  output: {
226
226
  error: {
227
- code: "upstream_error";
227
+ code: "assets_not_enabled";
228
228
  details?: readonly Response.error.Detail[] | undefined;
229
229
  message: string;
230
230
  };
231
231
  requestId: string;
232
232
  };
233
233
  outputFormat: "json";
234
- status: 502;
234
+ status: 404;
235
235
  input: {
236
236
  json: {
237
237
  address: `0x${string}`;
@@ -247,7 +247,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
247
247
  } | {
248
248
  output: {
249
249
  error: {
250
- code: "assets_not_enabled";
250
+ code: "verified_token_not_found";
251
251
  details?: readonly Response.error.Detail[] | undefined;
252
252
  message: string;
253
253
  };
@@ -269,19 +269,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
269
269
  };
270
270
  } | {
271
271
  output: {
272
- data: {
273
- address: `0x${string}`;
274
- currency: string;
275
- decimals: number;
276
- logoUri?: string | undefined;
277
- name: string;
278
- symbol: string;
279
- id: string;
272
+ error: {
273
+ code: "duplicate_address";
274
+ details?: readonly Response.error.Detail[] | undefined;
275
+ message: string;
280
276
  };
281
- version: string;
277
+ requestId: string;
282
278
  };
283
279
  outputFormat: "json";
284
- status: import("hono/utils/http-status").ContentfulStatusCode;
280
+ status: 409;
285
281
  input: {
286
282
  json: {
287
283
  address: `0x${string}`;
@@ -297,14 +293,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
297
293
  } | {
298
294
  output: {
299
295
  error: {
300
- code: string;
296
+ code: "duplicate_symbol";
301
297
  details?: readonly Response.error.Detail[] | undefined;
302
298
  message: string;
303
299
  };
304
300
  requestId: string;
305
301
  };
306
302
  outputFormat: "json";
307
- status: 400 | 413 | 415;
303
+ status: 409;
308
304
  input: {
309
305
  json: {
310
306
  address: `0x${string}`;
@@ -320,14 +316,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
320
316
  } | {
321
317
  output: {
322
318
  error: {
323
- code: "duplicate_address";
319
+ code: "version_mismatch";
324
320
  details?: readonly Response.error.Detail[] | undefined;
325
321
  message: string;
326
322
  };
327
323
  requestId: string;
328
324
  };
329
325
  outputFormat: "json";
330
- status: 409;
326
+ status: 412;
331
327
  input: {
332
328
  json: {
333
329
  address: `0x${string}`;
@@ -343,14 +339,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
343
339
  } | {
344
340
  output: {
345
341
  error: {
346
- code: "duplicate_symbol";
342
+ code: "upstream_error";
347
343
  details?: readonly Response.error.Detail[] | undefined;
348
344
  message: string;
349
345
  };
350
346
  requestId: string;
351
347
  };
352
348
  outputFormat: "json";
353
- status: 409;
349
+ status: 502;
354
350
  input: {
355
351
  json: {
356
352
  address: `0x${string}`;
@@ -365,15 +361,19 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
365
361
  };
366
362
  } | {
367
363
  output: {
368
- error: {
369
- code: "verified_token_not_found";
370
- details?: readonly Response.error.Detail[] | undefined;
371
- message: string;
364
+ data: {
365
+ address: `0x${string}`;
366
+ currency: string;
367
+ decimals: number;
368
+ logoUri?: string | undefined;
369
+ name: string;
370
+ symbol: string;
371
+ id: string;
372
372
  };
373
- requestId: string;
373
+ version: string;
374
374
  };
375
375
  outputFormat: "json";
376
- status: 404;
376
+ status: import("hono/utils/http-status").ContentfulStatusCode;
377
377
  input: {
378
378
  json: {
379
379
  address: `0x${string}`;
@@ -389,14 +389,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
389
389
  } | {
390
390
  output: {
391
391
  error: {
392
- code: "version_mismatch";
392
+ code: string;
393
393
  details?: readonly Response.error.Detail[] | undefined;
394
394
  message: string;
395
395
  };
396
396
  requestId: string;
397
397
  };
398
398
  outputFormat: "json";
399
- status: 412;
399
+ status: 400 | 413 | 415;
400
400
  input: {
401
401
  json: {
402
402
  address: `0x${string}`;
@@ -416,14 +416,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
416
416
  $put: {
417
417
  output: {
418
418
  error: {
419
- code: "upstream_error";
419
+ code: "verified_token_not_found";
420
420
  details?: readonly Response.error.Detail[] | undefined;
421
421
  message: string;
422
422
  };
423
423
  requestId: string;
424
424
  };
425
425
  outputFormat: "json";
426
- status: 502;
426
+ status: 404;
427
427
  input: {
428
428
  query: {
429
429
  chainId: string | string[];
@@ -443,14 +443,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
443
443
  } | {
444
444
  output: {
445
445
  error: {
446
- code: string;
446
+ code: "duplicate_address";
447
447
  details?: readonly Response.error.Detail[] | undefined;
448
448
  message: string;
449
449
  };
450
450
  requestId: string;
451
451
  };
452
452
  outputFormat: "json";
453
- status: 400 | 413 | 415;
453
+ status: 409;
454
454
  input: {
455
455
  query: {
456
456
  chainId: string | string[];
@@ -470,7 +470,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
470
470
  } | {
471
471
  output: {
472
472
  error: {
473
- code: "duplicate_address";
473
+ code: "duplicate_symbol";
474
474
  details?: readonly Response.error.Detail[] | undefined;
475
475
  message: string;
476
476
  };
@@ -497,14 +497,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
497
497
  } | {
498
498
  output: {
499
499
  error: {
500
- code: "duplicate_symbol";
500
+ code: "version_mismatch";
501
501
  details?: readonly Response.error.Detail[] | undefined;
502
502
  message: string;
503
503
  };
504
504
  requestId: string;
505
505
  };
506
506
  outputFormat: "json";
507
- status: 409;
507
+ status: 412;
508
508
  input: {
509
509
  query: {
510
510
  chainId: string | string[];
@@ -524,14 +524,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
524
524
  } | {
525
525
  output: {
526
526
  error: {
527
- code: "verified_token_not_found";
527
+ code: "upstream_error";
528
528
  details?: readonly Response.error.Detail[] | undefined;
529
529
  message: string;
530
530
  };
531
531
  requestId: string;
532
532
  };
533
533
  outputFormat: "json";
534
- status: 404;
534
+ status: 502;
535
535
  input: {
536
536
  query: {
537
537
  chainId: string | string[];
@@ -550,15 +550,19 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
550
550
  };
551
551
  } | {
552
552
  output: {
553
- error: {
554
- code: "version_mismatch";
555
- details?: readonly Response.error.Detail[] | undefined;
556
- message: string;
557
- };
558
- requestId: string;
553
+ data: {
554
+ address: `0x${string}`;
555
+ currency: string;
556
+ decimals: number;
557
+ logoUri?: string | undefined;
558
+ name: string;
559
+ symbol: string;
560
+ id: string;
561
+ }[];
562
+ version: string;
559
563
  };
560
564
  outputFormat: "json";
561
- status: 412;
565
+ status: import("hono/utils/http-status").ContentfulStatusCode;
562
566
  input: {
563
567
  query: {
564
568
  chainId: string | string[];
@@ -577,19 +581,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
577
581
  };
578
582
  } | {
579
583
  output: {
580
- data: {
581
- address: `0x${string}`;
582
- currency: string;
583
- decimals: number;
584
- logoUri?: string | undefined;
585
- name: string;
586
- symbol: string;
587
- id: string;
588
- }[];
589
- version: string;
584
+ error: {
585
+ code: string;
586
+ details?: readonly Response.error.Detail[] | undefined;
587
+ message: string;
588
+ };
589
+ requestId: string;
590
590
  };
591
591
  outputFormat: "json";
592
- status: import("hono/utils/http-status").ContentfulStatusCode;
592
+ status: 400 | 413 | 415;
593
593
  input: {
594
594
  query: {
595
595
  chainId: string | string[];
@@ -613,14 +613,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
613
613
  $patch: {
614
614
  output: {
615
615
  error: {
616
- code: "upstream_error";
616
+ code: "verified_token_not_found";
617
617
  details?: readonly Response.error.Detail[] | undefined;
618
618
  message: string;
619
619
  };
620
620
  requestId: string;
621
621
  };
622
622
  outputFormat: "json";
623
- status: 502;
623
+ status: 404;
624
624
  input: {
625
625
  param: {
626
626
  address: `0x${string}`;
@@ -640,19 +640,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
640
640
  };
641
641
  } | {
642
642
  output: {
643
- data: {
644
- address: `0x${string}`;
645
- currency: string;
646
- decimals: number;
647
- logoUri?: string | undefined;
648
- name: string;
649
- symbol: string;
650
- id: string;
643
+ error: {
644
+ code: "duplicate_address";
645
+ details?: readonly Response.error.Detail[] | undefined;
646
+ message: string;
651
647
  };
652
- version: string;
648
+ requestId: string;
653
649
  };
654
650
  outputFormat: "json";
655
- status: import("hono/utils/http-status").ContentfulStatusCode;
651
+ status: 409;
656
652
  input: {
657
653
  param: {
658
654
  address: `0x${string}`;
@@ -673,14 +669,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
673
669
  } | {
674
670
  output: {
675
671
  error: {
676
- code: string;
672
+ code: "duplicate_symbol";
677
673
  details?: readonly Response.error.Detail[] | undefined;
678
674
  message: string;
679
675
  };
680
676
  requestId: string;
681
677
  };
682
678
  outputFormat: "json";
683
- status: 400 | 413 | 415;
679
+ status: 409;
684
680
  input: {
685
681
  param: {
686
682
  address: `0x${string}`;
@@ -701,14 +697,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
701
697
  } | {
702
698
  output: {
703
699
  error: {
704
- code: "duplicate_address";
700
+ code: "version_mismatch";
705
701
  details?: readonly Response.error.Detail[] | undefined;
706
702
  message: string;
707
703
  };
708
704
  requestId: string;
709
705
  };
710
706
  outputFormat: "json";
711
- status: 409;
707
+ status: 412;
712
708
  input: {
713
709
  param: {
714
710
  address: `0x${string}`;
@@ -729,14 +725,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
729
725
  } | {
730
726
  output: {
731
727
  error: {
732
- code: "duplicate_symbol";
728
+ code: "upstream_error";
733
729
  details?: readonly Response.error.Detail[] | undefined;
734
730
  message: string;
735
731
  };
736
732
  requestId: string;
737
733
  };
738
734
  outputFormat: "json";
739
- status: 409;
735
+ status: 502;
740
736
  input: {
741
737
  param: {
742
738
  address: `0x${string}`;
@@ -756,15 +752,19 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
756
752
  };
757
753
  } | {
758
754
  output: {
759
- error: {
760
- code: "verified_token_not_found";
761
- details?: readonly Response.error.Detail[] | undefined;
762
- message: string;
755
+ data: {
756
+ address: `0x${string}`;
757
+ currency: string;
758
+ decimals: number;
759
+ logoUri?: string | undefined;
760
+ name: string;
761
+ symbol: string;
762
+ id: string;
763
763
  };
764
- requestId: string;
764
+ version: string;
765
765
  };
766
766
  outputFormat: "json";
767
- status: 404;
767
+ status: import("hono/utils/http-status").ContentfulStatusCode;
768
768
  input: {
769
769
  param: {
770
770
  address: `0x${string}`;
@@ -785,14 +785,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
785
785
  } | {
786
786
  output: {
787
787
  error: {
788
- code: "version_mismatch";
788
+ code: string;
789
789
  details?: readonly Response.error.Detail[] | undefined;
790
790
  message: string;
791
791
  };
792
792
  requestId: string;
793
793
  };
794
794
  outputFormat: "json";
795
- status: 412;
795
+ status: 400 | 413 | 415;
796
796
  input: {
797
797
  param: {
798
798
  address: `0x${string}`;
@@ -817,14 +817,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
817
817
  $delete: {
818
818
  output: {
819
819
  error: {
820
- code: "upstream_error";
820
+ code: "verified_token_not_found";
821
821
  details?: readonly Response.error.Detail[] | undefined;
822
822
  message: string;
823
823
  };
824
824
  requestId: string;
825
825
  };
826
826
  outputFormat: "json";
827
- status: 502;
827
+ status: 404;
828
828
  input: {
829
829
  param: {
830
830
  address: `0x${string}`;
@@ -837,14 +837,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
837
837
  } | {
838
838
  output: {
839
839
  error: {
840
- code: string;
840
+ code: "duplicate_address";
841
841
  details?: readonly Response.error.Detail[] | undefined;
842
842
  message: string;
843
843
  };
844
844
  requestId: string;
845
845
  };
846
846
  outputFormat: "json";
847
- status: 400 | 413 | 415;
847
+ status: 409;
848
848
  input: {
849
849
  param: {
850
850
  address: `0x${string}`;
@@ -857,7 +857,7 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
857
857
  } | {
858
858
  output: {
859
859
  error: {
860
- code: "duplicate_address";
860
+ code: "duplicate_symbol";
861
861
  details?: readonly Response.error.Detail[] | undefined;
862
862
  message: string;
863
863
  };
@@ -877,14 +877,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
877
877
  } | {
878
878
  output: {
879
879
  error: {
880
- code: "duplicate_symbol";
880
+ code: "version_mismatch";
881
881
  details?: readonly Response.error.Detail[] | undefined;
882
882
  message: string;
883
883
  };
884
884
  requestId: string;
885
885
  };
886
886
  outputFormat: "json";
887
- status: 409;
887
+ status: 412;
888
888
  input: {
889
889
  param: {
890
890
  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: "verified_token_not_found";
900
+ code: "upstream_error";
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: 404;
907
+ status: 502;
908
908
  input: {
909
909
  param: {
910
910
  address: `0x${string}`;
@@ -916,15 +916,10 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
916
916
  };
917
917
  } | {
918
918
  output: {
919
- error: {
920
- code: "version_mismatch";
921
- details?: readonly Response.error.Detail[] | undefined;
922
- message: string;
923
- };
924
- requestId: string;
919
+ version: string;
925
920
  };
926
921
  outputFormat: "json";
927
- status: 412;
922
+ status: import("hono/utils/http-status").ContentfulStatusCode;
928
923
  input: {
929
924
  param: {
930
925
  address: `0x${string}`;
@@ -936,10 +931,15 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
936
931
  };
937
932
  } | {
938
933
  output: {
939
- version: string;
934
+ error: {
935
+ code: string;
936
+ details?: readonly Response.error.Detail[] | undefined;
937
+ message: string;
938
+ };
939
+ requestId: string;
940
940
  };
941
941
  outputFormat: "json";
942
- status: import("hono/utils/http-status").ContentfulStatusCode;
942
+ status: 400 | 413 | 415;
943
943
  input: {
944
944
  param: {
945
945
  address: `0x${string}`;
@@ -954,19 +954,6 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
954
954
  } & {
955
955
  "/:address/logo": {
956
956
  $get: {
957
- output: ArrayBuffer;
958
- outputFormat: "body";
959
- status: import("hono/utils/http-status").ContentfulStatusCode;
960
- input: {
961
- param: {
962
- address: `0x${string}`;
963
- };
964
- } & {
965
- query: {
966
- chainId: string | string[];
967
- };
968
- };
969
- } | {
970
957
  output: {
971
958
  error: {
972
959
  code: "logo_not_found";
@@ -986,6 +973,19 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
986
973
  chainId: string | string[];
987
974
  };
988
975
  };
976
+ } | {
977
+ output: ArrayBuffer;
978
+ outputFormat: "body";
979
+ status: import("hono/utils/http-status").ContentfulStatusCode;
980
+ input: {
981
+ param: {
982
+ address: `0x${string}`;
983
+ };
984
+ } & {
985
+ query: {
986
+ chainId: string | string[];
987
+ };
988
+ };
989
989
  };
990
990
  };
991
991
  } & {
@@ -1033,14 +1033,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1033
1033
  } | {
1034
1034
  output: {
1035
1035
  error: {
1036
- code: "unsupported_media_type";
1036
+ code: "payload_too_large";
1037
1037
  details?: readonly Response.error.Detail[] | undefined;
1038
1038
  message: string;
1039
1039
  };
1040
1040
  requestId: string;
1041
1041
  };
1042
1042
  outputFormat: "json";
1043
- status: 415;
1043
+ status: 413;
1044
1044
  input: {
1045
1045
  param: {
1046
1046
  address: `0x${string}`;
@@ -1053,14 +1053,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
1053
1053
  } | {
1054
1054
  output: {
1055
1055
  error: {
1056
- code: "payload_too_large";
1056
+ code: "unsupported_media_type";
1057
1057
  details?: readonly Response.error.Detail[] | undefined;
1058
1058
  message: string;
1059
1059
  };
1060
1060
  requestId: string;
1061
1061
  };
1062
1062
  outputFormat: "json";
1063
- status: 413;
1063
+ status: 415;
1064
1064
  input: {
1065
1065
  param: {
1066
1066
  address: `0x${string}`;