@0xtorch/core 0.0.21 → 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 (98) hide show
  1. package/_cjs/actions/parsers/default.js +1 -0
  2. package/_cjs/actions/parsers/default.js.map +1 -1
  3. package/_cjs/assets/schemas/nft.js +14 -2
  4. package/_cjs/assets/schemas/nft.js.map +1 -1
  5. package/_esm/actions/parsers/default.js +1 -0
  6. package/_esm/actions/parsers/default.js.map +1 -1
  7. package/_esm/assets/schemas/nft.js +14 -2
  8. package/_esm/assets/schemas/nft.js.map +1 -1
  9. package/_types/actions/parsers/default.d.ts.map +1 -1
  10. package/_types/actions/schemas/action.d.ts +5541 -95
  11. package/_types/actions/schemas/action.d.ts.map +1 -1
  12. package/_types/actions/schemas/borrow/borrow.d.ts +118 -2
  13. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  14. package/_types/actions/schemas/crossActionBundle.d.ts +402 -6
  15. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  16. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +118 -2
  17. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  18. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +118 -2
  19. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  20. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +236 -4
  21. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  22. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +236 -4
  23. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  24. package/_types/actions/schemas/default/accountAction.d.ts +459 -9
  25. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  26. package/_types/actions/schemas/default/normalAction.d.ts +459 -9
  27. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  28. package/_types/actions/schemas/default/transfer.d.ts +422 -10
  29. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  30. package/_types/actions/schemas/deposit/addLiquidity.d.ts +236 -4
  31. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  32. package/_types/actions/schemas/deposit/deposit.d.ts +118 -2
  33. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  34. package/_types/actions/schemas/deposit/depositWithBond.d.ts +236 -4
  35. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  36. package/_types/actions/schemas/deposit/stake.d.ts +118 -2
  37. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  38. package/_types/actions/schemas/ignore/ignore.d.ts +177 -3
  39. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  40. package/_types/actions/schemas/ignore/move.d.ts +177 -3
  41. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  42. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +118 -2
  43. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  44. package/_types/actions/schemas/ignore/sendToCex.d.ts +118 -2
  45. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  46. package/_types/actions/schemas/ignore/spam.d.ts +236 -4
  47. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  48. package/_types/actions/schemas/income/freeMintNft.d.ts +118 -2
  49. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  50. package/_types/actions/schemas/income/income.d.ts +118 -2
  51. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  52. package/_types/actions/schemas/income/swapIncome.d.ts +59 -1
  53. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  54. package/_types/actions/schemas/reduce/reduce.d.ts +59 -1
  55. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  56. package/_types/actions/schemas/repayment/repayment.d.ts +118 -2
  57. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  58. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +236 -4
  59. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  60. package/_types/actions/schemas/replace/replace.d.ts +236 -4
  61. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  62. package/_types/actions/schemas/replace/swapNft.d.ts +236 -4
  63. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  64. package/_types/actions/schemas/trade/buyNft.d.ts +118 -2
  65. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  66. package/_types/actions/schemas/trade/mintNft.d.ts +118 -2
  67. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  68. package/_types/actions/schemas/trade/sellNft.d.ts +118 -2
  69. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  70. package/_types/actions/schemas/trade/trade.d.ts +236 -4
  71. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  72. package/_types/actions/schemas/transfer/swapTransfer.d.ts +59 -1
  73. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  74. package/_types/actions/schemas/transfer/transfer.d.ts +236 -4
  75. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  76. package/_types/actions/schemas/valuedown/valuedown.d.ts +204 -4
  77. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  78. package/_types/actions/schemas/valueup/valueup.d.ts +204 -4
  79. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  80. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +236 -4
  81. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  82. package/_types/actions/schemas/withdraw/unstake.d.ts +118 -2
  83. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  84. package/_types/actions/schemas/withdraw/withdraw.d.ts +118 -2
  85. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  86. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +236 -4
  87. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  88. package/_types/actions/utils.d.ts +12 -0
  89. package/_types/actions/utils.d.ts.map +1 -1
  90. package/_types/assets/schemas/asset.d.ts +27 -1
  91. package/_types/assets/schemas/asset.d.ts.map +1 -1
  92. package/_types/assets/schemas/nft.d.ts +27 -1
  93. package/_types/assets/schemas/nft.d.ts.map +1 -1
  94. package/_types/setAccountActionPrices.d.ts +204 -0
  95. package/_types/setAccountActionPrices.d.ts.map +1 -1
  96. package/actions/parsers/default.ts +1 -0
  97. package/assets/schemas/nft.ts +16 -4
  98. package/package.json +1 -1
@@ -532,18 +532,48 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
532
532
  decimals: number;
533
533
  }>;
534
534
  direction: z.ZodLiteral<"out">;
535
- asset: z.ZodObject<{
535
+ asset: z.ZodEffects<z.ZodObject<{
536
536
  type: z.ZodLiteral<"Nft">;
537
537
  id: z.ZodString;
538
+ name: z.ZodOptional<z.ZodString>;
539
+ symbol: z.ZodOptional<z.ZodString>;
540
+ image: z.ZodOptional<z.ZodString>;
541
+ metadata: z.ZodOptional<z.ZodString>;
538
542
  }, "strip", z.ZodTypeAny, {
539
543
  type: "Nft";
540
544
  id: string;
545
+ name?: string | undefined;
546
+ symbol?: string | undefined;
547
+ image?: string | undefined;
548
+ metadata?: string | undefined;
549
+ }, {
550
+ type: "Nft";
551
+ id: string;
552
+ name?: string | undefined;
553
+ symbol?: string | undefined;
554
+ image?: string | undefined;
555
+ metadata?: string | undefined;
556
+ }>, {
557
+ name: string | undefined;
558
+ symbol: string | undefined;
559
+ image: string | undefined;
560
+ metadata: string | undefined;
561
+ type: "Nft";
562
+ id: string;
541
563
  }, {
542
564
  type: "Nft";
543
565
  id: string;
566
+ name?: string | undefined;
567
+ symbol?: string | undefined;
568
+ image?: string | undefined;
569
+ metadata?: string | undefined;
544
570
  }>;
545
571
  }, "strip", z.ZodTypeAny, {
546
572
  asset: {
573
+ name: string | undefined;
574
+ symbol: string | undefined;
575
+ image: string | undefined;
576
+ metadata: string | undefined;
547
577
  type: "Nft";
548
578
  id: string;
549
579
  };
@@ -567,6 +597,10 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
567
597
  asset: {
568
598
  type: "Nft";
569
599
  id: string;
600
+ name?: string | undefined;
601
+ symbol?: string | undefined;
602
+ image?: string | undefined;
603
+ metadata?: string | undefined;
570
604
  };
571
605
  amount: {
572
606
  value: bigint;
@@ -597,6 +631,10 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
597
631
  timestamp: number;
598
632
  } | undefined;
599
633
  asset: {
634
+ name: string | undefined;
635
+ symbol: string | undefined;
636
+ image: string | undefined;
637
+ metadata: string | undefined;
600
638
  type: "Nft";
601
639
  id: string;
602
640
  };
@@ -609,6 +647,10 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
609
647
  asset: {
610
648
  type: "Nft";
611
649
  id: string;
650
+ name?: string | undefined;
651
+ symbol?: string | undefined;
652
+ image?: string | undefined;
653
+ metadata?: string | undefined;
612
654
  };
613
655
  amount: {
614
656
  value: bigint;
@@ -701,6 +743,10 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
701
743
  timestamp: number;
702
744
  } | undefined;
703
745
  asset: {
746
+ name: string | undefined;
747
+ symbol: string | undefined;
748
+ image: string | undefined;
749
+ metadata: string | undefined;
704
750
  type: "Nft";
705
751
  id: string;
706
752
  };
@@ -784,6 +830,10 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
784
830
  asset: {
785
831
  type: "Nft";
786
832
  id: string;
833
+ name?: string | undefined;
834
+ symbol?: string | undefined;
835
+ image?: string | undefined;
836
+ metadata?: string | undefined;
787
837
  };
788
838
  amount: {
789
839
  value: bigint;
@@ -894,6 +944,10 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
894
944
  timestamp: number;
895
945
  } | undefined;
896
946
  asset: {
947
+ name: string | undefined;
948
+ symbol: string | undefined;
949
+ image: string | undefined;
950
+ metadata: string | undefined;
897
951
  type: "Nft";
898
952
  id: string;
899
953
  };
@@ -968,6 +1022,10 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
968
1022
  asset: {
969
1023
  type: "Nft";
970
1024
  id: string;
1025
+ name?: string | undefined;
1026
+ symbol?: string | undefined;
1027
+ image?: string | undefined;
1028
+ metadata?: string | undefined;
971
1029
  };
972
1030
  amount: {
973
1031
  value: bigint;
@@ -1531,18 +1589,48 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1531
1589
  decimals: number;
1532
1590
  }>;
1533
1591
  direction: z.ZodLiteral<"out">;
1534
- asset: z.ZodObject<{
1592
+ asset: z.ZodEffects<z.ZodObject<{
1535
1593
  type: z.ZodLiteral<"Nft">;
1536
1594
  id: z.ZodString;
1595
+ name: z.ZodOptional<z.ZodString>;
1596
+ symbol: z.ZodOptional<z.ZodString>;
1597
+ image: z.ZodOptional<z.ZodString>;
1598
+ metadata: z.ZodOptional<z.ZodString>;
1537
1599
  }, "strip", z.ZodTypeAny, {
1538
1600
  type: "Nft";
1539
1601
  id: string;
1602
+ name?: string | undefined;
1603
+ symbol?: string | undefined;
1604
+ image?: string | undefined;
1605
+ metadata?: string | undefined;
1606
+ }, {
1607
+ type: "Nft";
1608
+ id: string;
1609
+ name?: string | undefined;
1610
+ symbol?: string | undefined;
1611
+ image?: string | undefined;
1612
+ metadata?: string | undefined;
1613
+ }>, {
1614
+ name: string | undefined;
1615
+ symbol: string | undefined;
1616
+ image: string | undefined;
1617
+ metadata: string | undefined;
1618
+ type: "Nft";
1619
+ id: string;
1540
1620
  }, {
1541
1621
  type: "Nft";
1542
1622
  id: string;
1623
+ name?: string | undefined;
1624
+ symbol?: string | undefined;
1625
+ image?: string | undefined;
1626
+ metadata?: string | undefined;
1543
1627
  }>;
1544
1628
  }, "strip", z.ZodTypeAny, {
1545
1629
  asset: {
1630
+ name: string | undefined;
1631
+ symbol: string | undefined;
1632
+ image: string | undefined;
1633
+ metadata: string | undefined;
1546
1634
  type: "Nft";
1547
1635
  id: string;
1548
1636
  };
@@ -1566,6 +1654,10 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1566
1654
  asset: {
1567
1655
  type: "Nft";
1568
1656
  id: string;
1657
+ name?: string | undefined;
1658
+ symbol?: string | undefined;
1659
+ image?: string | undefined;
1660
+ metadata?: string | undefined;
1569
1661
  };
1570
1662
  amount: {
1571
1663
  value: bigint;
@@ -1596,6 +1688,10 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1596
1688
  timestamp: number;
1597
1689
  } | undefined;
1598
1690
  asset: {
1691
+ name: string | undefined;
1692
+ symbol: string | undefined;
1693
+ image: string | undefined;
1694
+ metadata: string | undefined;
1599
1695
  type: "Nft";
1600
1696
  id: string;
1601
1697
  };
@@ -1608,6 +1704,10 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1608
1704
  asset: {
1609
1705
  type: "Nft";
1610
1706
  id: string;
1707
+ name?: string | undefined;
1708
+ symbol?: string | undefined;
1709
+ image?: string | undefined;
1710
+ metadata?: string | undefined;
1611
1711
  };
1612
1712
  amount: {
1613
1713
  value: bigint;
@@ -1702,6 +1802,10 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1702
1802
  timestamp: number;
1703
1803
  } | undefined;
1704
1804
  asset: {
1805
+ name: string | undefined;
1806
+ symbol: string | undefined;
1807
+ image: string | undefined;
1808
+ metadata: string | undefined;
1705
1809
  type: "Nft";
1706
1810
  id: string;
1707
1811
  };
@@ -1787,6 +1891,10 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1787
1891
  asset: {
1788
1892
  type: "Nft";
1789
1893
  id: string;
1894
+ name?: string | undefined;
1895
+ symbol?: string | undefined;
1896
+ image?: string | undefined;
1897
+ metadata?: string | undefined;
1790
1898
  };
1791
1899
  amount: {
1792
1900
  value: bigint;
@@ -1899,6 +2007,10 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1899
2007
  timestamp: number;
1900
2008
  } | undefined;
1901
2009
  asset: {
2010
+ name: string | undefined;
2011
+ symbol: string | undefined;
2012
+ image: string | undefined;
2013
+ metadata: string | undefined;
1902
2014
  type: "Nft";
1903
2015
  id: string;
1904
2016
  };
@@ -1975,6 +2087,10 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1975
2087
  asset: {
1976
2088
  type: "Nft";
1977
2089
  id: string;
2090
+ name?: string | undefined;
2091
+ symbol?: string | undefined;
2092
+ image?: string | undefined;
2093
+ metadata?: string | undefined;
1978
2094
  };
1979
2095
  amount: {
1980
2096
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"sellNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/sellNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAelC,CAAA"}
1
+ {"version":3,"file":"sellNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/sellNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAelC,CAAA"}