@polyester/sdk 0.3.0 → 0.4.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 (316) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +63 -17
  3. package/dist/_virtual/_rolldown/runtime.js +15 -1
  4. package/dist/account-signer/types.d.ts.map +1 -1
  5. package/dist/account-signer/types.js +6 -3
  6. package/dist/account-signer/types.js.map +1 -1
  7. package/dist/browser-client.d.ts +4 -2
  8. package/dist/browser-client.d.ts.map +1 -1
  9. package/dist/browser-client.js +3 -4
  10. package/dist/browser-client.js.map +1 -1
  11. package/dist/catalogs/client-catalog.d.ts.map +1 -1
  12. package/dist/catalogs/client-catalog.js +11 -4
  13. package/dist/catalogs/client-catalog.js.map +1 -1
  14. package/dist/catalogs/index.js +1 -1
  15. package/dist/catalogs/readers.d.ts.map +1 -1
  16. package/dist/catalogs/readers.js +3 -1
  17. package/dist/catalogs/readers.js.map +1 -1
  18. package/dist/catalogs/snapshot-validation.js +132 -0
  19. package/dist/catalogs/snapshot-validation.js.map +1 -0
  20. package/dist/catalogs/snapshot.d.ts.map +1 -1
  21. package/dist/catalogs/snapshot.js +16 -7
  22. package/dist/catalogs/snapshot.js.map +1 -1
  23. package/dist/catalogs/zipper-supply.d.ts.map +1 -1
  24. package/dist/catalogs/zipper-supply.js +10 -7
  25. package/dist/catalogs/zipper-supply.js.map +1 -1
  26. package/dist/core-client.d.ts +24 -17
  27. package/dist/core-client.d.ts.map +1 -1
  28. package/dist/core-client.js +21 -3
  29. package/dist/core-client.js.map +1 -1
  30. package/dist/environment.d.ts.map +1 -1
  31. package/dist/environment.js +32 -1
  32. package/dist/environment.js.map +1 -1
  33. package/dist/gen/marketoverview/v1/marketoverview_pb.d.ts +7 -0
  34. package/dist/gen/marketoverview/v1/marketoverview_pb.d.ts.map +1 -1
  35. package/dist/gen/marketoverview/v1/marketoverview_pb.js +1 -1
  36. package/dist/gen/marketoverview/v1/marketoverview_pb.js.map +1 -1
  37. package/dist/index.js +3 -3
  38. package/dist/realtime/client.js +13 -2
  39. package/dist/realtime/client.js.map +1 -1
  40. package/dist/realtime/snapshot-then-stream.js +1 -1
  41. package/dist/realtime/snapshot-then-stream.js.map +1 -1
  42. package/dist/realtime/types.d.ts +2 -0
  43. package/dist/realtime/types.d.ts.map +1 -1
  44. package/dist/server-client.d.ts +17 -8
  45. package/dist/server-client.d.ts.map +1 -1
  46. package/dist/server-client.js +8 -11
  47. package/dist/server-client.js.map +1 -1
  48. package/dist/services/accounts/accounts.js +3 -3
  49. package/dist/services/accounts/accounts.js.map +1 -1
  50. package/dist/services/accounts/accounts.schemas.d.ts +13 -13
  51. package/dist/services/accounts/accounts.schemas.d.ts.map +1 -1
  52. package/dist/services/accounts/accounts.schemas.js +11 -11
  53. package/dist/services/accounts/accounts.schemas.js.map +1 -1
  54. package/dist/services/address-book/address-book.js +28 -28
  55. package/dist/services/address-book/address-book.js.map +1 -1
  56. package/dist/services/address-book/address-book.schemas.d.ts +751 -751
  57. package/dist/services/address-book/address-book.schemas.d.ts.map +1 -1
  58. package/dist/services/address-book/address-book.schemas.js +160 -160
  59. package/dist/services/address-book/address-book.schemas.js.map +1 -1
  60. package/dist/services/api-keys/api-keys.d.ts +6 -6
  61. package/dist/services/api-keys/api-keys.d.ts.map +1 -1
  62. package/dist/services/api-keys/api-keys.js +12 -12
  63. package/dist/services/api-keys/api-keys.js.map +1 -1
  64. package/dist/services/api-keys/api-keys.schemas.d.ts +62 -62
  65. package/dist/services/api-keys/api-keys.schemas.d.ts.map +1 -1
  66. package/dist/services/api-keys/api-keys.schemas.js +34 -34
  67. package/dist/services/api-keys/api-keys.schemas.js.map +1 -1
  68. package/dist/services/auth/auth.d.ts +46 -40
  69. package/dist/services/auth/auth.d.ts.map +1 -1
  70. package/dist/services/auth/auth.js +28 -25
  71. package/dist/services/auth/auth.js.map +1 -1
  72. package/dist/services/auth/profile/profile.d.ts +2 -2
  73. package/dist/services/auth/profile/profile.d.ts.map +1 -1
  74. package/dist/services/auth/profile/profile.js +7 -7
  75. package/dist/services/auth/profile/profile.js.map +1 -1
  76. package/dist/services/auth/profile/profile.schemas.d.ts +41 -41
  77. package/dist/services/auth/profile/profile.schemas.d.ts.map +1 -1
  78. package/dist/services/auth/profile/profile.schemas.js +27 -27
  79. package/dist/services/auth/profile/profile.schemas.js.map +1 -1
  80. package/dist/services/auth/session.d.ts +1 -1
  81. package/dist/services/auth/session.d.ts.map +1 -1
  82. package/dist/services/auth/session.js +6 -2
  83. package/dist/services/auth/session.js.map +1 -1
  84. package/dist/services/auth/session.schemas.js +17 -17
  85. package/dist/services/auth/session.schemas.js.map +1 -1
  86. package/dist/services/auth/session.types.d.ts +3 -2
  87. package/dist/services/auth/session.types.d.ts.map +1 -1
  88. package/dist/services/balances/balances.d.ts +1 -1
  89. package/dist/services/balances/balances.js +9 -9
  90. package/dist/services/balances/balances.js.map +1 -1
  91. package/dist/services/balances/balances.schemas.d.ts +95 -95
  92. package/dist/services/balances/balances.schemas.d.ts.map +1 -1
  93. package/dist/services/balances/balances.schemas.js +61 -61
  94. package/dist/services/balances/balances.schemas.js.map +1 -1
  95. package/dist/services/candles/candles.js +12 -12
  96. package/dist/services/candles/candles.js.map +1 -1
  97. package/dist/services/candles/candles.schemas.d.ts +64 -64
  98. package/dist/services/candles/candles.schemas.d.ts.map +1 -1
  99. package/dist/services/candles/candles.schemas.js +47 -48
  100. package/dist/services/candles/candles.schemas.js.map +1 -1
  101. package/dist/services/chain-analytics/chain-analytics.js +7 -7
  102. package/dist/services/chain-analytics/chain-analytics.js.map +1 -1
  103. package/dist/services/chain-analytics/chain-analytics.schemas.d.ts +68 -68
  104. package/dist/services/chain-analytics/chain-analytics.schemas.d.ts.map +1 -1
  105. package/dist/services/chain-analytics/chain-analytics.schemas.js +29 -29
  106. package/dist/services/chain-analytics/chain-analytics.schemas.js.map +1 -1
  107. package/dist/services/deposit/deposit.js +5 -5
  108. package/dist/services/deposit/deposit.js.map +1 -1
  109. package/dist/services/deposit/deposit.schemas.d.ts +17 -17
  110. package/dist/services/deposit/deposit.schemas.d.ts.map +1 -1
  111. package/dist/services/deposit/deposit.schemas.js +11 -11
  112. package/dist/services/deposit/deposit.schemas.js.map +1 -1
  113. package/dist/services/guard-signer/guard-signer.js +13 -13
  114. package/dist/services/guard-signer/guard-signer.js.map +1 -1
  115. package/dist/services/guard-signer/guard-signer.schemas.d.ts +75 -75
  116. package/dist/services/guard-signer/guard-signer.schemas.d.ts.map +1 -1
  117. package/dist/services/guard-signer/guard-signer.schemas.js +42 -42
  118. package/dist/services/guard-signer/guard-signer.schemas.js.map +1 -1
  119. package/dist/services/heatmap/heatmap.js +9 -9
  120. package/dist/services/heatmap/heatmap.js.map +1 -1
  121. package/dist/services/heatmap/heatmap.schemas.d.ts +141 -141
  122. package/dist/services/heatmap/heatmap.schemas.d.ts.map +1 -1
  123. package/dist/services/heatmap/heatmap.schemas.js +47 -47
  124. package/dist/services/heatmap/heatmap.schemas.js.map +1 -1
  125. package/dist/services/internal-transfers/internal-transfers.js +3 -3
  126. package/dist/services/internal-transfers/internal-transfers.js.map +1 -1
  127. package/dist/services/internal-transfers/internal-transfers.schemas.d.ts +53 -53
  128. package/dist/services/internal-transfers/internal-transfers.schemas.d.ts.map +1 -1
  129. package/dist/services/internal-transfers/internal-transfers.schemas.js +27 -27
  130. package/dist/services/internal-transfers/internal-transfers.schemas.js.map +1 -1
  131. package/dist/services/lifecycle/lifecycle.js +10 -10
  132. package/dist/services/lifecycle/lifecycle.js.map +1 -1
  133. package/dist/services/lifecycle/lifecycle.schemas.d.ts +614 -614
  134. package/dist/services/lifecycle/lifecycle.schemas.d.ts.map +1 -1
  135. package/dist/services/lifecycle/lifecycle.schemas.js +146 -146
  136. package/dist/services/lifecycle/lifecycle.schemas.js.map +1 -1
  137. package/dist/services/market-data/market-data.js +6 -6
  138. package/dist/services/market-data/market-data.js.map +1 -1
  139. package/dist/services/market-data/market-data.schemas.d.ts +20 -20
  140. package/dist/services/market-data/market-data.schemas.d.ts.map +1 -1
  141. package/dist/services/market-data/market-data.schemas.js +51 -55
  142. package/dist/services/market-data/market-data.schemas.js.map +1 -1
  143. package/dist/services/market-overview/market-overview.d.ts +1 -1
  144. package/dist/services/market-overview/market-overview.js +5 -5
  145. package/dist/services/market-overview/market-overview.js.map +1 -1
  146. package/dist/services/market-overview/market-overview.schemas.d.ts +39 -36
  147. package/dist/services/market-overview/market-overview.schemas.d.ts.map +1 -1
  148. package/dist/services/market-overview/market-overview.schemas.js +34 -32
  149. package/dist/services/market-overview/market-overview.schemas.js.map +1 -1
  150. package/dist/services/mfa/mfa.js +27 -27
  151. package/dist/services/mfa/mfa.js.map +1 -1
  152. package/dist/services/mfa/mfa.schemas.d.ts +206 -206
  153. package/dist/services/mfa/mfa.schemas.d.ts.map +1 -1
  154. package/dist/services/mfa/mfa.schemas.js +83 -83
  155. package/dist/services/mfa/mfa.schemas.js.map +1 -1
  156. package/dist/services/orderbook/orderbook.d.ts +2 -2
  157. package/dist/services/orderbook/orderbook.d.ts.map +1 -1
  158. package/dist/services/orderbook/orderbook.js +5 -5
  159. package/dist/services/orderbook/orderbook.js.map +1 -1
  160. package/dist/services/orderbook/orderbook.schemas.d.ts +23 -23
  161. package/dist/services/orderbook/orderbook.schemas.d.ts.map +1 -1
  162. package/dist/services/orderbook/orderbook.schemas.js +15 -15
  163. package/dist/services/orderbook/orderbook.schemas.js.map +1 -1
  164. package/dist/services/orders/order-errors.schemas.d.ts +18 -18
  165. package/dist/services/orders/order-errors.schemas.d.ts.map +1 -1
  166. package/dist/services/orders/order-errors.schemas.js +8 -8
  167. package/dist/services/orders/order-errors.schemas.js.map +1 -1
  168. package/dist/services/orders/orders-batch.schemas.d.ts +492 -492
  169. package/dist/services/orders/orders-batch.schemas.d.ts.map +1 -1
  170. package/dist/services/orders/orders-batch.schemas.js +118 -118
  171. package/dist/services/orders/orders-batch.schemas.js.map +1 -1
  172. package/dist/services/orders/orders-identifiers.schemas.js +5 -5
  173. package/dist/services/orders/orders-identifiers.schemas.js.map +1 -1
  174. package/dist/services/orders/orders-input.schemas.d.ts +657 -648
  175. package/dist/services/orders/orders-input.schemas.d.ts.map +1 -1
  176. package/dist/services/orders/orders-input.schemas.js +100 -96
  177. package/dist/services/orders/orders-input.schemas.js.map +1 -1
  178. package/dist/services/orders/orders-modify.schemas.d.ts +370 -351
  179. package/dist/services/orders/orders-modify.schemas.d.ts.map +1 -1
  180. package/dist/services/orders/orders-modify.schemas.js +48 -44
  181. package/dist/services/orders/orders-modify.schemas.js.map +1 -1
  182. package/dist/services/orders/orders-output.schemas.d.ts +179 -179
  183. package/dist/services/orders/orders-output.schemas.d.ts.map +1 -1
  184. package/dist/services/orders/orders-output.schemas.js +49 -49
  185. package/dist/services/orders/orders-output.schemas.js.map +1 -1
  186. package/dist/services/orders/orders-risk.schemas.d.ts +226 -226
  187. package/dist/services/orders/orders-risk.schemas.d.ts.map +1 -1
  188. package/dist/services/orders/orders-risk.schemas.js +69 -69
  189. package/dist/services/orders/orders-risk.schemas.js.map +1 -1
  190. package/dist/services/orders/orders.d.ts +8 -8
  191. package/dist/services/orders/orders.d.ts.map +1 -1
  192. package/dist/services/orders/orders.js +44 -32
  193. package/dist/services/orders/orders.js.map +1 -1
  194. package/dist/services/policies/api-key-policies/api-key-policies.d.ts +6 -6
  195. package/dist/services/policies/api-key-policies/api-key-policies.d.ts.map +1 -1
  196. package/dist/services/policies/api-key-policies/api-key-policies.js +11 -11
  197. package/dist/services/policies/api-key-policies/api-key-policies.js.map +1 -1
  198. package/dist/services/policies/api-key-policies/api-key-policies.schemas.d.ts +105 -105
  199. package/dist/services/policies/api-key-policies/api-key-policies.schemas.d.ts.map +1 -1
  200. package/dist/services/policies/api-key-policies/api-key-policies.schemas.js +49 -49
  201. package/dist/services/policies/api-key-policies/api-key-policies.schemas.js.map +1 -1
  202. package/dist/services/policies/shared.d.ts +5 -5
  203. package/dist/services/policies/shared.d.ts.map +1 -1
  204. package/dist/services/policies/shared.js +10 -10
  205. package/dist/services/policies/shared.js.map +1 -1
  206. package/dist/services/policies/subaccount-policies/subaccount-policies.d.ts +6 -6
  207. package/dist/services/policies/subaccount-policies/subaccount-policies.d.ts.map +1 -1
  208. package/dist/services/policies/subaccount-policies/subaccount-policies.js +13 -13
  209. package/dist/services/policies/subaccount-policies/subaccount-policies.js.map +1 -1
  210. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.d.ts +124 -124
  211. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.d.ts.map +1 -1
  212. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.js +75 -75
  213. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.js.map +1 -1
  214. package/dist/services/shared.js +11 -11
  215. package/dist/services/shared.js.map +1 -1
  216. package/dist/services/social-verification/social-verification.d.ts +3 -3
  217. package/dist/services/social-verification/social-verification.d.ts.map +1 -1
  218. package/dist/services/social-verification/social-verification.js +7 -7
  219. package/dist/services/social-verification/social-verification.js.map +1 -1
  220. package/dist/services/social-verification/social-verification.schemas.d.ts +54 -54
  221. package/dist/services/social-verification/social-verification.schemas.d.ts.map +1 -1
  222. package/dist/services/social-verification/social-verification.schemas.js +28 -28
  223. package/dist/services/social-verification/social-verification.schemas.js.map +1 -1
  224. package/dist/services/subaccount-resolver.js +5 -3
  225. package/dist/services/subaccount-resolver.js.map +1 -1
  226. package/dist/services/subaccounts/subaccounts.d.ts +15 -15
  227. package/dist/services/subaccounts/subaccounts.d.ts.map +1 -1
  228. package/dist/services/subaccounts/subaccounts.js +35 -35
  229. package/dist/services/subaccounts/subaccounts.js.map +1 -1
  230. package/dist/services/subaccounts/subaccounts.schemas.d.ts +137 -137
  231. package/dist/services/subaccounts/subaccounts.schemas.d.ts.map +1 -1
  232. package/dist/services/subaccounts/subaccounts.schemas.js +72 -72
  233. package/dist/services/subaccounts/subaccounts.schemas.js.map +1 -1
  234. package/dist/services/trades/trades.d.ts +2 -2
  235. package/dist/services/trades/trades.d.ts.map +1 -1
  236. package/dist/services/trades/trades.js +5 -5
  237. package/dist/services/trades/trades.js.map +1 -1
  238. package/dist/services/trades/trades.schemas.d.ts +31 -31
  239. package/dist/services/trades/trades.schemas.d.ts.map +1 -1
  240. package/dist/services/trades/trades.schemas.js +24 -24
  241. package/dist/services/trades/trades.schemas.js.map +1 -1
  242. package/dist/services/trading-withdraws/trading-withdraws.js +8 -8
  243. package/dist/services/trading-withdraws/trading-withdraws.js.map +1 -1
  244. package/dist/services/trading-withdraws/trading-withdraws.schemas.d.ts +45 -45
  245. package/dist/services/trading-withdraws/trading-withdraws.schemas.d.ts.map +1 -1
  246. package/dist/services/trading-withdraws/trading-withdraws.schemas.js +36 -36
  247. package/dist/services/trading-withdraws/trading-withdraws.schemas.js.map +1 -1
  248. package/dist/services/transfers/transfers.d.ts +1 -1
  249. package/dist/services/transfers/transfers.d.ts.map +1 -1
  250. package/dist/services/transfers/transfers.js +5 -5
  251. package/dist/services/transfers/transfers.js.map +1 -1
  252. package/dist/services/transfers/transfers.schemas.d.ts +42 -42
  253. package/dist/services/transfers/transfers.schemas.d.ts.map +1 -1
  254. package/dist/services/transfers/transfers.schemas.js +30 -30
  255. package/dist/services/transfers/transfers.schemas.js.map +1 -1
  256. package/dist/services/triggers/trigger-child-order.schemas.js +23 -23
  257. package/dist/services/triggers/trigger-child-order.schemas.js.map +1 -1
  258. package/dist/services/triggers/trigger-input.schemas.d.ts +226 -226
  259. package/dist/services/triggers/trigger-input.schemas.d.ts.map +1 -1
  260. package/dist/services/triggers/trigger-input.schemas.js +53 -53
  261. package/dist/services/triggers/trigger-input.schemas.js.map +1 -1
  262. package/dist/services/triggers/triggers-output.schemas.d.ts +218 -218
  263. package/dist/services/triggers/triggers-output.schemas.d.ts.map +1 -1
  264. package/dist/services/triggers/triggers-output.schemas.js +152 -152
  265. package/dist/services/triggers/triggers-output.schemas.js.map +1 -1
  266. package/dist/services/triggers/triggers.js +21 -21
  267. package/dist/services/triggers/triggers.js.map +1 -1
  268. package/dist/services/whiteboard/whiteboard.js +15 -15
  269. package/dist/services/whiteboard/whiteboard.js.map +1 -1
  270. package/dist/services/whiteboard/whiteboard.schemas.d.ts +379 -379
  271. package/dist/services/whiteboard/whiteboard.schemas.d.ts.map +1 -1
  272. package/dist/services/whiteboard/whiteboard.schemas.js +71 -71
  273. package/dist/services/whiteboard/whiteboard.schemas.js.map +1 -1
  274. package/dist/services/zipper/zipper.js +3 -3
  275. package/dist/services/zipper/zipper.js.map +1 -1
  276. package/dist/services/zipper/zipper.schemas.d.ts +1 -1
  277. package/dist/services/zipper/zipper.schemas.js +54 -54
  278. package/dist/services/zipper/zipper.schemas.js.map +1 -1
  279. package/dist/shared/account-scope.d.ts +6 -6
  280. package/dist/shared/account-scope.d.ts.map +1 -1
  281. package/dist/shared/account-scope.js +3 -3
  282. package/dist/shared/account-scope.js.map +1 -1
  283. package/dist/shared/connect-error-mapping.d.ts +1 -1
  284. package/dist/shared/connect-error-mapping.js +29 -3
  285. package/dist/shared/connect-error-mapping.js.map +1 -1
  286. package/dist/shared/rate-limit.schemas.d.ts +12 -12
  287. package/dist/shared/rate-limit.schemas.d.ts.map +1 -1
  288. package/dist/shared/rate-limit.schemas.js +7 -7
  289. package/dist/shared/rate-limit.schemas.js.map +1 -1
  290. package/dist/shared/schemas.js +26 -26
  291. package/dist/shared/schemas.js.map +1 -1
  292. package/dist/shared/transports.js +7 -12
  293. package/dist/shared/transports.js.map +1 -1
  294. package/dist/shared/types.d.ts +12 -0
  295. package/dist/shared/types.d.ts.map +1 -1
  296. package/dist/shared/validation.d.ts +14 -0
  297. package/dist/shared/validation.d.ts.map +1 -0
  298. package/dist/shared/validation.js +24 -0
  299. package/dist/shared/validation.js.map +1 -0
  300. package/dist/utils/connect-order-errors.js +2 -2
  301. package/dist/utils/connect-order-errors.js.map +1 -1
  302. package/dist/utils/cookies.d.ts +8 -3
  303. package/dist/utils/cookies.d.ts.map +1 -1
  304. package/dist/utils/cookies.js +7 -1
  305. package/dist/utils/cookies.js.map +1 -1
  306. package/dist/utils/event-emitter.d.ts +1 -1
  307. package/dist/utils/event-emitter.d.ts.map +1 -1
  308. package/dist/utils/event-emitter.js +4 -2
  309. package/dist/utils/event-emitter.js.map +1 -1
  310. package/dist/utils/evm.js +2 -2
  311. package/dist/utils/evm.js.map +1 -1
  312. package/dist/utils/jwt.d.ts +2 -2
  313. package/dist/utils/jwt.d.ts.map +1 -1
  314. package/dist/utils/jwt.js +2 -2
  315. package/dist/utils/jwt.js.map +1 -1
  316. package/package.json +1 -1
@@ -1,35 +1,35 @@
1
+ import { validation_d_exports } from "../../shared/validation.js";
1
2
  import { FlowDomain, FlowKind, FlowState, LifecycleSource, RequestFeeStatus } from "../../gen/chain/lifecycle/v1/types_pb.js";
2
3
  import { FlowStep, FlowStepActivityKind, FlowTimelineStatus, ListOrderBy, ListScope, Sort, TxLookupKind } from "../../gen/chain/lifecycle/v1/lifecycle_read_pb.js";
3
4
  import { LifecycleListOrderByValue, LifecycleListScopeValue, LifecycleReasonValue, LifecycleRequestFeeStatusValue, LifecycleSortValue, LifecycleTxLookupKindValue } from "./lifecycle.codecs.js";
4
- import * as v from "valibot";
5
5
  //#region src/services/lifecycle/lifecycle.schemas.d.ts
6
- declare const LifecycleAssetIdsSchema: v.ObjectSchema<{
7
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
8
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
6
+ declare const LifecycleAssetIdsSchema: validation_d_exports.ObjectSchema<{
7
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
8
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
9
9
  }, undefined>;
10
- declare const LifecycleFlowStateEnumSchema: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowState, undefined>, v.TransformAction<FlowState, "unspecified" | "failed" | "pending_source" | "pending_polyester_chain" | "pending_ledger" | "completed" | "dropped" | "refunded">]>;
11
- declare const LifecycleZipperReasonSchema: v.ObjectSchema<{
12
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
13
- readonly reasonId: v.StringSchema<undefined>;
14
- readonly message: v.StringSchema<undefined>;
10
+ declare const LifecycleFlowStateEnumSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowState, undefined>, validation_d_exports.TransformAction<FlowState, "unspecified" | "failed" | "pending_source" | "pending_polyester_chain" | "pending_ledger" | "completed" | "dropped" | "refunded">]>;
11
+ declare const LifecycleZipperReasonSchema: validation_d_exports.ObjectSchema<{
12
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
13
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
14
+ readonly message: validation_d_exports.StringSchema<undefined>;
15
15
  }, undefined>;
16
- declare const ListLifecycleFlowsInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
17
- readonly limit: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.GtValueAction<number, 0, undefined>, v.MaxValueAction<number, 500, undefined>]>, 100>;
18
- readonly sort: v.SchemaWithPipe<readonly [v.OptionalSchema<v.PicklistSchema<readonly ["newest", "oldest"], undefined>, "newest">, v.TransformAction<"newest" | "oldest", Sort.NEWEST | Sort.OLDEST>]>;
19
- readonly flowKind: v.SchemaWithPipe<readonly [v.OptionalSchema<v.PicklistSchema<readonly ["deposit", "withdraw", "transfer"], undefined>, undefined>, v.TransformAction<"deposit" | "withdraw" | "transfer" | undefined, FlowKind>]>;
20
- readonly flowState: v.SchemaWithPipe<readonly [v.OptionalSchema<v.PicklistSchema<readonly ["pending_source", "pending_polyester_chain", "pending_ledger", "completed", "failed", "dropped", "refunded"], undefined>, undefined>, v.TransformAction<"failed" | "pending_source" | "pending_polyester_chain" | "pending_ledger" | "completed" | "dropped" | "refunded" | undefined, FlowState>]>;
21
- readonly txRef: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "txHash is required.">, v.CheckAction<string, "txHash must be a valid EVM hash or chain-native transaction id.">, v.TransformAction<string, string>]>, undefined>;
22
- readonly scope: v.SchemaWithPipe<readonly [v.OptionalSchema<v.PicklistSchema<readonly ["all", "open", "terminal"], undefined>, "all">, v.TransformAction<"open" | "all" | "terminal", ListScope.LIST_ALL | ListScope.LIST_OPEN_ONLY | ListScope.LIST_TERMINAL_ONLY>]>;
23
- readonly accountSelector: v.OptionalSchema<v.SchemaWithPipe<readonly [v.VariantSchema<"kind", [v.StrictObjectSchema<{
24
- readonly kind: v.LiteralSchema<"accountId", undefined>;
25
- readonly accountId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
26
- }, undefined>, v.StrictObjectSchema<{
27
- readonly kind: v.LiteralSchema<"ownerAccountId", undefined>;
28
- readonly ownerAccountId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
29
- }, undefined>, v.StrictObjectSchema<{
30
- readonly kind: v.LiteralSchema<"smartAccountAddress", undefined>;
31
- readonly smartAccountAddress: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "smartAccountAddress must be a canonical 0x address.">]>;
32
- }, undefined>], undefined>, v.TransformAction<{
16
+ declare const ListLifecycleFlowsInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
17
+ readonly limit: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.GtValueAction<number, 0, undefined>, validation_d_exports.MaxValueAction<number, 500, undefined>]>, 100>;
18
+ readonly sort: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.PicklistSchema<readonly ["newest", "oldest"], undefined>, "newest">, validation_d_exports.TransformAction<"newest" | "oldest", Sort.NEWEST | Sort.OLDEST>]>;
19
+ readonly flowKind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.PicklistSchema<readonly ["deposit", "withdraw", "transfer"], undefined>, undefined>, validation_d_exports.TransformAction<"deposit" | "withdraw" | "transfer" | undefined, FlowKind>]>;
20
+ readonly flowState: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.PicklistSchema<readonly ["pending_source", "pending_polyester_chain", "pending_ledger", "completed", "failed", "dropped", "refunded"], undefined>, undefined>, validation_d_exports.TransformAction<"failed" | "pending_source" | "pending_polyester_chain" | "pending_ledger" | "completed" | "dropped" | "refunded" | undefined, FlowState>]>;
21
+ readonly txRef: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, "txHash is required.">, validation_d_exports.CheckAction<string, "txHash must be a valid EVM hash or chain-native transaction id.">, validation_d_exports.TransformAction<string, string>]>, undefined>;
22
+ readonly scope: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.PicklistSchema<readonly ["all", "open", "terminal"], undefined>, "all">, validation_d_exports.TransformAction<"open" | "all" | "terminal", ListScope.LIST_ALL | ListScope.LIST_OPEN_ONLY | ListScope.LIST_TERMINAL_ONLY>]>;
23
+ readonly accountSelector: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.VariantSchema<"kind", [validation_d_exports.StrictObjectSchema<{
24
+ readonly kind: validation_d_exports.LiteralSchema<"accountId", undefined>;
25
+ readonly accountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
26
+ }, undefined>, validation_d_exports.StrictObjectSchema<{
27
+ readonly kind: validation_d_exports.LiteralSchema<"ownerAccountId", undefined>;
28
+ readonly ownerAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
29
+ }, undefined>, validation_d_exports.StrictObjectSchema<{
30
+ readonly kind: validation_d_exports.LiteralSchema<"smartAccountAddress", undefined>;
31
+ readonly smartAccountAddress: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.RegexAction<string, "smartAccountAddress must be a canonical 0x address.">]>;
32
+ }, undefined>], undefined>, validation_d_exports.TransformAction<{
33
33
  kind: "accountId";
34
34
  accountId: string;
35
35
  } | {
@@ -45,12 +45,12 @@ declare const ListLifecycleFlowsInputSchema: v.SchemaWithPipe<readonly [v.Strict
45
45
  case: "smartAccountAddress";
46
46
  value: string;
47
47
  }>]>, undefined>;
48
- readonly polyesterChainIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.GtValueAction<number, 0, undefined>, v.MaxValueAction<number, 4294967295, undefined>]>, undefined>, undefined>;
49
- readonly zippedAssetIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.GtValueAction<number, 0, undefined>, v.MaxValueAction<number, 4294967295, undefined>]>, undefined>, undefined>;
50
- readonly unifiedAssetIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.GtValueAction<number, 0, undefined>, v.MaxValueAction<number, 4294967295, undefined>]>, undefined>, undefined>;
51
- readonly pageToken: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, "">;
52
- readonly orderBy: v.SchemaWithPipe<readonly [v.OptionalSchema<v.PicklistSchema<readonly ["last_activity", "started_at"], undefined>, "last_activity">, v.TransformAction<"last_activity" | "started_at", ListOrderBy.ORDER_BY_LAST_ACTIVITY | ListOrderBy.ORDER_BY_STARTED_AT>]>;
53
- }, undefined>, v.TransformAction<{
48
+ readonly polyesterChainIds: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.GtValueAction<number, 0, undefined>, validation_d_exports.MaxValueAction<number, 4294967295, undefined>]>, undefined>, undefined>;
49
+ readonly zippedAssetIds: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.GtValueAction<number, 0, undefined>, validation_d_exports.MaxValueAction<number, 4294967295, undefined>]>, undefined>, undefined>;
50
+ readonly unifiedAssetIds: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.GtValueAction<number, 0, undefined>, validation_d_exports.MaxValueAction<number, 4294967295, undefined>]>, undefined>, undefined>;
51
+ readonly pageToken: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, "">;
52
+ readonly orderBy: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.PicklistSchema<readonly ["last_activity", "started_at"], undefined>, "last_activity">, validation_d_exports.TransformAction<"last_activity" | "started_at", ListOrderBy.ORDER_BY_LAST_ACTIVITY | ListOrderBy.ORDER_BY_STARTED_AT>]>;
53
+ }, undefined>, validation_d_exports.TransformAction<{
54
54
  limit: number;
55
55
  sort: Sort.NEWEST | Sort.OLDEST;
56
56
  flowKind?: FlowKind | undefined;
@@ -89,21 +89,21 @@ declare const ListLifecycleFlowsInputSchema: v.SchemaWithPipe<readonly [v.Strict
89
89
  pageToken: string;
90
90
  orderBy: ListOrderBy.ORDER_BY_LAST_ACTIVITY | ListOrderBy.ORDER_BY_STARTED_AT;
91
91
  }>]>;
92
- declare const LifecycleRequestFeeSchema: v.SchemaWithPipe<readonly [v.ObjectSchema<{
93
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
94
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
95
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
92
+ declare const LifecycleRequestFeeSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
93
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
94
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
95
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
96
96
  }, undefined>, undefined>;
97
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
98
- readonly hi: v.BigintSchema<undefined>;
99
- readonly lo: v.BigintSchema<undefined>;
100
- }, undefined>, v.TransformAction<{
97
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
98
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
99
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
100
+ }, undefined>, validation_d_exports.TransformAction<{
101
101
  hi: bigint;
102
102
  lo: bigint;
103
103
  }, string>]>, undefined>;
104
- readonly recipientAddress: v.StringSchema<undefined>;
105
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof RequestFeeStatus, undefined>, v.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
106
- }, undefined>, v.TransformAction<{
104
+ readonly recipientAddress: validation_d_exports.StringSchema<undefined>;
105
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof RequestFeeStatus, undefined>, validation_d_exports.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
106
+ }, undefined>, validation_d_exports.TransformAction<{
107
107
  assetIds?: {
108
108
  zippedAssetId: number;
109
109
  unifiedAssetId: number;
@@ -122,47 +122,47 @@ declare const LifecycleRequestFeeSchema: v.SchemaWithPipe<readonly [v.ObjectSche
122
122
  }, "amountE18"> & {
123
123
  amount?: string;
124
124
  }>]>;
125
- declare const GetLifecycleFlowInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
126
- readonly flowId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "flowId is required.">]>;
127
- }, undefined>, v.TransformAction<{
125
+ declare const GetLifecycleFlowInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
126
+ readonly flowId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, "flowId is required.">]>;
127
+ }, undefined>, validation_d_exports.TransformAction<{
128
128
  flowId: string;
129
129
  }, {
130
130
  flowId: string;
131
131
  }>]>;
132
- declare const ListLifecycleFlowsByTxInputSchema: v.StrictObjectSchema<{
133
- readonly txHash: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "txHash is required.">, v.CheckAction<string, "txHash must be a valid EVM hash or chain-native transaction id.">, v.TransformAction<string, string>]>;
134
- readonly lookupKind: v.SchemaWithPipe<readonly [v.PicklistSchema<readonly ["source", "any"], undefined>, v.TransformAction<"source" | "any", TxLookupKind.TX_SOURCE | TxLookupKind.TX_ANY>]>;
135
- readonly limit: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.GtValueAction<number, 0, undefined>, v.MaxValueAction<number, 500, undefined>]>, 100>;
136
- readonly pageToken: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, "">;
132
+ declare const ListLifecycleFlowsByTxInputSchema: validation_d_exports.StrictObjectSchema<{
133
+ readonly txHash: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, "txHash is required.">, validation_d_exports.CheckAction<string, "txHash must be a valid EVM hash or chain-native transaction id.">, validation_d_exports.TransformAction<string, string>]>;
134
+ readonly lookupKind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.PicklistSchema<readonly ["source", "any"], undefined>, validation_d_exports.TransformAction<"source" | "any", TxLookupKind.TX_SOURCE | TxLookupKind.TX_ANY>]>;
135
+ readonly limit: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.GtValueAction<number, 0, undefined>, validation_d_exports.MaxValueAction<number, 500, undefined>]>, 100>;
136
+ readonly pageToken: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, "">;
137
137
  }, undefined>;
138
- declare const LifecycleFlowStepActivitySchema: v.SchemaWithPipe<readonly [v.ObjectSchema<{
139
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
140
- readonly txRef: v.StringSchema<undefined>;
141
- readonly occurredAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
142
- readonly lifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
143
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
144
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
145
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
146
- readonly reasonId: v.StringSchema<undefined>;
147
- readonly message: v.StringSchema<undefined>;
138
+ declare const LifecycleFlowStepActivitySchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
139
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
140
+ readonly txRef: validation_d_exports.StringSchema<undefined>;
141
+ readonly occurredAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
142
+ readonly lifecycleSource: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof LifecycleSource, undefined>, validation_d_exports.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
143
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
144
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
145
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
146
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
147
+ readonly message: validation_d_exports.StringSchema<undefined>;
148
148
  }, undefined>, undefined>;
149
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
150
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
151
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
152
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
153
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
154
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStepActivityKind, undefined>, v.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
155
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
156
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
157
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
158
- readonly hi: v.BigintSchema<undefined>;
159
- readonly lo: v.BigintSchema<undefined>;
160
- }, undefined>, v.TransformAction<{
149
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
150
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
151
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
152
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
153
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
154
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStepActivityKind, undefined>, validation_d_exports.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
155
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
156
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
157
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
158
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
159
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
160
+ }, undefined>, validation_d_exports.TransformAction<{
161
161
  hi: bigint;
162
162
  lo: bigint;
163
163
  }, string>]>, undefined>;
164
- readonly ledgerTransferId: v.OptionalSchema<v.StringSchema<undefined>, "">;
165
- }, undefined>, v.TransformAction<{
164
+ readonly ledgerTransferId: validation_d_exports.OptionalSchema<validation_d_exports.StringSchema<undefined>, "">;
165
+ }, undefined>, validation_d_exports.TransformAction<{
166
166
  sequence: number;
167
167
  txRef: string;
168
168
  occurredAtUnixMs: number;
@@ -207,36 +207,36 @@ declare const LifecycleFlowStepActivitySchema: v.SchemaWithPipe<readonly [v.Obje
207
207
  }, "amountE18"> & {
208
208
  amount?: string;
209
209
  }>]>;
210
- declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema<{
211
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
212
- readonly step: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
213
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
214
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
215
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
210
+ declare const LifecycleFlowStepSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
211
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
212
+ readonly step: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
213
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
214
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
215
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
216
216
  }, undefined>, undefined>;
217
- readonly polyesterChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
218
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
219
- readonly hi: v.BigintSchema<undefined>;
220
- readonly lo: v.BigintSchema<undefined>;
221
- }, undefined>, v.TransformAction<{
217
+ readonly polyesterChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
218
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
219
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
220
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
221
+ }, undefined>, validation_d_exports.TransformAction<{
222
222
  hi: bigint;
223
223
  lo: bigint;
224
224
  }, string>]>, undefined>;
225
- readonly requestFee: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
226
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
227
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
228
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
225
+ readonly requestFee: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
226
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
227
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
228
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
229
229
  }, undefined>, undefined>;
230
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
231
- readonly hi: v.BigintSchema<undefined>;
232
- readonly lo: v.BigintSchema<undefined>;
233
- }, undefined>, v.TransformAction<{
230
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
231
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
232
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
233
+ }, undefined>, validation_d_exports.TransformAction<{
234
234
  hi: bigint;
235
235
  lo: bigint;
236
236
  }, string>]>, undefined>;
237
- readonly recipientAddress: v.StringSchema<undefined>;
238
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof RequestFeeStatus, undefined>, v.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
239
- }, undefined>, v.TransformAction<{
237
+ readonly recipientAddress: validation_d_exports.StringSchema<undefined>;
238
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof RequestFeeStatus, undefined>, validation_d_exports.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
239
+ }, undefined>, validation_d_exports.TransformAction<{
240
240
  assetIds?: {
241
241
  zippedAssetId: number;
242
242
  unifiedAssetId: number;
@@ -255,51 +255,51 @@ declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema
255
255
  }, "amountE18"> & {
256
256
  amount?: string;
257
257
  }>]>, undefined>;
258
- readonly milestoneTxRef: v.StringSchema<undefined>;
259
- readonly lifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
260
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
261
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
262
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
263
- readonly reasonId: v.StringSchema<undefined>;
264
- readonly message: v.StringSchema<undefined>;
258
+ readonly milestoneTxRef: validation_d_exports.StringSchema<undefined>;
259
+ readonly lifecycleSource: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof LifecycleSource, undefined>, validation_d_exports.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
260
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
261
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
262
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
263
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
264
+ readonly message: validation_d_exports.StringSchema<undefined>;
265
265
  }, undefined>, undefined>;
266
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
267
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
268
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
269
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
270
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
271
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
272
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
273
- readonly occurredAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
274
- readonly blockTimeMovingAverageMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
275
- readonly activities: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
276
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
277
- readonly txRef: v.StringSchema<undefined>;
278
- readonly occurredAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
279
- readonly lifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
280
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
281
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
282
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
283
- readonly reasonId: v.StringSchema<undefined>;
284
- readonly message: v.StringSchema<undefined>;
266
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
267
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
268
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
269
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
270
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
271
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
272
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
273
+ readonly occurredAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
274
+ readonly blockTimeMovingAverageMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
275
+ readonly activities: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
276
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
277
+ readonly txRef: validation_d_exports.StringSchema<undefined>;
278
+ readonly occurredAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
279
+ readonly lifecycleSource: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof LifecycleSource, undefined>, validation_d_exports.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
280
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
281
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
282
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
283
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
284
+ readonly message: validation_d_exports.StringSchema<undefined>;
285
285
  }, undefined>, undefined>;
286
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
287
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
288
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
289
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
290
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
291
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStepActivityKind, undefined>, v.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
292
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
293
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
294
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
295
- readonly hi: v.BigintSchema<undefined>;
296
- readonly lo: v.BigintSchema<undefined>;
297
- }, undefined>, v.TransformAction<{
286
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
287
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
288
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
289
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
290
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
291
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStepActivityKind, undefined>, validation_d_exports.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
292
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
293
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
294
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
295
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
296
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
297
+ }, undefined>, validation_d_exports.TransformAction<{
298
298
  hi: bigint;
299
299
  lo: bigint;
300
300
  }, string>]>, undefined>;
301
- readonly ledgerTransferId: v.OptionalSchema<v.StringSchema<undefined>, "">;
302
- }, undefined>, v.TransformAction<{
301
+ readonly ledgerTransferId: validation_d_exports.OptionalSchema<validation_d_exports.StringSchema<undefined>, "">;
302
+ }, undefined>, validation_d_exports.TransformAction<{
303
303
  sequence: number;
304
304
  txRef: string;
305
305
  occurredAtUnixMs: number;
@@ -344,7 +344,7 @@ declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema
344
344
  }, "amountE18"> & {
345
345
  amount?: string;
346
346
  }>]>, undefined>, readonly []>;
347
- }, undefined>, v.TransformAction<{
347
+ }, undefined>, validation_d_exports.TransformAction<{
348
348
  sequence: number;
349
349
  step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
350
350
  assetIds?: {
@@ -469,56 +469,56 @@ declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema
469
469
  }, "amountE18"> & {
470
470
  amount?: string;
471
471
  }>]>;
472
- declare const LifecycleFlowTimelineItemSchema: v.ObjectSchema<{
473
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
474
- readonly step: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
475
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowTimelineStatus, undefined>, v.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
476
- readonly expectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
472
+ declare const LifecycleFlowTimelineItemSchema: validation_d_exports.ObjectSchema<{
473
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
474
+ readonly step: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
475
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowTimelineStatus, undefined>, validation_d_exports.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
476
+ readonly expectedDurationMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
477
477
  }, undefined>;
478
- declare const LifecycleFlowSummaryProgressSchema: v.ObjectSchema<{
479
- readonly currentStepStartedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
480
- readonly currentStepExpectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
481
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
482
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
483
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
484
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
485
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
486
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
487
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
478
+ declare const LifecycleFlowSummaryProgressSchema: validation_d_exports.ObjectSchema<{
479
+ readonly currentStepStartedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
480
+ readonly currentStepExpectedDurationMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
481
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
482
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
483
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
484
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
485
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
486
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
487
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
488
488
  }, undefined>;
489
- declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSchema<{
490
- readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
491
- readonly smartAccountAddress: v.StringSchema<undefined>;
492
- readonly flowId: v.StringSchema<undefined>;
493
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
494
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
495
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
496
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
497
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
489
+ declare const LifecycleFlowSummarySchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
490
+ readonly ownerAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
491
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
492
+ readonly flowId: validation_d_exports.StringSchema<undefined>;
493
+ readonly flowKind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowKind, undefined>, validation_d_exports.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
494
+ readonly currentStep: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
495
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
496
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
497
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
498
498
  }, undefined>, undefined>;
499
- readonly polyesterChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
500
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
501
- readonly hi: v.BigintSchema<undefined>;
502
- readonly lo: v.BigintSchema<undefined>;
503
- }, undefined>, v.TransformAction<{
499
+ readonly polyesterChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
500
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
501
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
502
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
503
+ }, undefined>, validation_d_exports.TransformAction<{
504
504
  hi: bigint;
505
505
  lo: bigint;
506
506
  }, string>]>, undefined>;
507
- readonly requestFee: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
508
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
509
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
510
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
507
+ readonly requestFee: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
508
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
509
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
510
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
511
511
  }, undefined>, undefined>;
512
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
513
- readonly hi: v.BigintSchema<undefined>;
514
- readonly lo: v.BigintSchema<undefined>;
515
- }, undefined>, v.TransformAction<{
512
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
513
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
514
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
515
+ }, undefined>, validation_d_exports.TransformAction<{
516
516
  hi: bigint;
517
517
  lo: bigint;
518
518
  }, string>]>, undefined>;
519
- readonly recipientAddress: v.StringSchema<undefined>;
520
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof RequestFeeStatus, undefined>, v.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
521
- }, undefined>, v.TransformAction<{
519
+ readonly recipientAddress: validation_d_exports.StringSchema<undefined>;
520
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof RequestFeeStatus, undefined>, validation_d_exports.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
521
+ }, undefined>, validation_d_exports.TransformAction<{
522
522
  assetIds?: {
523
523
  zippedAssetId: number;
524
524
  unifiedAssetId: number;
@@ -537,46 +537,46 @@ declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSch
537
537
  }, "amountE18"> & {
538
538
  amount?: string;
539
539
  }>]>, undefined>;
540
- readonly sourceTxHash: v.StringSchema<undefined>;
541
- readonly txOccurrenceIndex: v.SchemaWithPipe<readonly [v.OptionalSchema<v.BigintSchema<undefined>, undefined>, v.TransformAction<bigint | undefined, number>]>;
542
- readonly sourceAddress: v.StringSchema<undefined>;
543
- readonly destinationAddress: v.StringSchema<undefined>;
544
- readonly sourceDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
545
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
546
- readonly latestTxRef: v.StringSchema<undefined>;
547
- readonly latestLifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
548
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
549
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
550
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
551
- readonly reasonId: v.StringSchema<undefined>;
552
- readonly message: v.StringSchema<undefined>;
540
+ readonly sourceTxHash: validation_d_exports.StringSchema<undefined>;
541
+ readonly txOccurrenceIndex: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.BigintSchema<undefined>, undefined>, validation_d_exports.TransformAction<bigint | undefined, number>]>;
542
+ readonly sourceAddress: validation_d_exports.StringSchema<undefined>;
543
+ readonly destinationAddress: validation_d_exports.StringSchema<undefined>;
544
+ readonly sourceDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
545
+ readonly destinationDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
546
+ readonly latestTxRef: validation_d_exports.StringSchema<undefined>;
547
+ readonly latestLifecycleSource: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof LifecycleSource, undefined>, validation_d_exports.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
548
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
549
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
550
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
551
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
552
+ readonly message: validation_d_exports.StringSchema<undefined>;
553
553
  }, undefined>, undefined>;
554
- readonly startedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
555
- readonly updatedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
556
- readonly terminalAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
557
- readonly lastActivityAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
558
- readonly isOpen: v.BooleanSchema<undefined>;
559
- readonly isTerminal: v.BooleanSchema<undefined>;
560
- readonly currentStepSequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
561
- readonly currentProgress: v.OptionalSchema<v.ObjectSchema<{
562
- readonly currentStepStartedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
563
- readonly currentStepExpectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
564
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
565
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
566
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
567
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
568
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
569
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
570
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
554
+ readonly startedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
555
+ readonly updatedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
556
+ readonly terminalAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
557
+ readonly lastActivityAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
558
+ readonly isOpen: validation_d_exports.BooleanSchema<undefined>;
559
+ readonly isTerminal: validation_d_exports.BooleanSchema<undefined>;
560
+ readonly currentStepSequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
561
+ readonly currentProgress: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
562
+ readonly currentStepStartedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
563
+ readonly currentStepExpectedDurationMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
564
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
565
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
566
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
567
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
568
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
569
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
570
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
571
571
  }, undefined>, undefined>;
572
- readonly progressTimeline: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
573
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
574
- readonly step: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
575
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowTimelineStatus, undefined>, v.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
576
- readonly expectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
572
+ readonly progressTimeline: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
573
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
574
+ readonly step: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
575
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowTimelineStatus, undefined>, validation_d_exports.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
576
+ readonly expectedDurationMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
577
577
  }, undefined>, undefined>, readonly []>;
578
- readonly estimatedCompletionUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
579
- }, undefined>, v.TransformAction<{
578
+ readonly estimatedCompletionUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
579
+ }, undefined>, validation_d_exports.TransformAction<{
580
580
  ownerAccountId: string;
581
581
  smartAccountAddress: string;
582
582
  flowId: string;
@@ -703,40 +703,40 @@ declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSch
703
703
  }, "amountE18"> & {
704
704
  amount?: string;
705
705
  }>]>;
706
- declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
707
- readonly summary: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
708
- readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
709
- readonly smartAccountAddress: v.StringSchema<undefined>;
710
- readonly flowId: v.StringSchema<undefined>;
711
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
712
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
713
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
714
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
715
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
706
+ declare const LifecycleFlowDetailSchema: validation_d_exports.ObjectSchema<{
707
+ readonly summary: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
708
+ readonly ownerAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
709
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
710
+ readonly flowId: validation_d_exports.StringSchema<undefined>;
711
+ readonly flowKind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowKind, undefined>, validation_d_exports.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
712
+ readonly currentStep: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
713
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
714
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
715
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
716
716
  }, undefined>, undefined>;
717
- readonly polyesterChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
718
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
719
- readonly hi: v.BigintSchema<undefined>;
720
- readonly lo: v.BigintSchema<undefined>;
721
- }, undefined>, v.TransformAction<{
717
+ readonly polyesterChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
718
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
719
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
720
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
721
+ }, undefined>, validation_d_exports.TransformAction<{
722
722
  hi: bigint;
723
723
  lo: bigint;
724
724
  }, string>]>, undefined>;
725
- readonly requestFee: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
726
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
727
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
728
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
725
+ readonly requestFee: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
726
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
727
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
728
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
729
729
  }, undefined>, undefined>;
730
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
731
- readonly hi: v.BigintSchema<undefined>;
732
- readonly lo: v.BigintSchema<undefined>;
733
- }, undefined>, v.TransformAction<{
730
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
731
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
732
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
733
+ }, undefined>, validation_d_exports.TransformAction<{
734
734
  hi: bigint;
735
735
  lo: bigint;
736
736
  }, string>]>, undefined>;
737
- readonly recipientAddress: v.StringSchema<undefined>;
738
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof RequestFeeStatus, undefined>, v.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
739
- }, undefined>, v.TransformAction<{
737
+ readonly recipientAddress: validation_d_exports.StringSchema<undefined>;
738
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof RequestFeeStatus, undefined>, validation_d_exports.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
739
+ }, undefined>, validation_d_exports.TransformAction<{
740
740
  assetIds?: {
741
741
  zippedAssetId: number;
742
742
  unifiedAssetId: number;
@@ -755,46 +755,46 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
755
755
  }, "amountE18"> & {
756
756
  amount?: string;
757
757
  }>]>, undefined>;
758
- readonly sourceTxHash: v.StringSchema<undefined>;
759
- readonly txOccurrenceIndex: v.SchemaWithPipe<readonly [v.OptionalSchema<v.BigintSchema<undefined>, undefined>, v.TransformAction<bigint | undefined, number>]>;
760
- readonly sourceAddress: v.StringSchema<undefined>;
761
- readonly destinationAddress: v.StringSchema<undefined>;
762
- readonly sourceDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
763
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
764
- readonly latestTxRef: v.StringSchema<undefined>;
765
- readonly latestLifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
766
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
767
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
768
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
769
- readonly reasonId: v.StringSchema<undefined>;
770
- readonly message: v.StringSchema<undefined>;
758
+ readonly sourceTxHash: validation_d_exports.StringSchema<undefined>;
759
+ readonly txOccurrenceIndex: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.BigintSchema<undefined>, undefined>, validation_d_exports.TransformAction<bigint | undefined, number>]>;
760
+ readonly sourceAddress: validation_d_exports.StringSchema<undefined>;
761
+ readonly destinationAddress: validation_d_exports.StringSchema<undefined>;
762
+ readonly sourceDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
763
+ readonly destinationDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
764
+ readonly latestTxRef: validation_d_exports.StringSchema<undefined>;
765
+ readonly latestLifecycleSource: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof LifecycleSource, undefined>, validation_d_exports.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
766
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
767
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
768
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
769
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
770
+ readonly message: validation_d_exports.StringSchema<undefined>;
771
771
  }, undefined>, undefined>;
772
- readonly startedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
773
- readonly updatedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
774
- readonly terminalAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
775
- readonly lastActivityAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
776
- readonly isOpen: v.BooleanSchema<undefined>;
777
- readonly isTerminal: v.BooleanSchema<undefined>;
778
- readonly currentStepSequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
779
- readonly currentProgress: v.OptionalSchema<v.ObjectSchema<{
780
- readonly currentStepStartedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
781
- readonly currentStepExpectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
782
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
783
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
784
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
785
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
786
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
787
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
788
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
772
+ readonly startedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
773
+ readonly updatedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
774
+ readonly terminalAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
775
+ readonly lastActivityAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
776
+ readonly isOpen: validation_d_exports.BooleanSchema<undefined>;
777
+ readonly isTerminal: validation_d_exports.BooleanSchema<undefined>;
778
+ readonly currentStepSequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
779
+ readonly currentProgress: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
780
+ readonly currentStepStartedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
781
+ readonly currentStepExpectedDurationMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
782
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
783
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
784
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
785
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
786
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
787
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
788
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
789
789
  }, undefined>, undefined>;
790
- readonly progressTimeline: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
791
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
792
- readonly step: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
793
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowTimelineStatus, undefined>, v.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
794
- readonly expectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
790
+ readonly progressTimeline: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
791
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
792
+ readonly step: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
793
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowTimelineStatus, undefined>, validation_d_exports.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
794
+ readonly expectedDurationMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
795
795
  }, undefined>, undefined>, readonly []>;
796
- readonly estimatedCompletionUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
797
- }, undefined>, v.TransformAction<{
796
+ readonly estimatedCompletionUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
797
+ }, undefined>, validation_d_exports.TransformAction<{
798
798
  ownerAccountId: string;
799
799
  smartAccountAddress: string;
800
800
  flowId: string;
@@ -921,36 +921,36 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
921
921
  }, "amountE18"> & {
922
922
  amount?: string;
923
923
  }>]>, undefined>;
924
- readonly observedSteps: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
925
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
926
- readonly step: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
927
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
928
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
929
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
924
+ readonly observedSteps: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
925
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
926
+ readonly step: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
927
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
928
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
929
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
930
930
  }, undefined>, undefined>;
931
- readonly polyesterChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
932
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
933
- readonly hi: v.BigintSchema<undefined>;
934
- readonly lo: v.BigintSchema<undefined>;
935
- }, undefined>, v.TransformAction<{
931
+ readonly polyesterChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
932
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
933
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
934
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
935
+ }, undefined>, validation_d_exports.TransformAction<{
936
936
  hi: bigint;
937
937
  lo: bigint;
938
938
  }, string>]>, undefined>;
939
- readonly requestFee: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
940
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
941
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
942
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
939
+ readonly requestFee: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
940
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
941
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
942
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
943
943
  }, undefined>, undefined>;
944
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
945
- readonly hi: v.BigintSchema<undefined>;
946
- readonly lo: v.BigintSchema<undefined>;
947
- }, undefined>, v.TransformAction<{
944
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
945
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
946
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
947
+ }, undefined>, validation_d_exports.TransformAction<{
948
948
  hi: bigint;
949
949
  lo: bigint;
950
950
  }, string>]>, undefined>;
951
- readonly recipientAddress: v.StringSchema<undefined>;
952
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof RequestFeeStatus, undefined>, v.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
953
- }, undefined>, v.TransformAction<{
951
+ readonly recipientAddress: validation_d_exports.StringSchema<undefined>;
952
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof RequestFeeStatus, undefined>, validation_d_exports.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
953
+ }, undefined>, validation_d_exports.TransformAction<{
954
954
  assetIds?: {
955
955
  zippedAssetId: number;
956
956
  unifiedAssetId: number;
@@ -969,51 +969,51 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
969
969
  }, "amountE18"> & {
970
970
  amount?: string;
971
971
  }>]>, undefined>;
972
- readonly milestoneTxRef: v.StringSchema<undefined>;
973
- readonly lifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
974
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
975
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
976
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
977
- readonly reasonId: v.StringSchema<undefined>;
978
- readonly message: v.StringSchema<undefined>;
972
+ readonly milestoneTxRef: validation_d_exports.StringSchema<undefined>;
973
+ readonly lifecycleSource: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof LifecycleSource, undefined>, validation_d_exports.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
974
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
975
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
976
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
977
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
978
+ readonly message: validation_d_exports.StringSchema<undefined>;
979
979
  }, undefined>, undefined>;
980
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
981
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
982
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
983
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
984
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
985
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
986
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
987
- readonly occurredAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
988
- readonly blockTimeMovingAverageMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
989
- readonly activities: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
990
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
991
- readonly txRef: v.StringSchema<undefined>;
992
- readonly occurredAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
993
- readonly lifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
994
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
995
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
996
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
997
- readonly reasonId: v.StringSchema<undefined>;
998
- readonly message: v.StringSchema<undefined>;
980
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
981
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
982
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
983
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
984
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
985
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
986
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
987
+ readonly occurredAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
988
+ readonly blockTimeMovingAverageMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
989
+ readonly activities: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
990
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
991
+ readonly txRef: validation_d_exports.StringSchema<undefined>;
992
+ readonly occurredAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
993
+ readonly lifecycleSource: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof LifecycleSource, undefined>, validation_d_exports.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
994
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
995
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
996
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
997
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
998
+ readonly message: validation_d_exports.StringSchema<undefined>;
999
999
  }, undefined>, undefined>;
1000
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1001
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1002
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1003
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1004
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1005
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStepActivityKind, undefined>, v.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
1006
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1007
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1008
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1009
- readonly hi: v.BigintSchema<undefined>;
1010
- readonly lo: v.BigintSchema<undefined>;
1011
- }, undefined>, v.TransformAction<{
1000
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1001
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1002
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1003
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1004
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1005
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStepActivityKind, undefined>, validation_d_exports.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
1006
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1007
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1008
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1009
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
1010
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
1011
+ }, undefined>, validation_d_exports.TransformAction<{
1012
1012
  hi: bigint;
1013
1013
  lo: bigint;
1014
1014
  }, string>]>, undefined>;
1015
- readonly ledgerTransferId: v.OptionalSchema<v.StringSchema<undefined>, "">;
1016
- }, undefined>, v.TransformAction<{
1015
+ readonly ledgerTransferId: validation_d_exports.OptionalSchema<validation_d_exports.StringSchema<undefined>, "">;
1016
+ }, undefined>, validation_d_exports.TransformAction<{
1017
1017
  sequence: number;
1018
1018
  txRef: string;
1019
1019
  occurredAtUnixMs: number;
@@ -1058,7 +1058,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
1058
1058
  }, "amountE18"> & {
1059
1059
  amount?: string;
1060
1060
  }>]>, undefined>, readonly []>;
1061
- }, undefined>, v.TransformAction<{
1061
+ }, undefined>, validation_d_exports.TransformAction<{
1062
1062
  sequence: number;
1063
1063
  step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1064
1064
  assetIds?: {
@@ -1183,42 +1183,42 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
1183
1183
  }, "amountE18"> & {
1184
1184
  amount?: string;
1185
1185
  }>]>, undefined>, readonly []>;
1186
- readonly fromLiveState: v.BooleanSchema<undefined>;
1186
+ readonly fromLiveState: validation_d_exports.BooleanSchema<undefined>;
1187
1187
  }, undefined>;
1188
- declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1189
- readonly flows: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1190
- readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1191
- readonly smartAccountAddress: v.StringSchema<undefined>;
1192
- readonly flowId: v.StringSchema<undefined>;
1193
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
1194
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1195
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
1196
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1197
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1188
+ declare const ListLifecycleFlowsOutputSchema: validation_d_exports.ObjectSchema<{
1189
+ readonly flows: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1190
+ readonly ownerAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1191
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
1192
+ readonly flowId: validation_d_exports.StringSchema<undefined>;
1193
+ readonly flowKind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowKind, undefined>, validation_d_exports.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
1194
+ readonly currentStep: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1195
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1196
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1197
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1198
1198
  }, undefined>, undefined>;
1199
- readonly polyesterChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1200
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1201
- readonly hi: v.BigintSchema<undefined>;
1202
- readonly lo: v.BigintSchema<undefined>;
1203
- }, undefined>, v.TransformAction<{
1199
+ readonly polyesterChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1200
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1201
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
1202
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
1203
+ }, undefined>, validation_d_exports.TransformAction<{
1204
1204
  hi: bigint;
1205
1205
  lo: bigint;
1206
1206
  }, string>]>, undefined>;
1207
- readonly requestFee: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1208
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
1209
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1210
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1207
+ readonly requestFee: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1208
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1209
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1210
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1211
1211
  }, undefined>, undefined>;
1212
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1213
- readonly hi: v.BigintSchema<undefined>;
1214
- readonly lo: v.BigintSchema<undefined>;
1215
- }, undefined>, v.TransformAction<{
1212
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1213
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
1214
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
1215
+ }, undefined>, validation_d_exports.TransformAction<{
1216
1216
  hi: bigint;
1217
1217
  lo: bigint;
1218
1218
  }, string>]>, undefined>;
1219
- readonly recipientAddress: v.StringSchema<undefined>;
1220
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof RequestFeeStatus, undefined>, v.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
1221
- }, undefined>, v.TransformAction<{
1219
+ readonly recipientAddress: validation_d_exports.StringSchema<undefined>;
1220
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof RequestFeeStatus, undefined>, validation_d_exports.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
1221
+ }, undefined>, validation_d_exports.TransformAction<{
1222
1222
  assetIds?: {
1223
1223
  zippedAssetId: number;
1224
1224
  unifiedAssetId: number;
@@ -1237,46 +1237,46 @@ declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1237
1237
  }, "amountE18"> & {
1238
1238
  amount?: string;
1239
1239
  }>]>, undefined>;
1240
- readonly sourceTxHash: v.StringSchema<undefined>;
1241
- readonly txOccurrenceIndex: v.SchemaWithPipe<readonly [v.OptionalSchema<v.BigintSchema<undefined>, undefined>, v.TransformAction<bigint | undefined, number>]>;
1242
- readonly sourceAddress: v.StringSchema<undefined>;
1243
- readonly destinationAddress: v.StringSchema<undefined>;
1244
- readonly sourceDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1245
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1246
- readonly latestTxRef: v.StringSchema<undefined>;
1247
- readonly latestLifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
1248
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
1249
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
1250
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1251
- readonly reasonId: v.StringSchema<undefined>;
1252
- readonly message: v.StringSchema<undefined>;
1240
+ readonly sourceTxHash: validation_d_exports.StringSchema<undefined>;
1241
+ readonly txOccurrenceIndex: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.BigintSchema<undefined>, undefined>, validation_d_exports.TransformAction<bigint | undefined, number>]>;
1242
+ readonly sourceAddress: validation_d_exports.StringSchema<undefined>;
1243
+ readonly destinationAddress: validation_d_exports.StringSchema<undefined>;
1244
+ readonly sourceDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1245
+ readonly destinationDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1246
+ readonly latestTxRef: validation_d_exports.StringSchema<undefined>;
1247
+ readonly latestLifecycleSource: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof LifecycleSource, undefined>, validation_d_exports.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
1248
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
1249
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1250
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1251
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
1252
+ readonly message: validation_d_exports.StringSchema<undefined>;
1253
1253
  }, undefined>, undefined>;
1254
- readonly startedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1255
- readonly updatedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1256
- readonly terminalAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1257
- readonly lastActivityAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1258
- readonly isOpen: v.BooleanSchema<undefined>;
1259
- readonly isTerminal: v.BooleanSchema<undefined>;
1260
- readonly currentStepSequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1261
- readonly currentProgress: v.OptionalSchema<v.ObjectSchema<{
1262
- readonly currentStepStartedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1263
- readonly currentStepExpectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1264
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1265
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1266
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1267
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1268
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1269
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1270
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1254
+ readonly startedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1255
+ readonly updatedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1256
+ readonly terminalAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1257
+ readonly lastActivityAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1258
+ readonly isOpen: validation_d_exports.BooleanSchema<undefined>;
1259
+ readonly isTerminal: validation_d_exports.BooleanSchema<undefined>;
1260
+ readonly currentStepSequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1261
+ readonly currentProgress: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1262
+ readonly currentStepStartedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1263
+ readonly currentStepExpectedDurationMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1264
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1265
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1266
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1267
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1268
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1269
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1270
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1271
1271
  }, undefined>, undefined>;
1272
- readonly progressTimeline: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1273
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1274
- readonly step: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1275
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowTimelineStatus, undefined>, v.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
1276
- readonly expectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1272
+ readonly progressTimeline: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
1273
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1274
+ readonly step: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1275
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowTimelineStatus, undefined>, validation_d_exports.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
1276
+ readonly expectedDurationMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1277
1277
  }, undefined>, undefined>, readonly []>;
1278
- readonly estimatedCompletionUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1279
- }, undefined>, v.TransformAction<{
1278
+ readonly estimatedCompletionUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1279
+ }, undefined>, validation_d_exports.TransformAction<{
1280
1280
  ownerAccountId: string;
1281
1281
  smartAccountAddress: string;
1282
1282
  flowId: string;
@@ -1403,43 +1403,43 @@ declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1403
1403
  }, "amountE18"> & {
1404
1404
  amount?: string;
1405
1405
  }>]>, undefined>, readonly []>;
1406
- readonly nextPageToken: v.OptionalSchema<v.StringSchema<undefined>, "">;
1406
+ readonly nextPageToken: validation_d_exports.OptionalSchema<validation_d_exports.StringSchema<undefined>, "">;
1407
1407
  }, undefined>;
1408
- declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1409
- readonly flow: v.OptionalSchema<v.ObjectSchema<{
1410
- readonly summary: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1411
- readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1412
- readonly smartAccountAddress: v.StringSchema<undefined>;
1413
- readonly flowId: v.StringSchema<undefined>;
1414
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
1415
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1416
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
1417
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1418
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1408
+ declare const GetLifecycleFlowOutputSchema: validation_d_exports.ObjectSchema<{
1409
+ readonly flow: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1410
+ readonly summary: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1411
+ readonly ownerAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1412
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
1413
+ readonly flowId: validation_d_exports.StringSchema<undefined>;
1414
+ readonly flowKind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowKind, undefined>, validation_d_exports.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
1415
+ readonly currentStep: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1416
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1417
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1418
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1419
1419
  }, undefined>, undefined>;
1420
- readonly polyesterChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1421
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1422
- readonly hi: v.BigintSchema<undefined>;
1423
- readonly lo: v.BigintSchema<undefined>;
1424
- }, undefined>, v.TransformAction<{
1420
+ readonly polyesterChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1421
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1422
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
1423
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
1424
+ }, undefined>, validation_d_exports.TransformAction<{
1425
1425
  hi: bigint;
1426
1426
  lo: bigint;
1427
1427
  }, string>]>, undefined>;
1428
- readonly requestFee: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1429
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
1430
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1431
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1428
+ readonly requestFee: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1429
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1430
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1431
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1432
1432
  }, undefined>, undefined>;
1433
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1434
- readonly hi: v.BigintSchema<undefined>;
1435
- readonly lo: v.BigintSchema<undefined>;
1436
- }, undefined>, v.TransformAction<{
1433
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1434
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
1435
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
1436
+ }, undefined>, validation_d_exports.TransformAction<{
1437
1437
  hi: bigint;
1438
1438
  lo: bigint;
1439
1439
  }, string>]>, undefined>;
1440
- readonly recipientAddress: v.StringSchema<undefined>;
1441
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof RequestFeeStatus, undefined>, v.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
1442
- }, undefined>, v.TransformAction<{
1440
+ readonly recipientAddress: validation_d_exports.StringSchema<undefined>;
1441
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof RequestFeeStatus, undefined>, validation_d_exports.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
1442
+ }, undefined>, validation_d_exports.TransformAction<{
1443
1443
  assetIds?: {
1444
1444
  zippedAssetId: number;
1445
1445
  unifiedAssetId: number;
@@ -1458,46 +1458,46 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1458
1458
  }, "amountE18"> & {
1459
1459
  amount?: string;
1460
1460
  }>]>, undefined>;
1461
- readonly sourceTxHash: v.StringSchema<undefined>;
1462
- readonly txOccurrenceIndex: v.SchemaWithPipe<readonly [v.OptionalSchema<v.BigintSchema<undefined>, undefined>, v.TransformAction<bigint | undefined, number>]>;
1463
- readonly sourceAddress: v.StringSchema<undefined>;
1464
- readonly destinationAddress: v.StringSchema<undefined>;
1465
- readonly sourceDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1466
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1467
- readonly latestTxRef: v.StringSchema<undefined>;
1468
- readonly latestLifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
1469
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
1470
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
1471
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1472
- readonly reasonId: v.StringSchema<undefined>;
1473
- readonly message: v.StringSchema<undefined>;
1461
+ readonly sourceTxHash: validation_d_exports.StringSchema<undefined>;
1462
+ readonly txOccurrenceIndex: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.BigintSchema<undefined>, undefined>, validation_d_exports.TransformAction<bigint | undefined, number>]>;
1463
+ readonly sourceAddress: validation_d_exports.StringSchema<undefined>;
1464
+ readonly destinationAddress: validation_d_exports.StringSchema<undefined>;
1465
+ readonly sourceDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1466
+ readonly destinationDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1467
+ readonly latestTxRef: validation_d_exports.StringSchema<undefined>;
1468
+ readonly latestLifecycleSource: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof LifecycleSource, undefined>, validation_d_exports.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
1469
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
1470
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1471
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1472
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
1473
+ readonly message: validation_d_exports.StringSchema<undefined>;
1474
1474
  }, undefined>, undefined>;
1475
- readonly startedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1476
- readonly updatedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1477
- readonly terminalAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1478
- readonly lastActivityAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1479
- readonly isOpen: v.BooleanSchema<undefined>;
1480
- readonly isTerminal: v.BooleanSchema<undefined>;
1481
- readonly currentStepSequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1482
- readonly currentProgress: v.OptionalSchema<v.ObjectSchema<{
1483
- readonly currentStepStartedAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1484
- readonly currentStepExpectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1485
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1486
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1487
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1488
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1489
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1490
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1491
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1475
+ readonly startedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1476
+ readonly updatedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1477
+ readonly terminalAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1478
+ readonly lastActivityAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1479
+ readonly isOpen: validation_d_exports.BooleanSchema<undefined>;
1480
+ readonly isTerminal: validation_d_exports.BooleanSchema<undefined>;
1481
+ readonly currentStepSequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1482
+ readonly currentProgress: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1483
+ readonly currentStepStartedAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1484
+ readonly currentStepExpectedDurationMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1485
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1486
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1487
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1488
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1489
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1490
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1491
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1492
1492
  }, undefined>, undefined>;
1493
- readonly progressTimeline: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1494
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1495
- readonly step: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1496
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowTimelineStatus, undefined>, v.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
1497
- readonly expectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1493
+ readonly progressTimeline: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
1494
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1495
+ readonly step: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1496
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowTimelineStatus, undefined>, validation_d_exports.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
1497
+ readonly expectedDurationMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1498
1498
  }, undefined>, undefined>, readonly []>;
1499
- readonly estimatedCompletionUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1500
- }, undefined>, v.TransformAction<{
1499
+ readonly estimatedCompletionUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1500
+ }, undefined>, validation_d_exports.TransformAction<{
1501
1501
  ownerAccountId: string;
1502
1502
  smartAccountAddress: string;
1503
1503
  flowId: string;
@@ -1624,36 +1624,36 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1624
1624
  }, "amountE18"> & {
1625
1625
  amount?: string;
1626
1626
  }>]>, undefined>;
1627
- readonly observedSteps: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1628
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1629
- readonly step: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1630
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
1631
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1632
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1627
+ readonly observedSteps: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1628
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1629
+ readonly step: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1630
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1631
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1632
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1633
1633
  }, undefined>, undefined>;
1634
- readonly polyesterChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1635
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1636
- readonly hi: v.BigintSchema<undefined>;
1637
- readonly lo: v.BigintSchema<undefined>;
1638
- }, undefined>, v.TransformAction<{
1634
+ readonly polyesterChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1635
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1636
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
1637
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
1638
+ }, undefined>, validation_d_exports.TransformAction<{
1639
1639
  hi: bigint;
1640
1640
  lo: bigint;
1641
1641
  }, string>]>, undefined>;
1642
- readonly requestFee: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1643
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
1644
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1645
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1642
+ readonly requestFee: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1643
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1644
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1645
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1646
1646
  }, undefined>, undefined>;
1647
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1648
- readonly hi: v.BigintSchema<undefined>;
1649
- readonly lo: v.BigintSchema<undefined>;
1650
- }, undefined>, v.TransformAction<{
1647
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1648
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
1649
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
1650
+ }, undefined>, validation_d_exports.TransformAction<{
1651
1651
  hi: bigint;
1652
1652
  lo: bigint;
1653
1653
  }, string>]>, undefined>;
1654
- readonly recipientAddress: v.StringSchema<undefined>;
1655
- readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof RequestFeeStatus, undefined>, v.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
1656
- }, undefined>, v.TransformAction<{
1654
+ readonly recipientAddress: validation_d_exports.StringSchema<undefined>;
1655
+ readonly status: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof RequestFeeStatus, undefined>, validation_d_exports.TransformAction<RequestFeeStatus, "unspecified" | "locked" | "settled">]>;
1656
+ }, undefined>, validation_d_exports.TransformAction<{
1657
1657
  assetIds?: {
1658
1658
  zippedAssetId: number;
1659
1659
  unifiedAssetId: number;
@@ -1672,51 +1672,51 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1672
1672
  }, "amountE18"> & {
1673
1673
  amount?: string;
1674
1674
  }>]>, undefined>;
1675
- readonly milestoneTxRef: v.StringSchema<undefined>;
1676
- readonly lifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
1677
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
1678
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
1679
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1680
- readonly reasonId: v.StringSchema<undefined>;
1681
- readonly message: v.StringSchema<undefined>;
1675
+ readonly milestoneTxRef: validation_d_exports.StringSchema<undefined>;
1676
+ readonly lifecycleSource: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof LifecycleSource, undefined>, validation_d_exports.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
1677
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
1678
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1679
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1680
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
1681
+ readonly message: validation_d_exports.StringSchema<undefined>;
1682
1682
  }, undefined>, undefined>;
1683
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1684
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1685
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1686
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1687
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1688
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1689
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1690
- readonly occurredAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1691
- readonly blockTimeMovingAverageMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1692
- readonly activities: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1693
- readonly sequence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1694
- readonly txRef: v.StringSchema<undefined>;
1695
- readonly occurredAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1696
- readonly lifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
1697
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
1698
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
1699
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1700
- readonly reasonId: v.StringSchema<undefined>;
1701
- readonly message: v.StringSchema<undefined>;
1683
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1684
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1685
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1686
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1687
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1688
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1689
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1690
+ readonly occurredAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1691
+ readonly blockTimeMovingAverageMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1692
+ readonly activities: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1693
+ readonly sequence: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1694
+ readonly txRef: validation_d_exports.StringSchema<undefined>;
1695
+ readonly occurredAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1696
+ readonly lifecycleSource: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof LifecycleSource, undefined>, validation_d_exports.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
1697
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
1698
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1699
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1700
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
1701
+ readonly message: validation_d_exports.StringSchema<undefined>;
1702
1702
  }, undefined>, undefined>;
1703
- readonly currentConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1704
- readonly requiredConfirmations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1705
- readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1706
- readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1707
- readonly validatorCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1708
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStepActivityKind, undefined>, v.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
1709
- readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1710
- readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1711
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1712
- readonly hi: v.BigintSchema<undefined>;
1713
- readonly lo: v.BigintSchema<undefined>;
1714
- }, undefined>, v.TransformAction<{
1703
+ readonly currentConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1704
+ readonly requiredConfirmations: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1705
+ readonly approveCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1706
+ readonly rejectCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1707
+ readonly validatorCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1708
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStepActivityKind, undefined>, validation_d_exports.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
1709
+ readonly requiredApprovals: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1710
+ readonly requiredRejections: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1711
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1712
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
1713
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
1714
+ }, undefined>, validation_d_exports.TransformAction<{
1715
1715
  hi: bigint;
1716
1716
  lo: bigint;
1717
1717
  }, string>]>, undefined>;
1718
- readonly ledgerTransferId: v.OptionalSchema<v.StringSchema<undefined>, "">;
1719
- }, undefined>, v.TransformAction<{
1718
+ readonly ledgerTransferId: validation_d_exports.OptionalSchema<validation_d_exports.StringSchema<undefined>, "">;
1719
+ }, undefined>, validation_d_exports.TransformAction<{
1720
1720
  sequence: number;
1721
1721
  txRef: string;
1722
1722
  occurredAtUnixMs: number;
@@ -1761,7 +1761,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1761
1761
  }, "amountE18"> & {
1762
1762
  amount?: string;
1763
1763
  }>]>, undefined>, readonly []>;
1764
- }, undefined>, v.TransformAction<{
1764
+ }, undefined>, validation_d_exports.TransformAction<{
1765
1765
  sequence: number;
1766
1766
  step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1767
1767
  assetIds?: {
@@ -1886,44 +1886,44 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1886
1886
  }, "amountE18"> & {
1887
1887
  amount?: string;
1888
1888
  }>]>, undefined>, readonly []>;
1889
- readonly fromLiveState: v.BooleanSchema<undefined>;
1889
+ readonly fromLiveState: validation_d_exports.BooleanSchema<undefined>;
1890
1890
  }, undefined>, undefined>;
1891
1891
  }, undefined>;
1892
- declare const LifecycleFlowTxMatchSchema: v.SchemaWithPipe<readonly [v.ObjectSchema<{
1893
- readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1894
- readonly smartAccountAddress: v.StringSchema<undefined>;
1895
- readonly flowId: v.StringSchema<undefined>;
1896
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
1897
- readonly sourceTxHash: v.StringSchema<undefined>;
1898
- readonly latestTxRef: v.StringSchema<undefined>;
1899
- readonly txOccurrenceIndex: v.SchemaWithPipe<readonly [v.OptionalSchema<v.BigintSchema<undefined>, undefined>, v.TransformAction<bigint | undefined, number>]>;
1900
- readonly sourceDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1901
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1902
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1903
- readonly isOpen: v.BooleanSchema<undefined>;
1904
- readonly isTerminal: v.BooleanSchema<undefined>;
1905
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
1906
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1907
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1892
+ declare const LifecycleFlowTxMatchSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1893
+ readonly ownerAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1894
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
1895
+ readonly flowId: validation_d_exports.StringSchema<undefined>;
1896
+ readonly flowKind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowKind, undefined>, validation_d_exports.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
1897
+ readonly sourceTxHash: validation_d_exports.StringSchema<undefined>;
1898
+ readonly latestTxRef: validation_d_exports.StringSchema<undefined>;
1899
+ readonly txOccurrenceIndex: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.BigintSchema<undefined>, undefined>, validation_d_exports.TransformAction<bigint | undefined, number>]>;
1900
+ readonly sourceDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1901
+ readonly destinationDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1902
+ readonly currentStep: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1903
+ readonly isOpen: validation_d_exports.BooleanSchema<undefined>;
1904
+ readonly isTerminal: validation_d_exports.BooleanSchema<undefined>;
1905
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1906
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1907
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1908
1908
  }, undefined>, undefined>;
1909
- readonly polyesterChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1910
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1911
- readonly hi: v.BigintSchema<undefined>;
1912
- readonly lo: v.BigintSchema<undefined>;
1913
- }, undefined>, v.TransformAction<{
1909
+ readonly polyesterChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1910
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1911
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
1912
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
1913
+ }, undefined>, validation_d_exports.TransformAction<{
1914
1914
  hi: bigint;
1915
1915
  lo: bigint;
1916
1916
  }, string>]>, undefined>;
1917
- readonly sourceAddress: v.StringSchema<undefined>;
1918
- readonly destinationAddress: v.StringSchema<undefined>;
1919
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
1920
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
1921
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1922
- readonly reasonId: v.StringSchema<undefined>;
1923
- readonly message: v.StringSchema<undefined>;
1917
+ readonly sourceAddress: validation_d_exports.StringSchema<undefined>;
1918
+ readonly destinationAddress: validation_d_exports.StringSchema<undefined>;
1919
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
1920
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1921
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
1922
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
1923
+ readonly message: validation_d_exports.StringSchema<undefined>;
1924
1924
  }, undefined>, undefined>;
1925
- readonly lastActivityAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1926
- }, undefined>, v.TransformAction<{
1925
+ readonly lastActivityAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1926
+ }, undefined>, validation_d_exports.TransformAction<{
1927
1927
  ownerAccountId: string;
1928
1928
  smartAccountAddress: string;
1929
1929
  flowId: string;
@@ -1982,43 +1982,43 @@ declare const LifecycleFlowTxMatchSchema: v.SchemaWithPipe<readonly [v.ObjectSch
1982
1982
  }, "amountE18"> & {
1983
1983
  amount?: string;
1984
1984
  }>]>;
1985
- declare const ListLifecycleFlowsByTxOutputSchema: v.ObjectSchema<{
1986
- readonly txHash: v.StringSchema<undefined>;
1987
- readonly matches: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1988
- readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1989
- readonly smartAccountAddress: v.StringSchema<undefined>;
1990
- readonly flowId: v.StringSchema<undefined>;
1991
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
1992
- readonly sourceTxHash: v.StringSchema<undefined>;
1993
- readonly latestTxRef: v.StringSchema<undefined>;
1994
- readonly txOccurrenceIndex: v.SchemaWithPipe<readonly [v.OptionalSchema<v.BigintSchema<undefined>, undefined>, v.TransformAction<bigint | undefined, number>]>;
1995
- readonly sourceDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1996
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1997
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1998
- readonly isOpen: v.BooleanSchema<undefined>;
1999
- readonly isTerminal: v.BooleanSchema<undefined>;
2000
- readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
2001
- readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
2002
- readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1985
+ declare const ListLifecycleFlowsByTxOutputSchema: validation_d_exports.ObjectSchema<{
1986
+ readonly txHash: validation_d_exports.StringSchema<undefined>;
1987
+ readonly matches: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1988
+ readonly ownerAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1989
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
1990
+ readonly flowId: validation_d_exports.StringSchema<undefined>;
1991
+ readonly flowKind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowKind, undefined>, validation_d_exports.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
1992
+ readonly sourceTxHash: validation_d_exports.StringSchema<undefined>;
1993
+ readonly latestTxRef: validation_d_exports.StringSchema<undefined>;
1994
+ readonly txOccurrenceIndex: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.BigintSchema<undefined>, undefined>, validation_d_exports.TransformAction<bigint | undefined, number>]>;
1995
+ readonly sourceDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1996
+ readonly destinationDomain: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowDomain, undefined>, validation_d_exports.TransformAction<FlowDomain, "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending">]>;
1997
+ readonly currentStep: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof FlowStep, undefined>, validation_d_exports.TransformAction<FlowStep, "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
1998
+ readonly isOpen: validation_d_exports.BooleanSchema<undefined>;
1999
+ readonly isTerminal: validation_d_exports.BooleanSchema<undefined>;
2000
+ readonly assetIds: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
2001
+ readonly zippedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
2002
+ readonly unifiedAssetId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
2003
2003
  }, undefined>, undefined>;
2004
- readonly polyesterChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
2005
- readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
2006
- readonly hi: v.BigintSchema<undefined>;
2007
- readonly lo: v.BigintSchema<undefined>;
2008
- }, undefined>, v.TransformAction<{
2004
+ readonly polyesterChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
2005
+ readonly amountE18: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
2006
+ readonly hi: validation_d_exports.BigintSchema<undefined>;
2007
+ readonly lo: validation_d_exports.BigintSchema<undefined>;
2008
+ }, undefined>, validation_d_exports.TransformAction<{
2009
2009
  hi: bigint;
2010
2010
  lo: bigint;
2011
2011
  }, string>]>, undefined>;
2012
- readonly sourceAddress: v.StringSchema<undefined>;
2013
- readonly destinationAddress: v.StringSchema<undefined>;
2014
- readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
2015
- readonly zipperReason: v.OptionalSchema<v.ObjectSchema<{
2016
- readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
2017
- readonly reasonId: v.StringSchema<undefined>;
2018
- readonly message: v.StringSchema<undefined>;
2012
+ readonly sourceAddress: validation_d_exports.StringSchema<undefined>;
2013
+ readonly destinationAddress: validation_d_exports.StringSchema<undefined>;
2014
+ readonly lifecycleReason: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>, validation_d_exports.TransformAction<number, LifecycleReasonValue>]>;
2015
+ readonly zipperReason: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
2016
+ readonly code: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.MinValueAction<number, 0, undefined>]>;
2017
+ readonly reasonId: validation_d_exports.StringSchema<undefined>;
2018
+ readonly message: validation_d_exports.StringSchema<undefined>;
2019
2019
  }, undefined>, undefined>;
2020
- readonly lastActivityAtUnixMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
2021
- }, undefined>, v.TransformAction<{
2020
+ readonly lastActivityAtUnixMs: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
2021
+ }, undefined>, validation_d_exports.TransformAction<{
2022
2022
  ownerAccountId: string;
2023
2023
  smartAccountAddress: string;
2024
2024
  flowId: string;
@@ -2077,31 +2077,31 @@ declare const ListLifecycleFlowsByTxOutputSchema: v.ObjectSchema<{
2077
2077
  }, "amountE18"> & {
2078
2078
  amount?: string;
2079
2079
  }>]>, undefined>, readonly []>;
2080
- readonly nextPageToken: v.OptionalSchema<v.StringSchema<undefined>, "">;
2080
+ readonly nextPageToken: validation_d_exports.OptionalSchema<validation_d_exports.StringSchema<undefined>, "">;
2081
2081
  }, undefined>;
2082
- type ListLifecycleFlowsInput = v.InferInput<typeof ListLifecycleFlowsInputSchema>;
2083
- type GetLifecycleFlowInput = v.InferInput<typeof GetLifecycleFlowInputSchema>;
2084
- type ListLifecycleFlowsByTxInput = v.InferInput<typeof ListLifecycleFlowsByTxInputSchema>;
2085
- type LifecycleFlowSummary = v.InferOutput<typeof LifecycleFlowSummarySchema>;
2086
- type LifecycleFlowStep = v.InferOutput<typeof LifecycleFlowStepSchema>;
2087
- type LifecycleFlowStepActivity = v.InferOutput<typeof LifecycleFlowStepActivitySchema>;
2088
- type LifecycleFlowTimelineItem = v.InferOutput<typeof LifecycleFlowTimelineItemSchema>;
2089
- type LifecycleFlowDetail = v.InferOutput<typeof LifecycleFlowDetailSchema>;
2090
- type ListLifecycleFlowsOutput = v.InferOutput<typeof ListLifecycleFlowsOutputSchema>;
2091
- type GetLifecycleFlowOutput = v.InferOutput<typeof GetLifecycleFlowOutputSchema>;
2092
- type ListLifecycleFlowsByTxOutput = v.InferOutput<typeof ListLifecycleFlowsByTxOutputSchema>;
2093
- type LifecycleAssetIds = v.InferOutput<typeof LifecycleAssetIdsSchema>;
2094
- type LifecycleRequestFee = v.InferOutput<typeof LifecycleRequestFeeSchema>;
2095
- type LifecycleFlowSummaryProgress = v.InferOutput<typeof LifecycleFlowSummaryProgressSchema>;
2096
- type LifecycleFlowState = v.InferOutput<typeof LifecycleFlowStateEnumSchema>;
2082
+ type ListLifecycleFlowsInput = validation_d_exports.InferInput<typeof ListLifecycleFlowsInputSchema>;
2083
+ type GetLifecycleFlowInput = validation_d_exports.InferInput<typeof GetLifecycleFlowInputSchema>;
2084
+ type ListLifecycleFlowsByTxInput = validation_d_exports.InferInput<typeof ListLifecycleFlowsByTxInputSchema>;
2085
+ type LifecycleFlowSummary = validation_d_exports.InferOutput<typeof LifecycleFlowSummarySchema>;
2086
+ type LifecycleFlowStep = validation_d_exports.InferOutput<typeof LifecycleFlowStepSchema>;
2087
+ type LifecycleFlowStepActivity = validation_d_exports.InferOutput<typeof LifecycleFlowStepActivitySchema>;
2088
+ type LifecycleFlowTimelineItem = validation_d_exports.InferOutput<typeof LifecycleFlowTimelineItemSchema>;
2089
+ type LifecycleFlowDetail = validation_d_exports.InferOutput<typeof LifecycleFlowDetailSchema>;
2090
+ type ListLifecycleFlowsOutput = validation_d_exports.InferOutput<typeof ListLifecycleFlowsOutputSchema>;
2091
+ type GetLifecycleFlowOutput = validation_d_exports.InferOutput<typeof GetLifecycleFlowOutputSchema>;
2092
+ type ListLifecycleFlowsByTxOutput = validation_d_exports.InferOutput<typeof ListLifecycleFlowsByTxOutputSchema>;
2093
+ type LifecycleAssetIds = validation_d_exports.InferOutput<typeof LifecycleAssetIdsSchema>;
2094
+ type LifecycleRequestFee = validation_d_exports.InferOutput<typeof LifecycleRequestFeeSchema>;
2095
+ type LifecycleFlowSummaryProgress = validation_d_exports.InferOutput<typeof LifecycleFlowSummaryProgressSchema>;
2096
+ type LifecycleFlowState = validation_d_exports.InferOutput<typeof LifecycleFlowStateEnumSchema>;
2097
2097
  type LifecycleReason = LifecycleReasonValue;
2098
- type LifecycleZipperReason = v.InferOutput<typeof LifecycleZipperReasonSchema>;
2098
+ type LifecycleZipperReason = validation_d_exports.InferOutput<typeof LifecycleZipperReasonSchema>;
2099
2099
  type LifecycleListOrderBy = LifecycleListOrderByValue;
2100
2100
  type LifecycleListScope = LifecycleListScopeValue;
2101
2101
  type LifecycleSort = LifecycleSortValue;
2102
2102
  type LifecycleTxLookupKind = LifecycleTxLookupKindValue;
2103
2103
  type LifecycleRequestFeeStatus = LifecycleRequestFeeStatusValue;
2104
- type LifecycleFlowTxMatch = v.InferOutput<typeof LifecycleFlowTxMatchSchema>;
2104
+ type LifecycleFlowTxMatch = validation_d_exports.InferOutput<typeof LifecycleFlowTxMatchSchema>;
2105
2105
  //#endregion
2106
2106
  export { GetLifecycleFlowInput, GetLifecycleFlowInputSchema, GetLifecycleFlowOutput, GetLifecycleFlowOutputSchema, LifecycleAssetIds, LifecycleFlowDetail, LifecycleFlowDetailSchema, LifecycleFlowState, LifecycleFlowStep, LifecycleFlowStepActivity, LifecycleFlowStepActivitySchema, LifecycleFlowStepSchema, LifecycleFlowSummary, LifecycleFlowSummaryProgress, LifecycleFlowSummaryProgressSchema, LifecycleFlowSummarySchema, LifecycleFlowTimelineItem, LifecycleFlowTimelineItemSchema, LifecycleFlowTxMatch, LifecycleFlowTxMatchSchema, LifecycleListOrderBy, LifecycleListScope, LifecycleReason, LifecycleRequestFee, LifecycleRequestFeeSchema, LifecycleRequestFeeStatus, LifecycleSort, LifecycleTxLookupKind, LifecycleZipperReason, ListLifecycleFlowsByTxInput, ListLifecycleFlowsByTxInputSchema, ListLifecycleFlowsByTxOutput, ListLifecycleFlowsByTxOutputSchema, ListLifecycleFlowsInput, ListLifecycleFlowsInputSchema, ListLifecycleFlowsOutput, ListLifecycleFlowsOutputSchema };
2107
2107
  //# sourceMappingURL=lifecycle.schemas.d.ts.map