tapimo 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (223) hide show
  1. package/dist/App.d.ts +7410 -7613
  2. package/dist/App.d.ts.map +1 -1
  3. package/dist/App.js +0 -1
  4. package/dist/App.js.map +1 -1
  5. package/dist/Webhooks.d.ts +21 -20
  6. package/dist/Webhooks.d.ts.map +1 -1
  7. package/dist/Webhooks.js +66 -23
  8. package/dist/Webhooks.js.map +1 -1
  9. package/dist/admin/apps/verified-tokens.d.ts +74 -74
  10. package/dist/apps/Zones.d.ts +34 -22
  11. package/dist/apps/Zones.d.ts.map +1 -1
  12. package/dist/apps/Zones.js +9 -8
  13. package/dist/apps/Zones.js.map +1 -1
  14. package/dist/apps/data/App.d.ts +3120 -2782
  15. package/dist/apps/data/App.d.ts.map +1 -1
  16. package/dist/apps/data/FxOracle.d.ts +4 -5
  17. package/dist/apps/data/FxOracle.d.ts.map +1 -1
  18. package/dist/apps/data/FxOracle.js +19 -4
  19. package/dist/apps/data/FxOracle.js.map +1 -1
  20. package/dist/apps/data/routes/activities.d.ts.map +1 -1
  21. package/dist/apps/data/routes/activities.js +32 -27
  22. package/dist/apps/data/routes/activities.js.map +1 -1
  23. package/dist/apps/data/routes/addresses.d.ts +283 -52
  24. package/dist/apps/data/routes/addresses.d.ts.map +1 -1
  25. package/dist/apps/data/routes/balances.d.ts +291 -21
  26. package/dist/apps/data/routes/balances.d.ts.map +1 -1
  27. package/dist/apps/data/routes/balances.js +232 -66
  28. package/dist/apps/data/routes/balances.js.map +1 -1
  29. package/dist/apps/data/routes/blocks.d.ts +4 -4
  30. package/dist/apps/data/routes/coingecko.d.ts +54 -54
  31. package/dist/apps/data/routes/earn.d.ts +642 -126
  32. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  33. package/dist/apps/data/routes/earn.js +627 -58
  34. package/dist/apps/data/routes/earn.js.map +1 -1
  35. package/dist/apps/data/routes/exchanges.d.ts +120 -120
  36. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  37. package/dist/apps/data/routes/exchanges.js +114 -118
  38. package/dist/apps/data/routes/exchanges.js.map +1 -1
  39. package/dist/apps/data/routes/receipts.d.ts.map +1 -1
  40. package/dist/apps/data/routes/receipts.js +68 -47
  41. package/dist/apps/data/routes/receipts.js.map +1 -1
  42. package/dist/apps/data/routes/tokens.d.ts +2 -0
  43. package/dist/apps/data/routes/tokens.d.ts.map +1 -1
  44. package/dist/apps/data/routes/transactions.d.ts +59 -51
  45. package/dist/apps/data/routes/transactions.d.ts.map +1 -1
  46. package/dist/apps/data/routes/transactions.js +25 -23
  47. package/dist/apps/data/routes/transactions.js.map +1 -1
  48. package/dist/apps/data/routes/transfers.d.ts +40 -18
  49. package/dist/apps/data/routes/transfers.d.ts.map +1 -1
  50. package/dist/apps/data/routes/transfers.js +618 -105
  51. package/dist/apps/data/routes/transfers.js.map +1 -1
  52. package/dist/apps/data/routes/valuation.d.ts +21 -21
  53. package/dist/apps/data/routes/valuation.d.ts.map +1 -1
  54. package/dist/apps/data/routes/valuation.js +2 -2
  55. package/dist/apps/data/routes/valuation.js.map +1 -1
  56. package/dist/apps/data/routes/verified-tokens.d.ts +37 -37
  57. package/dist/apps/data/routes/webhooks.d.ts +102 -505
  58. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  59. package/dist/apps/data/routes/webhooks.js +484 -342
  60. package/dist/apps/data/routes/webhooks.js.map +1 -1
  61. package/dist/apps/data/routes/zones.d.ts +12 -12
  62. package/dist/apps/data/routes/zones.d.ts.map +1 -1
  63. package/dist/apps/data/routes/zones.js +3 -1
  64. package/dist/apps/data/routes/zones.js.map +1 -1
  65. package/dist/apps/funding/App.d.ts +127 -386
  66. package/dist/apps/funding/App.d.ts.map +1 -1
  67. package/dist/apps/funding/App.js +20 -5
  68. package/dist/apps/funding/App.js.map +1 -1
  69. package/dist/apps/funding/routes/deposit-addresses.d.ts +141 -532
  70. package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
  71. package/dist/apps/funding/routes/deposit-addresses.js +21 -103
  72. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
  73. package/dist/apps/funding/routes/transfers.d.ts +4 -4
  74. package/dist/apps/funding/routes/transfers.js +5 -5
  75. package/dist/apps/funding/routes/transfers.js.map +1 -1
  76. package/dist/apps/management/App.d.ts +429 -727
  77. package/dist/apps/management/App.d.ts.map +1 -1
  78. package/dist/apps/management/routes/api-keys.d.ts +24 -24
  79. package/dist/apps/management/routes/billing.d.ts +72 -72
  80. package/dist/apps/management/routes/faucet.d.ts +6 -6
  81. package/dist/apps/management/routes/invite-links.d.ts +38 -38
  82. package/dist/apps/management/routes/me.d.ts +6 -6
  83. package/dist/apps/management/routes/members.d.ts +30 -30
  84. package/dist/apps/management/routes/projects.d.ts +20 -20
  85. package/dist/apps/management/routes/usage.d.ts +24 -24
  86. package/dist/apps/management/routes/webhooks.d.ts +158 -573
  87. package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
  88. package/dist/apps/mpp/App.d.ts +12 -0
  89. package/dist/apps/mpp/App.d.ts.map +1 -1
  90. package/dist/apps/mpp/Mpp.d.ts +3 -0
  91. package/dist/apps/mpp/Mpp.d.ts.map +1 -1
  92. package/dist/apps/mpp/Mpp.js +3 -0
  93. package/dist/apps/mpp/Mpp.js.map +1 -1
  94. package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
  95. package/dist/apps/mpp/internal/Adapter.js +9 -2
  96. package/dist/apps/mpp/internal/Adapter.js.map +1 -1
  97. package/dist/db/Db.d.ts +2 -2
  98. package/dist/db/Db.d.ts.map +1 -1
  99. package/dist/db/Db.js +25 -15
  100. package/dist/db/Db.js.map +1 -1
  101. package/dist/db/tables/fundingDeposits.d.ts +18 -1
  102. package/dist/db/tables/fundingDeposits.d.ts.map +1 -1
  103. package/dist/db/tables/fundingDeposits.js +46 -2
  104. package/dist/db/tables/fundingDeposits.js.map +1 -1
  105. package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
  106. package/dist/db/tables/sponsoredTransactions.js +4 -1
  107. package/dist/db/tables/sponsoredTransactions.js.map +1 -1
  108. package/dist/db/tables/webhookSubscriptions.d.ts +56 -3
  109. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  110. package/dist/db/tables/webhookSubscriptions.js +76 -3
  111. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  112. package/dist/internal/Auth.d.ts +4 -0
  113. package/dist/internal/Auth.d.ts.map +1 -1
  114. package/dist/internal/Auth.js +11 -2
  115. package/dist/internal/Auth.js.map +1 -1
  116. package/dist/internal/MetricSink.d.ts +112 -3
  117. package/dist/internal/MetricSink.d.ts.map +1 -1
  118. package/dist/internal/MetricSink.js +116 -3
  119. package/dist/internal/MetricSink.js.map +1 -1
  120. package/dist/internal/Schema.js +1 -1
  121. package/dist/internal/Schema.js.map +1 -1
  122. package/dist/internal/Tidx.d.ts +1 -3
  123. package/dist/internal/Tidx.d.ts.map +1 -1
  124. package/dist/internal/Tidx.js +1 -3
  125. package/dist/internal/Tidx.js.map +1 -1
  126. package/dist/internal/Viem.d.ts.map +1 -1
  127. package/dist/internal/Viem.js +2 -1
  128. package/dist/internal/Viem.js.map +1 -1
  129. package/dist/internal/WebhookDestination.d.ts +2 -0
  130. package/dist/internal/WebhookDestination.d.ts.map +1 -1
  131. package/dist/internal/WebhookDestination.js +11 -0
  132. package/dist/internal/WebhookDestination.js.map +1 -1
  133. package/dist/internal/WebhookTransfer.d.ts +55 -0
  134. package/dist/internal/WebhookTransfer.d.ts.map +1 -0
  135. package/dist/internal/WebhookTransfer.js +296 -0
  136. package/dist/internal/WebhookTransfer.js.map +1 -0
  137. package/dist/internal/Webhooks.d.ts +37 -0
  138. package/dist/internal/Webhooks.d.ts.map +1 -1
  139. package/dist/internal/Webhooks.js +87 -13
  140. package/dist/internal/Webhooks.js.map +1 -1
  141. package/dist/internal/funding/Provider.d.ts +10 -6
  142. package/dist/internal/funding/Provider.d.ts.map +1 -1
  143. package/dist/internal/funding/Provider.js +11 -7
  144. package/dist/internal/funding/Provider.js.map +1 -1
  145. package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
  146. package/dist/internal/funding/Reconciliation.js +229 -16
  147. package/dist/internal/funding/Reconciliation.js.map +1 -1
  148. package/dist/internal/funding/providers/relay.d.ts +3 -0
  149. package/dist/internal/funding/providers/relay.d.ts.map +1 -1
  150. package/dist/internal/funding/providers/relay.js +18 -3
  151. package/dist/internal/funding/providers/relay.js.map +1 -1
  152. package/package.json +3 -3
  153. package/src/App.test.ts +32 -0
  154. package/src/App.ts +4 -1
  155. package/src/Client.test-d.ts +116 -38
  156. package/src/Webhooks.bench.ts +714 -0
  157. package/src/Webhooks.memory.bench.ts +250 -0
  158. package/src/Webhooks.test.ts +77 -6
  159. package/src/Webhooks.ts +83 -29
  160. package/src/apps/Zones.test.ts +5 -4
  161. package/src/apps/Zones.ts +9 -8
  162. package/src/apps/composition.test.ts +39 -10
  163. package/src/apps/data/FxOracle.test.ts +18 -0
  164. package/src/apps/data/FxOracle.ts +28 -5
  165. package/src/apps/data/routes/activities.test.ts +19 -0
  166. package/src/apps/data/routes/activities.ts +34 -30
  167. package/src/apps/data/routes/balances.test.ts +161 -10
  168. package/src/apps/data/routes/balances.ts +339 -147
  169. package/src/apps/data/routes/blocks.test.ts +12 -6
  170. package/src/apps/data/routes/earn.test.ts +286 -9
  171. package/src/apps/data/routes/earn.ts +841 -58
  172. package/src/apps/data/routes/exchanges.test.ts +7 -6
  173. package/src/apps/data/routes/exchanges.ts +124 -117
  174. package/src/apps/data/routes/receipts.test.ts +24 -7
  175. package/src/apps/data/routes/receipts.ts +67 -50
  176. package/src/apps/data/routes/tokens.test.ts +51 -0
  177. package/src/apps/data/routes/transactions.test.ts +42 -0
  178. package/src/apps/data/routes/transactions.ts +44 -39
  179. package/src/apps/data/routes/transfers.test.ts +402 -24
  180. package/src/apps/data/routes/transfers.ts +708 -101
  181. package/src/apps/data/routes/valuation.test.ts +26 -0
  182. package/src/apps/data/routes/valuation.ts +6 -2
  183. package/src/apps/data/routes/webhooks.test.ts +414 -130
  184. package/src/apps/data/routes/webhooks.ts +603 -419
  185. package/src/apps/data/routes/zones.ts +6 -1
  186. package/src/apps/funding/App.ts +20 -5
  187. package/src/apps/funding/routes/deposit-addresses.test.ts +43 -22
  188. package/src/apps/funding/routes/deposit-addresses.ts +34 -117
  189. package/src/apps/funding/routes/quotes.test.ts +1 -1
  190. package/src/apps/funding/routes/transfers.test.ts +6 -25
  191. package/src/apps/funding/routes/transfers.ts +5 -5
  192. package/src/apps/mpp/Mpp.test.ts +13 -1
  193. package/src/apps/mpp/Mpp.ts +8 -0
  194. package/src/apps/mpp/internal/Adapter.ts +10 -2
  195. package/src/db/Db.test.ts +40 -6
  196. package/src/db/Db.ts +42 -19
  197. package/src/db/tables/fundingDeposits.test.ts +101 -0
  198. package/src/db/tables/fundingDeposits.ts +71 -2
  199. package/src/db/tables/sponsoredTransactions.ts +9 -2
  200. package/src/db/tables/webhookSubscriptions.ts +116 -4
  201. package/src/internal/Auth.test.ts +28 -0
  202. package/src/internal/Auth.ts +15 -1
  203. package/src/internal/EarnVaults.test.ts +2 -2
  204. package/src/internal/MetricSink.test.ts +518 -0
  205. package/src/internal/MetricSink.ts +266 -9
  206. package/src/internal/Schema.ts +1 -1
  207. package/src/internal/Tidx.test.ts +4 -4
  208. package/src/internal/Tidx.ts +1 -3
  209. package/src/internal/Viem.test.ts +8 -0
  210. package/src/internal/Viem.ts +2 -1
  211. package/src/internal/WebhookDestination.test.ts +20 -0
  212. package/src/internal/WebhookDestination.ts +10 -0
  213. package/src/internal/WebhookTransfer.ts +426 -0
  214. package/src/internal/Webhooks.test.ts +137 -0
  215. package/src/internal/Webhooks.ts +131 -17
  216. package/src/internal/funding/Provider.test.ts +47 -7
  217. package/src/internal/funding/Provider.ts +16 -11
  218. package/src/internal/funding/Reconciliation.local.test.ts +3 -1
  219. package/src/internal/funding/Reconciliation.test.ts +1532 -54
  220. package/src/internal/funding/Reconciliation.ts +296 -53
  221. package/src/internal/funding/SourceObservation.test.ts +3 -2
  222. package/src/internal/funding/providers/relay.test.ts +1 -4
  223. package/src/internal/funding/providers/relay.ts +23 -3
@@ -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<{
@@ -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;
@@ -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;
@@ -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,7 +1804,7 @@ 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: "organization_not_found";
1973
1808
  details?: readonly Response.error.Detail[] | undefined;
1974
1809
  message: string;
1975
1810
  };
@@ -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: "forbidden";
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: 403;
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;
@@ -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;
@@ -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;
@@ -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;
@@ -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
  } | {
@@ -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;
@@ -6644,7 +6229,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6644
6229
  } | {
6645
6230
  output: {
6646
6231
  error: {
6647
- code: "webhooks_not_enabled";
6232
+ code: "organization_not_found";
6648
6233
  details?: readonly Response.error.Detail[] | undefined;
6649
6234
  message: string;
6650
6235
  };
@@ -6665,14 +6250,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6665
6250
  } | {
6666
6251
  output: {
6667
6252
  error: {
6668
- code: "body_invalid";
6253
+ code: "forbidden";
6669
6254
  details?: readonly Response.error.Detail[] | undefined;
6670
6255
  message: string;
6671
6256
  };
6672
6257
  requestId: string;
6673
6258
  };
6674
6259
  outputFormat: "json";
6675
- status: 400;
6260
+ status: 403;
6676
6261
  input: {
6677
6262
  param: {
6678
6263
  id: string;
@@ -6707,14 +6292,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6707
6292
  } | {
6708
6293
  output: {
6709
6294
  error: {
6710
- code: "webhook_not_found";
6295
+ code: "body_invalid";
6711
6296
  details?: readonly Response.error.Detail[] | undefined;
6712
6297
  message: string;
6713
6298
  };
6714
6299
  requestId: string;
6715
6300
  };
6716
6301
  outputFormat: "json";
6717
- status: 404;
6302
+ status: 400;
6718
6303
  input: {
6719
6304
  param: {
6720
6305
  id: string;
@@ -6727,39 +6312,15 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6727
6312
  };
6728
6313
  } | {
6729
6314
  output: {
6730
- chainId: number;
6731
- context?: {
6732
- description?: string | undefined;
6733
- metadata?: {
6734
- [x: string]: string;
6735
- } | undefined;
6736
- title?: string | undefined;
6737
- } | undefined;
6738
- createdAt: string;
6739
- destination: {
6740
- type: "url";
6741
- url: string;
6742
- } | {
6743
- type: "slack";
6744
- url: "https://hooks.slack.com/…";
6745
- } | {
6746
- token: "[redacted]";
6747
- type: "betterstack";
6748
- url: string;
6749
- };
6750
- eventType: "block:created" | "log:emitted" | "token:transfer" | "transaction:included";
6751
- expiresAt?: string | undefined;
6752
- failureCount: number;
6753
- filters: {
6754
- [x: string]: import("hono/utils/types").JSONValue;
6315
+ error: {
6316
+ code: "webhooks_not_enabled";
6317
+ details?: readonly Response.error.Detail[] | undefined;
6318
+ message: string;
6755
6319
  };
6756
- id: string;
6757
- lastDeliveryAt?: string | undefined;
6758
- status: "active" | "disabled" | "paused";
6759
- updatedAt: string;
6320
+ requestId: string;
6760
6321
  };
6761
6322
  outputFormat: "json";
6762
- status: 200;
6323
+ status: 404;
6763
6324
  input: {
6764
6325
  param: {
6765
6326
  id: string;
@@ -6773,7 +6334,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6773
6334
  } | {
6774
6335
  output: {
6775
6336
  error: {
6776
- code: "organization_not_found";
6337
+ code: "webhook_not_found";
6777
6338
  details?: readonly Response.error.Detail[] | undefined;
6778
6339
  message: string;
6779
6340
  };
@@ -6793,15 +6354,39 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6793
6354
  };
6794
6355
  } | {
6795
6356
  output: {
6796
- error: {
6797
- code: "forbidden";
6798
- details?: readonly Response.error.Detail[] | undefined;
6799
- message: string;
6357
+ chainId: number;
6358
+ context?: {
6359
+ description?: string | undefined;
6360
+ metadata?: {
6361
+ [x: string]: string;
6362
+ } | undefined;
6363
+ title?: string | undefined;
6364
+ } | undefined;
6365
+ createdAt: string;
6366
+ destination: {
6367
+ type: "url";
6368
+ url: string;
6369
+ } | {
6370
+ type: "slack";
6371
+ url: "https://hooks.slack.com/…";
6372
+ } | {
6373
+ token: "[redacted]";
6374
+ type: "betterstack";
6375
+ url: string;
6800
6376
  };
6801
- requestId: string;
6377
+ eventType: "block:created" | "log:emitted" | "token:transfer" | "transaction:included";
6378
+ expiresAt?: string | undefined;
6379
+ failureCount: number;
6380
+ filters: {
6381
+ [x: string]: import("hono/utils/types").JSONValue;
6382
+ };
6383
+ id: string;
6384
+ lastDeliveryAt?: string | undefined;
6385
+ status: "active" | "disabled" | "paused";
6386
+ updatedAt: string;
6802
6387
  };
6803
6388
  outputFormat: "json";
6804
- status: 403;
6389
+ status: 200;
6805
6390
  input: {
6806
6391
  param: {
6807
6392
  id: string;
@@ -6870,7 +6455,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6870
6455
  } | {
6871
6456
  output: {
6872
6457
  error: {
6873
- code: "webhooks_not_enabled";
6458
+ code: "organization_not_found";
6874
6459
  details?: readonly Response.error.Detail[] | undefined;
6875
6460
  message: string;
6876
6461
  };
@@ -6887,14 +6472,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6887
6472
  } | {
6888
6473
  output: {
6889
6474
  error: {
6890
- code: "param_invalid";
6475
+ code: "forbidden";
6891
6476
  details?: readonly Response.error.Detail[] | undefined;
6892
6477
  message: string;
6893
6478
  };
6894
6479
  requestId: string;
6895
6480
  };
6896
6481
  outputFormat: "json";
6897
- status: 400;
6482
+ status: 403;
6898
6483
  input: {
6899
6484
  param: {
6900
6485
  id: string;
@@ -6904,14 +6489,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6904
6489
  } | {
6905
6490
  output: {
6906
6491
  error: {
6907
- code: "webhook_not_found";
6492
+ code: "param_invalid";
6908
6493
  details?: readonly Response.error.Detail[] | undefined;
6909
6494
  message: string;
6910
6495
  };
6911
6496
  requestId: string;
6912
6497
  };
6913
6498
  outputFormat: "json";
6914
- status: 404;
6499
+ status: 400;
6915
6500
  input: {
6916
6501
  param: {
6917
6502
  id: string;
@@ -6921,7 +6506,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6921
6506
  } | {
6922
6507
  output: {
6923
6508
  error: {
6924
- code: "organization_not_found";
6509
+ code: "webhooks_not_enabled";
6925
6510
  details?: readonly Response.error.Detail[] | undefined;
6926
6511
  message: string;
6927
6512
  };
@@ -6938,14 +6523,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
6938
6523
  } | {
6939
6524
  output: {
6940
6525
  error: {
6941
- code: "forbidden";
6526
+ code: "webhook_not_found";
6942
6527
  details?: readonly Response.error.Detail[] | undefined;
6943
6528
  message: string;
6944
6529
  };
6945
6530
  requestId: string;
6946
6531
  };
6947
6532
  outputFormat: "json";
6948
- status: 403;
6533
+ status: 404;
6949
6534
  input: {
6950
6535
  param: {
6951
6536
  id: string;