tapimo 0.12.0 → 0.13.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 (257) hide show
  1. package/dist/App.d.ts +5561 -5026
  2. package/dist/App.d.ts.map +1 -1
  3. package/dist/App.js +38 -3
  4. package/dist/App.js.map +1 -1
  5. package/dist/Scope.d.ts +2 -0
  6. package/dist/Scope.d.ts.map +1 -1
  7. package/dist/Scope.js +17 -0
  8. package/dist/Scope.js.map +1 -1
  9. package/dist/admin/App.d.ts +123 -74
  10. package/dist/admin/App.d.ts.map +1 -1
  11. package/dist/admin/apps/api-keys.d.ts +80 -0
  12. package/dist/admin/apps/api-keys.d.ts.map +1 -1
  13. package/dist/admin/apps/api-keys.js +54 -0
  14. package/dist/admin/apps/api-keys.js.map +1 -1
  15. package/dist/admin/apps/earn-vaults.d.ts +15 -15
  16. package/dist/admin/apps/earn-vaults.js +1 -1
  17. package/dist/admin/apps/verified-tokens.d.ts +81 -81
  18. package/dist/admin/ui.generated.d.ts +1 -1
  19. package/dist/admin/ui.generated.d.ts.map +1 -1
  20. package/dist/admin/ui.generated.js +151 -151
  21. package/dist/admin/ui.generated.js.map +1 -1
  22. package/dist/apps/Zones.d.ts +16 -16
  23. package/dist/apps/Zones.js +4 -4
  24. package/dist/apps/data/App.js +18 -18
  25. package/dist/apps/data/App.js.map +1 -1
  26. package/dist/apps/data/ZoneSelection.d.ts +8 -8
  27. package/dist/apps/data/ZoneSelection.d.ts.map +1 -1
  28. package/dist/apps/data/ZoneSelection.js +1 -1
  29. package/dist/apps/data/ZoneSelection.js.map +1 -1
  30. package/dist/apps/data/routes/activities.d.ts +588 -584
  31. package/dist/apps/data/routes/activities.d.ts.map +1 -1
  32. package/dist/apps/data/routes/activities.js +1561 -1239
  33. package/dist/apps/data/routes/activities.js.map +1 -1
  34. package/dist/apps/data/routes/balances.d.ts +26 -26
  35. package/dist/apps/data/routes/balances.d.ts.map +1 -1
  36. package/dist/apps/data/routes/balances.js +43 -16
  37. package/dist/apps/data/routes/balances.js.map +1 -1
  38. package/dist/apps/data/routes/blocks.d.ts +44 -44
  39. package/dist/apps/data/routes/blocks.d.ts.map +1 -1
  40. package/dist/apps/data/routes/blocks.js +21 -11
  41. package/dist/apps/data/routes/blocks.js.map +1 -1
  42. package/dist/apps/data/routes/coingecko.d.ts +3 -3
  43. package/dist/apps/data/routes/earn.d.ts +18 -18
  44. package/dist/apps/data/routes/earn.js +13 -13
  45. package/dist/apps/data/routes/exchanges.d.ts +145 -145
  46. package/dist/apps/data/routes/fee-amm.d.ts +2 -2
  47. package/dist/apps/data/routes/receipts.d.ts +155 -55
  48. package/dist/apps/data/routes/receipts.d.ts.map +1 -1
  49. package/dist/apps/data/routes/receipts.js +28 -10
  50. package/dist/apps/data/routes/receipts.js.map +1 -1
  51. package/dist/apps/data/routes/tokenlist.d.ts +13 -13
  52. package/dist/apps/data/routes/tokens.d.ts +98 -98
  53. package/dist/apps/data/routes/tokens.d.ts.map +1 -1
  54. package/dist/apps/data/routes/tokens.js +51 -20
  55. package/dist/apps/data/routes/tokens.js.map +1 -1
  56. package/dist/apps/data/routes/transactions.d.ts +7 -2
  57. package/dist/apps/data/routes/transactions.d.ts.map +1 -1
  58. package/dist/apps/data/routes/transactions.js +37 -17
  59. package/dist/apps/data/routes/transactions.js.map +1 -1
  60. package/dist/apps/data/routes/transfers.d.ts +1 -1
  61. package/dist/apps/data/routes/transfers.d.ts.map +1 -1
  62. package/dist/apps/data/routes/transfers.js +18 -12
  63. package/dist/apps/data/routes/transfers.js.map +1 -1
  64. package/dist/apps/data/routes/valuation.d.ts +1 -1
  65. package/dist/apps/data/routes/valuation.d.ts.map +1 -1
  66. package/dist/apps/data/routes/valuation.js +12 -7
  67. package/dist/apps/data/routes/valuation.js.map +1 -1
  68. package/dist/apps/data/routes/verified-tokens.d.ts +3 -3
  69. package/dist/apps/data/routes/webhooks.d.ts +11 -11
  70. package/dist/apps/data/routes/zones.d.ts +14 -14
  71. package/dist/apps/data/routes/zones.js +1 -1
  72. package/dist/apps/funding/App.d.ts +11 -0
  73. package/dist/apps/funding/App.d.ts.map +1 -1
  74. package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
  75. package/dist/apps/funding/routes/deposit-addresses.js +16 -11
  76. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
  77. package/dist/apps/funding/routes/transfers.d.ts +60 -48
  78. package/dist/apps/funding/routes/transfers.d.ts.map +1 -1
  79. package/dist/apps/funding/routes/transfers.js +27 -19
  80. package/dist/apps/funding/routes/transfers.js.map +1 -1
  81. package/dist/apps/management/App.d.ts +4487 -3963
  82. package/dist/apps/management/App.d.ts.map +1 -1
  83. package/dist/apps/management/routes/api-keys.d.ts +710 -159
  84. package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
  85. package/dist/apps/management/routes/api-keys.js +236 -4
  86. package/dist/apps/management/routes/api-keys.js.map +1 -1
  87. package/dist/apps/management/routes/faucet.d.ts +6 -6
  88. package/dist/apps/management/routes/invite-links.d.ts +42 -42
  89. package/dist/apps/management/routes/members.d.ts +30 -30
  90. package/dist/apps/management/routes/projects.d.ts +40 -40
  91. package/dist/apps/management/routes/usage.d.ts +24 -24
  92. package/dist/apps/management/routes/verified-token-requests.d.ts +1 -1
  93. package/dist/apps/management/routes/webhooks.d.ts +55 -55
  94. package/dist/db/Db.d.ts.map +1 -1
  95. package/dist/db/Db.js +12 -1
  96. package/dist/db/Db.js.map +1 -1
  97. package/dist/db/Schema.d.ts +3 -2
  98. package/dist/db/Schema.d.ts.map +1 -1
  99. package/dist/db/Schema.js +5 -2
  100. package/dist/db/Schema.js.map +1 -1
  101. package/dist/db/tables/fundingCatalog.d.ts +4 -2
  102. package/dist/db/tables/fundingCatalog.d.ts.map +1 -1
  103. package/dist/db/tables/fundingCatalog.js +5 -1
  104. package/dist/db/tables/fundingCatalog.js.map +1 -1
  105. package/dist/handlers/internal/utils.d.ts.map +1 -1
  106. package/dist/handlers/internal/utils.js +9 -0
  107. package/dist/handlers/internal/utils.js.map +1 -1
  108. package/dist/internal/Auth.d.ts +3 -1
  109. package/dist/internal/Auth.d.ts.map +1 -1
  110. package/dist/internal/Auth.js +6 -3
  111. package/dist/internal/Auth.js.map +1 -1
  112. package/dist/internal/EarnVaults.d.ts +3 -3
  113. package/dist/internal/EarnVaults.js +3 -3
  114. package/dist/internal/Fetch.d.ts +23 -0
  115. package/dist/internal/Fetch.d.ts.map +1 -0
  116. package/dist/internal/Fetch.js +26 -0
  117. package/dist/internal/Fetch.js.map +1 -0
  118. package/dist/internal/Log.d.ts +3 -1
  119. package/dist/internal/Log.d.ts.map +1 -1
  120. package/dist/internal/Log.js +16 -3
  121. package/dist/internal/Log.js.map +1 -1
  122. package/dist/internal/OpenApi.d.ts +5 -3
  123. package/dist/internal/OpenApi.d.ts.map +1 -1
  124. package/dist/internal/OpenApi.js +13 -3
  125. package/dist/internal/OpenApi.js.map +1 -1
  126. package/dist/internal/Response.d.ts +1 -1
  127. package/dist/internal/Response.d.ts.map +1 -1
  128. package/dist/internal/Schema.d.ts +6 -3
  129. package/dist/internal/Schema.d.ts.map +1 -1
  130. package/dist/internal/Schema.js +8 -2
  131. package/dist/internal/Schema.js.map +1 -1
  132. package/dist/internal/Store.d.ts +16 -3
  133. package/dist/internal/Store.d.ts.map +1 -1
  134. package/dist/internal/Store.js +82 -16
  135. package/dist/internal/Store.js.map +1 -1
  136. package/dist/internal/Tidx.d.ts.map +1 -1
  137. package/dist/internal/Tidx.js +7 -2
  138. package/dist/internal/Tidx.js.map +1 -1
  139. package/dist/internal/Timeout.d.ts +36 -0
  140. package/dist/internal/Timeout.d.ts.map +1 -0
  141. package/dist/internal/Timeout.js +37 -0
  142. package/dist/internal/Timeout.js.map +1 -0
  143. package/dist/internal/Timing.d.ts +9 -0
  144. package/dist/internal/Timing.d.ts.map +1 -1
  145. package/dist/internal/Timing.js +7 -0
  146. package/dist/internal/Timing.js.map +1 -1
  147. package/dist/internal/WebhookDestination.d.ts.map +1 -1
  148. package/dist/internal/WebhookDestination.js +3 -0
  149. package/dist/internal/WebhookDestination.js.map +1 -1
  150. package/dist/internal/funding/Action.d.ts +9 -0
  151. package/dist/internal/funding/Action.d.ts.map +1 -1
  152. package/dist/internal/funding/Action.js +16 -8
  153. package/dist/internal/funding/Action.js.map +1 -1
  154. package/dist/internal/funding/Catalog.d.ts +9 -2
  155. package/dist/internal/funding/Catalog.d.ts.map +1 -1
  156. package/dist/internal/funding/Catalog.js +19 -8
  157. package/dist/internal/funding/Catalog.js.map +1 -1
  158. package/dist/internal/funding/Provider.d.ts +68 -13
  159. package/dist/internal/funding/Provider.d.ts.map +1 -1
  160. package/dist/internal/funding/Provider.js +29 -8
  161. package/dist/internal/funding/Provider.js.map +1 -1
  162. package/dist/internal/funding/Transfer.d.ts +13 -12
  163. package/dist/internal/funding/Transfer.d.ts.map +1 -1
  164. package/dist/internal/funding/Transfer.js +23 -21
  165. package/dist/internal/funding/Transfer.js.map +1 -1
  166. package/dist/internal/funding/providers/stargate.d.ts +28 -9
  167. package/dist/internal/funding/providers/stargate.d.ts.map +1 -1
  168. package/dist/internal/funding/providers/stargate.js +251 -117
  169. package/dist/internal/funding/providers/stargate.js.map +1 -1
  170. package/dist/internal/index.d.ts +1 -0
  171. package/dist/internal/index.d.ts.map +1 -1
  172. package/dist/internal/index.js +1 -0
  173. package/dist/internal/index.js.map +1 -1
  174. package/package.json +2 -2
  175. package/src/App.test.ts +100 -0
  176. package/src/App.ts +42 -3
  177. package/src/Client.test-d.ts +46 -0
  178. package/src/Scope.test.ts +20 -0
  179. package/src/Scope.ts +16 -0
  180. package/src/admin/apps/api-keys.test.ts +75 -0
  181. package/src/admin/apps/api-keys.ts +64 -0
  182. package/src/admin/apps/earn-vaults.test.ts +1 -1
  183. package/src/admin/apps/earn-vaults.ts +1 -1
  184. package/src/admin/ui/src/lib/api-keys.ts +19 -0
  185. package/src/admin/ui/src/routes/api-keys.tsx +89 -2
  186. package/src/admin/ui.generated.ts +189 -151
  187. package/src/apps/Zones.test.ts +4 -4
  188. package/src/apps/Zones.ts +4 -4
  189. package/src/apps/composition.test.ts +1 -1
  190. package/src/apps/data/App.test.ts +41 -0
  191. package/src/apps/data/App.ts +18 -18
  192. package/src/apps/data/ZoneSelection.test.ts +2 -2
  193. package/src/apps/data/ZoneSelection.ts +8 -8
  194. package/src/apps/data/routes/activities.test.ts +1526 -12
  195. package/src/apps/data/routes/activities.ts +1774 -1356
  196. package/src/apps/data/routes/balances.ts +133 -97
  197. package/src/apps/data/routes/blocks.test.ts +533 -0
  198. package/src/apps/data/routes/blocks.ts +35 -16
  199. package/src/apps/data/routes/earn.test.ts +4 -2
  200. package/src/apps/data/routes/earn.ts +13 -13
  201. package/src/apps/data/routes/earn.zone-access.test.ts +6 -6
  202. package/src/apps/data/routes/receipts.ts +47 -16
  203. package/src/apps/data/routes/tokens.test.ts +578 -0
  204. package/src/apps/data/routes/tokens.ts +283 -225
  205. package/src/apps/data/routes/transactions.ts +68 -29
  206. package/src/apps/data/routes/transfers.test.ts +421 -0
  207. package/src/apps/data/routes/transfers.ts +45 -27
  208. package/src/apps/data/routes/valuation.ts +94 -78
  209. package/src/apps/data/routes/zones.test.ts +2 -2
  210. package/src/apps/data/routes/zones.ts +1 -1
  211. package/src/apps/funding/routes/deposit-addresses.test.ts +25 -3
  212. package/src/apps/funding/routes/deposit-addresses.ts +17 -12
  213. package/src/apps/funding/routes/quotes.test.ts +5 -9
  214. package/src/apps/funding/routes/transfers.test.ts +395 -8
  215. package/src/apps/funding/routes/transfers.ts +76 -59
  216. package/src/apps/management/routes/api-keys.test.ts +220 -0
  217. package/src/apps/management/routes/api-keys.ts +280 -3
  218. package/src/db/Db.ts +13 -1
  219. package/src/db/Schema.ts +5 -2
  220. package/src/db/tables/earnVaults.test.ts +9 -9
  221. package/src/db/tables/fundingCatalog.test.ts +16 -2
  222. package/src/db/tables/fundingCatalog.ts +9 -3
  223. package/src/handlers/internal/utils.test.ts +53 -0
  224. package/src/handlers/internal/utils.ts +15 -0
  225. package/src/internal/Auth.ts +12 -4
  226. package/src/internal/EarnVaults.capabilities.test.ts +2 -2
  227. package/src/internal/EarnVaults.test.ts +1 -1
  228. package/src/internal/EarnVaults.ts +3 -3
  229. package/src/internal/Fetch.test.ts +46 -0
  230. package/src/internal/Fetch.ts +56 -0
  231. package/src/internal/Log.test.ts +21 -0
  232. package/src/internal/Log.ts +20 -5
  233. package/src/internal/OpenApi.ts +14 -4
  234. package/src/internal/Response.ts +1 -1
  235. package/src/internal/Schema.test.ts +2 -0
  236. package/src/internal/Schema.ts +12 -2
  237. package/src/internal/Store.test.ts +178 -0
  238. package/src/internal/Store.ts +104 -18
  239. package/src/internal/Tidx.test.ts +2 -1
  240. package/src/internal/Tidx.ts +7 -2
  241. package/src/internal/Timeout.test.ts +35 -0
  242. package/src/internal/Timeout.ts +73 -0
  243. package/src/internal/Timing.ts +16 -0
  244. package/src/internal/WebhookDestination.ts +3 -0
  245. package/src/internal/funding/Action.test.ts +41 -1
  246. package/src/internal/funding/Action.ts +69 -41
  247. package/src/internal/funding/Catalog.test.ts +34 -0
  248. package/src/internal/funding/Catalog.ts +28 -11
  249. package/src/internal/funding/Provider.test.ts +73 -0
  250. package/src/internal/funding/Provider.ts +82 -28
  251. package/src/internal/funding/Transfer.ts +133 -110
  252. package/src/internal/funding/providers/index.test.ts +4 -167
  253. package/src/internal/funding/providers/relay.test.ts +2 -2
  254. package/src/internal/funding/providers/stargate.test.ts +163 -0
  255. package/src/internal/funding/providers/stargate.ts +359 -134
  256. package/src/internal/index.test.ts +1 -0
  257. package/src/internal/index.ts +1 -0
@@ -65,14 +65,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
65
65
  $get: {
66
66
  output: {
67
67
  error: {
68
- code: "api_key_malformed";
68
+ code: "upstream_error";
69
69
  details?: readonly Response.error.Detail[] | undefined;
70
70
  message: string;
71
71
  };
72
72
  requestId: string;
73
73
  };
74
74
  outputFormat: "json";
75
- status: 400;
75
+ status: 502;
76
76
  input: {
77
77
  param: {
78
78
  orgId: string;
@@ -81,14 +81,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
81
81
  } | {
82
82
  output: {
83
83
  error: {
84
- code: "api_key_invalid" | "api_key_missing";
84
+ code: "api_key_malformed";
85
85
  details?: readonly Response.error.Detail[] | undefined;
86
86
  message: string;
87
87
  };
88
88
  requestId: string;
89
89
  };
90
90
  outputFormat: "json";
91
- status: 401;
91
+ status: 400;
92
92
  input: {
93
93
  param: {
94
94
  orgId: string;
@@ -97,14 +97,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
97
97
  } | {
98
98
  output: {
99
99
  error: {
100
- code: "api_key_forbidden" | "api_key_ip_forbidden";
100
+ code: "api_key_invalid" | "api_key_missing";
101
101
  details?: readonly Response.error.Detail[] | undefined;
102
102
  message: string;
103
103
  };
104
104
  requestId: string;
105
105
  };
106
106
  outputFormat: "json";
107
- status: 403;
107
+ status: 401;
108
108
  input: {
109
109
  param: {
110
110
  orgId: string;
@@ -113,14 +113,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
113
113
  } | {
114
114
  output: {
115
115
  error: {
116
- code: "payment_required" | "rate_limit_exceeded";
116
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
117
117
  details?: readonly Response.error.Detail[] | undefined;
118
118
  message: string;
119
119
  };
120
120
  requestId: string;
121
121
  };
122
122
  outputFormat: "json";
123
- status: 429;
123
+ status: 403;
124
124
  input: {
125
125
  param: {
126
126
  orgId: string;
@@ -129,14 +129,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
129
129
  } | {
130
130
  output: {
131
131
  error: {
132
- code: "upstream_error";
132
+ code: "payment_required" | "rate_limit_exceeded";
133
133
  details?: readonly Response.error.Detail[] | undefined;
134
134
  message: string;
135
135
  };
136
136
  requestId: string;
137
137
  };
138
138
  outputFormat: "json";
139
- status: 502;
139
+ status: 429;
140
140
  input: {
141
141
  param: {
142
142
  orgId: string;
@@ -199,14 +199,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
199
199
  $post: {
200
200
  output: {
201
201
  error: {
202
- code: "api_key_malformed";
202
+ code: "upstream_error";
203
203
  details?: readonly Response.error.Detail[] | undefined;
204
204
  message: string;
205
205
  };
206
206
  requestId: string;
207
207
  };
208
208
  outputFormat: "json";
209
- status: 400;
209
+ status: 502;
210
210
  input: {
211
211
  param: {
212
212
  orgId: string;
@@ -219,14 +219,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
219
219
  } | {
220
220
  output: {
221
221
  error: {
222
- code: "api_key_invalid" | "api_key_missing";
222
+ code: "api_key_malformed";
223
223
  details?: readonly Response.error.Detail[] | undefined;
224
224
  message: string;
225
225
  };
226
226
  requestId: string;
227
227
  };
228
228
  outputFormat: "json";
229
- status: 401;
229
+ status: 400;
230
230
  input: {
231
231
  param: {
232
232
  orgId: string;
@@ -239,14 +239,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
239
239
  } | {
240
240
  output: {
241
241
  error: {
242
- code: "api_key_forbidden" | "api_key_ip_forbidden";
242
+ code: "api_key_invalid" | "api_key_missing";
243
243
  details?: readonly Response.error.Detail[] | undefined;
244
244
  message: string;
245
245
  };
246
246
  requestId: string;
247
247
  };
248
248
  outputFormat: "json";
249
- status: 403;
249
+ status: 401;
250
250
  input: {
251
251
  param: {
252
252
  orgId: string;
@@ -259,14 +259,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
259
259
  } | {
260
260
  output: {
261
261
  error: {
262
- code: "payment_required" | "rate_limit_exceeded";
262
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
263
263
  details?: readonly Response.error.Detail[] | undefined;
264
264
  message: string;
265
265
  };
266
266
  requestId: string;
267
267
  };
268
268
  outputFormat: "json";
269
- status: 429;
269
+ status: 403;
270
270
  input: {
271
271
  param: {
272
272
  orgId: string;
@@ -279,14 +279,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
279
279
  } | {
280
280
  output: {
281
281
  error: {
282
- code: "upstream_error";
282
+ code: "payment_required" | "rate_limit_exceeded";
283
283
  details?: readonly Response.error.Detail[] | undefined;
284
284
  message: string;
285
285
  };
286
286
  requestId: string;
287
287
  };
288
288
  outputFormat: "json";
289
- status: 502;
289
+ status: 429;
290
290
  input: {
291
291
  param: {
292
292
  orgId: string;
@@ -526,14 +526,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
526
526
  $patch: {
527
527
  output: {
528
528
  error: {
529
- code: "api_key_malformed";
529
+ code: "upstream_error";
530
530
  details?: readonly Response.error.Detail[] | undefined;
531
531
  message: string;
532
532
  };
533
533
  requestId: string;
534
534
  };
535
535
  outputFormat: "json";
536
- status: 400;
536
+ status: 502;
537
537
  input: {
538
538
  param: {
539
539
  orgId: string;
@@ -547,14 +547,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
547
547
  } | {
548
548
  output: {
549
549
  error: {
550
- code: "api_key_invalid" | "api_key_missing";
550
+ code: "api_key_malformed";
551
551
  details?: readonly Response.error.Detail[] | undefined;
552
552
  message: string;
553
553
  };
554
554
  requestId: string;
555
555
  };
556
556
  outputFormat: "json";
557
- status: 401;
557
+ status: 400;
558
558
  input: {
559
559
  param: {
560
560
  orgId: string;
@@ -568,14 +568,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
568
568
  } | {
569
569
  output: {
570
570
  error: {
571
- code: "api_key_forbidden" | "api_key_ip_forbidden";
571
+ code: "api_key_invalid" | "api_key_missing";
572
572
  details?: readonly Response.error.Detail[] | undefined;
573
573
  message: string;
574
574
  };
575
575
  requestId: string;
576
576
  };
577
577
  outputFormat: "json";
578
- status: 403;
578
+ status: 401;
579
579
  input: {
580
580
  param: {
581
581
  orgId: string;
@@ -589,14 +589,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
589
589
  } | {
590
590
  output: {
591
591
  error: {
592
- code: "payment_required" | "rate_limit_exceeded";
592
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
593
593
  details?: readonly Response.error.Detail[] | undefined;
594
594
  message: string;
595
595
  };
596
596
  requestId: string;
597
597
  };
598
598
  outputFormat: "json";
599
- status: 429;
599
+ status: 403;
600
600
  input: {
601
601
  param: {
602
602
  orgId: string;
@@ -610,14 +610,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
610
610
  } | {
611
611
  output: {
612
612
  error: {
613
- code: "upstream_error";
613
+ code: "payment_required" | "rate_limit_exceeded";
614
614
  details?: readonly Response.error.Detail[] | undefined;
615
615
  message: string;
616
616
  };
617
617
  requestId: string;
618
618
  };
619
619
  outputFormat: "json";
620
- status: 502;
620
+ status: 429;
621
621
  input: {
622
622
  param: {
623
623
  orgId: string;
@@ -740,14 +740,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
740
740
  $delete: {
741
741
  output: {
742
742
  error: {
743
- code: "api_key_malformed";
743
+ code: "upstream_error";
744
744
  details?: readonly Response.error.Detail[] | undefined;
745
745
  message: string;
746
746
  };
747
747
  requestId: string;
748
748
  };
749
749
  outputFormat: "json";
750
- status: 400;
750
+ status: 502;
751
751
  input: {
752
752
  param: {
753
753
  orgId: string;
@@ -757,14 +757,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
757
757
  } | {
758
758
  output: {
759
759
  error: {
760
- code: "api_key_invalid" | "api_key_missing";
760
+ code: "api_key_malformed";
761
761
  details?: readonly Response.error.Detail[] | undefined;
762
762
  message: string;
763
763
  };
764
764
  requestId: string;
765
765
  };
766
766
  outputFormat: "json";
767
- status: 401;
767
+ status: 400;
768
768
  input: {
769
769
  param: {
770
770
  orgId: string;
@@ -774,14 +774,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
774
774
  } | {
775
775
  output: {
776
776
  error: {
777
- code: "api_key_forbidden" | "api_key_ip_forbidden";
777
+ code: "api_key_invalid" | "api_key_missing";
778
778
  details?: readonly Response.error.Detail[] | undefined;
779
779
  message: string;
780
780
  };
781
781
  requestId: string;
782
782
  };
783
783
  outputFormat: "json";
784
- status: 403;
784
+ status: 401;
785
785
  input: {
786
786
  param: {
787
787
  orgId: string;
@@ -791,14 +791,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
791
791
  } | {
792
792
  output: {
793
793
  error: {
794
- code: "payment_required" | "rate_limit_exceeded";
794
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
795
795
  details?: readonly Response.error.Detail[] | undefined;
796
796
  message: string;
797
797
  };
798
798
  requestId: string;
799
799
  };
800
800
  outputFormat: "json";
801
- status: 429;
801
+ status: 403;
802
802
  input: {
803
803
  param: {
804
804
  orgId: string;
@@ -808,14 +808,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
808
808
  } | {
809
809
  output: {
810
810
  error: {
811
- code: "upstream_error";
811
+ code: "payment_required" | "rate_limit_exceeded";
812
812
  details?: readonly Response.error.Detail[] | undefined;
813
813
  message: string;
814
814
  };
815
815
  requestId: string;
816
816
  };
817
817
  outputFormat: "json";
818
- status: 502;
818
+ status: 429;
819
819
  input: {
820
820
  param: {
821
821
  orgId: string;
@@ -146,14 +146,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
146
146
  $get: {
147
147
  output: {
148
148
  error: {
149
- code: "upstream_error";
149
+ code: "api_key_malformed";
150
150
  details?: readonly Response.error.Detail[] | undefined;
151
151
  message: string;
152
152
  };
153
153
  requestId: string;
154
154
  };
155
155
  outputFormat: "json";
156
- status: 502;
156
+ status: 400;
157
157
  input: {
158
158
  param: {
159
159
  orgId: string;
@@ -170,14 +170,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
170
170
  } | {
171
171
  output: {
172
172
  error: {
173
- code: "query_invalid";
173
+ code: "api_key_invalid" | "api_key_missing";
174
174
  details?: readonly Response.error.Detail[] | undefined;
175
175
  message: string;
176
176
  };
177
177
  requestId: string;
178
178
  };
179
179
  outputFormat: "json";
180
- status: 400;
180
+ status: 401;
181
181
  input: {
182
182
  param: {
183
183
  orgId: string;
@@ -194,14 +194,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
194
194
  } | {
195
195
  output: {
196
196
  error: {
197
- code: "api_key_malformed";
197
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
198
198
  details?: readonly Response.error.Detail[] | undefined;
199
199
  message: string;
200
200
  };
201
201
  requestId: string;
202
202
  };
203
203
  outputFormat: "json";
204
- status: 400;
204
+ status: 403;
205
205
  input: {
206
206
  param: {
207
207
  orgId: string;
@@ -218,14 +218,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
218
218
  } | {
219
219
  output: {
220
220
  error: {
221
- code: "api_key_invalid" | "api_key_missing";
221
+ code: "payment_required" | "rate_limit_exceeded";
222
222
  details?: readonly Response.error.Detail[] | undefined;
223
223
  message: string;
224
224
  };
225
225
  requestId: string;
226
226
  };
227
227
  outputFormat: "json";
228
- status: 401;
228
+ status: 429;
229
229
  input: {
230
230
  param: {
231
231
  orgId: string;
@@ -242,14 +242,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
242
242
  } | {
243
243
  output: {
244
244
  error: {
245
- code: "api_key_forbidden" | "api_key_ip_forbidden";
245
+ code: "query_invalid";
246
246
  details?: readonly Response.error.Detail[] | undefined;
247
247
  message: string;
248
248
  };
249
249
  requestId: string;
250
250
  };
251
251
  outputFormat: "json";
252
- status: 403;
252
+ status: 400;
253
253
  input: {
254
254
  param: {
255
255
  orgId: string;
@@ -266,14 +266,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
266
266
  } | {
267
267
  output: {
268
268
  error: {
269
- code: "payment_required" | "rate_limit_exceeded";
269
+ code: "upstream_error";
270
270
  details?: readonly Response.error.Detail[] | undefined;
271
271
  message: string;
272
272
  };
273
273
  requestId: string;
274
274
  };
275
275
  outputFormat: "json";
276
- status: 429;
276
+ status: 502;
277
277
  input: {
278
278
  param: {
279
279
  orgId: string;
@@ -413,14 +413,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
413
413
  $get: {
414
414
  output: {
415
415
  error: {
416
- code: "upstream_error";
416
+ code: "api_key_malformed";
417
417
  details?: readonly Response.error.Detail[] | undefined;
418
418
  message: string;
419
419
  };
420
420
  requestId: string;
421
421
  };
422
422
  outputFormat: "json";
423
- status: 502;
423
+ status: 400;
424
424
  input: {
425
425
  param: {
426
426
  orgId: string;
@@ -437,14 +437,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
437
437
  } | {
438
438
  output: {
439
439
  error: {
440
- code: "query_invalid";
440
+ code: "api_key_invalid" | "api_key_missing";
441
441
  details?: readonly Response.error.Detail[] | undefined;
442
442
  message: string;
443
443
  };
444
444
  requestId: string;
445
445
  };
446
446
  outputFormat: "json";
447
- status: 400;
447
+ status: 401;
448
448
  input: {
449
449
  param: {
450
450
  orgId: string;
@@ -461,14 +461,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
461
461
  } | {
462
462
  output: {
463
463
  error: {
464
- code: "api_key_malformed";
464
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
465
465
  details?: readonly Response.error.Detail[] | undefined;
466
466
  message: string;
467
467
  };
468
468
  requestId: string;
469
469
  };
470
470
  outputFormat: "json";
471
- status: 400;
471
+ status: 403;
472
472
  input: {
473
473
  param: {
474
474
  orgId: string;
@@ -485,14 +485,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
485
485
  } | {
486
486
  output: {
487
487
  error: {
488
- code: "api_key_invalid" | "api_key_missing";
488
+ code: "payment_required" | "rate_limit_exceeded";
489
489
  details?: readonly Response.error.Detail[] | undefined;
490
490
  message: string;
491
491
  };
492
492
  requestId: string;
493
493
  };
494
494
  outputFormat: "json";
495
- status: 401;
495
+ status: 429;
496
496
  input: {
497
497
  param: {
498
498
  orgId: string;
@@ -509,14 +509,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
509
509
  } | {
510
510
  output: {
511
511
  error: {
512
- code: "api_key_forbidden" | "api_key_ip_forbidden";
512
+ code: "query_invalid";
513
513
  details?: readonly Response.error.Detail[] | undefined;
514
514
  message: string;
515
515
  };
516
516
  requestId: string;
517
517
  };
518
518
  outputFormat: "json";
519
- status: 403;
519
+ status: 400;
520
520
  input: {
521
521
  param: {
522
522
  orgId: string;
@@ -533,14 +533,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
533
533
  } | {
534
534
  output: {
535
535
  error: {
536
- code: "payment_required" | "rate_limit_exceeded";
536
+ code: "upstream_error";
537
537
  details?: readonly Response.error.Detail[] | undefined;
538
538
  message: string;
539
539
  };
540
540
  requestId: string;
541
541
  };
542
542
  outputFormat: "json";
543
- status: 429;
543
+ status: 502;
544
544
  input: {
545
545
  param: {
546
546
  orgId: string;
@@ -40,7 +40,7 @@ export declare namespace schema {
40
40
  chainId: z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniEnum<{
41
41
  mainnet: "mainnet";
42
42
  testnet: "testnet";
43
- }>, z.ZodMiniTransform<4217 | 42431, "mainnet" | "testnet">>, z.ZodMiniNumber<unknown>]>, z.ZodMiniNumber<number>>;
43
+ }>, z.ZodMiniTransform<4217 | 42431, "mainnet" | "testnet">>, z.ZodMiniPipe<z.ZodMiniNumber<unknown>, z.ZodMiniTransform<number, number>>]>, z.ZodMiniNumber<number>>;
44
44
  currency: z.ZodMiniString<string>;
45
45
  logo: z.ZodMiniOptional<z.ZodMiniString<string>>;
46
46
  logoUri: z.ZodMiniOptional<z.ZodMiniURL>;