tapimo 0.9.0 → 0.10.1

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 (319) hide show
  1. package/dist/ApiKey.d.ts +2 -1
  2. package/dist/ApiKey.d.ts.map +1 -1
  3. package/dist/ApiKeys.d.ts +4 -2
  4. package/dist/ApiKeys.d.ts.map +1 -1
  5. package/dist/ApiKeys.js +26 -1
  6. package/dist/ApiKeys.js.map +1 -1
  7. package/dist/App.d.ts +4292 -3708
  8. package/dist/App.d.ts.map +1 -1
  9. package/dist/App.js +1 -0
  10. package/dist/App.js.map +1 -1
  11. package/dist/Webhooks.d.ts +21 -20
  12. package/dist/Webhooks.d.ts.map +1 -1
  13. package/dist/Webhooks.js +66 -23
  14. package/dist/Webhooks.js.map +1 -1
  15. package/dist/admin/App.d.ts +91 -84
  16. package/dist/admin/App.d.ts.map +1 -1
  17. package/dist/admin/apps/api-keys.d.ts +26 -17
  18. package/dist/admin/apps/api-keys.d.ts.map +1 -1
  19. package/dist/admin/apps/api-keys.js +6 -0
  20. package/dist/admin/apps/api-keys.js.map +1 -1
  21. package/dist/admin/apps/organizations.d.ts +4 -2
  22. package/dist/admin/apps/organizations.d.ts.map +1 -1
  23. package/dist/admin/apps/verified-tokens.d.ts +168 -168
  24. package/dist/admin/ui.generated.d.ts +1 -1
  25. package/dist/admin/ui.generated.js +69 -69
  26. package/dist/admin/ui.generated.js.map +1 -1
  27. package/dist/analytics/Analytics.d.ts.map +1 -1
  28. package/dist/analytics/Analytics.js +26 -0
  29. package/dist/analytics/Analytics.js.map +1 -1
  30. package/dist/apps/Zones.d.ts +4280 -84
  31. package/dist/apps/Zones.d.ts.map +1 -1
  32. package/dist/apps/Zones.js +30 -10
  33. package/dist/apps/Zones.js.map +1 -1
  34. package/dist/apps/data/App.d.ts +5799 -4929
  35. package/dist/apps/data/App.d.ts.map +1 -1
  36. package/dist/apps/data/FxOracle.d.ts +4 -5
  37. package/dist/apps/data/FxOracle.d.ts.map +1 -1
  38. package/dist/apps/data/FxOracle.js +19 -4
  39. package/dist/apps/data/FxOracle.js.map +1 -1
  40. package/dist/apps/data/routes/activities.d.ts +3391 -492
  41. package/dist/apps/data/routes/activities.d.ts.map +1 -1
  42. package/dist/apps/data/routes/activities.js +372 -29
  43. package/dist/apps/data/routes/activities.js.map +1 -1
  44. package/dist/apps/data/routes/addresses.d.ts +853 -339
  45. package/dist/apps/data/routes/addresses.d.ts.map +1 -1
  46. package/dist/apps/data/routes/balances.d.ts +10 -10
  47. package/dist/apps/data/routes/balances.d.ts.map +1 -1
  48. package/dist/apps/data/routes/balances.js +145 -83
  49. package/dist/apps/data/routes/balances.js.map +1 -1
  50. package/dist/apps/data/routes/blocks.d.ts +123 -123
  51. package/dist/apps/data/routes/coingecko.d.ts +169 -169
  52. package/dist/apps/data/routes/earn.d.ts +455 -1
  53. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  54. package/dist/apps/data/routes/earn.js +369 -45
  55. package/dist/apps/data/routes/earn.js.map +1 -1
  56. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  57. package/dist/apps/data/routes/exchanges.js +114 -118
  58. package/dist/apps/data/routes/exchanges.js.map +1 -1
  59. package/dist/apps/data/routes/fee-amm.d.ts +24 -24
  60. package/dist/apps/data/routes/indexer.d.ts +35 -34
  61. package/dist/apps/data/routes/indexer.d.ts.map +1 -1
  62. package/dist/apps/data/routes/indexer.js +3 -2
  63. package/dist/apps/data/routes/indexer.js.map +1 -1
  64. package/dist/apps/data/routes/receipts.d.ts.map +1 -1
  65. package/dist/apps/data/routes/receipts.js +68 -47
  66. package/dist/apps/data/routes/receipts.js.map +1 -1
  67. package/dist/apps/data/routes/rpc.d.ts +31 -31
  68. package/dist/apps/data/routes/rpc.d.ts.map +1 -1
  69. package/dist/apps/data/routes/rpc.js +5 -1
  70. package/dist/apps/data/routes/rpc.js.map +1 -1
  71. package/dist/apps/data/routes/tokenlist.d.ts +12 -12
  72. package/dist/apps/data/routes/tokens.d.ts +461 -459
  73. package/dist/apps/data/routes/tokens.d.ts.map +1 -1
  74. package/dist/apps/data/routes/transactions.d.ts +313 -305
  75. package/dist/apps/data/routes/transactions.d.ts.map +1 -1
  76. package/dist/apps/data/routes/transactions.js +25 -23
  77. package/dist/apps/data/routes/transactions.js.map +1 -1
  78. package/dist/apps/data/routes/transfers.d.ts +108 -86
  79. package/dist/apps/data/routes/transfers.d.ts.map +1 -1
  80. package/dist/apps/data/routes/transfers.js +618 -105
  81. package/dist/apps/data/routes/transfers.js.map +1 -1
  82. package/dist/apps/data/routes/valuation.d.ts +21 -21
  83. package/dist/apps/data/routes/valuation.d.ts.map +1 -1
  84. package/dist/apps/data/routes/valuation.js +2 -2
  85. package/dist/apps/data/routes/valuation.js.map +1 -1
  86. package/dist/apps/data/routes/webhooks.d.ts +519 -868
  87. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  88. package/dist/apps/data/routes/webhooks.js +642 -353
  89. package/dist/apps/data/routes/webhooks.js.map +1 -1
  90. package/dist/apps/data/routes/zones.d.ts +31 -31
  91. package/dist/apps/data/routes/zones.d.ts.map +1 -1
  92. package/dist/apps/data/routes/zones.js +4 -2
  93. package/dist/apps/data/routes/zones.js.map +1 -1
  94. package/dist/apps/funding/routes/deposit-addresses.js +1 -1
  95. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
  96. package/dist/apps/funding/routes/providers.d.ts +13 -13
  97. package/dist/apps/funding/routes/quotes.d.ts +89 -89
  98. package/dist/apps/funding/routes/transfers.d.ts +36 -36
  99. package/dist/apps/funding/routes/transfers.js +1 -1
  100. package/dist/apps/funding/routes/transfers.js.map +1 -1
  101. package/dist/apps/management/App.d.ts +11 -309
  102. package/dist/apps/management/App.d.ts.map +1 -1
  103. package/dist/apps/management/routes/api-keys.d.ts +74 -74
  104. package/dist/apps/management/routes/billing.js +1 -1
  105. package/dist/apps/management/routes/billing.js.map +1 -1
  106. package/dist/apps/management/routes/faucet.d.ts +35 -35
  107. package/dist/apps/management/routes/faucet.js +2 -2
  108. package/dist/apps/management/routes/faucet.js.map +1 -1
  109. package/dist/apps/management/routes/invitations.d.ts +134 -134
  110. package/dist/apps/management/routes/invite-links.d.ts +80 -80
  111. package/dist/apps/management/routes/members.d.ts +69 -69
  112. package/dist/apps/management/routes/orgs.d.ts +98 -98
  113. package/dist/apps/management/routes/projects.d.ts +60 -60
  114. package/dist/apps/management/routes/usage.d.ts +72 -72
  115. package/dist/apps/management/routes/verified-token-requests.d.ts +83 -83
  116. package/dist/apps/management/routes/webhooks.d.ts +203 -618
  117. package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
  118. package/dist/apps/mcp.d.ts.map +1 -1
  119. package/dist/apps/mcp.js +4 -1
  120. package/dist/apps/mcp.js.map +1 -1
  121. package/dist/apps/mpp/App.d.ts +56 -44
  122. package/dist/apps/mpp/App.d.ts.map +1 -1
  123. package/dist/apps/mpp/Mpp.d.ts +3 -0
  124. package/dist/apps/mpp/Mpp.d.ts.map +1 -1
  125. package/dist/apps/mpp/Mpp.js +3 -0
  126. package/dist/apps/mpp/Mpp.js.map +1 -1
  127. package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
  128. package/dist/apps/mpp/internal/Adapter.js +9 -2
  129. package/dist/apps/mpp/internal/Adapter.js.map +1 -1
  130. package/dist/db/Db.d.ts +4 -2
  131. package/dist/db/Db.d.ts.map +1 -1
  132. package/dist/db/Db.js +75 -15
  133. package/dist/db/Db.js.map +1 -1
  134. package/dist/db/Schema.d.ts +19 -0
  135. package/dist/db/Schema.d.ts.map +1 -1
  136. package/dist/db/Schema.js +24 -0
  137. package/dist/db/Schema.js.map +1 -1
  138. package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
  139. package/dist/db/tables/sponsoredTransactions.js +4 -1
  140. package/dist/db/tables/sponsoredTransactions.js.map +1 -1
  141. package/dist/db/tables/webhookQueueEvents.d.ts +122 -0
  142. package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -0
  143. package/dist/db/tables/webhookQueueEvents.js +160 -0
  144. package/dist/db/tables/webhookQueueEvents.js.map +1 -0
  145. package/dist/db/tables/webhookSubscriptions.d.ts +58 -3
  146. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  147. package/dist/db/tables/webhookSubscriptions.js +86 -3
  148. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  149. package/dist/internal/Auth.d.ts +3 -0
  150. package/dist/internal/Auth.d.ts.map +1 -1
  151. package/dist/internal/Auth.js +6 -4
  152. package/dist/internal/Auth.js.map +1 -1
  153. package/dist/internal/MetricSink.d.ts +139 -3
  154. package/dist/internal/MetricSink.d.ts.map +1 -1
  155. package/dist/internal/MetricSink.js +144 -4
  156. package/dist/internal/MetricSink.js.map +1 -1
  157. package/dist/internal/RateLimit.d.ts +4 -6
  158. package/dist/internal/RateLimit.d.ts.map +1 -1
  159. package/dist/internal/RateLimit.js +15 -14
  160. package/dist/internal/RateLimit.js.map +1 -1
  161. package/dist/internal/Schema.js +1 -1
  162. package/dist/internal/Schema.js.map +1 -1
  163. package/dist/internal/Store.d.ts +2 -1
  164. package/dist/internal/Store.d.ts.map +1 -1
  165. package/dist/internal/Store.js +57 -18
  166. package/dist/internal/Store.js.map +1 -1
  167. package/dist/internal/Tidx.d.ts +1 -3
  168. package/dist/internal/Tidx.d.ts.map +1 -1
  169. package/dist/internal/Tidx.js +1 -3
  170. package/dist/internal/Tidx.js.map +1 -1
  171. package/dist/internal/Value.d.ts +2 -0
  172. package/dist/internal/Value.d.ts.map +1 -1
  173. package/dist/internal/Value.js +25 -0
  174. package/dist/internal/Value.js.map +1 -1
  175. package/dist/internal/Viem.d.ts.map +1 -1
  176. package/dist/internal/Viem.js +2 -1
  177. package/dist/internal/Viem.js.map +1 -1
  178. package/dist/internal/WebhookDestination.d.ts +2 -0
  179. package/dist/internal/WebhookDestination.d.ts.map +1 -1
  180. package/dist/internal/WebhookDestination.js +11 -0
  181. package/dist/internal/WebhookDestination.js.map +1 -1
  182. package/dist/internal/WebhookTransfer.d.ts +75 -0
  183. package/dist/internal/WebhookTransfer.d.ts.map +1 -0
  184. package/dist/internal/WebhookTransfer.js +299 -0
  185. package/dist/internal/WebhookTransfer.js.map +1 -0
  186. package/dist/internal/Webhooks.d.ts +176 -0
  187. package/dist/internal/Webhooks.d.ts.map +1 -1
  188. package/dist/internal/Webhooks.js +216 -20
  189. package/dist/internal/Webhooks.js.map +1 -1
  190. package/dist/internal/funding/Provider.d.ts +4 -0
  191. package/dist/internal/funding/Provider.d.ts.map +1 -1
  192. package/dist/internal/funding/Provider.js +11 -7
  193. package/dist/internal/funding/Provider.js.map +1 -1
  194. package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
  195. package/dist/internal/funding/Reconciliation.js +128 -0
  196. package/dist/internal/funding/Reconciliation.js.map +1 -1
  197. package/dist/internal/funding/providers/relay.d.ts +6 -4
  198. package/dist/internal/funding/providers/relay.d.ts.map +1 -1
  199. package/dist/internal/funding/providers/relay.js +71 -9
  200. package/dist/internal/funding/providers/relay.js.map +1 -1
  201. package/package.json +4 -4
  202. package/src/ApiKeys.test.ts +20 -0
  203. package/src/ApiKeys.ts +28 -1
  204. package/src/App.test.ts +10 -8
  205. package/src/App.ts +1 -0
  206. package/src/Client.test-d.ts +61 -5
  207. package/src/Webhooks.bench.ts +714 -0
  208. package/src/Webhooks.memory.bench.ts +250 -0
  209. package/src/Webhooks.test.ts +77 -6
  210. package/src/Webhooks.ts +85 -29
  211. package/src/admin/apps/api-keys.test.ts +9 -0
  212. package/src/admin/apps/api-keys.ts +15 -0
  213. package/src/admin/ui/src/lib/query-client.ts +3 -2
  214. package/src/admin/ui/src/routes/api-keys.tsx +31 -9
  215. package/src/admin/ui.generated.ts +69 -69
  216. package/src/analytics/Analytics.test.ts +8 -0
  217. package/src/analytics/Analytics.ts +26 -0
  218. package/src/apps/Zones.test.ts +23 -5
  219. package/src/apps/Zones.ts +31 -10
  220. package/src/apps/composition.test.ts +1 -0
  221. package/src/apps/data/App.test.ts +2 -2
  222. package/src/apps/data/FxOracle.test.ts +18 -0
  223. package/src/apps/data/FxOracle.ts +28 -5
  224. package/src/apps/data/routes/activities.bench.ts +41 -0
  225. package/src/apps/data/routes/activities.test.ts +122 -2
  226. package/src/apps/data/routes/activities.ts +435 -32
  227. package/src/apps/data/routes/balances.bench.ts +21 -0
  228. package/src/apps/data/routes/balances.test.ts +119 -10
  229. package/src/apps/data/routes/balances.ts +164 -97
  230. package/src/apps/data/routes/blocks.bench.ts +34 -0
  231. package/src/apps/data/routes/blocks.test.ts +12 -6
  232. package/src/apps/data/routes/coingecko.bench.ts +53 -0
  233. package/src/apps/data/routes/earn.bench.ts +71 -0
  234. package/src/apps/data/routes/earn.test.ts +197 -0
  235. package/src/apps/data/routes/earn.ts +487 -45
  236. package/src/apps/data/routes/exchanges.bench.ts +85 -0
  237. package/src/apps/data/routes/exchanges.test.ts +7 -6
  238. package/src/apps/data/routes/exchanges.ts +124 -117
  239. package/src/apps/data/routes/fee-amm.bench.ts +13 -0
  240. package/src/apps/data/routes/indexer.bench.ts +8 -0
  241. package/src/apps/data/routes/indexer.test.ts +2 -1
  242. package/src/apps/data/routes/indexer.ts +3 -2
  243. package/src/apps/data/routes/receipts.bench.ts +39 -0
  244. package/src/apps/data/routes/receipts.test.ts +24 -7
  245. package/src/apps/data/routes/receipts.ts +67 -50
  246. package/src/apps/data/routes/rpc.bench.ts +14 -0
  247. package/src/apps/data/routes/rpc.test.ts +27 -0
  248. package/src/apps/data/routes/rpc.ts +5 -1
  249. package/src/apps/data/routes/tokenlist.bench.ts +3 -0
  250. package/src/apps/data/routes/tokens.bench.ts +76 -0
  251. package/src/apps/data/routes/tokens.test.ts +51 -0
  252. package/src/apps/data/routes/transactions.bench.ts +40 -0
  253. package/src/apps/data/routes/transactions.test.ts +42 -0
  254. package/src/apps/data/routes/transactions.ts +44 -39
  255. package/src/apps/data/routes/transfers.bench.ts +28 -0
  256. package/src/apps/data/routes/transfers.test.ts +402 -24
  257. package/src/apps/data/routes/transfers.ts +708 -101
  258. package/src/apps/data/routes/valuation.bench.ts +14 -0
  259. package/src/apps/data/routes/valuation.test.ts +26 -0
  260. package/src/apps/data/routes/valuation.ts +6 -2
  261. package/src/apps/data/routes/verified-tokens.bench.ts +8 -0
  262. package/src/apps/data/routes/webhooks.bench.ts +26 -0
  263. package/src/apps/data/routes/webhooks.scan.test.ts +326 -0
  264. package/src/apps/data/routes/webhooks.test.ts +466 -135
  265. package/src/apps/data/routes/webhooks.ts +820 -429
  266. package/src/apps/data/routes/zones.bench.ts +32 -0
  267. package/src/apps/data/routes/zones.test.ts +1 -1
  268. package/src/apps/data/routes/zones.ts +7 -2
  269. package/src/apps/funding/routes/chains.test.ts +1 -1
  270. package/src/apps/funding/routes/deposit-addresses.test.ts +1 -1
  271. package/src/apps/funding/routes/deposit-addresses.ts +1 -1
  272. package/src/apps/funding/routes/providers.test.ts +1 -1
  273. package/src/apps/funding/routes/quotes.test.ts +2 -2
  274. package/src/apps/funding/routes/transfers.test.ts +3 -6
  275. package/src/apps/funding/routes/transfers.ts +1 -1
  276. package/src/apps/management/routes/billing.ts +1 -1
  277. package/src/apps/management/routes/faucet.ts +2 -2
  278. package/src/apps/management/routes/me.test.ts +31 -0
  279. package/src/apps/mcp.ts +4 -1
  280. package/src/apps/mpp/Mpp.test.ts +13 -1
  281. package/src/apps/mpp/Mpp.ts +8 -0
  282. package/src/apps/mpp/internal/Adapter.ts +10 -2
  283. package/src/db/Db.test.ts +40 -6
  284. package/src/db/Db.ts +114 -19
  285. package/src/db/Schema.ts +32 -0
  286. package/src/db/tables/sponsoredTransactions.ts +9 -2
  287. package/src/db/tables/webhookQueueEvents.ts +285 -0
  288. package/src/db/tables/webhookSubscriptions.ts +131 -4
  289. package/src/internal/Auth.test.ts +61 -50
  290. package/src/internal/Auth.ts +9 -4
  291. package/src/internal/EarnVaults.test.ts +2 -2
  292. package/src/internal/MetricSink.test.ts +575 -0
  293. package/src/internal/MetricSink.ts +325 -10
  294. package/src/internal/RateLimit.test.ts +23 -18
  295. package/src/internal/RateLimit.ts +23 -15
  296. package/src/internal/Schema.ts +1 -1
  297. package/src/internal/Store.test.ts +99 -13
  298. package/src/internal/Store.ts +52 -17
  299. package/src/internal/Tidx.test.ts +4 -4
  300. package/src/internal/Tidx.ts +1 -3
  301. package/src/internal/Value.test.ts +25 -0
  302. package/src/internal/Value.ts +29 -0
  303. package/src/internal/Viem.test.ts +8 -0
  304. package/src/internal/Viem.ts +2 -1
  305. package/src/internal/WebhookDestination.test.ts +20 -0
  306. package/src/internal/WebhookDestination.ts +10 -0
  307. package/src/internal/WebhookTransfer.test.ts +89 -0
  308. package/src/internal/WebhookTransfer.ts +430 -0
  309. package/src/internal/Webhooks.test.ts +616 -0
  310. package/src/internal/Webhooks.ts +412 -24
  311. package/src/internal/funding/Provider.test.ts +48 -8
  312. package/src/internal/funding/Provider.ts +12 -7
  313. package/src/internal/funding/Reconciliation.local.test.ts +3 -1
  314. package/src/internal/funding/Reconciliation.test.ts +1240 -0
  315. package/src/internal/funding/Reconciliation.ts +136 -0
  316. package/src/internal/funding/SourceObservation.test.ts +1 -0
  317. package/src/internal/funding/providers/index.test.ts +73 -3
  318. package/src/internal/funding/providers/relay.test.ts +2 -9
  319. package/src/internal/funding/providers/relay.ts +72 -13
@@ -125,7 +125,6 @@ export declare namespace schema {
125
125
  not: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
126
126
  }, z.core.$strict>]>>;
127
127
  includeCalls: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
128
- includeReceipt: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
129
128
  value: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
130
129
  eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
131
130
  gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
@@ -170,13 +169,6 @@ export declare namespace schema {
170
169
  }, z.core.$strict>, z.ZodMiniObject<{
171
170
  not: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
172
171
  }, z.core.$strict>]>>;
173
- feePayer: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>, z.ZodMiniObject<{
174
- eq: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
175
- }, z.core.$strict>, z.ZodMiniObject<{
176
- in: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
177
- }, z.core.$strict>, z.ZodMiniObject<{
178
- not: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
179
- }, z.core.$strict>]>>;
180
172
  gasLimit: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
181
173
  eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
182
174
  gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
@@ -184,13 +176,6 @@ export declare namespace schema {
184
176
  lt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
185
177
  lte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
186
178
  }, z.core.$strict>]>>;
187
- gasUsed: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
188
- eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
189
- gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
190
- gte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
191
- lt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
192
- lte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
193
- }, z.core.$strict>]>>;
194
179
  maxFeePerGas: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniObject<{
195
180
  eq: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
196
181
  gt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
@@ -247,10 +232,6 @@ export declare namespace schema {
247
232
  lt: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
248
233
  lte: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
249
234
  }, z.core.$strict>]>>;
250
- status: z.ZodMiniOptional<z.ZodMiniEnum<{
251
- reverted: "reverted";
252
- success: "success";
253
- }>>;
254
235
  }, z.core.$strict>>;
255
236
  }, z.core.$strip>, z.ZodMiniObject<{
256
237
  chainId: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniEnum<{
@@ -614,106 +595,25 @@ export declare namespace schema {
614
595
  input: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
615
596
  maxFeePerGas: z.ZodMiniOptional<z.ZodMiniString<string>>;
616
597
  maxPriorityFeePerGas: z.ZodMiniOptional<z.ZodMiniString<string>>;
598
+ nonce: z.ZodMiniNumber<number>;
599
+ nonceKey: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
600
+ recipient: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
601
+ sender: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
602
+ timestamp: z.ZodMiniNullable<z.ZodMiniISODateTime>;
603
+ transactionIndex: z.ZodMiniNullable<z.ZodMiniNumber<number>>;
604
+ type: z.ZodMiniEnum<{
605
+ eip1559: "eip1559";
606
+ eip2930: "eip2930";
607
+ eip4844: "eip4844";
608
+ eip7702: "eip7702";
609
+ legacy: "legacy";
610
+ tempo: "tempo";
611
+ unknown: "unknown";
612
+ }>;
613
+ validAfter: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
614
+ validBefore: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
615
+ value: z.ZodMiniString<string>;
617
616
  meta: z.ZodMiniObject<{
618
- receipt: z.ZodMiniOptional<z.ZodMiniLazy<z.ZodMiniObject<{
619
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
620
- blockNumber: z.ZodMiniNumber<number>;
621
- contractAddress: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
622
- cumulativeGasUsed: z.ZodMiniNumber<number>;
623
- effectiveGasPrice: z.ZodMiniString<string>;
624
- feeAmount: z.ZodMiniObject<{
625
- baseUnits: z.ZodMiniString<string>;
626
- currency: z.ZodMiniString<string>;
627
- decimals: z.ZodMiniNumber<number>;
628
- formatted: z.ZodMiniString<string>;
629
- valuation: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
630
- amount: z.ZodMiniString<string>;
631
- currency: z.ZodMiniString<string>;
632
- }, z.core.$strip>>>;
633
- }, z.core.$strip>;
634
- feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
635
- feeToken: z.ZodMiniOptional<z.ZodMiniLazy<z.ZodMiniObject<{
636
- address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
637
- currency: z.ZodMiniString<string>;
638
- decimals: z.ZodMiniNumber<number>;
639
- logoUri: z.ZodMiniOptional<z.ZodMiniOptional<z.ZodMiniString<string>>>;
640
- name: z.ZodMiniString<string>;
641
- symbol: z.ZodMiniString<string>;
642
- verified: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
643
- }, z.core.$strip>>>;
644
- gasUsed: z.ZodMiniNumber<number>;
645
- id: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
646
- logs: z.ZodMiniArray<z.ZodMiniObject<{
647
- address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
648
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
649
- blockNumber: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
650
- blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
651
- data: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
652
- logIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
653
- removed: z.ZodMiniBoolean<boolean>;
654
- topics: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
655
- transactionHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
656
- transactionIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
657
- }, z.core.$loose>>;
658
- meta: z.ZodMiniObject<{
659
- valuation: z.ZodMiniOptional<z.ZodMiniObject<{
660
- asOf: z.ZodMiniISODateTime;
661
- basis: z.ZodMiniLiteral<"nominal">;
662
- source: z.ZodMiniString<string>;
663
- }, z.core.$strip>>;
664
- rpc: z.ZodMiniObject<{
665
- blobGasPrice: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
666
- blobGasUsed: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
667
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
668
- blockNumber: z.ZodMiniTemplateLiteral<`0x${string}`>;
669
- blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
670
- contractAddress: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
671
- cumulativeGasUsed: z.ZodMiniTemplateLiteral<`0x${string}`>;
672
- effectiveGasPrice: z.ZodMiniTemplateLiteral<`0x${string}`>;
673
- feePayer: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
674
- feeToken: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
675
- from: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
676
- gasUsed: z.ZodMiniTemplateLiteral<`0x${string}`>;
677
- logs: z.ZodMiniArray<z.ZodMiniObject<{
678
- address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
679
- blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
680
- blockNumber: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
681
- blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
682
- data: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
683
- logIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
684
- removed: z.ZodMiniBoolean<boolean>;
685
- topics: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
686
- transactionHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
687
- transactionIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
688
- }, z.core.$loose>>;
689
- logsBloom: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
690
- root: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
691
- status: z.ZodMiniTemplateLiteral<`0x${string}`>;
692
- to: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
693
- transactionHash: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
694
- transactionIndex: z.ZodMiniTemplateLiteral<`0x${string}`>;
695
- type: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
696
- }, z.core.$loose>;
697
- }, z.core.$strip>;
698
- recipient: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
699
- sender: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
700
- status: z.ZodMiniEnum<{
701
- reverted: "reverted";
702
- success: "success";
703
- }>;
704
- timestamp: z.ZodMiniNullable<z.ZodMiniISODateTime>;
705
- transactionHash: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
706
- transactionIndex: z.ZodMiniNumber<number>;
707
- type: z.ZodMiniLazy<z.ZodMiniEnum<{
708
- eip1559: "eip1559";
709
- eip2930: "eip2930";
710
- eip4844: "eip4844";
711
- eip7702: "eip7702";
712
- legacy: "legacy";
713
- tempo: "tempo";
714
- unknown: "unknown";
715
- }>>;
716
- }, z.core.$strip>>>;
717
617
  rpc: z.ZodMiniObject<{
718
618
  aaAuthorizationList: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{}, z.core.$loose>>>;
719
619
  accessList: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
@@ -732,6 +632,7 @@ export declare namespace schema {
732
632
  value: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
733
633
  }, z.core.$loose>>, z.ZodMiniNull]>>;
734
634
  chainId: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
635
+ feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
735
636
  feePayerSignature: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
736
637
  type: z.ZodMiniOptional<z.ZodMiniString<string>>;
737
638
  }, z.core.$loose>>>;
@@ -762,24 +663,6 @@ export declare namespace schema {
762
663
  yParity: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
763
664
  }, z.core.$loose>;
764
665
  }, z.core.$strip>;
765
- nonce: z.ZodMiniNumber<number>;
766
- nonceKey: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
767
- recipient: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
768
- sender: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
769
- timestamp: z.ZodMiniNullable<z.ZodMiniISODateTime>;
770
- transactionIndex: z.ZodMiniNullable<z.ZodMiniNumber<number>>;
771
- type: z.ZodMiniEnum<{
772
- eip1559: "eip1559";
773
- eip2930: "eip2930";
774
- eip4844: "eip4844";
775
- eip7702: "eip7702";
776
- legacy: "legacy";
777
- tempo: "tempo";
778
- unknown: "unknown";
779
- }>;
780
- validAfter: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
781
- validBefore: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniISODateTime>>;
782
- value: z.ZodMiniString<string>;
783
666
  }, z.core.$strip>;
784
667
  type: z.ZodMiniLiteral<"transaction:included">;
785
668
  }, z.core.$strip>, z.ZodMiniObject<{
@@ -931,7 +814,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
931
814
  $post: {
932
815
  output: {
933
816
  error: {
934
- code: "api_key_malformed";
817
+ code: "chain_id_unsupported";
935
818
  details?: readonly Response.error.Detail[] | undefined;
936
819
  message: string;
937
820
  };
@@ -1018,7 +901,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1018
901
  not: `0x${string}`;
1019
902
  } | `0x${string}` | undefined;
1020
903
  includeCalls?: boolean | undefined;
1021
- includeReceipt?: boolean | undefined;
1022
904
  value?: {
1023
905
  eq?: `0x${string}` | undefined;
1024
906
  gt?: `0x${string}` | undefined;
@@ -1063,13 +945,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1063
945
  } | {
1064
946
  not: `0x${string}`;
1065
947
  } | `0x${string}` | undefined;
1066
- feePayer?: {
1067
- eq: `0x${string}`;
1068
- } | {
1069
- in: `0x${string}`[];
1070
- } | {
1071
- not: `0x${string}`;
1072
- } | `0x${string}` | undefined;
1073
948
  gasLimit?: {
1074
949
  eq?: `0x${string}` | undefined;
1075
950
  gt?: `0x${string}` | undefined;
@@ -1077,13 +952,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1077
952
  lt?: `0x${string}` | undefined;
1078
953
  lte?: `0x${string}` | undefined;
1079
954
  } | `0x${string}` | undefined;
1080
- gasUsed?: {
1081
- eq?: `0x${string}` | undefined;
1082
- gt?: `0x${string}` | undefined;
1083
- gte?: `0x${string}` | undefined;
1084
- lt?: `0x${string}` | undefined;
1085
- lte?: `0x${string}` | undefined;
1086
- } | `0x${string}` | undefined;
1087
955
  maxFeePerGas?: {
1088
956
  eq?: `0x${string}` | undefined;
1089
957
  gt?: `0x${string}` | undefined;
@@ -1140,7 +1008,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1140
1008
  lt?: `0x${string}` | undefined;
1141
1009
  lte?: `0x${string}` | undefined;
1142
1010
  } | `0x${string}` | undefined;
1143
- status?: "reverted" | "success" | undefined;
1144
1011
  } | undefined;
1145
1012
  } | {
1146
1013
  chainId?: unknown;
@@ -1277,14 +1144,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1277
1144
  } | {
1278
1145
  output: {
1279
1146
  error: {
1280
- code: "api_key_invalid" | "api_key_missing";
1147
+ code: "upstream_error";
1281
1148
  details?: readonly Response.error.Detail[] | undefined;
1282
1149
  message: string;
1283
1150
  };
1284
1151
  requestId: string;
1285
1152
  };
1286
1153
  outputFormat: "json";
1287
- status: 401;
1154
+ status: 502;
1288
1155
  input: {
1289
1156
  param: {
1290
1157
  orgId: string;
@@ -1364,7 +1231,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1364
1231
  not: `0x${string}`;
1365
1232
  } | `0x${string}` | undefined;
1366
1233
  includeCalls?: boolean | undefined;
1367
- includeReceipt?: boolean | undefined;
1368
1234
  value?: {
1369
1235
  eq?: `0x${string}` | undefined;
1370
1236
  gt?: `0x${string}` | undefined;
@@ -1409,13 +1275,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1409
1275
  } | {
1410
1276
  not: `0x${string}`;
1411
1277
  } | `0x${string}` | undefined;
1412
- feePayer?: {
1413
- eq: `0x${string}`;
1414
- } | {
1415
- in: `0x${string}`[];
1416
- } | {
1417
- not: `0x${string}`;
1418
- } | `0x${string}` | undefined;
1419
1278
  gasLimit?: {
1420
1279
  eq?: `0x${string}` | undefined;
1421
1280
  gt?: `0x${string}` | undefined;
@@ -1423,13 +1282,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1423
1282
  lt?: `0x${string}` | undefined;
1424
1283
  lte?: `0x${string}` | undefined;
1425
1284
  } | `0x${string}` | undefined;
1426
- gasUsed?: {
1427
- eq?: `0x${string}` | undefined;
1428
- gt?: `0x${string}` | undefined;
1429
- gte?: `0x${string}` | undefined;
1430
- lt?: `0x${string}` | undefined;
1431
- lte?: `0x${string}` | undefined;
1432
- } | `0x${string}` | undefined;
1433
1285
  maxFeePerGas?: {
1434
1286
  eq?: `0x${string}` | undefined;
1435
1287
  gt?: `0x${string}` | undefined;
@@ -1486,7 +1338,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1486
1338
  lt?: `0x${string}` | undefined;
1487
1339
  lte?: `0x${string}` | undefined;
1488
1340
  } | `0x${string}` | undefined;
1489
- status?: "reverted" | "success" | undefined;
1490
1341
  } | undefined;
1491
1342
  } | {
1492
1343
  chainId?: unknown;
@@ -1623,14 +1474,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1623
1474
  } | {
1624
1475
  output: {
1625
1476
  error: {
1626
- code: "upstream_error";
1477
+ code: "api_key_malformed";
1627
1478
  details?: readonly Response.error.Detail[] | undefined;
1628
1479
  message: string;
1629
1480
  };
1630
1481
  requestId: string;
1631
1482
  };
1632
1483
  outputFormat: "json";
1633
- status: 502;
1484
+ status: 400;
1634
1485
  input: {
1635
1486
  param: {
1636
1487
  orgId: string;
@@ -1710,7 +1561,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1710
1561
  not: `0x${string}`;
1711
1562
  } | `0x${string}` | undefined;
1712
1563
  includeCalls?: boolean | undefined;
1713
- includeReceipt?: boolean | undefined;
1714
1564
  value?: {
1715
1565
  eq?: `0x${string}` | undefined;
1716
1566
  gt?: `0x${string}` | undefined;
@@ -1755,13 +1605,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1755
1605
  } | {
1756
1606
  not: `0x${string}`;
1757
1607
  } | `0x${string}` | undefined;
1758
- feePayer?: {
1759
- eq: `0x${string}`;
1760
- } | {
1761
- in: `0x${string}`[];
1762
- } | {
1763
- not: `0x${string}`;
1764
- } | `0x${string}` | undefined;
1765
1608
  gasLimit?: {
1766
1609
  eq?: `0x${string}` | undefined;
1767
1610
  gt?: `0x${string}` | undefined;
@@ -1769,13 +1612,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1769
1612
  lt?: `0x${string}` | undefined;
1770
1613
  lte?: `0x${string}` | undefined;
1771
1614
  } | `0x${string}` | undefined;
1772
- gasUsed?: {
1773
- eq?: `0x${string}` | undefined;
1774
- gt?: `0x${string}` | undefined;
1775
- gte?: `0x${string}` | undefined;
1776
- lt?: `0x${string}` | undefined;
1777
- lte?: `0x${string}` | undefined;
1778
- } | `0x${string}` | undefined;
1779
1615
  maxFeePerGas?: {
1780
1616
  eq?: `0x${string}` | undefined;
1781
1617
  gt?: `0x${string}` | undefined;
@@ -1832,7 +1668,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1832
1668
  lt?: `0x${string}` | undefined;
1833
1669
  lte?: `0x${string}` | undefined;
1834
1670
  } | `0x${string}` | undefined;
1835
- status?: "reverted" | "success" | undefined;
1836
1671
  } | undefined;
1837
1672
  } | {
1838
1673
  chainId?: unknown;
@@ -1969,14 +1804,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
1969
1804
  } | {
1970
1805
  output: {
1971
1806
  error: {
1972
- code: "webhooks_not_enabled";
1807
+ code: "api_key_invalid" | "api_key_missing";
1973
1808
  details?: readonly Response.error.Detail[] | undefined;
1974
1809
  message: string;
1975
1810
  };
1976
1811
  requestId: string;
1977
1812
  };
1978
1813
  outputFormat: "json";
1979
- status: 404;
1814
+ status: 401;
1980
1815
  input: {
1981
1816
  param: {
1982
1817
  orgId: string;
@@ -2056,7 +1891,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2056
1891
  not: `0x${string}`;
2057
1892
  } | `0x${string}` | undefined;
2058
1893
  includeCalls?: boolean | undefined;
2059
- includeReceipt?: boolean | undefined;
2060
1894
  value?: {
2061
1895
  eq?: `0x${string}` | undefined;
2062
1896
  gt?: `0x${string}` | undefined;
@@ -2101,13 +1935,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2101
1935
  } | {
2102
1936
  not: `0x${string}`;
2103
1937
  } | `0x${string}` | undefined;
2104
- feePayer?: {
2105
- eq: `0x${string}`;
2106
- } | {
2107
- in: `0x${string}`[];
2108
- } | {
2109
- not: `0x${string}`;
2110
- } | `0x${string}` | undefined;
2111
1938
  gasLimit?: {
2112
1939
  eq?: `0x${string}` | undefined;
2113
1940
  gt?: `0x${string}` | undefined;
@@ -2115,13 +1942,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2115
1942
  lt?: `0x${string}` | undefined;
2116
1943
  lte?: `0x${string}` | undefined;
2117
1944
  } | `0x${string}` | undefined;
2118
- gasUsed?: {
2119
- eq?: `0x${string}` | undefined;
2120
- gt?: `0x${string}` | undefined;
2121
- gte?: `0x${string}` | undefined;
2122
- lt?: `0x${string}` | undefined;
2123
- lte?: `0x${string}` | undefined;
2124
- } | `0x${string}` | undefined;
2125
1945
  maxFeePerGas?: {
2126
1946
  eq?: `0x${string}` | undefined;
2127
1947
  gt?: `0x${string}` | undefined;
@@ -2178,7 +1998,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2178
1998
  lt?: `0x${string}` | undefined;
2179
1999
  lte?: `0x${string}` | undefined;
2180
2000
  } | `0x${string}` | undefined;
2181
- status?: "reverted" | "success" | undefined;
2182
2001
  } | undefined;
2183
2002
  } | {
2184
2003
  chainId?: unknown;
@@ -2315,14 +2134,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2315
2134
  } | {
2316
2135
  output: {
2317
2136
  error: {
2318
- code: "body_invalid";
2137
+ code: "organization_not_found";
2319
2138
  details?: readonly Response.error.Detail[] | undefined;
2320
2139
  message: string;
2321
2140
  };
2322
2141
  requestId: string;
2323
2142
  };
2324
2143
  outputFormat: "json";
2325
- status: 400;
2144
+ status: 404;
2326
2145
  input: {
2327
2146
  param: {
2328
2147
  orgId: string;
@@ -2402,7 +2221,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2402
2221
  not: `0x${string}`;
2403
2222
  } | `0x${string}` | undefined;
2404
2223
  includeCalls?: boolean | undefined;
2405
- includeReceipt?: boolean | undefined;
2406
2224
  value?: {
2407
2225
  eq?: `0x${string}` | undefined;
2408
2226
  gt?: `0x${string}` | undefined;
@@ -2447,13 +2265,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2447
2265
  } | {
2448
2266
  not: `0x${string}`;
2449
2267
  } | `0x${string}` | undefined;
2450
- feePayer?: {
2451
- eq: `0x${string}`;
2452
- } | {
2453
- in: `0x${string}`[];
2454
- } | {
2455
- not: `0x${string}`;
2456
- } | `0x${string}` | undefined;
2457
2268
  gasLimit?: {
2458
2269
  eq?: `0x${string}` | undefined;
2459
2270
  gt?: `0x${string}` | undefined;
@@ -2461,13 +2272,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2461
2272
  lt?: `0x${string}` | undefined;
2462
2273
  lte?: `0x${string}` | undefined;
2463
2274
  } | `0x${string}` | undefined;
2464
- gasUsed?: {
2465
- eq?: `0x${string}` | undefined;
2466
- gt?: `0x${string}` | undefined;
2467
- gte?: `0x${string}` | undefined;
2468
- lt?: `0x${string}` | undefined;
2469
- lte?: `0x${string}` | undefined;
2470
- } | `0x${string}` | undefined;
2471
2275
  maxFeePerGas?: {
2472
2276
  eq?: `0x${string}` | undefined;
2473
2277
  gt?: `0x${string}` | undefined;
@@ -2524,7 +2328,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2524
2328
  lt?: `0x${string}` | undefined;
2525
2329
  lte?: `0x${string}` | undefined;
2526
2330
  } | `0x${string}` | undefined;
2527
- status?: "reverted" | "success" | undefined;
2528
2331
  } | undefined;
2529
2332
  } | {
2530
2333
  chainId?: unknown;
@@ -2661,14 +2464,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2661
2464
  } | {
2662
2465
  output: {
2663
2466
  error: {
2664
- code: "chain_id_unsupported";
2467
+ code: "forbidden";
2665
2468
  details?: readonly Response.error.Detail[] | undefined;
2666
2469
  message: string;
2667
2470
  };
2668
2471
  requestId: string;
2669
2472
  };
2670
2473
  outputFormat: "json";
2671
- status: 400;
2474
+ status: 403;
2672
2475
  input: {
2673
2476
  param: {
2674
2477
  orgId: string;
@@ -2748,7 +2551,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2748
2551
  not: `0x${string}`;
2749
2552
  } | `0x${string}` | undefined;
2750
2553
  includeCalls?: boolean | undefined;
2751
- includeReceipt?: boolean | undefined;
2752
2554
  value?: {
2753
2555
  eq?: `0x${string}` | undefined;
2754
2556
  gt?: `0x${string}` | undefined;
@@ -2793,13 +2595,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2793
2595
  } | {
2794
2596
  not: `0x${string}`;
2795
2597
  } | `0x${string}` | undefined;
2796
- feePayer?: {
2797
- eq: `0x${string}`;
2798
- } | {
2799
- in: `0x${string}`[];
2800
- } | {
2801
- not: `0x${string}`;
2802
- } | `0x${string}` | undefined;
2803
2598
  gasLimit?: {
2804
2599
  eq?: `0x${string}` | undefined;
2805
2600
  gt?: `0x${string}` | undefined;
@@ -2807,13 +2602,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2807
2602
  lt?: `0x${string}` | undefined;
2808
2603
  lte?: `0x${string}` | undefined;
2809
2604
  } | `0x${string}` | undefined;
2810
- gasUsed?: {
2811
- eq?: `0x${string}` | undefined;
2812
- gt?: `0x${string}` | undefined;
2813
- gte?: `0x${string}` | undefined;
2814
- lt?: `0x${string}` | undefined;
2815
- lte?: `0x${string}` | undefined;
2816
- } | `0x${string}` | undefined;
2817
2605
  maxFeePerGas?: {
2818
2606
  eq?: `0x${string}` | undefined;
2819
2607
  gt?: `0x${string}` | undefined;
@@ -2870,7 +2658,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
2870
2658
  lt?: `0x${string}` | undefined;
2871
2659
  lte?: `0x${string}` | undefined;
2872
2660
  } | `0x${string}` | undefined;
2873
- status?: "reverted" | "success" | undefined;
2874
2661
  } | undefined;
2875
2662
  } | {
2876
2663
  chainId?: unknown;
@@ -3007,7 +2794,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3007
2794
  } | {
3008
2795
  output: {
3009
2796
  error: {
3010
- code: "url_invalid";
2797
+ code: "param_invalid";
3011
2798
  details?: readonly Response.error.Detail[] | undefined;
3012
2799
  message: string;
3013
2800
  };
@@ -3094,7 +2881,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3094
2881
  not: `0x${string}`;
3095
2882
  } | `0x${string}` | undefined;
3096
2883
  includeCalls?: boolean | undefined;
3097
- includeReceipt?: boolean | undefined;
3098
2884
  value?: {
3099
2885
  eq?: `0x${string}` | undefined;
3100
2886
  gt?: `0x${string}` | undefined;
@@ -3139,13 +2925,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3139
2925
  } | {
3140
2926
  not: `0x${string}`;
3141
2927
  } | `0x${string}` | undefined;
3142
- feePayer?: {
3143
- eq: `0x${string}`;
3144
- } | {
3145
- in: `0x${string}`[];
3146
- } | {
3147
- not: `0x${string}`;
3148
- } | `0x${string}` | undefined;
3149
2928
  gasLimit?: {
3150
2929
  eq?: `0x${string}` | undefined;
3151
2930
  gt?: `0x${string}` | undefined;
@@ -3153,13 +2932,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3153
2932
  lt?: `0x${string}` | undefined;
3154
2933
  lte?: `0x${string}` | undefined;
3155
2934
  } | `0x${string}` | undefined;
3156
- gasUsed?: {
3157
- eq?: `0x${string}` | undefined;
3158
- gt?: `0x${string}` | undefined;
3159
- gte?: `0x${string}` | undefined;
3160
- lt?: `0x${string}` | undefined;
3161
- lte?: `0x${string}` | undefined;
3162
- } | `0x${string}` | undefined;
3163
2935
  maxFeePerGas?: {
3164
2936
  eq?: `0x${string}` | undefined;
3165
2937
  gt?: `0x${string}` | undefined;
@@ -3216,7 +2988,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3216
2988
  lt?: `0x${string}` | undefined;
3217
2989
  lte?: `0x${string}` | undefined;
3218
2990
  } | `0x${string}` | undefined;
3219
- status?: "reverted" | "success" | undefined;
3220
2991
  } | undefined;
3221
2992
  } | {
3222
2993
  chainId?: unknown;
@@ -3353,7 +3124,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3353
3124
  } | {
3354
3125
  output: {
3355
3126
  error: {
3356
- code: "filters_invalid";
3127
+ code: "body_invalid";
3357
3128
  details?: readonly Response.error.Detail[] | undefined;
3358
3129
  message: string;
3359
3130
  };
@@ -3440,7 +3211,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3440
3211
  not: `0x${string}`;
3441
3212
  } | `0x${string}` | undefined;
3442
3213
  includeCalls?: boolean | undefined;
3443
- includeReceipt?: boolean | undefined;
3444
3214
  value?: {
3445
3215
  eq?: `0x${string}` | undefined;
3446
3216
  gt?: `0x${string}` | undefined;
@@ -3485,13 +3255,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3485
3255
  } | {
3486
3256
  not: `0x${string}`;
3487
3257
  } | `0x${string}` | undefined;
3488
- feePayer?: {
3489
- eq: `0x${string}`;
3490
- } | {
3491
- in: `0x${string}`[];
3492
- } | {
3493
- not: `0x${string}`;
3494
- } | `0x${string}` | undefined;
3495
3258
  gasLimit?: {
3496
3259
  eq?: `0x${string}` | undefined;
3497
3260
  gt?: `0x${string}` | undefined;
@@ -3499,13 +3262,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3499
3262
  lt?: `0x${string}` | undefined;
3500
3263
  lte?: `0x${string}` | undefined;
3501
3264
  } | `0x${string}` | undefined;
3502
- gasUsed?: {
3503
- eq?: `0x${string}` | undefined;
3504
- gt?: `0x${string}` | undefined;
3505
- gte?: `0x${string}` | undefined;
3506
- lt?: `0x${string}` | undefined;
3507
- lte?: `0x${string}` | undefined;
3508
- } | `0x${string}` | undefined;
3509
3265
  maxFeePerGas?: {
3510
3266
  eq?: `0x${string}` | undefined;
3511
3267
  gt?: `0x${string}` | undefined;
@@ -3562,7 +3318,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3562
3318
  lt?: `0x${string}` | undefined;
3563
3319
  lte?: `0x${string}` | undefined;
3564
3320
  } | `0x${string}` | undefined;
3565
- status?: "reverted" | "success" | undefined;
3566
3321
  } | undefined;
3567
3322
  } | {
3568
3323
  chainId?: unknown;
@@ -3699,14 +3454,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3699
3454
  } | {
3700
3455
  output: {
3701
3456
  error: {
3702
- code: "limit_exceeded";
3457
+ code: "webhooks_not_enabled";
3703
3458
  details?: readonly Response.error.Detail[] | undefined;
3704
3459
  message: string;
3705
3460
  };
3706
3461
  requestId: string;
3707
3462
  };
3708
3463
  outputFormat: "json";
3709
- status: 403;
3464
+ status: 404;
3710
3465
  input: {
3711
3466
  param: {
3712
3467
  orgId: string;
@@ -3786,7 +3541,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3786
3541
  not: `0x${string}`;
3787
3542
  } | `0x${string}` | undefined;
3788
3543
  includeCalls?: boolean | undefined;
3789
- includeReceipt?: boolean | undefined;
3790
3544
  value?: {
3791
3545
  eq?: `0x${string}` | undefined;
3792
3546
  gt?: `0x${string}` | undefined;
@@ -3831,13 +3585,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3831
3585
  } | {
3832
3586
  not: `0x${string}`;
3833
3587
  } | `0x${string}` | undefined;
3834
- feePayer?: {
3835
- eq: `0x${string}`;
3836
- } | {
3837
- in: `0x${string}`[];
3838
- } | {
3839
- not: `0x${string}`;
3840
- } | `0x${string}` | undefined;
3841
3588
  gasLimit?: {
3842
3589
  eq?: `0x${string}` | undefined;
3843
3590
  gt?: `0x${string}` | undefined;
@@ -3845,13 +3592,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3845
3592
  lt?: `0x${string}` | undefined;
3846
3593
  lte?: `0x${string}` | undefined;
3847
3594
  } | `0x${string}` | undefined;
3848
- gasUsed?: {
3849
- eq?: `0x${string}` | undefined;
3850
- gt?: `0x${string}` | undefined;
3851
- gte?: `0x${string}` | undefined;
3852
- lt?: `0x${string}` | undefined;
3853
- lte?: `0x${string}` | undefined;
3854
- } | `0x${string}` | undefined;
3855
3595
  maxFeePerGas?: {
3856
3596
  eq?: `0x${string}` | undefined;
3857
3597
  gt?: `0x${string}` | undefined;
@@ -3908,7 +3648,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
3908
3648
  lt?: `0x${string}` | undefined;
3909
3649
  lte?: `0x${string}` | undefined;
3910
3650
  } | `0x${string}` | undefined;
3911
- status?: "reverted" | "success" | undefined;
3912
3651
  } | undefined;
3913
3652
  } | {
3914
3653
  chainId?: unknown;
@@ -4045,7 +3784,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4045
3784
  } | {
4046
3785
  output: {
4047
3786
  error: {
4048
- code: "param_invalid";
3787
+ code: "url_invalid";
4049
3788
  details?: readonly Response.error.Detail[] | undefined;
4050
3789
  message: string;
4051
3790
  };
@@ -4132,7 +3871,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4132
3871
  not: `0x${string}`;
4133
3872
  } | `0x${string}` | undefined;
4134
3873
  includeCalls?: boolean | undefined;
4135
- includeReceipt?: boolean | undefined;
4136
3874
  value?: {
4137
3875
  eq?: `0x${string}` | undefined;
4138
3876
  gt?: `0x${string}` | undefined;
@@ -4177,13 +3915,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4177
3915
  } | {
4178
3916
  not: `0x${string}`;
4179
3917
  } | `0x${string}` | undefined;
4180
- feePayer?: {
4181
- eq: `0x${string}`;
4182
- } | {
4183
- in: `0x${string}`[];
4184
- } | {
4185
- not: `0x${string}`;
4186
- } | `0x${string}` | undefined;
4187
3918
  gasLimit?: {
4188
3919
  eq?: `0x${string}` | undefined;
4189
3920
  gt?: `0x${string}` | undefined;
@@ -4191,13 +3922,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4191
3922
  lt?: `0x${string}` | undefined;
4192
3923
  lte?: `0x${string}` | undefined;
4193
3924
  } | `0x${string}` | undefined;
4194
- gasUsed?: {
4195
- eq?: `0x${string}` | undefined;
4196
- gt?: `0x${string}` | undefined;
4197
- gte?: `0x${string}` | undefined;
4198
- lt?: `0x${string}` | undefined;
4199
- lte?: `0x${string}` | undefined;
4200
- } | `0x${string}` | undefined;
4201
3925
  maxFeePerGas?: {
4202
3926
  eq?: `0x${string}` | undefined;
4203
3927
  gt?: `0x${string}` | undefined;
@@ -4254,7 +3978,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4254
3978
  lt?: `0x${string}` | undefined;
4255
3979
  lte?: `0x${string}` | undefined;
4256
3980
  } | `0x${string}` | undefined;
4257
- status?: "reverted" | "success" | undefined;
4258
3981
  } | undefined;
4259
3982
  } | {
4260
3983
  chainId?: unknown;
@@ -4391,14 +4114,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4391
4114
  } | {
4392
4115
  output: {
4393
4116
  error: {
4394
- code: "organization_not_found";
4117
+ code: "filters_invalid";
4395
4118
  details?: readonly Response.error.Detail[] | undefined;
4396
4119
  message: string;
4397
4120
  };
4398
4121
  requestId: string;
4399
4122
  };
4400
4123
  outputFormat: "json";
4401
- status: 404;
4124
+ status: 400;
4402
4125
  input: {
4403
4126
  param: {
4404
4127
  orgId: string;
@@ -4478,7 +4201,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4478
4201
  not: `0x${string}`;
4479
4202
  } | `0x${string}` | undefined;
4480
4203
  includeCalls?: boolean | undefined;
4481
- includeReceipt?: boolean | undefined;
4482
4204
  value?: {
4483
4205
  eq?: `0x${string}` | undefined;
4484
4206
  gt?: `0x${string}` | undefined;
@@ -4523,13 +4245,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4523
4245
  } | {
4524
4246
  not: `0x${string}`;
4525
4247
  } | `0x${string}` | undefined;
4526
- feePayer?: {
4527
- eq: `0x${string}`;
4528
- } | {
4529
- in: `0x${string}`[];
4530
- } | {
4531
- not: `0x${string}`;
4532
- } | `0x${string}` | undefined;
4533
4248
  gasLimit?: {
4534
4249
  eq?: `0x${string}` | undefined;
4535
4250
  gt?: `0x${string}` | undefined;
@@ -4537,13 +4252,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4537
4252
  lt?: `0x${string}` | undefined;
4538
4253
  lte?: `0x${string}` | undefined;
4539
4254
  } | `0x${string}` | undefined;
4540
- gasUsed?: {
4541
- eq?: `0x${string}` | undefined;
4542
- gt?: `0x${string}` | undefined;
4543
- gte?: `0x${string}` | undefined;
4544
- lt?: `0x${string}` | undefined;
4545
- lte?: `0x${string}` | undefined;
4546
- } | `0x${string}` | undefined;
4547
4255
  maxFeePerGas?: {
4548
4256
  eq?: `0x${string}` | undefined;
4549
4257
  gt?: `0x${string}` | undefined;
@@ -4600,7 +4308,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4600
4308
  lt?: `0x${string}` | undefined;
4601
4309
  lte?: `0x${string}` | undefined;
4602
4310
  } | `0x${string}` | undefined;
4603
- status?: "reverted" | "success" | undefined;
4604
4311
  } | undefined;
4605
4312
  } | {
4606
4313
  chainId?: unknown;
@@ -4737,7 +4444,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4737
4444
  } | {
4738
4445
  output: {
4739
4446
  error: {
4740
- code: "forbidden";
4447
+ code: "limit_exceeded";
4741
4448
  details?: readonly Response.error.Detail[] | undefined;
4742
4449
  message: string;
4743
4450
  };
@@ -4824,7 +4531,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4824
4531
  not: `0x${string}`;
4825
4532
  } | `0x${string}` | undefined;
4826
4533
  includeCalls?: boolean | undefined;
4827
- includeReceipt?: boolean | undefined;
4828
4534
  value?: {
4829
4535
  eq?: `0x${string}` | undefined;
4830
4536
  gt?: `0x${string}` | undefined;
@@ -4869,13 +4575,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4869
4575
  } | {
4870
4576
  not: `0x${string}`;
4871
4577
  } | `0x${string}` | undefined;
4872
- feePayer?: {
4873
- eq: `0x${string}`;
4874
- } | {
4875
- in: `0x${string}`[];
4876
- } | {
4877
- not: `0x${string}`;
4878
- } | `0x${string}` | undefined;
4879
4578
  gasLimit?: {
4880
4579
  eq?: `0x${string}` | undefined;
4881
4580
  gt?: `0x${string}` | undefined;
@@ -4883,13 +4582,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4883
4582
  lt?: `0x${string}` | undefined;
4884
4583
  lte?: `0x${string}` | undefined;
4885
4584
  } | `0x${string}` | undefined;
4886
- gasUsed?: {
4887
- eq?: `0x${string}` | undefined;
4888
- gt?: `0x${string}` | undefined;
4889
- gte?: `0x${string}` | undefined;
4890
- lt?: `0x${string}` | undefined;
4891
- lte?: `0x${string}` | undefined;
4892
- } | `0x${string}` | undefined;
4893
4585
  maxFeePerGas?: {
4894
4586
  eq?: `0x${string}` | undefined;
4895
4587
  gt?: `0x${string}` | undefined;
@@ -4946,7 +4638,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
4946
4638
  lt?: `0x${string}` | undefined;
4947
4639
  lte?: `0x${string}` | undefined;
4948
4640
  } | `0x${string}` | undefined;
4949
- status?: "reverted" | "success" | undefined;
4950
4641
  } | undefined;
4951
4642
  } | {
4952
4643
  chainId?: unknown;
@@ -5237,7 +4928,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5237
4928
  not: `0x${string}`;
5238
4929
  } | `0x${string}` | undefined;
5239
4930
  includeCalls?: boolean | undefined;
5240
- includeReceipt?: boolean | undefined;
5241
4931
  value?: {
5242
4932
  eq?: `0x${string}` | undefined;
5243
4933
  gt?: `0x${string}` | undefined;
@@ -5282,13 +4972,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5282
4972
  } | {
5283
4973
  not: `0x${string}`;
5284
4974
  } | `0x${string}` | undefined;
5285
- feePayer?: {
5286
- eq: `0x${string}`;
5287
- } | {
5288
- in: `0x${string}`[];
5289
- } | {
5290
- not: `0x${string}`;
5291
- } | `0x${string}` | undefined;
5292
4975
  gasLimit?: {
5293
4976
  eq?: `0x${string}` | undefined;
5294
4977
  gt?: `0x${string}` | undefined;
@@ -5296,13 +4979,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5296
4979
  lt?: `0x${string}` | undefined;
5297
4980
  lte?: `0x${string}` | undefined;
5298
4981
  } | `0x${string}` | undefined;
5299
- gasUsed?: {
5300
- eq?: `0x${string}` | undefined;
5301
- gt?: `0x${string}` | undefined;
5302
- gte?: `0x${string}` | undefined;
5303
- lt?: `0x${string}` | undefined;
5304
- lte?: `0x${string}` | undefined;
5305
- } | `0x${string}` | undefined;
5306
4982
  maxFeePerGas?: {
5307
4983
  eq?: `0x${string}` | undefined;
5308
4984
  gt?: `0x${string}` | undefined;
@@ -5359,7 +5035,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5359
5035
  lt?: `0x${string}` | undefined;
5360
5036
  lte?: `0x${string}` | undefined;
5361
5037
  } | `0x${string}` | undefined;
5362
- status?: "reverted" | "success" | undefined;
5363
5038
  } | undefined;
5364
5039
  } | {
5365
5040
  chainId?: unknown;
@@ -5500,14 +5175,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5500
5175
  $get: {
5501
5176
  output: {
5502
5177
  error: {
5503
- code: "api_key_malformed";
5178
+ code: "upstream_error";
5504
5179
  details?: readonly Response.error.Detail[] | undefined;
5505
5180
  message: string;
5506
5181
  };
5507
5182
  requestId: string;
5508
5183
  };
5509
5184
  outputFormat: "json";
5510
- status: 400;
5185
+ status: 502;
5511
5186
  input: {
5512
5187
  param: {
5513
5188
  orgId: string;
@@ -5516,14 +5191,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5516
5191
  } | {
5517
5192
  output: {
5518
5193
  error: {
5519
- code: "api_key_invalid" | "api_key_missing";
5194
+ code: "api_key_malformed";
5520
5195
  details?: readonly Response.error.Detail[] | undefined;
5521
5196
  message: string;
5522
5197
  };
5523
5198
  requestId: string;
5524
5199
  };
5525
5200
  outputFormat: "json";
5526
- status: 401;
5201
+ status: 400;
5527
5202
  input: {
5528
5203
  param: {
5529
5204
  orgId: string;
@@ -5532,14 +5207,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5532
5207
  } | {
5533
5208
  output: {
5534
5209
  error: {
5535
- code: "upstream_error";
5210
+ code: "api_key_invalid" | "api_key_missing";
5536
5211
  details?: readonly Response.error.Detail[] | undefined;
5537
5212
  message: string;
5538
5213
  };
5539
5214
  requestId: string;
5540
5215
  };
5541
5216
  outputFormat: "json";
5542
- status: 502;
5217
+ status: 401;
5543
5218
  input: {
5544
5219
  param: {
5545
5220
  orgId: string;
@@ -5548,7 +5223,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5548
5223
  } | {
5549
5224
  output: {
5550
5225
  error: {
5551
- code: "webhooks_not_enabled";
5226
+ code: "organization_not_found";
5552
5227
  details?: readonly Response.error.Detail[] | undefined;
5553
5228
  message: string;
5554
5229
  };
@@ -5564,14 +5239,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5564
5239
  } | {
5565
5240
  output: {
5566
5241
  error: {
5567
- code: "param_invalid";
5242
+ code: "forbidden";
5568
5243
  details?: readonly Response.error.Detail[] | undefined;
5569
5244
  message: string;
5570
5245
  };
5571
5246
  requestId: string;
5572
5247
  };
5573
5248
  outputFormat: "json";
5574
- status: 400;
5249
+ status: 403;
5575
5250
  input: {
5576
5251
  param: {
5577
5252
  orgId: string;
@@ -5580,14 +5255,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5580
5255
  } | {
5581
5256
  output: {
5582
5257
  error: {
5583
- code: "organization_not_found";
5258
+ code: "param_invalid";
5584
5259
  details?: readonly Response.error.Detail[] | undefined;
5585
5260
  message: string;
5586
5261
  };
5587
5262
  requestId: string;
5588
5263
  };
5589
5264
  outputFormat: "json";
5590
- status: 404;
5265
+ status: 400;
5591
5266
  input: {
5592
5267
  param: {
5593
5268
  orgId: string;
@@ -5596,14 +5271,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5596
5271
  } | {
5597
5272
  output: {
5598
5273
  error: {
5599
- code: "forbidden";
5274
+ code: "webhooks_not_enabled";
5600
5275
  details?: readonly Response.error.Detail[] | undefined;
5601
5276
  message: string;
5602
5277
  };
5603
5278
  requestId: string;
5604
5279
  };
5605
5280
  outputFormat: "json";
5606
- status: 403;
5281
+ status: 404;
5607
5282
  input: {
5608
5283
  param: {
5609
5284
  orgId: string;
@@ -5658,14 +5333,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5658
5333
  $get: {
5659
5334
  output: {
5660
5335
  error: {
5661
- code: "api_key_malformed";
5336
+ code: "upstream_error";
5662
5337
  details?: readonly Response.error.Detail[] | undefined;
5663
5338
  message: string;
5664
5339
  };
5665
5340
  requestId: string;
5666
5341
  };
5667
5342
  outputFormat: "json";
5668
- status: 400;
5343
+ status: 502;
5669
5344
  input: {
5670
5345
  param: {
5671
5346
  id: string;
@@ -5682,14 +5357,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5682
5357
  } | {
5683
5358
  output: {
5684
5359
  error: {
5685
- code: "api_key_invalid" | "api_key_missing";
5360
+ code: "api_key_malformed";
5686
5361
  details?: readonly Response.error.Detail[] | undefined;
5687
5362
  message: string;
5688
5363
  };
5689
5364
  requestId: string;
5690
5365
  };
5691
5366
  outputFormat: "json";
5692
- status: 401;
5367
+ status: 400;
5693
5368
  input: {
5694
5369
  param: {
5695
5370
  id: string;
@@ -5706,14 +5381,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5706
5381
  } | {
5707
5382
  output: {
5708
5383
  error: {
5709
- code: "query_invalid";
5384
+ code: "api_key_invalid" | "api_key_missing";
5710
5385
  details?: readonly Response.error.Detail[] | undefined;
5711
5386
  message: string;
5712
5387
  };
5713
5388
  requestId: string;
5714
5389
  };
5715
5390
  outputFormat: "json";
5716
- status: 400;
5391
+ status: 401;
5717
5392
  input: {
5718
5393
  param: {
5719
5394
  id: string;
@@ -5730,14 +5405,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5730
5405
  } | {
5731
5406
  output: {
5732
5407
  error: {
5733
- code: "upstream_error";
5408
+ code: "query_invalid";
5734
5409
  details?: readonly Response.error.Detail[] | undefined;
5735
5410
  message: string;
5736
5411
  };
5737
5412
  requestId: string;
5738
5413
  };
5739
5414
  outputFormat: "json";
5740
- status: 502;
5415
+ status: 400;
5741
5416
  input: {
5742
5417
  param: {
5743
5418
  id: string;
@@ -5754,7 +5429,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5754
5429
  } | {
5755
5430
  output: {
5756
5431
  error: {
5757
- code: "webhooks_not_enabled";
5432
+ code: "organization_not_found";
5758
5433
  details?: readonly Response.error.Detail[] | undefined;
5759
5434
  message: string;
5760
5435
  };
@@ -5778,14 +5453,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5778
5453
  } | {
5779
5454
  output: {
5780
5455
  error: {
5781
- code: "param_invalid";
5456
+ code: "forbidden";
5782
5457
  details?: readonly Response.error.Detail[] | undefined;
5783
5458
  message: string;
5784
5459
  };
5785
5460
  requestId: string;
5786
5461
  };
5787
5462
  outputFormat: "json";
5788
- status: 400;
5463
+ status: 403;
5789
5464
  input: {
5790
5465
  param: {
5791
5466
  id: string;
@@ -5802,14 +5477,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5802
5477
  } | {
5803
5478
  output: {
5804
5479
  error: {
5805
- code: "webhook_not_found";
5480
+ code: "param_invalid";
5806
5481
  details?: readonly Response.error.Detail[] | undefined;
5807
5482
  message: string;
5808
5483
  };
5809
5484
  requestId: string;
5810
5485
  };
5811
5486
  outputFormat: "json";
5812
- status: 404;
5487
+ status: 400;
5813
5488
  input: {
5814
5489
  param: {
5815
5490
  id: string;
@@ -5825,26 +5500,15 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5825
5500
  };
5826
5501
  } | {
5827
5502
  output: {
5828
- data: {
5829
- attempt: number;
5830
- createdAt: string;
5831
- error?: string | undefined;
5832
- eventId: string;
5833
- id: string;
5834
- requestUrl: string;
5835
- responseMs?: number | undefined;
5836
- responseStatus?: number | undefined;
5837
- status: "failed" | "pending" | "succeeded";
5838
- subscriptionId: string;
5839
- }[];
5840
- meta?: {
5841
- totalCountCapped: boolean;
5842
- totalCount: number;
5843
- } | undefined;
5844
- nextCursor: string | null;
5503
+ error: {
5504
+ code: "webhooks_not_enabled";
5505
+ details?: readonly Response.error.Detail[] | undefined;
5506
+ message: string;
5507
+ };
5508
+ requestId: string;
5845
5509
  };
5846
5510
  outputFormat: "json";
5847
- status: 200;
5511
+ status: 404;
5848
5512
  input: {
5849
5513
  param: {
5850
5514
  id: string;
@@ -5861,7 +5525,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5861
5525
  } | {
5862
5526
  output: {
5863
5527
  error: {
5864
- code: "organization_not_found";
5528
+ code: "webhook_not_found";
5865
5529
  details?: readonly Response.error.Detail[] | undefined;
5866
5530
  message: string;
5867
5531
  };
@@ -5884,15 +5548,26 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5884
5548
  };
5885
5549
  } | {
5886
5550
  output: {
5887
- error: {
5888
- code: "forbidden";
5889
- details?: readonly Response.error.Detail[] | undefined;
5890
- message: string;
5891
- };
5892
- requestId: string;
5551
+ data: {
5552
+ attempt: number;
5553
+ createdAt: string;
5554
+ error?: string | undefined;
5555
+ eventId: string;
5556
+ id: string;
5557
+ requestUrl: string;
5558
+ responseMs?: number | undefined;
5559
+ responseStatus?: number | undefined;
5560
+ status: "failed" | "pending" | "succeeded";
5561
+ subscriptionId: string;
5562
+ }[];
5563
+ meta?: {
5564
+ totalCountCapped: boolean;
5565
+ totalCount: number;
5566
+ } | undefined;
5567
+ nextCursor: string | null;
5893
5568
  };
5894
5569
  outputFormat: "json";
5895
- status: 403;
5570
+ status: 200;
5896
5571
  input: {
5897
5572
  param: {
5898
5573
  id: string;
@@ -5913,14 +5588,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5913
5588
  $get: {
5914
5589
  output: {
5915
5590
  error: {
5916
- code: "api_key_malformed";
5591
+ code: "upstream_error";
5917
5592
  details?: readonly Response.error.Detail[] | undefined;
5918
5593
  message: string;
5919
5594
  };
5920
5595
  requestId: string;
5921
5596
  };
5922
5597
  outputFormat: "json";
5923
- status: 400;
5598
+ status: 502;
5924
5599
  input: {
5925
5600
  param: {
5926
5601
  deliveryId: string;
@@ -5931,14 +5606,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5931
5606
  } | {
5932
5607
  output: {
5933
5608
  error: {
5934
- code: "api_key_invalid" | "api_key_missing";
5609
+ code: "api_key_malformed";
5935
5610
  details?: readonly Response.error.Detail[] | undefined;
5936
5611
  message: string;
5937
5612
  };
5938
5613
  requestId: string;
5939
5614
  };
5940
5615
  outputFormat: "json";
5941
- status: 401;
5616
+ status: 400;
5942
5617
  input: {
5943
5618
  param: {
5944
5619
  deliveryId: string;
@@ -5949,14 +5624,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5949
5624
  } | {
5950
5625
  output: {
5951
5626
  error: {
5952
- code: "upstream_error";
5627
+ code: "api_key_invalid" | "api_key_missing";
5953
5628
  details?: readonly Response.error.Detail[] | undefined;
5954
5629
  message: string;
5955
5630
  };
5956
5631
  requestId: string;
5957
5632
  };
5958
5633
  outputFormat: "json";
5959
- status: 502;
5634
+ status: 401;
5960
5635
  input: {
5961
5636
  param: {
5962
5637
  deliveryId: string;
@@ -5967,7 +5642,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5967
5642
  } | {
5968
5643
  output: {
5969
5644
  error: {
5970
- code: "webhooks_not_enabled";
5645
+ code: "organization_not_found";
5971
5646
  details?: readonly Response.error.Detail[] | undefined;
5972
5647
  message: string;
5973
5648
  };
@@ -5985,14 +5660,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
5985
5660
  } | {
5986
5661
  output: {
5987
5662
  error: {
5988
- code: "param_invalid";
5663
+ code: "forbidden";
5989
5664
  details?: readonly Response.error.Detail[] | undefined;
5990
5665
  message: string;
5991
5666
  };
5992
5667
  requestId: string;
5993
5668
  };
5994
5669
  outputFormat: "json";
5995
- status: 400;
5670
+ status: 403;
5996
5671
  input: {
5997
5672
  param: {
5998
5673
  deliveryId: string;
@@ -6003,14 +5678,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6003
5678
  } | {
6004
5679
  output: {
6005
5680
  error: {
6006
- code: "webhook_not_found";
5681
+ code: "param_invalid";
6007
5682
  details?: readonly Response.error.Detail[] | undefined;
6008
5683
  message: string;
6009
5684
  };
6010
5685
  requestId: string;
6011
5686
  };
6012
5687
  outputFormat: "json";
6013
- status: 404;
5688
+ status: 400;
6014
5689
  input: {
6015
5690
  param: {
6016
5691
  deliveryId: string;
@@ -6021,7 +5696,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6021
5696
  } | {
6022
5697
  output: {
6023
5698
  error: {
6024
- code: "delivery_not_found";
5699
+ code: "webhooks_not_enabled";
6025
5700
  details?: readonly Response.error.Detail[] | undefined;
6026
5701
  message: string;
6027
5702
  };
@@ -6039,7 +5714,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6039
5714
  } | {
6040
5715
  output: {
6041
5716
  error: {
6042
- code: "organization_not_found";
5717
+ code: "webhook_not_found";
6043
5718
  details?: readonly Response.error.Detail[] | undefined;
6044
5719
  message: string;
6045
5720
  };
@@ -6057,14 +5732,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6057
5732
  } | {
6058
5733
  output: {
6059
5734
  error: {
6060
- code: "forbidden";
5735
+ code: "delivery_not_found";
6061
5736
  details?: readonly Response.error.Detail[] | undefined;
6062
5737
  message: string;
6063
5738
  };
6064
5739
  requestId: string;
6065
5740
  };
6066
5741
  outputFormat: "json";
6067
- status: 403;
5742
+ status: 404;
6068
5743
  input: {
6069
5744
  param: {
6070
5745
  deliveryId: string;
@@ -6146,98 +5821,17 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6146
5821
  input?: `0x${string}` | undefined;
6147
5822
  maxFeePerGas?: string | undefined;
6148
5823
  maxPriorityFeePerGas?: string | undefined;
5824
+ nonce: number;
5825
+ nonceKey?: `0x${string}` | undefined;
5826
+ recipient: `0x${string}` | null;
5827
+ sender: `0x${string}`;
5828
+ timestamp: string | null;
5829
+ transactionIndex: number | null;
5830
+ type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
5831
+ validAfter?: string | null | undefined;
5832
+ validBefore?: string | null | undefined;
5833
+ value: string;
6149
5834
  meta: {
6150
- receipt?: {
6151
- blockHash: `0x${string}` | null;
6152
- blockNumber: number;
6153
- contractAddress: `0x${string}` | null;
6154
- cumulativeGasUsed: number;
6155
- effectiveGasPrice: string;
6156
- feeAmount: {
6157
- baseUnits: string;
6158
- currency: string;
6159
- decimals: number;
6160
- formatted: string;
6161
- valuation?: {
6162
- amount: string;
6163
- currency: string;
6164
- } | null | undefined;
6165
- };
6166
- feePayer?: `0x${string}` | undefined;
6167
- feeToken?: {
6168
- address: `0x${string}`;
6169
- currency: string;
6170
- decimals: number;
6171
- logoUri?: string | undefined;
6172
- name: string;
6173
- symbol: string;
6174
- verified?: boolean | undefined;
6175
- } | undefined;
6176
- gasUsed: number;
6177
- id: `0x${string}`;
6178
- logs: {
6179
- [x: string]: import("hono/utils/types").JSONValue;
6180
- address: `0x${string}`;
6181
- blockHash: `0x${string}` | null;
6182
- blockNumber: `0x${string}` | null;
6183
- blockTimestamp?: `0x${string}` | null | undefined;
6184
- data: `0x${string}`;
6185
- logIndex: `0x${string}` | null;
6186
- removed: boolean;
6187
- topics: `0x${string}`[];
6188
- transactionHash: `0x${string}` | null;
6189
- transactionIndex: `0x${string}` | null;
6190
- }[];
6191
- meta: {
6192
- valuation?: {
6193
- asOf: string;
6194
- basis: "nominal";
6195
- source: string;
6196
- } | undefined;
6197
- rpc: {
6198
- [x: string]: import("hono/utils/types").JSONValue;
6199
- blobGasPrice?: `0x${string}` | undefined;
6200
- blobGasUsed?: `0x${string}` | undefined;
6201
- blockHash: `0x${string}` | null;
6202
- blockNumber: `0x${string}`;
6203
- blockTimestamp?: `0x${string}` | null | undefined;
6204
- contractAddress?: `0x${string}` | null | undefined;
6205
- cumulativeGasUsed: `0x${string}`;
6206
- effectiveGasPrice: `0x${string}`;
6207
- feePayer?: `0x${string}` | null | undefined;
6208
- feeToken?: `0x${string}` | null | undefined;
6209
- from: `0x${string}`;
6210
- gasUsed: `0x${string}`;
6211
- logs: {
6212
- [x: string]: import("hono/utils/types").JSONValue;
6213
- address: `0x${string}`;
6214
- blockHash: `0x${string}` | null;
6215
- blockNumber: `0x${string}` | null;
6216
- blockTimestamp?: `0x${string}` | null | undefined;
6217
- data: `0x${string}`;
6218
- logIndex: `0x${string}` | null;
6219
- removed: boolean;
6220
- topics: `0x${string}`[];
6221
- transactionHash: `0x${string}` | null;
6222
- transactionIndex: `0x${string}` | null;
6223
- }[];
6224
- logsBloom?: `0x${string}` | undefined;
6225
- root?: `0x${string}` | undefined;
6226
- status: `0x${string}`;
6227
- to: `0x${string}` | null;
6228
- transactionHash: `0x${string}`;
6229
- transactionIndex: `0x${string}`;
6230
- type: `0x${string}`;
6231
- };
6232
- };
6233
- recipient: `0x${string}` | null;
6234
- sender: `0x${string}`;
6235
- status: "reverted" | "success";
6236
- timestamp: string | null;
6237
- transactionHash: `0x${string}`;
6238
- transactionIndex: number;
6239
- type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
6240
- } | undefined;
6241
5835
  rpc: {
6242
5836
  [x: string]: import("hono/utils/types").JSONValue;
6243
5837
  aaAuthorizationList?: {
@@ -6263,6 +5857,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6263
5857
  value?: `0x${string}` | null | undefined;
6264
5858
  }[] | null | undefined;
6265
5859
  chainId?: `0x${string}` | undefined;
5860
+ feePayer?: `0x${string}` | undefined;
6266
5861
  feePayerSignature?: {
6267
5862
  [x: string]: import("hono/utils/types").JSONValue;
6268
5863
  type?: string | undefined;
@@ -6297,16 +5892,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6297
5892
  yParity?: `0x${string}` | undefined;
6298
5893
  };
6299
5894
  };
6300
- nonce: number;
6301
- nonceKey?: `0x${string}` | undefined;
6302
- recipient: `0x${string}` | null;
6303
- sender: `0x${string}`;
6304
- timestamp: string | null;
6305
- transactionIndex: number | null;
6306
- type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
6307
- validAfter?: string | null | undefined;
6308
- validBefore?: string | null | undefined;
6309
- value: string;
6310
5895
  };
6311
5896
  type: "transaction:included";
6312
5897
  } | {
@@ -6398,14 +5983,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6398
5983
  $post: {
6399
5984
  output: {
6400
5985
  error: {
6401
- code: "api_key_malformed";
5986
+ code: "upstream_error";
6402
5987
  details?: readonly Response.error.Detail[] | undefined;
6403
5988
  message: string;
6404
5989
  };
6405
5990
  requestId: string;
6406
5991
  };
6407
5992
  outputFormat: "json";
6408
- status: 400;
5993
+ status: 502;
6409
5994
  input: {
6410
5995
  param: {
6411
5996
  deliveryId: string;
@@ -6416,14 +6001,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6416
6001
  } | {
6417
6002
  output: {
6418
6003
  error: {
6419
- code: "api_key_invalid" | "api_key_missing";
6004
+ code: "api_key_malformed";
6420
6005
  details?: readonly Response.error.Detail[] | undefined;
6421
6006
  message: string;
6422
6007
  };
6423
6008
  requestId: string;
6424
6009
  };
6425
6010
  outputFormat: "json";
6426
- status: 401;
6011
+ status: 400;
6427
6012
  input: {
6428
6013
  param: {
6429
6014
  deliveryId: string;
@@ -6434,14 +6019,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6434
6019
  } | {
6435
6020
  output: {
6436
6021
  error: {
6437
- code: "upstream_error";
6022
+ code: "api_key_invalid" | "api_key_missing";
6438
6023
  details?: readonly Response.error.Detail[] | undefined;
6439
6024
  message: string;
6440
6025
  };
6441
6026
  requestId: string;
6442
6027
  };
6443
6028
  outputFormat: "json";
6444
- status: 502;
6029
+ status: 401;
6445
6030
  input: {
6446
6031
  param: {
6447
6032
  deliveryId: string;
@@ -6452,7 +6037,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6452
6037
  } | {
6453
6038
  output: {
6454
6039
  error: {
6455
- code: "webhooks_not_enabled";
6040
+ code: "organization_not_found";
6456
6041
  details?: readonly Response.error.Detail[] | undefined;
6457
6042
  message: string;
6458
6043
  };
@@ -6470,14 +6055,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6470
6055
  } | {
6471
6056
  output: {
6472
6057
  error: {
6473
- code: "param_invalid";
6058
+ code: "forbidden";
6474
6059
  details?: readonly Response.error.Detail[] | undefined;
6475
6060
  message: string;
6476
6061
  };
6477
6062
  requestId: string;
6478
6063
  };
6479
6064
  outputFormat: "json";
6480
- status: 400;
6065
+ status: 403;
6481
6066
  input: {
6482
6067
  param: {
6483
6068
  deliveryId: string;
@@ -6488,14 +6073,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6488
6073
  } | {
6489
6074
  output: {
6490
6075
  error: {
6491
- code: "webhook_not_found";
6076
+ code: "param_invalid";
6492
6077
  details?: readonly Response.error.Detail[] | undefined;
6493
6078
  message: string;
6494
6079
  };
6495
6080
  requestId: string;
6496
6081
  };
6497
6082
  outputFormat: "json";
6498
- status: 404;
6083
+ status: 400;
6499
6084
  input: {
6500
6085
  param: {
6501
6086
  deliveryId: string;
@@ -6505,14 +6090,15 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6505
6090
  };
6506
6091
  } | {
6507
6092
  output: {
6508
- delivered: boolean;
6509
- error?: string | undefined;
6510
- eventId: string;
6511
- responseMs?: number | undefined;
6512
- responseStatus?: number | undefined;
6093
+ error: {
6094
+ code: "webhooks_not_enabled";
6095
+ details?: readonly Response.error.Detail[] | undefined;
6096
+ message: string;
6097
+ };
6098
+ requestId: string;
6513
6099
  };
6514
6100
  outputFormat: "json";
6515
- status: 200;
6101
+ status: 404;
6516
6102
  input: {
6517
6103
  param: {
6518
6104
  deliveryId: string;
@@ -6523,7 +6109,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6523
6109
  } | {
6524
6110
  output: {
6525
6111
  error: {
6526
- code: "delivery_not_found";
6112
+ code: "webhook_not_found";
6527
6113
  details?: readonly Response.error.Detail[] | undefined;
6528
6114
  message: string;
6529
6115
  };
@@ -6541,7 +6127,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6541
6127
  } | {
6542
6128
  output: {
6543
6129
  error: {
6544
- code: "organization_not_found";
6130
+ code: "delivery_not_found";
6545
6131
  details?: readonly Response.error.Detail[] | undefined;
6546
6132
  message: string;
6547
6133
  };
@@ -6558,15 +6144,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6558
6144
  };
6559
6145
  } | {
6560
6146
  output: {
6561
- error: {
6562
- code: "forbidden";
6563
- details?: readonly Response.error.Detail[] | undefined;
6564
- message: string;
6565
- };
6566
- requestId: string;
6147
+ delivered: boolean;
6148
+ error?: string | undefined;
6149
+ eventId: string;
6150
+ responseMs?: number | undefined;
6151
+ responseStatus?: number | undefined;
6567
6152
  };
6568
6153
  outputFormat: "json";
6569
- status: 403;
6154
+ status: 200;
6570
6155
  input: {
6571
6156
  param: {
6572
6157
  deliveryId: string;
@@ -6579,6 +6164,27 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6579
6164
  } & {
6580
6165
  "/v1/orgs/:orgId{org_[A-Za-z0-9_-]+}/webhooks/:id{wh_[A-Za-z0-9_-]+}": {
6581
6166
  $patch: {
6167
+ output: {
6168
+ error: {
6169
+ code: "upstream_error";
6170
+ details?: readonly Response.error.Detail[] | undefined;
6171
+ message: string;
6172
+ };
6173
+ requestId: string;
6174
+ };
6175
+ outputFormat: "json";
6176
+ status: 502;
6177
+ input: {
6178
+ param: {
6179
+ id: string;
6180
+ orgId: string;
6181
+ };
6182
+ } & {
6183
+ json: {
6184
+ status: "active" | "disabled" | "paused";
6185
+ };
6186
+ };
6187
+ } | {
6582
6188
  output: {
6583
6189
  error: {
6584
6190
  code: "api_key_malformed";
@@ -6623,14 +6229,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6623
6229
  } | {
6624
6230
  output: {
6625
6231
  error: {
6626
- code: "upstream_error";
6232
+ code: "organization_not_found";
6627
6233
  details?: readonly Response.error.Detail[] | undefined;
6628
6234
  message: string;
6629
6235
  };
6630
6236
  requestId: string;
6631
6237
  };
6632
6238
  outputFormat: "json";
6633
- status: 502;
6239
+ status: 404;
6634
6240
  input: {
6635
6241
  param: {
6636
6242
  id: string;
@@ -6644,14 +6250,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6644
6250
  } | {
6645
6251
  output: {
6646
6252
  error: {
6647
- code: "webhooks_not_enabled";
6253
+ code: "forbidden";
6648
6254
  details?: readonly Response.error.Detail[] | undefined;
6649
6255
  message: string;
6650
6256
  };
6651
6257
  requestId: string;
6652
6258
  };
6653
6259
  outputFormat: "json";
6654
- status: 404;
6260
+ status: 403;
6655
6261
  input: {
6656
6262
  param: {
6657
6263
  id: string;
@@ -6665,7 +6271,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6665
6271
  } | {
6666
6272
  output: {
6667
6273
  error: {
6668
- code: "body_invalid";
6274
+ code: "param_invalid";
6669
6275
  details?: readonly Response.error.Detail[] | undefined;
6670
6276
  message: string;
6671
6277
  };
@@ -6686,7 +6292,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6686
6292
  } | {
6687
6293
  output: {
6688
6294
  error: {
6689
- code: "param_invalid";
6295
+ code: "body_invalid";
6690
6296
  details?: readonly Response.error.Detail[] | undefined;
6691
6297
  message: string;
6692
6298
  };
@@ -6704,6 +6310,27 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6704
6310
  status: "active" | "disabled" | "paused";
6705
6311
  };
6706
6312
  };
6313
+ } | {
6314
+ output: {
6315
+ error: {
6316
+ code: "webhooks_not_enabled";
6317
+ details?: readonly Response.error.Detail[] | undefined;
6318
+ message: string;
6319
+ };
6320
+ requestId: string;
6321
+ };
6322
+ outputFormat: "json";
6323
+ status: 404;
6324
+ input: {
6325
+ param: {
6326
+ id: string;
6327
+ orgId: string;
6328
+ };
6329
+ } & {
6330
+ json: {
6331
+ status: "active" | "disabled" | "paused";
6332
+ };
6333
+ };
6707
6334
  } | {
6708
6335
  output: {
6709
6336
  error: {
@@ -6770,53 +6397,28 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6770
6397
  status: "active" | "disabled" | "paused";
6771
6398
  };
6772
6399
  };
6773
- } | {
6400
+ };
6401
+ };
6402
+ } & {
6403
+ "/v1/orgs/:orgId{org_[A-Za-z0-9_-]+}/webhooks/:id{wh_[A-Za-z0-9_-]+}": {
6404
+ $delete: {
6774
6405
  output: {
6775
6406
  error: {
6776
- code: "organization_not_found";
6407
+ code: "upstream_error";
6777
6408
  details?: readonly Response.error.Detail[] | undefined;
6778
6409
  message: string;
6779
6410
  };
6780
6411
  requestId: string;
6781
6412
  };
6782
6413
  outputFormat: "json";
6783
- status: 404;
6414
+ status: 502;
6784
6415
  input: {
6785
6416
  param: {
6786
6417
  id: string;
6787
6418
  orgId: string;
6788
6419
  };
6789
- } & {
6790
- json: {
6791
- status: "active" | "disabled" | "paused";
6792
- };
6793
6420
  };
6794
6421
  } | {
6795
- output: {
6796
- error: {
6797
- code: "forbidden";
6798
- details?: readonly Response.error.Detail[] | undefined;
6799
- message: string;
6800
- };
6801
- requestId: string;
6802
- };
6803
- outputFormat: "json";
6804
- status: 403;
6805
- input: {
6806
- param: {
6807
- id: string;
6808
- orgId: string;
6809
- };
6810
- } & {
6811
- json: {
6812
- status: "active" | "disabled" | "paused";
6813
- };
6814
- };
6815
- };
6816
- };
6817
- } & {
6818
- "/v1/orgs/:orgId{org_[A-Za-z0-9_-]+}/webhooks/:id{wh_[A-Za-z0-9_-]+}": {
6819
- $delete: {
6820
6422
  output: {
6821
6423
  error: {
6822
6424
  code: "api_key_malformed";
@@ -6853,14 +6455,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6853
6455
  } | {
6854
6456
  output: {
6855
6457
  error: {
6856
- code: "upstream_error";
6458
+ code: "organization_not_found";
6857
6459
  details?: readonly Response.error.Detail[] | undefined;
6858
6460
  message: string;
6859
6461
  };
6860
6462
  requestId: string;
6861
6463
  };
6862
6464
  outputFormat: "json";
6863
- status: 502;
6465
+ status: 404;
6864
6466
  input: {
6865
6467
  param: {
6866
6468
  id: string;
@@ -6870,14 +6472,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6870
6472
  } | {
6871
6473
  output: {
6872
6474
  error: {
6873
- code: "webhooks_not_enabled";
6475
+ code: "forbidden";
6874
6476
  details?: readonly Response.error.Detail[] | undefined;
6875
6477
  message: string;
6876
6478
  };
6877
6479
  requestId: string;
6878
6480
  };
6879
6481
  outputFormat: "json";
6880
- status: 404;
6482
+ status: 403;
6881
6483
  input: {
6882
6484
  param: {
6883
6485
  id: string;
@@ -6904,7 +6506,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6904
6506
  } | {
6905
6507
  output: {
6906
6508
  error: {
6907
- code: "webhook_not_found";
6509
+ code: "webhooks_not_enabled";
6908
6510
  details?: readonly Response.error.Detail[] | undefined;
6909
6511
  message: string;
6910
6512
  };
@@ -6921,7 +6523,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6921
6523
  } | {
6922
6524
  output: {
6923
6525
  error: {
6924
- code: "organization_not_found";
6526
+ code: "webhook_not_found";
6925
6527
  details?: readonly Response.error.Detail[] | undefined;
6926
6528
  message: string;
6927
6529
  };
@@ -6935,23 +6537,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6935
6537
  orgId: string;
6936
6538
  };
6937
6539
  };
6938
- } | {
6939
- output: {
6940
- error: {
6941
- code: "forbidden";
6942
- details?: readonly Response.error.Detail[] | undefined;
6943
- message: string;
6944
- };
6945
- requestId: string;
6946
- };
6947
- outputFormat: "json";
6948
- status: 403;
6949
- input: {
6950
- param: {
6951
- id: string;
6952
- orgId: string;
6953
- };
6954
- };
6955
6540
  } | {
6956
6541
  output: {
6957
6542
  id: string;