@polyester/sdk 0.2.0 → 0.2.2

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 (85) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/core-client.d.ts +1 -0
  3. package/dist/core-client.d.ts.map +1 -1
  4. package/dist/gen/index.d.ts +2 -1
  5. package/dist/gen/index.js +2 -1
  6. package/dist/gen/orders/v1/orders_pb.d.ts +26 -1
  7. package/dist/gen/orders/v1/orders_pb.d.ts.map +1 -1
  8. package/dist/gen/orders/v1/orders_pb.js +8 -1
  9. package/dist/gen/orders/v1/orders_pb.js.map +1 -1
  10. package/dist/gen/polyester/ratelimit/v1/types_pb.d.ts +310 -0
  11. package/dist/gen/polyester/ratelimit/v1/types_pb.d.ts.map +1 -0
  12. package/dist/gen/polyester/ratelimit/v1/types_pb.js +263 -0
  13. package/dist/gen/polyester/ratelimit/v1/types_pb.js.map +1 -0
  14. package/dist/gen/tradews/v1/trade_ws_pb.d.ts +7 -1
  15. package/dist/gen/tradews/v1/trade_ws_pb.d.ts.map +1 -1
  16. package/dist/gen/tradews/v1/trade_ws_pb.js +1 -1
  17. package/dist/gen/tradews/v1/trade_ws_pb.js.map +1 -1
  18. package/dist/index.d.ts +4 -3
  19. package/dist/index.js +3 -3
  20. package/dist/services/accounts/accounts.schemas.js +1 -1
  21. package/dist/services/address-book/address-book.schemas.d.ts +54 -54
  22. package/dist/services/address-book/address-book.schemas.js +1 -1
  23. package/dist/services/api-keys/api-keys.schemas.d.ts +3 -3
  24. package/dist/services/api-keys/api-keys.schemas.js +1 -1
  25. package/dist/services/auth/auth.js +1 -1
  26. package/dist/services/balances/balances.schemas.d.ts +1 -1
  27. package/dist/services/candles/candles.schemas.d.ts +10 -10
  28. package/dist/services/candles/candles.schemas.js +1 -1
  29. package/dist/services/heatmap/heatmap.schemas.d.ts +13 -13
  30. package/dist/services/heatmap/heatmap.schemas.js +1 -1
  31. package/dist/services/lifecycle/lifecycle.schemas.d.ts +114 -114
  32. package/dist/services/lifecycle/lifecycle.schemas.js +1 -1
  33. package/dist/services/market-overview/market-overview.schemas.d.ts +3 -3
  34. package/dist/services/market-overview/market-overview.schemas.js +1 -1
  35. package/dist/services/mfa/mfa.schemas.js +1 -1
  36. package/dist/services/orderbook/orderbook.schemas.d.ts +1 -1
  37. package/dist/services/orders/index.d.ts +2 -2
  38. package/dist/services/orders/order-errors.schemas.d.ts +23 -2
  39. package/dist/services/orders/order-errors.schemas.d.ts.map +1 -1
  40. package/dist/services/orders/order-errors.schemas.js +3 -1
  41. package/dist/services/orders/order-errors.schemas.js.map +1 -1
  42. package/dist/services/orders/orders-batch.schemas.d.ts +360 -19
  43. package/dist/services/orders/orders-batch.schemas.d.ts.map +1 -1
  44. package/dist/services/orders/orders-batch.schemas.js +5 -3
  45. package/dist/services/orders/orders-batch.schemas.js.map +1 -1
  46. package/dist/services/orders/orders-input.schemas.d.ts +37 -3
  47. package/dist/services/orders/orders-input.schemas.d.ts.map +1 -1
  48. package/dist/services/orders/orders-modify.schemas.js +1 -1
  49. package/dist/services/orders/orders-output.schemas.d.ts +10 -10
  50. package/dist/services/orders/orders-output.schemas.js +1 -1
  51. package/dist/services/orders/orders.schemas.d.ts +2 -2
  52. package/dist/services/orders/orders.types.d.ts +2 -2
  53. package/dist/services/policies/shared.codecs.js +1 -1
  54. package/dist/services/social-verification/social-verification.schemas.js +1 -1
  55. package/dist/services/subaccounts/subaccounts.js +1 -1
  56. package/dist/services/subaccounts/subaccounts.schemas.d.ts +5 -5
  57. package/dist/services/subaccounts/subaccounts.schemas.js +1 -1
  58. package/dist/services/trades/trades.schemas.js +1 -1
  59. package/dist/services/trading-withdraws/trading-withdraws.js +1 -1
  60. package/dist/services/transfers/transfers.schemas.d.ts +3 -3
  61. package/dist/services/transfers/transfers.schemas.js +1 -1
  62. package/dist/services/triggers/trigger-input.schemas.d.ts +1 -1
  63. package/dist/services/triggers/triggers-output.schemas.d.ts +13 -13
  64. package/dist/services/triggers/triggers-output.schemas.js +1 -1
  65. package/dist/services/whiteboard/whiteboard.schemas.js +1 -1
  66. package/dist/services/zipper/zipper.schemas.d.ts +1 -0
  67. package/dist/services/zipper/zipper.schemas.d.ts.map +1 -1
  68. package/dist/shared/connect-error-mapping.d.ts.map +1 -1
  69. package/dist/shared/connect-error-mapping.js +24 -1
  70. package/dist/shared/connect-error-mapping.js.map +1 -1
  71. package/dist/shared/errors.d.ts +5 -0
  72. package/dist/shared/errors.d.ts.map +1 -1
  73. package/dist/shared/errors.js +3 -0
  74. package/dist/shared/errors.js.map +1 -1
  75. package/dist/shared/rate-limit.schemas.d.ts +32 -0
  76. package/dist/shared/rate-limit.schemas.d.ts.map +1 -0
  77. package/dist/shared/rate-limit.schemas.js +60 -0
  78. package/dist/shared/rate-limit.schemas.js.map +1 -0
  79. package/dist/shared/schemas.js +2 -2
  80. package/dist/shared/schemas.js.map +1 -1
  81. package/dist/utils/connect-order-errors.d.ts +7 -1
  82. package/dist/utils/connect-order-errors.d.ts.map +1 -1
  83. package/dist/utils/connect-order-errors.js +22 -1
  84. package/dist/utils/connect-order-errors.js.map +1 -1
  85. package/package.json +1 -1
@@ -7,7 +7,7 @@ declare const LifecycleAssetIdsSchema: v.ObjectSchema<{
7
7
  readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
8
8
  readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
9
9
  }, undefined>;
10
- declare const LifecycleFlowStateEnumSchema: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowState, undefined>, v.TransformAction<FlowState, "unspecified" | "pending_source" | "pending_polyester_chain" | "pending_ledger" | "completed" | "failed" | "dropped" | "refunded">]>;
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
11
  declare const LifecycleZipperReasonSchema: v.ObjectSchema<{
12
12
  readonly code: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
13
13
  readonly reasonId: v.StringSchema<undefined>;
@@ -17,7 +17,7 @@ declare const ListLifecycleFlowsInputSchema: v.SchemaWithPipe<readonly [v.Strict
17
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
18
  readonly sort: v.SchemaWithPipe<readonly [v.OptionalSchema<v.PicklistSchema<readonly ["newest", "oldest"], undefined>, "newest">, v.TransformAction<"newest" | "oldest", Sort.NEWEST | Sort.OLDEST>]>;
19
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<"pending_source" | "pending_polyester_chain" | "pending_ledger" | "completed" | "failed" | "dropped" | "refunded" | undefined, FlowState>]>;
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
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
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
23
  readonly accountSelector: v.OptionalSchema<v.SchemaWithPipe<readonly [v.VariantSchema<"kind", [v.StrictObjectSchema<{
@@ -151,7 +151,7 @@ declare const LifecycleFlowStepActivitySchema: v.SchemaWithPipe<readonly [v.Obje
151
151
  readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
152
152
  readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
153
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, "funding" | "trading" | "unspecified" | "minted">]>;
154
+ readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStepActivityKind, undefined>, v.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
155
155
  readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
156
156
  readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
157
157
  readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
@@ -178,7 +178,7 @@ declare const LifecycleFlowStepActivitySchema: v.SchemaWithPipe<readonly [v.Obje
178
178
  approveCount: number;
179
179
  rejectCount: number;
180
180
  validatorCount: number;
181
- kind: "funding" | "trading" | "unspecified" | "minted";
181
+ kind: "unspecified" | "funding" | "trading" | "minted";
182
182
  requiredApprovals: number;
183
183
  requiredRejections: number;
184
184
  amountE18?: string | undefined;
@@ -199,7 +199,7 @@ declare const LifecycleFlowStepActivitySchema: v.SchemaWithPipe<readonly [v.Obje
199
199
  approveCount: number;
200
200
  rejectCount: number;
201
201
  validatorCount: number;
202
- kind: "funding" | "trading" | "unspecified" | "minted";
202
+ kind: "unspecified" | "funding" | "trading" | "minted";
203
203
  requiredApprovals: number;
204
204
  requiredRejections: number;
205
205
  amountE18?: string | undefined;
@@ -209,7 +209,7 @@ declare const LifecycleFlowStepActivitySchema: v.SchemaWithPipe<readonly [v.Obje
209
209
  }>]>;
210
210
  declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema<{
211
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, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
213
  readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
214
214
  readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
215
215
  readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
@@ -288,7 +288,7 @@ declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema
288
288
  readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
289
289
  readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
290
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, "funding" | "trading" | "unspecified" | "minted">]>;
291
+ readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStepActivityKind, undefined>, v.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
292
292
  readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
293
293
  readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
294
294
  readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
@@ -315,7 +315,7 @@ declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema
315
315
  approveCount: number;
316
316
  rejectCount: number;
317
317
  validatorCount: number;
318
- kind: "funding" | "trading" | "unspecified" | "minted";
318
+ kind: "unspecified" | "funding" | "trading" | "minted";
319
319
  requiredApprovals: number;
320
320
  requiredRejections: number;
321
321
  amountE18?: string | undefined;
@@ -336,7 +336,7 @@ declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema
336
336
  approveCount: number;
337
337
  rejectCount: number;
338
338
  validatorCount: number;
339
- kind: "funding" | "trading" | "unspecified" | "minted";
339
+ kind: "unspecified" | "funding" | "trading" | "minted";
340
340
  requiredApprovals: number;
341
341
  requiredRejections: number;
342
342
  amountE18?: string | undefined;
@@ -346,7 +346,7 @@ declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema
346
346
  }>]>, undefined>, readonly []>;
347
347
  }, undefined>, v.TransformAction<{
348
348
  sequence: number;
349
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
349
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
350
350
  assetIds?: {
351
351
  zippedAssetId: number;
352
352
  unifiedAssetId: number;
@@ -397,7 +397,7 @@ declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema
397
397
  approveCount: number;
398
398
  rejectCount: number;
399
399
  validatorCount: number;
400
- kind: "funding" | "trading" | "unspecified" | "minted";
400
+ kind: "unspecified" | "funding" | "trading" | "minted";
401
401
  requiredApprovals: number;
402
402
  requiredRejections: number;
403
403
  amountE18?: string | undefined;
@@ -407,7 +407,7 @@ declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema
407
407
  })[];
408
408
  }, Omit<{
409
409
  sequence: number;
410
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
410
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
411
411
  assetIds?: {
412
412
  zippedAssetId: number;
413
413
  unifiedAssetId: number;
@@ -458,7 +458,7 @@ declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema
458
458
  approveCount: number;
459
459
  rejectCount: number;
460
460
  validatorCount: number;
461
- kind: "funding" | "trading" | "unspecified" | "minted";
461
+ kind: "unspecified" | "funding" | "trading" | "minted";
462
462
  requiredApprovals: number;
463
463
  requiredRejections: number;
464
464
  amountE18?: string | undefined;
@@ -471,7 +471,7 @@ declare const LifecycleFlowStepSchema: v.SchemaWithPipe<readonly [v.ObjectSchema
471
471
  }>]>;
472
472
  declare const LifecycleFlowTimelineItemSchema: v.ObjectSchema<{
473
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, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
475
  readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowTimelineStatus, undefined>, v.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
476
476
  readonly expectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
477
477
  }, undefined>;
@@ -490,8 +490,8 @@ declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSch
490
490
  readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
491
491
  readonly smartAccountAddress: v.StringSchema<undefined>;
492
492
  readonly flowId: v.StringSchema<undefined>;
493
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "deposit" | "withdraw" | "unspecified" | "transfer">]>;
494
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
495
  readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
496
496
  readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
497
497
  readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
@@ -541,8 +541,8 @@ declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSch
541
541
  readonly txOccurrenceIndex: v.SchemaWithPipe<readonly [v.OptionalSchema<v.BigintSchema<undefined>, undefined>, v.TransformAction<bigint | undefined, number>]>;
542
542
  readonly sourceAddress: v.StringSchema<undefined>;
543
543
  readonly destinationAddress: v.StringSchema<undefined>;
544
- readonly sourceDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
545
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
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
546
  readonly latestTxRef: v.StringSchema<undefined>;
547
547
  readonly latestLifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
548
548
  readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
@@ -571,7 +571,7 @@ declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSch
571
571
  }, undefined>, undefined>;
572
572
  readonly progressTimeline: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
573
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, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
575
  readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowTimelineStatus, undefined>, v.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
576
576
  readonly expectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
577
577
  }, undefined>, undefined>, readonly []>;
@@ -580,8 +580,8 @@ declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSch
580
580
  ownerAccountId: string;
581
581
  smartAccountAddress: string;
582
582
  flowId: string;
583
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
584
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
583
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
584
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
585
585
  assetIds?: {
586
586
  zippedAssetId: number;
587
587
  unifiedAssetId: number;
@@ -603,8 +603,8 @@ declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSch
603
603
  txOccurrenceIndex?: number | undefined;
604
604
  sourceAddress: string;
605
605
  destinationAddress: string;
606
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
607
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
606
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
607
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
608
608
  latestTxRef: string;
609
609
  latestLifecycleSource: "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor";
610
610
  lifecycleReason: LifecycleReasonValue;
@@ -633,7 +633,7 @@ declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSch
633
633
  } | undefined;
634
634
  progressTimeline: {
635
635
  sequence: number;
636
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
636
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
637
637
  status: "unspecified" | "completed" | "current" | "planned";
638
638
  expectedDurationMs: number;
639
639
  }[];
@@ -642,8 +642,8 @@ declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSch
642
642
  ownerAccountId: string;
643
643
  smartAccountAddress: string;
644
644
  flowId: string;
645
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
646
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
645
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
646
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
647
647
  assetIds?: {
648
648
  zippedAssetId: number;
649
649
  unifiedAssetId: number;
@@ -665,8 +665,8 @@ declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSch
665
665
  txOccurrenceIndex?: number | undefined;
666
666
  sourceAddress: string;
667
667
  destinationAddress: string;
668
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
669
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
668
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
669
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
670
670
  latestTxRef: string;
671
671
  latestLifecycleSource: "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor";
672
672
  lifecycleReason: LifecycleReasonValue;
@@ -695,7 +695,7 @@ declare const LifecycleFlowSummarySchema: v.SchemaWithPipe<readonly [v.ObjectSch
695
695
  } | undefined;
696
696
  progressTimeline: {
697
697
  sequence: number;
698
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
698
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
699
699
  status: "unspecified" | "completed" | "current" | "planned";
700
700
  expectedDurationMs: number;
701
701
  }[];
@@ -708,8 +708,8 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
708
708
  readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
709
709
  readonly smartAccountAddress: v.StringSchema<undefined>;
710
710
  readonly flowId: v.StringSchema<undefined>;
711
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "deposit" | "withdraw" | "unspecified" | "transfer">]>;
712
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
713
  readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
714
714
  readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
715
715
  readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
@@ -759,8 +759,8 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
759
759
  readonly txOccurrenceIndex: v.SchemaWithPipe<readonly [v.OptionalSchema<v.BigintSchema<undefined>, undefined>, v.TransformAction<bigint | undefined, number>]>;
760
760
  readonly sourceAddress: v.StringSchema<undefined>;
761
761
  readonly destinationAddress: v.StringSchema<undefined>;
762
- readonly sourceDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
763
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
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
764
  readonly latestTxRef: v.StringSchema<undefined>;
765
765
  readonly latestLifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
766
766
  readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
@@ -789,7 +789,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
789
789
  }, undefined>, undefined>;
790
790
  readonly progressTimeline: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
791
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, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
793
  readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowTimelineStatus, undefined>, v.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
794
794
  readonly expectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
795
795
  }, undefined>, undefined>, readonly []>;
@@ -798,8 +798,8 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
798
798
  ownerAccountId: string;
799
799
  smartAccountAddress: string;
800
800
  flowId: string;
801
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
802
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
801
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
802
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
803
803
  assetIds?: {
804
804
  zippedAssetId: number;
805
805
  unifiedAssetId: number;
@@ -821,8 +821,8 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
821
821
  txOccurrenceIndex?: number | undefined;
822
822
  sourceAddress: string;
823
823
  destinationAddress: string;
824
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
825
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
824
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
825
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
826
826
  latestTxRef: string;
827
827
  latestLifecycleSource: "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor";
828
828
  lifecycleReason: LifecycleReasonValue;
@@ -851,7 +851,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
851
851
  } | undefined;
852
852
  progressTimeline: {
853
853
  sequence: number;
854
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
854
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
855
855
  status: "unspecified" | "completed" | "current" | "planned";
856
856
  expectedDurationMs: number;
857
857
  }[];
@@ -860,8 +860,8 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
860
860
  ownerAccountId: string;
861
861
  smartAccountAddress: string;
862
862
  flowId: string;
863
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
864
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
863
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
864
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
865
865
  assetIds?: {
866
866
  zippedAssetId: number;
867
867
  unifiedAssetId: number;
@@ -883,8 +883,8 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
883
883
  txOccurrenceIndex?: number | undefined;
884
884
  sourceAddress: string;
885
885
  destinationAddress: string;
886
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
887
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
886
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
887
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
888
888
  latestTxRef: string;
889
889
  latestLifecycleSource: "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor";
890
890
  lifecycleReason: LifecycleReasonValue;
@@ -913,7 +913,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
913
913
  } | undefined;
914
914
  progressTimeline: {
915
915
  sequence: number;
916
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
916
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
917
917
  status: "unspecified" | "completed" | "current" | "planned";
918
918
  expectedDurationMs: number;
919
919
  }[];
@@ -923,7 +923,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
923
923
  }>]>, undefined>;
924
924
  readonly observedSteps: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
925
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, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
927
  readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
928
928
  readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
929
929
  readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
@@ -1002,7 +1002,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
1002
1002
  readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1003
1003
  readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1004
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, "funding" | "trading" | "unspecified" | "minted">]>;
1005
+ readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStepActivityKind, undefined>, v.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
1006
1006
  readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1007
1007
  readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1008
1008
  readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
@@ -1029,7 +1029,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
1029
1029
  approveCount: number;
1030
1030
  rejectCount: number;
1031
1031
  validatorCount: number;
1032
- kind: "funding" | "trading" | "unspecified" | "minted";
1032
+ kind: "unspecified" | "funding" | "trading" | "minted";
1033
1033
  requiredApprovals: number;
1034
1034
  requiredRejections: number;
1035
1035
  amountE18?: string | undefined;
@@ -1050,7 +1050,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
1050
1050
  approveCount: number;
1051
1051
  rejectCount: number;
1052
1052
  validatorCount: number;
1053
- kind: "funding" | "trading" | "unspecified" | "minted";
1053
+ kind: "unspecified" | "funding" | "trading" | "minted";
1054
1054
  requiredApprovals: number;
1055
1055
  requiredRejections: number;
1056
1056
  amountE18?: string | undefined;
@@ -1060,7 +1060,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
1060
1060
  }>]>, undefined>, readonly []>;
1061
1061
  }, undefined>, v.TransformAction<{
1062
1062
  sequence: number;
1063
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1063
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1064
1064
  assetIds?: {
1065
1065
  zippedAssetId: number;
1066
1066
  unifiedAssetId: number;
@@ -1111,7 +1111,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
1111
1111
  approveCount: number;
1112
1112
  rejectCount: number;
1113
1113
  validatorCount: number;
1114
- kind: "funding" | "trading" | "unspecified" | "minted";
1114
+ kind: "unspecified" | "funding" | "trading" | "minted";
1115
1115
  requiredApprovals: number;
1116
1116
  requiredRejections: number;
1117
1117
  amountE18?: string | undefined;
@@ -1121,7 +1121,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
1121
1121
  })[];
1122
1122
  }, Omit<{
1123
1123
  sequence: number;
1124
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1124
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1125
1125
  assetIds?: {
1126
1126
  zippedAssetId: number;
1127
1127
  unifiedAssetId: number;
@@ -1172,7 +1172,7 @@ declare const LifecycleFlowDetailSchema: v.ObjectSchema<{
1172
1172
  approveCount: number;
1173
1173
  rejectCount: number;
1174
1174
  validatorCount: number;
1175
- kind: "funding" | "trading" | "unspecified" | "minted";
1175
+ kind: "unspecified" | "funding" | "trading" | "minted";
1176
1176
  requiredApprovals: number;
1177
1177
  requiredRejections: number;
1178
1178
  amountE18?: string | undefined;
@@ -1190,8 +1190,8 @@ declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1190
1190
  readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1191
1191
  readonly smartAccountAddress: v.StringSchema<undefined>;
1192
1192
  readonly flowId: v.StringSchema<undefined>;
1193
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "deposit" | "withdraw" | "unspecified" | "transfer">]>;
1194
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
1195
  readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
1196
1196
  readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1197
1197
  readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
@@ -1241,8 +1241,8 @@ declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1241
1241
  readonly txOccurrenceIndex: v.SchemaWithPipe<readonly [v.OptionalSchema<v.BigintSchema<undefined>, undefined>, v.TransformAction<bigint | undefined, number>]>;
1242
1242
  readonly sourceAddress: v.StringSchema<undefined>;
1243
1243
  readonly destinationAddress: v.StringSchema<undefined>;
1244
- readonly sourceDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
1245
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
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
1246
  readonly latestTxRef: v.StringSchema<undefined>;
1247
1247
  readonly latestLifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
1248
1248
  readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
@@ -1271,7 +1271,7 @@ declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1271
1271
  }, undefined>, undefined>;
1272
1272
  readonly progressTimeline: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1273
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, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
1275
  readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowTimelineStatus, undefined>, v.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
1276
1276
  readonly expectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1277
1277
  }, undefined>, undefined>, readonly []>;
@@ -1280,8 +1280,8 @@ declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1280
1280
  ownerAccountId: string;
1281
1281
  smartAccountAddress: string;
1282
1282
  flowId: string;
1283
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
1284
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1283
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
1284
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1285
1285
  assetIds?: {
1286
1286
  zippedAssetId: number;
1287
1287
  unifiedAssetId: number;
@@ -1303,8 +1303,8 @@ declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1303
1303
  txOccurrenceIndex?: number | undefined;
1304
1304
  sourceAddress: string;
1305
1305
  destinationAddress: string;
1306
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1307
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1306
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1307
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1308
1308
  latestTxRef: string;
1309
1309
  latestLifecycleSource: "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor";
1310
1310
  lifecycleReason: LifecycleReasonValue;
@@ -1333,7 +1333,7 @@ declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1333
1333
  } | undefined;
1334
1334
  progressTimeline: {
1335
1335
  sequence: number;
1336
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1336
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1337
1337
  status: "unspecified" | "completed" | "current" | "planned";
1338
1338
  expectedDurationMs: number;
1339
1339
  }[];
@@ -1342,8 +1342,8 @@ declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1342
1342
  ownerAccountId: string;
1343
1343
  smartAccountAddress: string;
1344
1344
  flowId: string;
1345
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
1346
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1345
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
1346
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1347
1347
  assetIds?: {
1348
1348
  zippedAssetId: number;
1349
1349
  unifiedAssetId: number;
@@ -1365,8 +1365,8 @@ declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1365
1365
  txOccurrenceIndex?: number | undefined;
1366
1366
  sourceAddress: string;
1367
1367
  destinationAddress: string;
1368
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1369
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1368
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1369
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1370
1370
  latestTxRef: string;
1371
1371
  latestLifecycleSource: "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor";
1372
1372
  lifecycleReason: LifecycleReasonValue;
@@ -1395,7 +1395,7 @@ declare const ListLifecycleFlowsOutputSchema: v.ObjectSchema<{
1395
1395
  } | undefined;
1396
1396
  progressTimeline: {
1397
1397
  sequence: number;
1398
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1398
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1399
1399
  status: "unspecified" | "completed" | "current" | "planned";
1400
1400
  expectedDurationMs: number;
1401
1401
  }[];
@@ -1411,8 +1411,8 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1411
1411
  readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1412
1412
  readonly smartAccountAddress: v.StringSchema<undefined>;
1413
1413
  readonly flowId: v.StringSchema<undefined>;
1414
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "deposit" | "withdraw" | "unspecified" | "transfer">]>;
1415
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
1416
  readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
1417
1417
  readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1418
1418
  readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
@@ -1462,8 +1462,8 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1462
1462
  readonly txOccurrenceIndex: v.SchemaWithPipe<readonly [v.OptionalSchema<v.BigintSchema<undefined>, undefined>, v.TransformAction<bigint | undefined, number>]>;
1463
1463
  readonly sourceAddress: v.StringSchema<undefined>;
1464
1464
  readonly destinationAddress: v.StringSchema<undefined>;
1465
- readonly sourceDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
1466
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
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
1467
  readonly latestTxRef: v.StringSchema<undefined>;
1468
1468
  readonly latestLifecycleSource: v.SchemaWithPipe<readonly [v.EnumSchema<typeof LifecycleSource, undefined>, v.TransformAction<LifecycleSource, "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor">]>;
1469
1469
  readonly lifecycleReason: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.TransformAction<number, LifecycleReasonValue>]>;
@@ -1492,7 +1492,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1492
1492
  }, undefined>, undefined>;
1493
1493
  readonly progressTimeline: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1494
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, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
1496
  readonly status: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowTimelineStatus, undefined>, v.TransformAction<FlowTimelineStatus, "unspecified" | "completed" | "current" | "planned">]>;
1497
1497
  readonly expectedDurationMs: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1498
1498
  }, undefined>, undefined>, readonly []>;
@@ -1501,8 +1501,8 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1501
1501
  ownerAccountId: string;
1502
1502
  smartAccountAddress: string;
1503
1503
  flowId: string;
1504
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
1505
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1504
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
1505
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1506
1506
  assetIds?: {
1507
1507
  zippedAssetId: number;
1508
1508
  unifiedAssetId: number;
@@ -1524,8 +1524,8 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1524
1524
  txOccurrenceIndex?: number | undefined;
1525
1525
  sourceAddress: string;
1526
1526
  destinationAddress: string;
1527
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1528
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1527
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1528
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1529
1529
  latestTxRef: string;
1530
1530
  latestLifecycleSource: "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor";
1531
1531
  lifecycleReason: LifecycleReasonValue;
@@ -1554,7 +1554,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1554
1554
  } | undefined;
1555
1555
  progressTimeline: {
1556
1556
  sequence: number;
1557
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1557
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1558
1558
  status: "unspecified" | "completed" | "current" | "planned";
1559
1559
  expectedDurationMs: number;
1560
1560
  }[];
@@ -1563,8 +1563,8 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1563
1563
  ownerAccountId: string;
1564
1564
  smartAccountAddress: string;
1565
1565
  flowId: string;
1566
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
1567
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1566
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
1567
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1568
1568
  assetIds?: {
1569
1569
  zippedAssetId: number;
1570
1570
  unifiedAssetId: number;
@@ -1586,8 +1586,8 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1586
1586
  txOccurrenceIndex?: number | undefined;
1587
1587
  sourceAddress: string;
1588
1588
  destinationAddress: string;
1589
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1590
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1589
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1590
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1591
1591
  latestTxRef: string;
1592
1592
  latestLifecycleSource: "unspecified" | "ledger" | "relayer" | "polyester_chain" | "executor";
1593
1593
  lifecycleReason: LifecycleReasonValue;
@@ -1616,7 +1616,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1616
1616
  } | undefined;
1617
1617
  progressTimeline: {
1618
1618
  sequence: number;
1619
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1619
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1620
1620
  status: "unspecified" | "completed" | "current" | "planned";
1621
1621
  expectedDurationMs: number;
1622
1622
  }[];
@@ -1626,7 +1626,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1626
1626
  }>]>, undefined>;
1627
1627
  readonly observedSteps: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
1628
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, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
1630
  readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
1631
1631
  readonly zippedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1632
1632
  readonly unifiedAssetId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
@@ -1705,7 +1705,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1705
1705
  readonly approveCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1706
1706
  readonly rejectCount: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1707
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, "funding" | "trading" | "unspecified" | "minted">]>;
1708
+ readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStepActivityKind, undefined>, v.TransformAction<FlowStepActivityKind, "unspecified" | "funding" | "trading" | "minted">]>;
1709
1709
  readonly requiredApprovals: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1710
1710
  readonly requiredRejections: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
1711
1711
  readonly amountE18: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
@@ -1732,7 +1732,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1732
1732
  approveCount: number;
1733
1733
  rejectCount: number;
1734
1734
  validatorCount: number;
1735
- kind: "funding" | "trading" | "unspecified" | "minted";
1735
+ kind: "unspecified" | "funding" | "trading" | "minted";
1736
1736
  requiredApprovals: number;
1737
1737
  requiredRejections: number;
1738
1738
  amountE18?: string | undefined;
@@ -1753,7 +1753,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1753
1753
  approveCount: number;
1754
1754
  rejectCount: number;
1755
1755
  validatorCount: number;
1756
- kind: "funding" | "trading" | "unspecified" | "minted";
1756
+ kind: "unspecified" | "funding" | "trading" | "minted";
1757
1757
  requiredApprovals: number;
1758
1758
  requiredRejections: number;
1759
1759
  amountE18?: string | undefined;
@@ -1763,7 +1763,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1763
1763
  }>]>, undefined>, readonly []>;
1764
1764
  }, undefined>, v.TransformAction<{
1765
1765
  sequence: number;
1766
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1766
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1767
1767
  assetIds?: {
1768
1768
  zippedAssetId: number;
1769
1769
  unifiedAssetId: number;
@@ -1814,7 +1814,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1814
1814
  approveCount: number;
1815
1815
  rejectCount: number;
1816
1816
  validatorCount: number;
1817
- kind: "funding" | "trading" | "unspecified" | "minted";
1817
+ kind: "unspecified" | "funding" | "trading" | "minted";
1818
1818
  requiredApprovals: number;
1819
1819
  requiredRejections: number;
1820
1820
  amountE18?: string | undefined;
@@ -1824,7 +1824,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1824
1824
  })[];
1825
1825
  }, Omit<{
1826
1826
  sequence: number;
1827
- step: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1827
+ step: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1828
1828
  assetIds?: {
1829
1829
  zippedAssetId: number;
1830
1830
  unifiedAssetId: number;
@@ -1875,7 +1875,7 @@ declare const GetLifecycleFlowOutputSchema: v.ObjectSchema<{
1875
1875
  approveCount: number;
1876
1876
  rejectCount: number;
1877
1877
  validatorCount: number;
1878
- kind: "funding" | "trading" | "unspecified" | "minted";
1878
+ kind: "unspecified" | "funding" | "trading" | "minted";
1879
1879
  requiredApprovals: number;
1880
1880
  requiredRejections: number;
1881
1881
  amountE18?: string | undefined;
@@ -1893,13 +1893,13 @@ declare const LifecycleFlowTxMatchSchema: v.SchemaWithPipe<readonly [v.ObjectSch
1893
1893
  readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1894
1894
  readonly smartAccountAddress: v.StringSchema<undefined>;
1895
1895
  readonly flowId: v.StringSchema<undefined>;
1896
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "deposit" | "withdraw" | "unspecified" | "transfer">]>;
1896
+ readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
1897
1897
  readonly sourceTxHash: v.StringSchema<undefined>;
1898
1898
  readonly latestTxRef: v.StringSchema<undefined>;
1899
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, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
1901
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
1902
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
1903
  readonly isOpen: v.BooleanSchema<undefined>;
1904
1904
  readonly isTerminal: v.BooleanSchema<undefined>;
1905
1905
  readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
@@ -1927,13 +1927,13 @@ declare const LifecycleFlowTxMatchSchema: v.SchemaWithPipe<readonly [v.ObjectSch
1927
1927
  ownerAccountId: string;
1928
1928
  smartAccountAddress: string;
1929
1929
  flowId: string;
1930
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
1930
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
1931
1931
  sourceTxHash: string;
1932
1932
  latestTxRef: string;
1933
1933
  txOccurrenceIndex?: number | undefined;
1934
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1935
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1936
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1934
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1935
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1936
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1937
1937
  isOpen: boolean;
1938
1938
  isTerminal: boolean;
1939
1939
  assetIds?: {
@@ -1955,13 +1955,13 @@ declare const LifecycleFlowTxMatchSchema: v.SchemaWithPipe<readonly [v.ObjectSch
1955
1955
  ownerAccountId: string;
1956
1956
  smartAccountAddress: string;
1957
1957
  flowId: string;
1958
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
1958
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
1959
1959
  sourceTxHash: string;
1960
1960
  latestTxRef: string;
1961
1961
  txOccurrenceIndex?: number | undefined;
1962
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1963
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
1964
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1962
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1963
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
1964
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
1965
1965
  isOpen: boolean;
1966
1966
  isTerminal: boolean;
1967
1967
  assetIds?: {
@@ -1988,13 +1988,13 @@ declare const ListLifecycleFlowsByTxOutputSchema: v.ObjectSchema<{
1988
1988
  readonly ownerAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1989
1989
  readonly smartAccountAddress: v.StringSchema<undefined>;
1990
1990
  readonly flowId: v.StringSchema<undefined>;
1991
- readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "deposit" | "withdraw" | "unspecified" | "transfer">]>;
1991
+ readonly flowKind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowKind, undefined>, v.TransformAction<FlowKind, "unspecified" | "deposit" | "withdraw" | "transfer">]>;
1992
1992
  readonly sourceTxHash: v.StringSchema<undefined>;
1993
1993
  readonly latestTxRef: v.StringSchema<undefined>;
1994
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, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
1996
- readonly destinationDomain: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowDomain, undefined>, v.TransformAction<FlowDomain, "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending">]>;
1997
- readonly currentStep: v.SchemaWithPipe<readonly [v.EnumSchema<typeof FlowStep, undefined>, v.TransformAction<FlowStep, "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement">]>;
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
1998
  readonly isOpen: v.BooleanSchema<undefined>;
1999
1999
  readonly isTerminal: v.BooleanSchema<undefined>;
2000
2000
  readonly assetIds: v.OptionalSchema<v.ObjectSchema<{
@@ -2022,13 +2022,13 @@ declare const ListLifecycleFlowsByTxOutputSchema: v.ObjectSchema<{
2022
2022
  ownerAccountId: string;
2023
2023
  smartAccountAddress: string;
2024
2024
  flowId: string;
2025
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
2025
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
2026
2026
  sourceTxHash: string;
2027
2027
  latestTxRef: string;
2028
2028
  txOccurrenceIndex?: number | undefined;
2029
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
2030
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
2031
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
2029
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
2030
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
2031
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
2032
2032
  isOpen: boolean;
2033
2033
  isTerminal: boolean;
2034
2034
  assetIds?: {
@@ -2050,13 +2050,13 @@ declare const ListLifecycleFlowsByTxOutputSchema: v.ObjectSchema<{
2050
2050
  ownerAccountId: string;
2051
2051
  smartAccountAddress: string;
2052
2052
  flowId: string;
2053
- flowKind: "deposit" | "withdraw" | "unspecified" | "transfer";
2053
+ flowKind: "unspecified" | "deposit" | "withdraw" | "transfer";
2054
2054
  sourceTxHash: string;
2055
2055
  latestTxRef: string;
2056
2056
  txOccurrenceIndex?: number | undefined;
2057
- sourceDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
2058
- destinationDomain: "funding" | "trading" | "unspecified" | "external_chain" | "zipper" | "lending";
2059
- currentStep: "source" | "request" | "validation" | "unspecified" | "transfer" | "failed" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
2057
+ sourceDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
2058
+ destinationDomain: "unspecified" | "funding" | "trading" | "external_chain" | "zipper" | "lending";
2059
+ currentStep: "validation" | "unspecified" | "source" | "request" | "failed" | "transfer" | "dropped" | "refunded" | "execution" | "bridge_fulfillment" | "fulfilling" | "settlement";
2060
2060
  isOpen: boolean;
2061
2061
  isTerminal: boolean;
2062
2062
  assetIds?: {