@chainflip/processor 1.4.3 → 1.4.5

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 (151) hide show
  1. package/dist/100/Environment/runtimeSafeModeUpdated.d.cts +40 -40
  2. package/dist/100/Environment/runtimeSafeModeUpdated.d.ts +40 -40
  3. package/dist/100/EthereumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  4. package/dist/100/EthereumIngressEgress/ccmEgressInvalid.d.ts +20 -20
  5. package/dist/100/EthereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  6. package/dist/100/EthereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  7. package/dist/100/EthereumIngressEgress/depositIgnored.d.cts +2 -2
  8. package/dist/100/EthereumIngressEgress/depositIgnored.d.ts +2 -2
  9. package/dist/100/EthereumIngressEgress/depositReceived.d.cts +2 -2
  10. package/dist/100/EthereumIngressEgress/depositReceived.d.ts +2 -2
  11. package/dist/100/EthereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  12. package/dist/100/EthereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  13. package/dist/100/Funding/failedFundingAttempt.d.cts +2 -2
  14. package/dist/100/Funding/failedFundingAttempt.d.ts +2 -2
  15. package/dist/100/Funding/redemptionRequested.d.cts +2 -2
  16. package/dist/100/Funding/redemptionRequested.d.ts +2 -2
  17. package/dist/100/LiquidityPools/limitOrderUpdated.d.cts +8 -8
  18. package/dist/100/LiquidityPools/limitOrderUpdated.d.ts +8 -8
  19. package/dist/100/LiquidityPools/rangeOrderUpdated.d.cts +8 -8
  20. package/dist/100/LiquidityPools/rangeOrderUpdated.d.ts +8 -8
  21. package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
  22. package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
  23. package/dist/100/PolkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  24. package/dist/100/PolkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
  25. package/dist/100/PolkadotIngressEgress/depositIgnored.d.cts +2 -2
  26. package/dist/100/PolkadotIngressEgress/depositIgnored.d.ts +2 -2
  27. package/dist/100/PolkadotIngressEgress/depositReceived.d.cts +2 -2
  28. package/dist/100/PolkadotIngressEgress/depositReceived.d.ts +2 -2
  29. package/dist/100/PolkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
  30. package/dist/100/PolkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
  31. package/dist/100/Swapping/batchSwapFailed.d.cts +6 -6
  32. package/dist/100/Swapping/batchSwapFailed.d.ts +6 -6
  33. package/dist/100/Swapping/minimumSwapAmountSet.d.cts +6 -6
  34. package/dist/100/Swapping/minimumSwapAmountSet.d.ts +6 -6
  35. package/dist/100/Swapping/swapAmountTooLow.d.cts +10 -10
  36. package/dist/100/Swapping/swapAmountTooLow.d.ts +10 -10
  37. package/dist/100/Swapping/swapDepositAddressReady.d.cts +18 -18
  38. package/dist/100/Swapping/swapDepositAddressReady.d.ts +18 -18
  39. package/dist/100/Swapping/swapEgressScheduled.d.cts +10 -10
  40. package/dist/100/Swapping/swapEgressScheduled.d.ts +10 -10
  41. package/dist/100/Swapping/swapExecuted.d.cts +12 -12
  42. package/dist/100/Swapping/swapExecuted.d.ts +12 -12
  43. package/dist/100/Swapping/swapScheduled.d.cts +12 -12
  44. package/dist/100/Swapping/swapScheduled.d.ts +12 -12
  45. package/dist/100/Swapping/withdrawalRequested.d.cts +4 -4
  46. package/dist/100/Swapping/withdrawalRequested.d.ts +4 -4
  47. package/dist/100/Witnesser/witnessExecutionFailed.d.cts +2 -2
  48. package/dist/100/Witnesser/witnessExecutionFailed.d.ts +2 -2
  49. package/dist/120/PolkadotIngressEgress/depositReceived.d.cts +4 -4
  50. package/dist/120/PolkadotIngressEgress/depositReceived.d.ts +4 -4
  51. package/dist/120/Swapping/ccmFailed.d.cts +78 -78
  52. package/dist/120/Swapping/ccmFailed.d.ts +78 -78
  53. package/dist/120/Swapping/swapEgressIgnored.d.cts +28 -28
  54. package/dist/120/Swapping/swapEgressIgnored.d.ts +28 -28
  55. package/dist/120/Swapping/swapEgressScheduled.d.cts +6 -6
  56. package/dist/120/Swapping/swapEgressScheduled.d.ts +6 -6
  57. package/dist/120/Swapping/swapExecuted.d.cts +12 -12
  58. package/dist/120/Swapping/swapExecuted.d.ts +12 -12
  59. package/dist/120/Swapping/withdrawalRequested.d.cts +12 -12
  60. package/dist/120/Swapping/withdrawalRequested.d.ts +12 -12
  61. package/dist/131/Environment/runtimeSafeModeUpdated.d.cts +40 -40
  62. package/dist/131/Environment/runtimeSafeModeUpdated.d.ts +40 -40
  63. package/dist/131/EthereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  64. package/dist/131/EthereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  65. package/dist/131/EthereumIngressEgress/depositIgnored.d.cts +2 -2
  66. package/dist/131/EthereumIngressEgress/depositIgnored.d.ts +2 -2
  67. package/dist/131/EthereumIngressEgress/depositReceived.d.cts +6 -6
  68. package/dist/131/EthereumIngressEgress/depositReceived.d.ts +6 -6
  69. package/dist/131/EthereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  70. package/dist/131/EthereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  71. package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  72. package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  73. package/dist/131/LiquidityPools/limitOrderUpdated.d.cts +8 -8
  74. package/dist/131/LiquidityPools/limitOrderUpdated.d.ts +8 -8
  75. package/dist/131/LiquidityPools/rangeOrderUpdated.d.cts +8 -8
  76. package/dist/131/LiquidityPools/rangeOrderUpdated.d.ts +8 -8
  77. package/dist/131/Swapping/ccmFailed.d.cts +106 -106
  78. package/dist/131/Swapping/ccmFailed.d.ts +106 -106
  79. package/dist/131/Swapping/swapDepositAddressReady.d.cts +32 -32
  80. package/dist/131/Swapping/swapDepositAddressReady.d.ts +32 -32
  81. package/dist/131/Swapping/swapEgressIgnored.d.cts +18 -18
  82. package/dist/131/Swapping/swapEgressIgnored.d.ts +18 -18
  83. package/dist/131/Swapping/swapEgressScheduled.d.cts +2 -2
  84. package/dist/131/Swapping/swapEgressScheduled.d.ts +2 -2
  85. package/dist/131/Swapping/swapScheduled.d.cts +126 -126
  86. package/dist/131/Swapping/swapScheduled.d.ts +126 -126
  87. package/dist/131/Swapping/withdrawalRequested.d.cts +12 -12
  88. package/dist/131/Swapping/withdrawalRequested.d.ts +12 -12
  89. package/dist/141/Environment/runtimeSafeModeUpdated.d.cts +12 -12
  90. package/dist/141/Environment/runtimeSafeModeUpdated.d.ts +12 -12
  91. package/dist/141/EthereumIngressEgress/boostFundsAdded.d.cts +4 -4
  92. package/dist/141/EthereumIngressEgress/boostFundsAdded.d.ts +4 -4
  93. package/dist/141/EthereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  94. package/dist/141/EthereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  95. package/dist/141/EthereumIngressEgress/depositBoosted.d.cts +8 -8
  96. package/dist/141/EthereumIngressEgress/depositBoosted.d.ts +8 -8
  97. package/dist/141/EthereumIngressEgress/depositFinalised.d.cts +8 -8
  98. package/dist/141/EthereumIngressEgress/depositFinalised.d.ts +8 -8
  99. package/dist/141/EthereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  100. package/dist/141/EthereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  101. package/dist/141/EthereumIngressEgress/stoppedBoosting.d.cts +2 -2
  102. package/dist/141/EthereumIngressEgress/stoppedBoosting.d.ts +2 -2
  103. package/dist/141/EvmThresholdSigner/failureReportProcessed.d.cts +2 -2
  104. package/dist/141/EvmThresholdSigner/failureReportProcessed.d.ts +2 -2
  105. package/dist/141/EvmThresholdSigner/retryRequested.d.cts +2 -2
  106. package/dist/141/EvmThresholdSigner/retryRequested.d.ts +2 -2
  107. package/dist/141/EvmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  108. package/dist/141/EvmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  109. package/dist/141/EvmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  110. package/dist/141/EvmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  111. package/dist/141/EvmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  112. package/dist/141/EvmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  113. package/dist/141/EvmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  114. package/dist/141/EvmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  115. package/dist/141/PolkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  116. package/dist/141/PolkadotIngressEgress/boostFundsAdded.d.ts +2 -2
  117. package/dist/141/PolkadotIngressEgress/depositBoosted.d.cts +4 -4
  118. package/dist/141/PolkadotIngressEgress/depositBoosted.d.ts +4 -4
  119. package/dist/141/PolkadotIngressEgress/depositFinalised.d.cts +4 -4
  120. package/dist/141/PolkadotIngressEgress/depositFinalised.d.ts +4 -4
  121. package/dist/141/PolkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  122. package/dist/141/PolkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  123. package/dist/141/Swapping/batchSwapFailed.d.cts +8 -8
  124. package/dist/141/Swapping/batchSwapFailed.d.ts +8 -8
  125. package/dist/141/Swapping/ccmDepositReceived.d.cts +4 -4
  126. package/dist/141/Swapping/ccmDepositReceived.d.ts +4 -4
  127. package/dist/141/Swapping/ccmFailed.d.cts +4 -4
  128. package/dist/141/Swapping/ccmFailed.d.ts +4 -4
  129. package/dist/141/Swapping/maximumSwapAmountSet.d.cts +6 -6
  130. package/dist/141/Swapping/maximumSwapAmountSet.d.ts +6 -6
  131. package/dist/141/Swapping/swapAmountConfiscated.d.cts +12 -12
  132. package/dist/141/Swapping/swapAmountConfiscated.d.ts +12 -12
  133. package/dist/141/Swapping/swapDepositAddressReady.d.cts +18 -18
  134. package/dist/141/Swapping/swapDepositAddressReady.d.ts +18 -18
  135. package/dist/141/Swapping/swapEgressIgnored.d.cts +12 -12
  136. package/dist/141/Swapping/swapEgressIgnored.d.ts +12 -12
  137. package/dist/141/Swapping/swapEgressScheduled.d.cts +8 -8
  138. package/dist/141/Swapping/swapEgressScheduled.d.ts +8 -8
  139. package/dist/141/Swapping/swapExecuted.d.cts +12 -12
  140. package/dist/141/Swapping/swapExecuted.d.ts +12 -12
  141. package/dist/141/Swapping/swapScheduled.d.cts +16 -16
  142. package/dist/141/Swapping/swapScheduled.d.ts +16 -16
  143. package/dist/141/Swapping/withdrawalRequested.d.cts +6 -6
  144. package/dist/141/Swapping/withdrawalRequested.d.ts +6 -6
  145. package/dist/Processor.cjs +14 -1
  146. package/dist/Processor.d.cts +3 -0
  147. package/dist/Processor.d.ts +3 -0
  148. package/dist/Processor.mjs +14 -1
  149. package/dist/types.d.cts +5 -1
  150. package/dist/types.d.ts +5 -1
  151. package/package.json +1 -1
@@ -14,26 +14,26 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
14
14
  asset: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
17
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
18
18
  }, {
19
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
20
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
21
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
19
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
20
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
21
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
22
22
  }>;
23
23
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  }, "strip", z.ZodTypeAny, {
25
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
26
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
25
+ asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
27
26
  amount: bigint;
27
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
28
28
  swapId: bigint;
29
29
  }, {
30
- egressId: [{
31
- __kind: "Ethereum" | "Polkadot" | "Bitcoin";
32
- }, string | number];
33
30
  asset: {
34
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
31
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
35
32
  };
36
33
  amount: string | number;
34
+ egressId: [{
35
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
36
+ }, string | number];
37
37
  swapId: string | number;
38
38
  }>;
39
39
 
@@ -5,38 +5,38 @@ declare const swappingSwapExecuted: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
8
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
9
9
  }, {
10
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
10
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
13
13
  }>;
14
14
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  destinationAsset: z.ZodEffects<z.ZodObject<{
16
16
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
18
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
19
19
  }, {
20
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
21
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
22
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
20
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
21
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
22
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
23
23
  }>;
24
24
  egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  intermediateAmount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
26
26
  }, "strip", z.ZodTypeAny, {
27
27
  depositAmount: bigint;
28
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
29
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
28
+ sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
29
+ destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
30
30
  swapId: bigint;
31
31
  egressAmount: bigint;
32
32
  intermediateAmount?: bigint | null | undefined;
33
33
  }, {
34
34
  depositAmount: string | number;
35
35
  sourceAsset: {
36
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
36
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
37
37
  };
38
38
  destinationAsset: {
39
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
39
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
40
40
  };
41
41
  swapId: string | number;
42
42
  egressAmount: string | number;
@@ -5,38 +5,38 @@ declare const swappingSwapExecuted: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
8
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
9
9
  }, {
10
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
10
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
13
13
  }>;
14
14
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  destinationAsset: z.ZodEffects<z.ZodObject<{
16
16
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
18
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
19
19
  }, {
20
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
21
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
22
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
20
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
21
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
22
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
23
23
  }>;
24
24
  egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  intermediateAmount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
26
26
  }, "strip", z.ZodTypeAny, {
27
27
  depositAmount: bigint;
28
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
29
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
28
+ sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
29
+ destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
30
30
  swapId: bigint;
31
31
  egressAmount: bigint;
32
32
  intermediateAmount?: bigint | null | undefined;
33
33
  }, {
34
34
  depositAmount: string | number;
35
35
  sourceAsset: {
36
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
36
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
37
37
  };
38
38
  destinationAsset: {
39
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
39
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
40
40
  };
41
41
  swapId: string | number;
42
42
  egressAmount: string | number;
@@ -5,21 +5,21 @@ declare const swappingSwapScheduled: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
8
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
9
9
  }, {
10
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
10
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
13
13
  }>;
14
14
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  destinationAsset: z.ZodEffects<z.ZodObject<{
16
16
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
18
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
19
19
  }, {
20
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
21
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
22
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
20
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
21
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
22
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
23
23
  }>;
24
24
  destinationAddress: z.ZodUnion<[z.ZodObject<{
25
25
  __kind: z.ZodLiteral<"Eth">;
@@ -410,8 +410,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
410
410
  __kind: "Vault";
411
411
  txHash: `0x${string}`;
412
412
  };
413
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
414
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
413
+ sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
414
+ destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
415
415
  swapId: bigint;
416
416
  swapType: {
417
417
  value: {
@@ -487,10 +487,10 @@ declare const swappingSwapScheduled: z.ZodObject<{
487
487
  txHash: string;
488
488
  };
489
489
  sourceAsset: {
490
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
490
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
491
491
  };
492
492
  destinationAsset: {
493
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
493
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
494
494
  };
495
495
  swapId: string | number;
496
496
  swapType: {
@@ -5,21 +5,21 @@ declare const swappingSwapScheduled: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
8
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
9
9
  }, {
10
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
10
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
13
13
  }>;
14
14
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  destinationAsset: z.ZodEffects<z.ZodObject<{
16
16
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
18
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
19
19
  }, {
20
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
21
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
22
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
20
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
21
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
22
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
23
23
  }>;
24
24
  destinationAddress: z.ZodUnion<[z.ZodObject<{
25
25
  __kind: z.ZodLiteral<"Eth">;
@@ -410,8 +410,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
410
410
  __kind: "Vault";
411
411
  txHash: `0x${string}`;
412
412
  };
413
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
414
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
413
+ sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
414
+ destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
415
415
  swapId: bigint;
416
416
  swapType: {
417
417
  value: {
@@ -487,10 +487,10 @@ declare const swappingSwapScheduled: z.ZodObject<{
487
487
  txHash: string;
488
488
  };
489
489
  sourceAsset: {
490
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
490
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
491
491
  };
492
492
  destinationAsset: {
493
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
493
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
494
494
  };
495
495
  swapId: string | number;
496
496
  swapType: {
@@ -40,7 +40,6 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
40
40
  __kind: "Btc";
41
41
  }>]>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
44
43
  destinationAddress: {
45
44
  value: `0x${string}`;
46
45
  __kind: "Eth";
@@ -51,11 +50,9 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
51
50
  value: `0x${string}`;
52
51
  __kind: "Btc";
53
52
  };
53
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
54
54
  egressAmount: bigint;
55
55
  }, {
56
- egressId: [{
57
- __kind: "Ethereum" | "Polkadot" | "Bitcoin";
58
- }, string | number];
59
56
  destinationAddress: {
60
57
  value: string;
61
58
  __kind: "Eth";
@@ -66,6 +63,9 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
66
63
  value: string;
67
64
  __kind: "Btc";
68
65
  };
66
+ egressId: [{
67
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
68
+ }, string | number];
69
69
  egressAmount: string | number;
70
70
  }>;
71
71
 
@@ -40,7 +40,6 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
40
40
  __kind: "Btc";
41
41
  }>]>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
44
43
  destinationAddress: {
45
44
  value: `0x${string}`;
46
45
  __kind: "Eth";
@@ -51,11 +50,9 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
51
50
  value: `0x${string}`;
52
51
  __kind: "Btc";
53
52
  };
53
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
54
54
  egressAmount: bigint;
55
55
  }, {
56
- egressId: [{
57
- __kind: "Ethereum" | "Polkadot" | "Bitcoin";
58
- }, string | number];
59
56
  destinationAddress: {
60
57
  value: string;
61
58
  __kind: "Eth";
@@ -66,6 +63,9 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
66
63
  value: string;
67
64
  __kind: "Btc";
68
65
  };
66
+ egressId: [{
67
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
68
+ }, string | number];
69
69
  egressAmount: string | number;
70
70
  }>;
71
71
 
@@ -145,7 +145,6 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
145
145
  __kind: "RootNotAllowed";
146
146
  }>]>;
147
147
  }, "strip", z.ZodTypeAny, {
148
- callHash: `0x${string}`;
149
148
  error: {
150
149
  __kind: "Other";
151
150
  } | {
@@ -182,8 +181,8 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
182
181
  } | {
183
182
  __kind: "RootNotAllowed";
184
183
  };
184
+ callHash: `0x${string}`;
185
185
  }, {
186
- callHash: string;
187
186
  error: {
188
187
  __kind: "Other";
189
188
  } | {
@@ -226,6 +225,7 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
226
225
  } | {
227
226
  __kind: "RootNotAllowed";
228
227
  };
228
+ callHash: string;
229
229
  }>;
230
230
 
231
231
  export { witnesserWitnessExecutionFailed };
@@ -145,7 +145,6 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
145
145
  __kind: "RootNotAllowed";
146
146
  }>]>;
147
147
  }, "strip", z.ZodTypeAny, {
148
- callHash: `0x${string}`;
149
148
  error: {
150
149
  __kind: "Other";
151
150
  } | {
@@ -182,8 +181,8 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
182
181
  } | {
183
182
  __kind: "RootNotAllowed";
184
183
  };
184
+ callHash: `0x${string}`;
185
185
  }, {
186
- callHash: string;
187
186
  error: {
188
187
  __kind: "Other";
189
188
  } | {
@@ -226,6 +225,7 @@ declare const witnesserWitnessExecutionFailed: z.ZodObject<{
226
225
  } | {
227
226
  __kind: "RootNotAllowed";
228
227
  };
228
+ callHash: string;
229
229
  }>;
230
230
 
231
231
  export { witnesserWitnessExecutionFailed };
@@ -44,17 +44,17 @@ declare const polkadotIngressEgressDepositReceived: z.ZodObject<{
44
44
  gasSwapId?: string | number | null | undefined;
45
45
  }>;
46
46
  }, "strip", z.ZodTypeAny, {
47
- __kind: "CcmTransfer";
48
47
  value: {
49
48
  principalSwapId?: bigint | null | undefined;
50
49
  gasSwapId?: bigint | null | undefined;
51
50
  };
52
- }, {
53
51
  __kind: "CcmTransfer";
52
+ }, {
54
53
  value: {
55
54
  principalSwapId?: string | number | null | undefined;
56
55
  gasSwapId?: string | number | null | undefined;
57
56
  };
57
+ __kind: "CcmTransfer";
58
58
  }>, z.ZodObject<{
59
59
  __kind: z.ZodLiteral<"NoAction">;
60
60
  }, "strip", z.ZodTypeAny, {
@@ -74,11 +74,11 @@ declare const polkadotIngressEgressDepositReceived: z.ZodObject<{
74
74
  __kind: "LiquidityProvision";
75
75
  lpAccount: string;
76
76
  } | {
77
- __kind: "CcmTransfer";
78
77
  value: {
79
78
  principalSwapId?: bigint | null | undefined;
80
79
  gasSwapId?: bigint | null | undefined;
81
80
  };
81
+ __kind: "CcmTransfer";
82
82
  } | {
83
83
  __kind: "NoAction";
84
84
  };
@@ -96,11 +96,11 @@ declare const polkadotIngressEgressDepositReceived: z.ZodObject<{
96
96
  __kind: "LiquidityProvision";
97
97
  lpAccount: string;
98
98
  } | {
99
- __kind: "CcmTransfer";
100
99
  value: {
101
100
  principalSwapId?: string | number | null | undefined;
102
101
  gasSwapId?: string | number | null | undefined;
103
102
  };
103
+ __kind: "CcmTransfer";
104
104
  } | {
105
105
  __kind: "NoAction";
106
106
  };
@@ -44,17 +44,17 @@ declare const polkadotIngressEgressDepositReceived: z.ZodObject<{
44
44
  gasSwapId?: string | number | null | undefined;
45
45
  }>;
46
46
  }, "strip", z.ZodTypeAny, {
47
- __kind: "CcmTransfer";
48
47
  value: {
49
48
  principalSwapId?: bigint | null | undefined;
50
49
  gasSwapId?: bigint | null | undefined;
51
50
  };
52
- }, {
53
51
  __kind: "CcmTransfer";
52
+ }, {
54
53
  value: {
55
54
  principalSwapId?: string | number | null | undefined;
56
55
  gasSwapId?: string | number | null | undefined;
57
56
  };
57
+ __kind: "CcmTransfer";
58
58
  }>, z.ZodObject<{
59
59
  __kind: z.ZodLiteral<"NoAction">;
60
60
  }, "strip", z.ZodTypeAny, {
@@ -74,11 +74,11 @@ declare const polkadotIngressEgressDepositReceived: z.ZodObject<{
74
74
  __kind: "LiquidityProvision";
75
75
  lpAccount: string;
76
76
  } | {
77
- __kind: "CcmTransfer";
78
77
  value: {
79
78
  principalSwapId?: bigint | null | undefined;
80
79
  gasSwapId?: bigint | null | undefined;
81
80
  };
81
+ __kind: "CcmTransfer";
82
82
  } | {
83
83
  __kind: "NoAction";
84
84
  };
@@ -96,11 +96,11 @@ declare const polkadotIngressEgressDepositReceived: z.ZodObject<{
96
96
  __kind: "LiquidityProvision";
97
97
  lpAccount: string;
98
98
  } | {
99
- __kind: "CcmTransfer";
100
99
  value: {
101
100
  principalSwapId?: string | number | null | undefined;
102
101
  gasSwapId?: string | number | null | undefined;
103
102
  };
103
+ __kind: "CcmTransfer";
104
104
  } | {
105
105
  __kind: "NoAction";
106
106
  };