@0xtorch/core 0.0.26 → 0.0.28

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 (98) hide show
  1. package/_cjs/assets/schemas/nft.js +1 -0
  2. package/_cjs/assets/schemas/nft.js.map +1 -1
  3. package/_cjs/utils/rest.js +0 -12
  4. package/_cjs/utils/rest.js.map +1 -1
  5. package/_esm/assets/schemas/nft.js +1 -0
  6. package/_esm/assets/schemas/nft.js.map +1 -1
  7. package/_esm/utils/rest.js +0 -12
  8. package/_esm/utils/rest.js.map +1 -1
  9. package/_types/actions/schemas/action.d.ts +1219 -0
  10. package/_types/actions/schemas/action.d.ts.map +1 -1
  11. package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
  12. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  13. package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
  14. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  15. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
  16. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  17. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
  18. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  19. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
  20. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  21. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
  22. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  23. package/_types/actions/schemas/default/accountAction.d.ts +99 -0
  24. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  25. package/_types/actions/schemas/default/normalAction.d.ts +99 -0
  26. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  27. package/_types/actions/schemas/default/transfer.d.ts +88 -0
  28. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  29. package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
  30. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  31. package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
  32. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  33. package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
  34. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  35. package/_types/actions/schemas/deposit/stake.d.ts +26 -0
  36. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  37. package/_types/actions/schemas/ignore/ignore.d.ts +39 -0
  38. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  39. package/_types/actions/schemas/ignore/move.d.ts +39 -0
  40. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  41. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
  42. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  43. package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
  44. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  45. package/_types/actions/schemas/ignore/spam.d.ts +52 -0
  46. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  47. package/_types/actions/schemas/income/freeMintNft.d.ts +26 -0
  48. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  49. package/_types/actions/schemas/income/income.d.ts +26 -0
  50. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  51. package/_types/actions/schemas/income/swapIncome.d.ts +13 -0
  52. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  53. package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
  54. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  55. package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
  56. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  57. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
  58. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  59. package/_types/actions/schemas/replace/replace.d.ts +52 -0
  60. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  61. package/_types/actions/schemas/replace/swapNft.d.ts +52 -0
  62. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  63. package/_types/actions/schemas/trade/buyNft.d.ts +26 -0
  64. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  65. package/_types/actions/schemas/trade/mintNft.d.ts +26 -0
  66. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  67. package/_types/actions/schemas/trade/sellNft.d.ts +26 -0
  68. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  69. package/_types/actions/schemas/trade/trade.d.ts +52 -0
  70. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  71. package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
  72. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  73. package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
  74. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  75. package/_types/actions/schemas/valuedown/valuedown.d.ts +44 -0
  76. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  77. package/_types/actions/schemas/valueup/valueup.d.ts +44 -0
  78. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  79. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
  80. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  81. package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
  82. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  83. package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
  84. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  85. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
  86. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  87. package/_types/actions/utils.d.ts +3 -0
  88. package/_types/actions/utils.d.ts.map +1 -1
  89. package/_types/assets/schemas/asset.d.ts +5 -0
  90. package/_types/assets/schemas/asset.d.ts.map +1 -1
  91. package/_types/assets/schemas/nft.d.ts +5 -0
  92. package/_types/assets/schemas/nft.d.ts.map +1 -1
  93. package/_types/setAccountActionPrices.d.ts +51 -0
  94. package/_types/setAccountActionPrices.d.ts.map +1 -1
  95. package/_types/utils/rest.d.ts.map +1 -1
  96. package/assets/schemas/nft.ts +1 -0
  97. package/package.json +1 -1
  98. package/utils/rest.ts +0 -11
@@ -213,9 +213,11 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
213
213
  symbol: z.ZodOptional<z.ZodString>;
214
214
  image: z.ZodOptional<z.ZodString>;
215
215
  metadata: z.ZodOptional<z.ZodString>;
216
+ updatedAt: z.ZodNumber;
216
217
  }, "strip", z.ZodTypeAny, {
217
218
  type: "Nft";
218
219
  id: string;
220
+ updatedAt: number;
219
221
  name?: string | undefined;
220
222
  symbol?: string | undefined;
221
223
  image?: string | undefined;
@@ -223,6 +225,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
223
225
  }, {
224
226
  type: "Nft";
225
227
  id: string;
228
+ updatedAt: number;
226
229
  name?: string | undefined;
227
230
  symbol?: string | undefined;
228
231
  image?: string | undefined;
@@ -234,9 +237,11 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
234
237
  metadata: string | undefined;
235
238
  type: "Nft";
236
239
  id: string;
240
+ updatedAt: number;
237
241
  }, {
238
242
  type: "Nft";
239
243
  id: string;
244
+ updatedAt: number;
240
245
  name?: string | undefined;
241
246
  symbol?: string | undefined;
242
247
  image?: string | undefined;
@@ -281,6 +286,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
281
286
  metadata: string | undefined;
282
287
  type: "Nft";
283
288
  id: string;
289
+ updatedAt: number;
284
290
  };
285
291
  amount: {
286
292
  value: bigint;
@@ -322,6 +328,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
322
328
  } | {
323
329
  type: "Nft";
324
330
  id: string;
331
+ updatedAt: number;
325
332
  name?: string | undefined;
326
333
  symbol?: string | undefined;
327
334
  image?: string | undefined;
@@ -382,6 +389,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
382
389
  metadata: string | undefined;
383
390
  type: "Nft";
384
391
  id: string;
392
+ updatedAt: number;
385
393
  };
386
394
  amount: {
387
395
  value: bigint;
@@ -412,6 +420,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
412
420
  } | {
413
421
  type: "Nft";
414
422
  id: string;
423
+ updatedAt: number;
415
424
  name?: string | undefined;
416
425
  symbol?: string | undefined;
417
426
  image?: string | undefined;
@@ -604,9 +613,11 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
604
613
  symbol: z.ZodOptional<z.ZodString>;
605
614
  image: z.ZodOptional<z.ZodString>;
606
615
  metadata: z.ZodOptional<z.ZodString>;
616
+ updatedAt: z.ZodNumber;
607
617
  }, "strip", z.ZodTypeAny, {
608
618
  type: "Nft";
609
619
  id: string;
620
+ updatedAt: number;
610
621
  name?: string | undefined;
611
622
  symbol?: string | undefined;
612
623
  image?: string | undefined;
@@ -614,6 +625,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
614
625
  }, {
615
626
  type: "Nft";
616
627
  id: string;
628
+ updatedAt: number;
617
629
  name?: string | undefined;
618
630
  symbol?: string | undefined;
619
631
  image?: string | undefined;
@@ -625,9 +637,11 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
625
637
  metadata: string | undefined;
626
638
  type: "Nft";
627
639
  id: string;
640
+ updatedAt: number;
628
641
  }, {
629
642
  type: "Nft";
630
643
  id: string;
644
+ updatedAt: number;
631
645
  name?: string | undefined;
632
646
  symbol?: string | undefined;
633
647
  image?: string | undefined;
@@ -672,6 +686,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
672
686
  metadata: string | undefined;
673
687
  type: "Nft";
674
688
  id: string;
689
+ updatedAt: number;
675
690
  };
676
691
  amount: {
677
692
  value: bigint;
@@ -713,6 +728,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
713
728
  } | {
714
729
  type: "Nft";
715
730
  id: string;
731
+ updatedAt: number;
716
732
  name?: string | undefined;
717
733
  symbol?: string | undefined;
718
734
  image?: string | undefined;
@@ -773,6 +789,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
773
789
  metadata: string | undefined;
774
790
  type: "Nft";
775
791
  id: string;
792
+ updatedAt: number;
776
793
  };
777
794
  amount: {
778
795
  value: bigint;
@@ -803,6 +820,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
803
820
  } | {
804
821
  type: "Nft";
805
822
  id: string;
823
+ updatedAt: number;
806
824
  name?: string | undefined;
807
825
  symbol?: string | undefined;
808
826
  image?: string | undefined;
@@ -995,9 +1013,11 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
995
1013
  symbol: z.ZodOptional<z.ZodString>;
996
1014
  image: z.ZodOptional<z.ZodString>;
997
1015
  metadata: z.ZodOptional<z.ZodString>;
1016
+ updatedAt: z.ZodNumber;
998
1017
  }, "strip", z.ZodTypeAny, {
999
1018
  type: "Nft";
1000
1019
  id: string;
1020
+ updatedAt: number;
1001
1021
  name?: string | undefined;
1002
1022
  symbol?: string | undefined;
1003
1023
  image?: string | undefined;
@@ -1005,6 +1025,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1005
1025
  }, {
1006
1026
  type: "Nft";
1007
1027
  id: string;
1028
+ updatedAt: number;
1008
1029
  name?: string | undefined;
1009
1030
  symbol?: string | undefined;
1010
1031
  image?: string | undefined;
@@ -1016,9 +1037,11 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1016
1037
  metadata: string | undefined;
1017
1038
  type: "Nft";
1018
1039
  id: string;
1040
+ updatedAt: number;
1019
1041
  }, {
1020
1042
  type: "Nft";
1021
1043
  id: string;
1044
+ updatedAt: number;
1022
1045
  name?: string | undefined;
1023
1046
  symbol?: string | undefined;
1024
1047
  image?: string | undefined;
@@ -1063,6 +1086,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1063
1086
  metadata: string | undefined;
1064
1087
  type: "Nft";
1065
1088
  id: string;
1089
+ updatedAt: number;
1066
1090
  };
1067
1091
  amount: {
1068
1092
  value: bigint;
@@ -1104,6 +1128,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1104
1128
  } | {
1105
1129
  type: "Nft";
1106
1130
  id: string;
1131
+ updatedAt: number;
1107
1132
  name?: string | undefined;
1108
1133
  symbol?: string | undefined;
1109
1134
  image?: string | undefined;
@@ -1164,6 +1189,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1164
1189
  metadata: string | undefined;
1165
1190
  type: "Nft";
1166
1191
  id: string;
1192
+ updatedAt: number;
1167
1193
  };
1168
1194
  amount: {
1169
1195
  value: bigint;
@@ -1194,6 +1220,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1194
1220
  } | {
1195
1221
  type: "Nft";
1196
1222
  id: string;
1223
+ updatedAt: number;
1197
1224
  name?: string | undefined;
1198
1225
  symbol?: string | undefined;
1199
1226
  image?: string | undefined;
@@ -1263,6 +1290,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1263
1290
  metadata: string | undefined;
1264
1291
  type: "Nft";
1265
1292
  id: string;
1293
+ updatedAt: number;
1266
1294
  };
1267
1295
  amount: {
1268
1296
  value: bigint;
@@ -1308,6 +1336,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1308
1336
  metadata: string | undefined;
1309
1337
  type: "Nft";
1310
1338
  id: string;
1339
+ updatedAt: number;
1311
1340
  };
1312
1341
  amount: {
1313
1342
  value: bigint;
@@ -1353,6 +1382,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1353
1382
  metadata: string | undefined;
1354
1383
  type: "Nft";
1355
1384
  id: string;
1385
+ updatedAt: number;
1356
1386
  };
1357
1387
  amount: {
1358
1388
  value: bigint;
@@ -1400,6 +1430,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1400
1430
  } | {
1401
1431
  type: "Nft";
1402
1432
  id: string;
1433
+ updatedAt: number;
1403
1434
  name?: string | undefined;
1404
1435
  symbol?: string | undefined;
1405
1436
  image?: string | undefined;
@@ -1445,6 +1476,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1445
1476
  } | {
1446
1477
  type: "Nft";
1447
1478
  id: string;
1479
+ updatedAt: number;
1448
1480
  name?: string | undefined;
1449
1481
  symbol?: string | undefined;
1450
1482
  image?: string | undefined;
@@ -1490,6 +1522,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1490
1522
  } | {
1491
1523
  type: "Nft";
1492
1524
  id: string;
1525
+ updatedAt: number;
1493
1526
  name?: string | undefined;
1494
1527
  symbol?: string | undefined;
1495
1528
  image?: string | undefined;
@@ -1576,6 +1609,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1576
1609
  metadata: string | undefined;
1577
1610
  type: "Nft";
1578
1611
  id: string;
1612
+ updatedAt: number;
1579
1613
  };
1580
1614
  amount: {
1581
1615
  value: bigint;
@@ -1621,6 +1655,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1621
1655
  metadata: string | undefined;
1622
1656
  type: "Nft";
1623
1657
  id: string;
1658
+ updatedAt: number;
1624
1659
  };
1625
1660
  amount: {
1626
1661
  value: bigint;
@@ -1666,6 +1701,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1666
1701
  metadata: string | undefined;
1667
1702
  type: "Nft";
1668
1703
  id: string;
1704
+ updatedAt: number;
1669
1705
  };
1670
1706
  amount: {
1671
1707
  value: bigint;
@@ -1704,6 +1740,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1704
1740
  } | {
1705
1741
  type: "Nft";
1706
1742
  id: string;
1743
+ updatedAt: number;
1707
1744
  name?: string | undefined;
1708
1745
  symbol?: string | undefined;
1709
1746
  image?: string | undefined;
@@ -1749,6 +1786,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1749
1786
  } | {
1750
1787
  type: "Nft";
1751
1788
  id: string;
1789
+ updatedAt: number;
1752
1790
  name?: string | undefined;
1753
1791
  symbol?: string | undefined;
1754
1792
  image?: string | undefined;
@@ -1794,6 +1832,7 @@ export declare const accountActionIgnoreSchema: z.ZodEffects<z.ZodObject<{
1794
1832
  } | {
1795
1833
  type: "Nft";
1796
1834
  id: string;
1835
+ updatedAt: number;
1797
1836
  name?: string | undefined;
1798
1837
  symbol?: string | undefined;
1799
1838
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"ignore.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/ignore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQjC,CAAA"}
1
+ {"version":3,"file":"ignore.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/ignore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQjC,CAAA"}
@@ -213,9 +213,11 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
213
213
  symbol: z.ZodOptional<z.ZodString>;
214
214
  image: z.ZodOptional<z.ZodString>;
215
215
  metadata: z.ZodOptional<z.ZodString>;
216
+ updatedAt: z.ZodNumber;
216
217
  }, "strip", z.ZodTypeAny, {
217
218
  type: "Nft";
218
219
  id: string;
220
+ updatedAt: number;
219
221
  name?: string | undefined;
220
222
  symbol?: string | undefined;
221
223
  image?: string | undefined;
@@ -223,6 +225,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
223
225
  }, {
224
226
  type: "Nft";
225
227
  id: string;
228
+ updatedAt: number;
226
229
  name?: string | undefined;
227
230
  symbol?: string | undefined;
228
231
  image?: string | undefined;
@@ -234,9 +237,11 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
234
237
  metadata: string | undefined;
235
238
  type: "Nft";
236
239
  id: string;
240
+ updatedAt: number;
237
241
  }, {
238
242
  type: "Nft";
239
243
  id: string;
244
+ updatedAt: number;
240
245
  name?: string | undefined;
241
246
  symbol?: string | undefined;
242
247
  image?: string | undefined;
@@ -281,6 +286,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
281
286
  metadata: string | undefined;
282
287
  type: "Nft";
283
288
  id: string;
289
+ updatedAt: number;
284
290
  };
285
291
  amount: {
286
292
  value: bigint;
@@ -322,6 +328,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
322
328
  } | {
323
329
  type: "Nft";
324
330
  id: string;
331
+ updatedAt: number;
325
332
  name?: string | undefined;
326
333
  symbol?: string | undefined;
327
334
  image?: string | undefined;
@@ -382,6 +389,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
382
389
  metadata: string | undefined;
383
390
  type: "Nft";
384
391
  id: string;
392
+ updatedAt: number;
385
393
  };
386
394
  amount: {
387
395
  value: bigint;
@@ -412,6 +420,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
412
420
  } | {
413
421
  type: "Nft";
414
422
  id: string;
423
+ updatedAt: number;
415
424
  name?: string | undefined;
416
425
  symbol?: string | undefined;
417
426
  image?: string | undefined;
@@ -604,9 +613,11 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
604
613
  symbol: z.ZodOptional<z.ZodString>;
605
614
  image: z.ZodOptional<z.ZodString>;
606
615
  metadata: z.ZodOptional<z.ZodString>;
616
+ updatedAt: z.ZodNumber;
607
617
  }, "strip", z.ZodTypeAny, {
608
618
  type: "Nft";
609
619
  id: string;
620
+ updatedAt: number;
610
621
  name?: string | undefined;
611
622
  symbol?: string | undefined;
612
623
  image?: string | undefined;
@@ -614,6 +625,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
614
625
  }, {
615
626
  type: "Nft";
616
627
  id: string;
628
+ updatedAt: number;
617
629
  name?: string | undefined;
618
630
  symbol?: string | undefined;
619
631
  image?: string | undefined;
@@ -625,9 +637,11 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
625
637
  metadata: string | undefined;
626
638
  type: "Nft";
627
639
  id: string;
640
+ updatedAt: number;
628
641
  }, {
629
642
  type: "Nft";
630
643
  id: string;
644
+ updatedAt: number;
631
645
  name?: string | undefined;
632
646
  symbol?: string | undefined;
633
647
  image?: string | undefined;
@@ -672,6 +686,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
672
686
  metadata: string | undefined;
673
687
  type: "Nft";
674
688
  id: string;
689
+ updatedAt: number;
675
690
  };
676
691
  amount: {
677
692
  value: bigint;
@@ -713,6 +728,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
713
728
  } | {
714
729
  type: "Nft";
715
730
  id: string;
731
+ updatedAt: number;
716
732
  name?: string | undefined;
717
733
  symbol?: string | undefined;
718
734
  image?: string | undefined;
@@ -773,6 +789,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
773
789
  metadata: string | undefined;
774
790
  type: "Nft";
775
791
  id: string;
792
+ updatedAt: number;
776
793
  };
777
794
  amount: {
778
795
  value: bigint;
@@ -803,6 +820,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
803
820
  } | {
804
821
  type: "Nft";
805
822
  id: string;
823
+ updatedAt: number;
806
824
  name?: string | undefined;
807
825
  symbol?: string | undefined;
808
826
  image?: string | undefined;
@@ -995,9 +1013,11 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
995
1013
  symbol: z.ZodOptional<z.ZodString>;
996
1014
  image: z.ZodOptional<z.ZodString>;
997
1015
  metadata: z.ZodOptional<z.ZodString>;
1016
+ updatedAt: z.ZodNumber;
998
1017
  }, "strip", z.ZodTypeAny, {
999
1018
  type: "Nft";
1000
1019
  id: string;
1020
+ updatedAt: number;
1001
1021
  name?: string | undefined;
1002
1022
  symbol?: string | undefined;
1003
1023
  image?: string | undefined;
@@ -1005,6 +1025,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1005
1025
  }, {
1006
1026
  type: "Nft";
1007
1027
  id: string;
1028
+ updatedAt: number;
1008
1029
  name?: string | undefined;
1009
1030
  symbol?: string | undefined;
1010
1031
  image?: string | undefined;
@@ -1016,9 +1037,11 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1016
1037
  metadata: string | undefined;
1017
1038
  type: "Nft";
1018
1039
  id: string;
1040
+ updatedAt: number;
1019
1041
  }, {
1020
1042
  type: "Nft";
1021
1043
  id: string;
1044
+ updatedAt: number;
1022
1045
  name?: string | undefined;
1023
1046
  symbol?: string | undefined;
1024
1047
  image?: string | undefined;
@@ -1063,6 +1086,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1063
1086
  metadata: string | undefined;
1064
1087
  type: "Nft";
1065
1088
  id: string;
1089
+ updatedAt: number;
1066
1090
  };
1067
1091
  amount: {
1068
1092
  value: bigint;
@@ -1104,6 +1128,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1104
1128
  } | {
1105
1129
  type: "Nft";
1106
1130
  id: string;
1131
+ updatedAt: number;
1107
1132
  name?: string | undefined;
1108
1133
  symbol?: string | undefined;
1109
1134
  image?: string | undefined;
@@ -1164,6 +1189,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1164
1189
  metadata: string | undefined;
1165
1190
  type: "Nft";
1166
1191
  id: string;
1192
+ updatedAt: number;
1167
1193
  };
1168
1194
  amount: {
1169
1195
  value: bigint;
@@ -1194,6 +1220,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1194
1220
  } | {
1195
1221
  type: "Nft";
1196
1222
  id: string;
1223
+ updatedAt: number;
1197
1224
  name?: string | undefined;
1198
1225
  symbol?: string | undefined;
1199
1226
  image?: string | undefined;
@@ -1263,6 +1290,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1263
1290
  metadata: string | undefined;
1264
1291
  type: "Nft";
1265
1292
  id: string;
1293
+ updatedAt: number;
1266
1294
  };
1267
1295
  amount: {
1268
1296
  value: bigint;
@@ -1308,6 +1336,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1308
1336
  metadata: string | undefined;
1309
1337
  type: "Nft";
1310
1338
  id: string;
1339
+ updatedAt: number;
1311
1340
  };
1312
1341
  amount: {
1313
1342
  value: bigint;
@@ -1353,6 +1382,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1353
1382
  metadata: string | undefined;
1354
1383
  type: "Nft";
1355
1384
  id: string;
1385
+ updatedAt: number;
1356
1386
  };
1357
1387
  amount: {
1358
1388
  value: bigint;
@@ -1400,6 +1430,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1400
1430
  } | {
1401
1431
  type: "Nft";
1402
1432
  id: string;
1433
+ updatedAt: number;
1403
1434
  name?: string | undefined;
1404
1435
  symbol?: string | undefined;
1405
1436
  image?: string | undefined;
@@ -1445,6 +1476,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1445
1476
  } | {
1446
1477
  type: "Nft";
1447
1478
  id: string;
1479
+ updatedAt: number;
1448
1480
  name?: string | undefined;
1449
1481
  symbol?: string | undefined;
1450
1482
  image?: string | undefined;
@@ -1490,6 +1522,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1490
1522
  } | {
1491
1523
  type: "Nft";
1492
1524
  id: string;
1525
+ updatedAt: number;
1493
1526
  name?: string | undefined;
1494
1527
  symbol?: string | undefined;
1495
1528
  image?: string | undefined;
@@ -1576,6 +1609,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1576
1609
  metadata: string | undefined;
1577
1610
  type: "Nft";
1578
1611
  id: string;
1612
+ updatedAt: number;
1579
1613
  };
1580
1614
  amount: {
1581
1615
  value: bigint;
@@ -1621,6 +1655,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1621
1655
  metadata: string | undefined;
1622
1656
  type: "Nft";
1623
1657
  id: string;
1658
+ updatedAt: number;
1624
1659
  };
1625
1660
  amount: {
1626
1661
  value: bigint;
@@ -1666,6 +1701,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1666
1701
  metadata: string | undefined;
1667
1702
  type: "Nft";
1668
1703
  id: string;
1704
+ updatedAt: number;
1669
1705
  };
1670
1706
  amount: {
1671
1707
  value: bigint;
@@ -1704,6 +1740,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1704
1740
  } | {
1705
1741
  type: "Nft";
1706
1742
  id: string;
1743
+ updatedAt: number;
1707
1744
  name?: string | undefined;
1708
1745
  symbol?: string | undefined;
1709
1746
  image?: string | undefined;
@@ -1749,6 +1786,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1749
1786
  } | {
1750
1787
  type: "Nft";
1751
1788
  id: string;
1789
+ updatedAt: number;
1752
1790
  name?: string | undefined;
1753
1791
  symbol?: string | undefined;
1754
1792
  image?: string | undefined;
@@ -1794,6 +1832,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
1794
1832
  } | {
1795
1833
  type: "Nft";
1796
1834
  id: string;
1835
+ updatedAt: number;
1797
1836
  name?: string | undefined;
1798
1837
  symbol?: string | undefined;
1799
1838
  image?: string | undefined;
@@ -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"}