@0xtorch/core 0.0.20 → 0.0.22

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 (129) hide show
  1. package/.DS_Store +0 -0
  2. package/_cjs/actions/parsers/default.js +1 -0
  3. package/_cjs/actions/parsers/default.js.map +1 -1
  4. package/_cjs/assets/definitions/index.js +3 -1
  5. package/_cjs/assets/definitions/index.js.map +1 -1
  6. package/_cjs/assets/definitions/oasys.js +17 -0
  7. package/_cjs/assets/definitions/oasys.js.map +1 -0
  8. package/_cjs/assets/index.js +2 -1
  9. package/_cjs/assets/index.js.map +1 -1
  10. package/_cjs/assets/schemas/nft.js +14 -2
  11. package/_cjs/assets/schemas/nft.js.map +1 -1
  12. package/_cjs/index.js +2 -1
  13. package/_cjs/index.js.map +1 -1
  14. package/_esm/actions/parsers/default.js +1 -0
  15. package/_esm/actions/parsers/default.js.map +1 -1
  16. package/_esm/assets/definitions/index.js +1 -0
  17. package/_esm/assets/definitions/index.js.map +1 -1
  18. package/_esm/assets/definitions/oasys.js +14 -0
  19. package/_esm/assets/definitions/oasys.js.map +1 -0
  20. package/_esm/assets/index.js +1 -1
  21. package/_esm/assets/index.js.map +1 -1
  22. package/_esm/assets/schemas/nft.js +14 -2
  23. package/_esm/assets/schemas/nft.js.map +1 -1
  24. package/_esm/index.js +1 -1
  25. package/_esm/index.js.map +1 -1
  26. package/_types/actions/parsers/default.d.ts.map +1 -1
  27. package/_types/actions/schemas/action.d.ts +5541 -95
  28. package/_types/actions/schemas/action.d.ts.map +1 -1
  29. package/_types/actions/schemas/borrow/borrow.d.ts +118 -2
  30. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  31. package/_types/actions/schemas/crossActionBundle.d.ts +402 -6
  32. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  33. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +118 -2
  34. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  35. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +118 -2
  36. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  37. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +236 -4
  38. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  39. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +236 -4
  40. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  41. package/_types/actions/schemas/default/accountAction.d.ts +459 -9
  42. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  43. package/_types/actions/schemas/default/normalAction.d.ts +459 -9
  44. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  45. package/_types/actions/schemas/default/transfer.d.ts +422 -10
  46. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  47. package/_types/actions/schemas/deposit/addLiquidity.d.ts +236 -4
  48. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  49. package/_types/actions/schemas/deposit/deposit.d.ts +118 -2
  50. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  51. package/_types/actions/schemas/deposit/depositWithBond.d.ts +236 -4
  52. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  53. package/_types/actions/schemas/deposit/stake.d.ts +118 -2
  54. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  55. package/_types/actions/schemas/ignore/ignore.d.ts +177 -3
  56. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  57. package/_types/actions/schemas/ignore/move.d.ts +177 -3
  58. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  59. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +118 -2
  60. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  61. package/_types/actions/schemas/ignore/sendToCex.d.ts +118 -2
  62. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  63. package/_types/actions/schemas/ignore/spam.d.ts +236 -4
  64. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  65. package/_types/actions/schemas/income/freeMintNft.d.ts +118 -2
  66. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  67. package/_types/actions/schemas/income/income.d.ts +118 -2
  68. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  69. package/_types/actions/schemas/income/swapIncome.d.ts +59 -1
  70. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  71. package/_types/actions/schemas/reduce/reduce.d.ts +59 -1
  72. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  73. package/_types/actions/schemas/repayment/repayment.d.ts +118 -2
  74. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  75. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +236 -4
  76. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  77. package/_types/actions/schemas/replace/replace.d.ts +236 -4
  78. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  79. package/_types/actions/schemas/replace/swapNft.d.ts +236 -4
  80. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  81. package/_types/actions/schemas/trade/buyNft.d.ts +118 -2
  82. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  83. package/_types/actions/schemas/trade/mintNft.d.ts +118 -2
  84. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  85. package/_types/actions/schemas/trade/sellNft.d.ts +118 -2
  86. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  87. package/_types/actions/schemas/trade/trade.d.ts +236 -4
  88. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  89. package/_types/actions/schemas/transfer/swapTransfer.d.ts +59 -1
  90. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  91. package/_types/actions/schemas/transfer/transfer.d.ts +236 -4
  92. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  93. package/_types/actions/schemas/valuedown/valuedown.d.ts +204 -4
  94. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  95. package/_types/actions/schemas/valueup/valueup.d.ts +204 -4
  96. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  97. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +236 -4
  98. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  99. package/_types/actions/schemas/withdraw/unstake.d.ts +118 -2
  100. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  101. package/_types/actions/schemas/withdraw/withdraw.d.ts +118 -2
  102. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  103. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +236 -4
  104. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  105. package/_types/actions/utils.d.ts +12 -0
  106. package/_types/actions/utils.d.ts.map +1 -1
  107. package/_types/assets/definitions/index.d.ts +1 -0
  108. package/_types/assets/definitions/index.d.ts.map +1 -1
  109. package/_types/assets/definitions/oasys.d.ts +13 -0
  110. package/_types/assets/definitions/oasys.d.ts.map +1 -0
  111. package/_types/assets/index.d.ts +1 -1
  112. package/_types/assets/index.d.ts.map +1 -1
  113. package/_types/assets/schemas/asset.d.ts +27 -1
  114. package/_types/assets/schemas/asset.d.ts.map +1 -1
  115. package/_types/assets/schemas/nft.d.ts +27 -1
  116. package/_types/assets/schemas/nft.d.ts.map +1 -1
  117. package/_types/index.d.ts +1 -1
  118. package/_types/index.d.ts.map +1 -1
  119. package/_types/setAccountActionPrices.d.ts +204 -0
  120. package/_types/setAccountActionPrices.d.ts.map +1 -1
  121. package/actions/.DS_Store +0 -0
  122. package/actions/parsers/default.ts +1 -0
  123. package/assets/.DS_Store +0 -0
  124. package/assets/definitions/index.ts +1 -0
  125. package/assets/definitions/oasys.ts +14 -0
  126. package/assets/index.ts +1 -0
  127. package/assets/schemas/nft.ts +16 -4
  128. package/index.ts +1 -0
  129. package/package.json +1 -1
@@ -206,15 +206,41 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
206
206
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
207
207
  name: string;
208
208
  icon?: string | undefined;
209
- }>, z.ZodObject<{
209
+ }>, z.ZodEffects<z.ZodObject<{
210
210
  type: z.ZodLiteral<"Nft">;
211
211
  id: z.ZodString;
212
+ name: z.ZodOptional<z.ZodString>;
213
+ symbol: z.ZodOptional<z.ZodString>;
214
+ image: z.ZodOptional<z.ZodString>;
215
+ metadata: z.ZodOptional<z.ZodString>;
212
216
  }, "strip", z.ZodTypeAny, {
213
217
  type: "Nft";
214
218
  id: string;
219
+ name?: string | undefined;
220
+ symbol?: string | undefined;
221
+ image?: string | undefined;
222
+ metadata?: string | undefined;
215
223
  }, {
216
224
  type: "Nft";
217
225
  id: string;
226
+ name?: string | undefined;
227
+ symbol?: string | undefined;
228
+ image?: string | undefined;
229
+ metadata?: string | undefined;
230
+ }>, {
231
+ name: string | undefined;
232
+ symbol: string | undefined;
233
+ image: string | undefined;
234
+ metadata: string | undefined;
235
+ type: "Nft";
236
+ id: string;
237
+ }, {
238
+ type: "Nft";
239
+ id: string;
240
+ name?: string | undefined;
241
+ symbol?: string | undefined;
242
+ image?: string | undefined;
243
+ metadata?: string | undefined;
218
244
  }>]>;
219
245
  amount: z.ZodObject<{
220
246
  value: z.ZodBigInt;
@@ -249,6 +275,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
249
275
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
250
276
  name: string;
251
277
  } | {
278
+ name: string | undefined;
279
+ symbol: string | undefined;
280
+ image: string | undefined;
281
+ metadata: string | undefined;
252
282
  type: "Nft";
253
283
  id: string;
254
284
  };
@@ -292,6 +322,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
292
322
  } | {
293
323
  type: "Nft";
294
324
  id: string;
325
+ name?: string | undefined;
326
+ symbol?: string | undefined;
327
+ image?: string | undefined;
328
+ metadata?: string | undefined;
295
329
  };
296
330
  amount: {
297
331
  value: bigint;
@@ -342,6 +376,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
342
376
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
343
377
  name: string;
344
378
  } | {
379
+ name: string | undefined;
380
+ symbol: string | undefined;
381
+ image: string | undefined;
382
+ metadata: string | undefined;
345
383
  type: "Nft";
346
384
  id: string;
347
385
  };
@@ -374,6 +412,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
374
412
  } | {
375
413
  type: "Nft";
376
414
  id: string;
415
+ name?: string | undefined;
416
+ symbol?: string | undefined;
417
+ image?: string | undefined;
418
+ metadata?: string | undefined;
377
419
  };
378
420
  amount: {
379
421
  value: bigint;
@@ -555,15 +597,41 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
555
597
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
556
598
  name: string;
557
599
  icon?: string | undefined;
558
- }>, z.ZodObject<{
600
+ }>, z.ZodEffects<z.ZodObject<{
559
601
  type: z.ZodLiteral<"Nft">;
560
602
  id: z.ZodString;
603
+ name: z.ZodOptional<z.ZodString>;
604
+ symbol: z.ZodOptional<z.ZodString>;
605
+ image: z.ZodOptional<z.ZodString>;
606
+ metadata: z.ZodOptional<z.ZodString>;
561
607
  }, "strip", z.ZodTypeAny, {
562
608
  type: "Nft";
563
609
  id: string;
610
+ name?: string | undefined;
611
+ symbol?: string | undefined;
612
+ image?: string | undefined;
613
+ metadata?: string | undefined;
564
614
  }, {
565
615
  type: "Nft";
566
616
  id: string;
617
+ name?: string | undefined;
618
+ symbol?: string | undefined;
619
+ image?: string | undefined;
620
+ metadata?: string | undefined;
621
+ }>, {
622
+ name: string | undefined;
623
+ symbol: string | undefined;
624
+ image: string | undefined;
625
+ metadata: string | undefined;
626
+ type: "Nft";
627
+ id: string;
628
+ }, {
629
+ type: "Nft";
630
+ id: string;
631
+ name?: string | undefined;
632
+ symbol?: string | undefined;
633
+ image?: string | undefined;
634
+ metadata?: string | undefined;
567
635
  }>]>;
568
636
  amount: z.ZodObject<{
569
637
  value: z.ZodBigInt;
@@ -598,6 +666,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
598
666
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
599
667
  name: string;
600
668
  } | {
669
+ name: string | undefined;
670
+ symbol: string | undefined;
671
+ image: string | undefined;
672
+ metadata: string | undefined;
601
673
  type: "Nft";
602
674
  id: string;
603
675
  };
@@ -641,6 +713,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
641
713
  } | {
642
714
  type: "Nft";
643
715
  id: string;
716
+ name?: string | undefined;
717
+ symbol?: string | undefined;
718
+ image?: string | undefined;
719
+ metadata?: string | undefined;
644
720
  };
645
721
  amount: {
646
722
  value: bigint;
@@ -691,6 +767,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
691
767
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
692
768
  name: string;
693
769
  } | {
770
+ name: string | undefined;
771
+ symbol: string | undefined;
772
+ image: string | undefined;
773
+ metadata: string | undefined;
694
774
  type: "Nft";
695
775
  id: string;
696
776
  };
@@ -723,6 +803,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
723
803
  } | {
724
804
  type: "Nft";
725
805
  id: string;
806
+ name?: string | undefined;
807
+ symbol?: string | undefined;
808
+ image?: string | undefined;
809
+ metadata?: string | undefined;
726
810
  };
727
811
  amount: {
728
812
  value: bigint;
@@ -904,15 +988,41 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
904
988
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
905
989
  name: string;
906
990
  icon?: string | undefined;
907
- }>, z.ZodObject<{
991
+ }>, z.ZodEffects<z.ZodObject<{
908
992
  type: z.ZodLiteral<"Nft">;
909
993
  id: z.ZodString;
994
+ name: z.ZodOptional<z.ZodString>;
995
+ symbol: z.ZodOptional<z.ZodString>;
996
+ image: z.ZodOptional<z.ZodString>;
997
+ metadata: z.ZodOptional<z.ZodString>;
910
998
  }, "strip", z.ZodTypeAny, {
911
999
  type: "Nft";
912
1000
  id: string;
1001
+ name?: string | undefined;
1002
+ symbol?: string | undefined;
1003
+ image?: string | undefined;
1004
+ metadata?: string | undefined;
1005
+ }, {
1006
+ type: "Nft";
1007
+ id: string;
1008
+ name?: string | undefined;
1009
+ symbol?: string | undefined;
1010
+ image?: string | undefined;
1011
+ metadata?: string | undefined;
1012
+ }>, {
1013
+ name: string | undefined;
1014
+ symbol: string | undefined;
1015
+ image: string | undefined;
1016
+ metadata: string | undefined;
1017
+ type: "Nft";
1018
+ id: string;
913
1019
  }, {
914
1020
  type: "Nft";
915
1021
  id: string;
1022
+ name?: string | undefined;
1023
+ symbol?: string | undefined;
1024
+ image?: string | undefined;
1025
+ metadata?: string | undefined;
916
1026
  }>]>;
917
1027
  amount: z.ZodObject<{
918
1028
  value: z.ZodBigInt;
@@ -947,6 +1057,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
947
1057
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
948
1058
  name: string;
949
1059
  } | {
1060
+ name: string | undefined;
1061
+ symbol: string | undefined;
1062
+ image: string | undefined;
1063
+ metadata: string | undefined;
950
1064
  type: "Nft";
951
1065
  id: string;
952
1066
  };
@@ -990,6 +1104,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
990
1104
  } | {
991
1105
  type: "Nft";
992
1106
  id: string;
1107
+ name?: string | undefined;
1108
+ symbol?: string | undefined;
1109
+ image?: string | undefined;
1110
+ metadata?: string | undefined;
993
1111
  };
994
1112
  amount: {
995
1113
  value: bigint;
@@ -1040,6 +1158,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1040
1158
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1041
1159
  name: string;
1042
1160
  } | {
1161
+ name: string | undefined;
1162
+ symbol: string | undefined;
1163
+ image: string | undefined;
1164
+ metadata: string | undefined;
1043
1165
  type: "Nft";
1044
1166
  id: string;
1045
1167
  };
@@ -1072,6 +1194,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1072
1194
  } | {
1073
1195
  type: "Nft";
1074
1196
  id: string;
1197
+ name?: string | undefined;
1198
+ symbol?: string | undefined;
1199
+ image?: string | undefined;
1200
+ metadata?: string | undefined;
1075
1201
  };
1076
1202
  amount: {
1077
1203
  value: bigint;
@@ -1131,6 +1257,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1131
1257
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1132
1258
  name: string;
1133
1259
  } | {
1260
+ name: string | undefined;
1261
+ symbol: string | undefined;
1262
+ image: string | undefined;
1263
+ metadata: string | undefined;
1134
1264
  type: "Nft";
1135
1265
  id: string;
1136
1266
  };
@@ -1172,6 +1302,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1172
1302
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1173
1303
  name: string;
1174
1304
  } | {
1305
+ name: string | undefined;
1306
+ symbol: string | undefined;
1307
+ image: string | undefined;
1308
+ metadata: string | undefined;
1175
1309
  type: "Nft";
1176
1310
  id: string;
1177
1311
  };
@@ -1213,6 +1347,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1213
1347
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1214
1348
  name: string;
1215
1349
  } | {
1350
+ name: string | undefined;
1351
+ symbol: string | undefined;
1352
+ image: string | undefined;
1353
+ metadata: string | undefined;
1216
1354
  type: "Nft";
1217
1355
  id: string;
1218
1356
  };
@@ -1262,6 +1400,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1262
1400
  } | {
1263
1401
  type: "Nft";
1264
1402
  id: string;
1403
+ name?: string | undefined;
1404
+ symbol?: string | undefined;
1405
+ image?: string | undefined;
1406
+ metadata?: string | undefined;
1265
1407
  };
1266
1408
  amount: {
1267
1409
  value: bigint;
@@ -1303,6 +1445,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1303
1445
  } | {
1304
1446
  type: "Nft";
1305
1447
  id: string;
1448
+ name?: string | undefined;
1449
+ symbol?: string | undefined;
1450
+ image?: string | undefined;
1451
+ metadata?: string | undefined;
1306
1452
  };
1307
1453
  amount: {
1308
1454
  value: bigint;
@@ -1344,6 +1490,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1344
1490
  } | {
1345
1491
  type: "Nft";
1346
1492
  id: string;
1493
+ name?: string | undefined;
1494
+ symbol?: string | undefined;
1495
+ image?: string | undefined;
1496
+ metadata?: string | undefined;
1347
1497
  };
1348
1498
  amount: {
1349
1499
  value: bigint;
@@ -1420,6 +1570,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1420
1570
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1421
1571
  name: string;
1422
1572
  } | {
1573
+ name: string | undefined;
1574
+ symbol: string | undefined;
1575
+ image: string | undefined;
1576
+ metadata: string | undefined;
1423
1577
  type: "Nft";
1424
1578
  id: string;
1425
1579
  };
@@ -1461,6 +1615,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1461
1615
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1462
1616
  name: string;
1463
1617
  } | {
1618
+ name: string | undefined;
1619
+ symbol: string | undefined;
1620
+ image: string | undefined;
1621
+ metadata: string | undefined;
1464
1622
  type: "Nft";
1465
1623
  id: string;
1466
1624
  };
@@ -1502,6 +1660,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1502
1660
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1503
1661
  name: string;
1504
1662
  } | {
1663
+ name: string | undefined;
1664
+ symbol: string | undefined;
1665
+ image: string | undefined;
1666
+ metadata: string | undefined;
1505
1667
  type: "Nft";
1506
1668
  id: string;
1507
1669
  };
@@ -1542,6 +1704,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1542
1704
  } | {
1543
1705
  type: "Nft";
1544
1706
  id: string;
1707
+ name?: string | undefined;
1708
+ symbol?: string | undefined;
1709
+ image?: string | undefined;
1710
+ metadata?: string | undefined;
1545
1711
  };
1546
1712
  amount: {
1547
1713
  value: bigint;
@@ -1583,6 +1749,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1583
1749
  } | {
1584
1750
  type: "Nft";
1585
1751
  id: string;
1752
+ name?: string | undefined;
1753
+ symbol?: string | undefined;
1754
+ image?: string | undefined;
1755
+ metadata?: string | undefined;
1586
1756
  };
1587
1757
  amount: {
1588
1758
  value: bigint;
@@ -1624,6 +1794,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1624
1794
  } | {
1625
1795
  type: "Nft";
1626
1796
  id: string;
1797
+ name?: string | undefined;
1798
+ symbol?: string | undefined;
1799
+ image?: string | undefined;
1800
+ metadata?: string | undefined;
1627
1801
  };
1628
1802
  amount: {
1629
1803
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"move.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/move.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ/B,CAAA"}
1
+ {"version":3,"file":"move.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/move.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ/B,CAAA"}
@@ -360,18 +360,48 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
360
360
  decimals: number;
361
361
  }>;
362
362
  direction: z.ZodLiteral<"in">;
363
- asset: z.ZodObject<{
363
+ asset: z.ZodEffects<z.ZodObject<{
364
364
  type: z.ZodLiteral<"Nft">;
365
365
  id: z.ZodString;
366
+ name: z.ZodOptional<z.ZodString>;
367
+ symbol: z.ZodOptional<z.ZodString>;
368
+ image: z.ZodOptional<z.ZodString>;
369
+ metadata: z.ZodOptional<z.ZodString>;
366
370
  }, "strip", z.ZodTypeAny, {
367
371
  type: "Nft";
368
372
  id: string;
373
+ name?: string | undefined;
374
+ symbol?: string | undefined;
375
+ image?: string | undefined;
376
+ metadata?: string | undefined;
377
+ }, {
378
+ type: "Nft";
379
+ id: string;
380
+ name?: string | undefined;
381
+ symbol?: string | undefined;
382
+ image?: string | undefined;
383
+ metadata?: string | undefined;
384
+ }>, {
385
+ name: string | undefined;
386
+ symbol: string | undefined;
387
+ image: string | undefined;
388
+ metadata: string | undefined;
389
+ type: "Nft";
390
+ id: string;
369
391
  }, {
370
392
  type: "Nft";
371
393
  id: string;
394
+ name?: string | undefined;
395
+ symbol?: string | undefined;
396
+ image?: string | undefined;
397
+ metadata?: string | undefined;
372
398
  }>;
373
399
  }, "strip", z.ZodTypeAny, {
374
400
  asset: {
401
+ name: string | undefined;
402
+ symbol: string | undefined;
403
+ image: string | undefined;
404
+ metadata: string | undefined;
375
405
  type: "Nft";
376
406
  id: string;
377
407
  };
@@ -395,6 +425,10 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
395
425
  asset: {
396
426
  type: "Nft";
397
427
  id: string;
428
+ name?: string | undefined;
429
+ symbol?: string | undefined;
430
+ image?: string | undefined;
431
+ metadata?: string | undefined;
398
432
  };
399
433
  amount: {
400
434
  value: bigint;
@@ -425,6 +459,10 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
425
459
  timestamp: number;
426
460
  } | undefined;
427
461
  asset: {
462
+ name: string | undefined;
463
+ symbol: string | undefined;
464
+ image: string | undefined;
465
+ metadata: string | undefined;
428
466
  type: "Nft";
429
467
  id: string;
430
468
  };
@@ -437,6 +475,10 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
437
475
  asset: {
438
476
  type: "Nft";
439
477
  id: string;
478
+ name?: string | undefined;
479
+ symbol?: string | undefined;
480
+ image?: string | undefined;
481
+ metadata?: string | undefined;
440
482
  };
441
483
  amount: {
442
484
  value: bigint;
@@ -505,6 +547,10 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
505
547
  timestamp: number;
506
548
  } | undefined;
507
549
  asset: {
550
+ name: string | undefined;
551
+ symbol: string | undefined;
552
+ image: string | undefined;
553
+ metadata: string | undefined;
508
554
  type: "Nft";
509
555
  id: string;
510
556
  };
@@ -564,6 +610,10 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
564
610
  asset: {
565
611
  type: "Nft";
566
612
  id: string;
613
+ name?: string | undefined;
614
+ symbol?: string | undefined;
615
+ image?: string | undefined;
616
+ metadata?: string | undefined;
567
617
  };
568
618
  amount: {
569
619
  value: bigint;
@@ -650,6 +700,10 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
650
700
  timestamp: number;
651
701
  } | undefined;
652
702
  asset: {
703
+ name: string | undefined;
704
+ symbol: string | undefined;
705
+ image: string | undefined;
706
+ metadata: string | undefined;
653
707
  type: "Nft";
654
708
  id: string;
655
709
  };
@@ -700,6 +754,10 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
700
754
  asset: {
701
755
  type: "Nft";
702
756
  id: string;
757
+ name?: string | undefined;
758
+ symbol?: string | undefined;
759
+ image?: string | undefined;
760
+ metadata?: string | undefined;
703
761
  };
704
762
  amount: {
705
763
  value: bigint;
@@ -1091,18 +1149,48 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
1091
1149
  decimals: number;
1092
1150
  }>;
1093
1151
  direction: z.ZodLiteral<"in">;
1094
- asset: z.ZodObject<{
1152
+ asset: z.ZodEffects<z.ZodObject<{
1095
1153
  type: z.ZodLiteral<"Nft">;
1096
1154
  id: z.ZodString;
1155
+ name: z.ZodOptional<z.ZodString>;
1156
+ symbol: z.ZodOptional<z.ZodString>;
1157
+ image: z.ZodOptional<z.ZodString>;
1158
+ metadata: z.ZodOptional<z.ZodString>;
1097
1159
  }, "strip", z.ZodTypeAny, {
1098
1160
  type: "Nft";
1099
1161
  id: string;
1162
+ name?: string | undefined;
1163
+ symbol?: string | undefined;
1164
+ image?: string | undefined;
1165
+ metadata?: string | undefined;
1166
+ }, {
1167
+ type: "Nft";
1168
+ id: string;
1169
+ name?: string | undefined;
1170
+ symbol?: string | undefined;
1171
+ image?: string | undefined;
1172
+ metadata?: string | undefined;
1173
+ }>, {
1174
+ name: string | undefined;
1175
+ symbol: string | undefined;
1176
+ image: string | undefined;
1177
+ metadata: string | undefined;
1178
+ type: "Nft";
1179
+ id: string;
1100
1180
  }, {
1101
1181
  type: "Nft";
1102
1182
  id: string;
1183
+ name?: string | undefined;
1184
+ symbol?: string | undefined;
1185
+ image?: string | undefined;
1186
+ metadata?: string | undefined;
1103
1187
  }>;
1104
1188
  }, "strip", z.ZodTypeAny, {
1105
1189
  asset: {
1190
+ name: string | undefined;
1191
+ symbol: string | undefined;
1192
+ image: string | undefined;
1193
+ metadata: string | undefined;
1106
1194
  type: "Nft";
1107
1195
  id: string;
1108
1196
  };
@@ -1126,6 +1214,10 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
1126
1214
  asset: {
1127
1215
  type: "Nft";
1128
1216
  id: string;
1217
+ name?: string | undefined;
1218
+ symbol?: string | undefined;
1219
+ image?: string | undefined;
1220
+ metadata?: string | undefined;
1129
1221
  };
1130
1222
  amount: {
1131
1223
  value: bigint;
@@ -1156,6 +1248,10 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
1156
1248
  timestamp: number;
1157
1249
  } | undefined;
1158
1250
  asset: {
1251
+ name: string | undefined;
1252
+ symbol: string | undefined;
1253
+ image: string | undefined;
1254
+ metadata: string | undefined;
1159
1255
  type: "Nft";
1160
1256
  id: string;
1161
1257
  };
@@ -1168,6 +1264,10 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
1168
1264
  asset: {
1169
1265
  type: "Nft";
1170
1266
  id: string;
1267
+ name?: string | undefined;
1268
+ symbol?: string | undefined;
1269
+ image?: string | undefined;
1270
+ metadata?: string | undefined;
1171
1271
  };
1172
1272
  amount: {
1173
1273
  value: bigint;
@@ -1238,6 +1338,10 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
1238
1338
  timestamp: number;
1239
1339
  } | undefined;
1240
1340
  asset: {
1341
+ name: string | undefined;
1342
+ symbol: string | undefined;
1343
+ image: string | undefined;
1344
+ metadata: string | undefined;
1241
1345
  type: "Nft";
1242
1346
  id: string;
1243
1347
  };
@@ -1299,6 +1403,10 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
1299
1403
  asset: {
1300
1404
  type: "Nft";
1301
1405
  id: string;
1406
+ name?: string | undefined;
1407
+ symbol?: string | undefined;
1408
+ image?: string | undefined;
1409
+ metadata?: string | undefined;
1302
1410
  };
1303
1411
  amount: {
1304
1412
  value: bigint;
@@ -1387,6 +1495,10 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
1387
1495
  timestamp: number;
1388
1496
  } | undefined;
1389
1497
  asset: {
1498
+ name: string | undefined;
1499
+ symbol: string | undefined;
1500
+ image: string | undefined;
1501
+ metadata: string | undefined;
1390
1502
  type: "Nft";
1391
1503
  id: string;
1392
1504
  };
@@ -1439,6 +1551,10 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
1439
1551
  asset: {
1440
1552
  type: "Nft";
1441
1553
  id: string;
1554
+ name?: string | undefined;
1555
+ symbol?: string | undefined;
1556
+ image?: string | undefined;
1557
+ metadata?: string | undefined;
1442
1558
  };
1443
1559
  amount: {
1444
1560
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"receiveFromCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/receiveFromCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWxC,CAAA;AAEL,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYvC,CAAA"}
1
+ {"version":3,"file":"receiveFromCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/receiveFromCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWxC,CAAA;AAEL,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYvC,CAAA"}