@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
@@ -86,18 +86,48 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
86
86
  decimals: number;
87
87
  }>;
88
88
  direction: z.ZodLiteral<"in">;
89
- asset: z.ZodObject<{
89
+ asset: z.ZodEffects<z.ZodObject<{
90
90
  type: z.ZodLiteral<"Nft">;
91
91
  id: z.ZodString;
92
+ name: z.ZodOptional<z.ZodString>;
93
+ symbol: z.ZodOptional<z.ZodString>;
94
+ image: z.ZodOptional<z.ZodString>;
95
+ metadata: z.ZodOptional<z.ZodString>;
92
96
  }, "strip", z.ZodTypeAny, {
93
97
  type: "Nft";
94
98
  id: string;
99
+ name?: string | undefined;
100
+ symbol?: string | undefined;
101
+ image?: string | undefined;
102
+ metadata?: string | undefined;
103
+ }, {
104
+ type: "Nft";
105
+ id: string;
106
+ name?: string | undefined;
107
+ symbol?: string | undefined;
108
+ image?: string | undefined;
109
+ metadata?: string | undefined;
110
+ }>, {
111
+ name: string | undefined;
112
+ symbol: string | undefined;
113
+ image: string | undefined;
114
+ metadata: string | undefined;
115
+ type: "Nft";
116
+ id: string;
95
117
  }, {
96
118
  type: "Nft";
97
119
  id: string;
120
+ name?: string | undefined;
121
+ symbol?: string | undefined;
122
+ image?: string | undefined;
123
+ metadata?: string | undefined;
98
124
  }>;
99
125
  }, "strip", z.ZodTypeAny, {
100
126
  asset: {
127
+ name: string | undefined;
128
+ symbol: string | undefined;
129
+ image: string | undefined;
130
+ metadata: string | undefined;
101
131
  type: "Nft";
102
132
  id: string;
103
133
  };
@@ -121,6 +151,10 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
121
151
  asset: {
122
152
  type: "Nft";
123
153
  id: string;
154
+ name?: string | undefined;
155
+ symbol?: string | undefined;
156
+ image?: string | undefined;
157
+ metadata?: string | undefined;
124
158
  };
125
159
  amount: {
126
160
  value: bigint;
@@ -151,6 +185,10 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
151
185
  timestamp: number;
152
186
  } | undefined;
153
187
  asset: {
188
+ name: string | undefined;
189
+ symbol: string | undefined;
190
+ image: string | undefined;
191
+ metadata: string | undefined;
154
192
  type: "Nft";
155
193
  id: string;
156
194
  };
@@ -163,6 +201,10 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
163
201
  asset: {
164
202
  type: "Nft";
165
203
  id: string;
204
+ name?: string | undefined;
205
+ symbol?: string | undefined;
206
+ image?: string | undefined;
207
+ metadata?: string | undefined;
166
208
  };
167
209
  amount: {
168
210
  value: bigint;
@@ -645,6 +687,10 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
645
687
  timestamp: number;
646
688
  } | undefined;
647
689
  asset: {
690
+ name: string | undefined;
691
+ symbol: string | undefined;
692
+ image: string | undefined;
693
+ metadata: string | undefined;
648
694
  type: "Nft";
649
695
  id: string;
650
696
  };
@@ -728,6 +774,10 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
728
774
  asset: {
729
775
  type: "Nft";
730
776
  id: string;
777
+ name?: string | undefined;
778
+ symbol?: string | undefined;
779
+ image?: string | undefined;
780
+ metadata?: string | undefined;
731
781
  };
732
782
  amount: {
733
783
  value: bigint;
@@ -838,6 +888,10 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
838
888
  timestamp: number;
839
889
  } | undefined;
840
890
  asset: {
891
+ name: string | undefined;
892
+ symbol: string | undefined;
893
+ image: string | undefined;
894
+ metadata: string | undefined;
841
895
  type: "Nft";
842
896
  id: string;
843
897
  };
@@ -912,6 +966,10 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
912
966
  asset: {
913
967
  type: "Nft";
914
968
  id: string;
969
+ name?: string | undefined;
970
+ symbol?: string | undefined;
971
+ image?: string | undefined;
972
+ metadata?: string | undefined;
915
973
  };
916
974
  amount: {
917
975
  value: bigint;
@@ -1085,18 +1143,48 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1085
1143
  decimals: number;
1086
1144
  }>;
1087
1145
  direction: z.ZodLiteral<"in">;
1088
- asset: z.ZodObject<{
1146
+ asset: z.ZodEffects<z.ZodObject<{
1089
1147
  type: z.ZodLiteral<"Nft">;
1090
1148
  id: z.ZodString;
1149
+ name: z.ZodOptional<z.ZodString>;
1150
+ symbol: z.ZodOptional<z.ZodString>;
1151
+ image: z.ZodOptional<z.ZodString>;
1152
+ metadata: z.ZodOptional<z.ZodString>;
1091
1153
  }, "strip", z.ZodTypeAny, {
1092
1154
  type: "Nft";
1093
1155
  id: string;
1156
+ name?: string | undefined;
1157
+ symbol?: string | undefined;
1158
+ image?: string | undefined;
1159
+ metadata?: string | undefined;
1160
+ }, {
1161
+ type: "Nft";
1162
+ id: string;
1163
+ name?: string | undefined;
1164
+ symbol?: string | undefined;
1165
+ image?: string | undefined;
1166
+ metadata?: string | undefined;
1167
+ }>, {
1168
+ name: string | undefined;
1169
+ symbol: string | undefined;
1170
+ image: string | undefined;
1171
+ metadata: string | undefined;
1172
+ type: "Nft";
1173
+ id: string;
1094
1174
  }, {
1095
1175
  type: "Nft";
1096
1176
  id: string;
1177
+ name?: string | undefined;
1178
+ symbol?: string | undefined;
1179
+ image?: string | undefined;
1180
+ metadata?: string | undefined;
1097
1181
  }>;
1098
1182
  }, "strip", z.ZodTypeAny, {
1099
1183
  asset: {
1184
+ name: string | undefined;
1185
+ symbol: string | undefined;
1186
+ image: string | undefined;
1187
+ metadata: string | undefined;
1100
1188
  type: "Nft";
1101
1189
  id: string;
1102
1190
  };
@@ -1120,6 +1208,10 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1120
1208
  asset: {
1121
1209
  type: "Nft";
1122
1210
  id: string;
1211
+ name?: string | undefined;
1212
+ symbol?: string | undefined;
1213
+ image?: string | undefined;
1214
+ metadata?: string | undefined;
1123
1215
  };
1124
1216
  amount: {
1125
1217
  value: bigint;
@@ -1150,6 +1242,10 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1150
1242
  timestamp: number;
1151
1243
  } | undefined;
1152
1244
  asset: {
1245
+ name: string | undefined;
1246
+ symbol: string | undefined;
1247
+ image: string | undefined;
1248
+ metadata: string | undefined;
1153
1249
  type: "Nft";
1154
1250
  id: string;
1155
1251
  };
@@ -1162,6 +1258,10 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1162
1258
  asset: {
1163
1259
  type: "Nft";
1164
1260
  id: string;
1261
+ name?: string | undefined;
1262
+ symbol?: string | undefined;
1263
+ image?: string | undefined;
1264
+ metadata?: string | undefined;
1165
1265
  };
1166
1266
  amount: {
1167
1267
  value: bigint;
@@ -1646,6 +1746,10 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1646
1746
  timestamp: number;
1647
1747
  } | undefined;
1648
1748
  asset: {
1749
+ name: string | undefined;
1750
+ symbol: string | undefined;
1751
+ image: string | undefined;
1752
+ metadata: string | undefined;
1649
1753
  type: "Nft";
1650
1754
  id: string;
1651
1755
  };
@@ -1731,6 +1835,10 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1731
1835
  asset: {
1732
1836
  type: "Nft";
1733
1837
  id: string;
1838
+ name?: string | undefined;
1839
+ symbol?: string | undefined;
1840
+ image?: string | undefined;
1841
+ metadata?: string | undefined;
1734
1842
  };
1735
1843
  amount: {
1736
1844
  value: bigint;
@@ -1843,6 +1951,10 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1843
1951
  timestamp: number;
1844
1952
  } | undefined;
1845
1953
  asset: {
1954
+ name: string | undefined;
1955
+ symbol: string | undefined;
1956
+ image: string | undefined;
1957
+ metadata: string | undefined;
1846
1958
  type: "Nft";
1847
1959
  id: string;
1848
1960
  };
@@ -1919,6 +2031,10 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1919
2031
  asset: {
1920
2032
  type: "Nft";
1921
2033
  id: string;
2034
+ name?: string | undefined;
2035
+ symbol?: string | undefined;
2036
+ image?: string | undefined;
2037
+ metadata?: string | undefined;
1922
2038
  };
1923
2039
  amount: {
1924
2040
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"buyNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/buyNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAehC,CAAA;AAEL,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA"}
1
+ {"version":3,"file":"buyNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/buyNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAehC,CAAA;AAEL,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA"}
@@ -86,18 +86,48 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
86
86
  decimals: number;
87
87
  }>;
88
88
  direction: z.ZodLiteral<"in">;
89
- asset: z.ZodObject<{
89
+ asset: z.ZodEffects<z.ZodObject<{
90
90
  type: z.ZodLiteral<"Nft">;
91
91
  id: z.ZodString;
92
+ name: z.ZodOptional<z.ZodString>;
93
+ symbol: z.ZodOptional<z.ZodString>;
94
+ image: z.ZodOptional<z.ZodString>;
95
+ metadata: z.ZodOptional<z.ZodString>;
92
96
  }, "strip", z.ZodTypeAny, {
93
97
  type: "Nft";
94
98
  id: string;
99
+ name?: string | undefined;
100
+ symbol?: string | undefined;
101
+ image?: string | undefined;
102
+ metadata?: string | undefined;
103
+ }, {
104
+ type: "Nft";
105
+ id: string;
106
+ name?: string | undefined;
107
+ symbol?: string | undefined;
108
+ image?: string | undefined;
109
+ metadata?: string | undefined;
110
+ }>, {
111
+ name: string | undefined;
112
+ symbol: string | undefined;
113
+ image: string | undefined;
114
+ metadata: string | undefined;
115
+ type: "Nft";
116
+ id: string;
95
117
  }, {
96
118
  type: "Nft";
97
119
  id: string;
120
+ name?: string | undefined;
121
+ symbol?: string | undefined;
122
+ image?: string | undefined;
123
+ metadata?: string | undefined;
98
124
  }>;
99
125
  }, "strip", z.ZodTypeAny, {
100
126
  asset: {
127
+ name: string | undefined;
128
+ symbol: string | undefined;
129
+ image: string | undefined;
130
+ metadata: string | undefined;
101
131
  type: "Nft";
102
132
  id: string;
103
133
  };
@@ -121,6 +151,10 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
121
151
  asset: {
122
152
  type: "Nft";
123
153
  id: string;
154
+ name?: string | undefined;
155
+ symbol?: string | undefined;
156
+ image?: string | undefined;
157
+ metadata?: string | undefined;
124
158
  };
125
159
  amount: {
126
160
  value: bigint;
@@ -151,6 +185,10 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
151
185
  timestamp: number;
152
186
  } | undefined;
153
187
  asset: {
188
+ name: string | undefined;
189
+ symbol: string | undefined;
190
+ image: string | undefined;
191
+ metadata: string | undefined;
154
192
  type: "Nft";
155
193
  id: string;
156
194
  };
@@ -163,6 +201,10 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
163
201
  asset: {
164
202
  type: "Nft";
165
203
  id: string;
204
+ name?: string | undefined;
205
+ symbol?: string | undefined;
206
+ image?: string | undefined;
207
+ metadata?: string | undefined;
166
208
  };
167
209
  amount: {
168
210
  value: bigint;
@@ -645,6 +687,10 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
645
687
  timestamp: number;
646
688
  } | undefined;
647
689
  asset: {
690
+ name: string | undefined;
691
+ symbol: string | undefined;
692
+ image: string | undefined;
693
+ metadata: string | undefined;
648
694
  type: "Nft";
649
695
  id: string;
650
696
  };
@@ -728,6 +774,10 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
728
774
  asset: {
729
775
  type: "Nft";
730
776
  id: string;
777
+ name?: string | undefined;
778
+ symbol?: string | undefined;
779
+ image?: string | undefined;
780
+ metadata?: string | undefined;
731
781
  };
732
782
  amount: {
733
783
  value: bigint;
@@ -838,6 +888,10 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
838
888
  timestamp: number;
839
889
  } | undefined;
840
890
  asset: {
891
+ name: string | undefined;
892
+ symbol: string | undefined;
893
+ image: string | undefined;
894
+ metadata: string | undefined;
841
895
  type: "Nft";
842
896
  id: string;
843
897
  };
@@ -912,6 +966,10 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
912
966
  asset: {
913
967
  type: "Nft";
914
968
  id: string;
969
+ name?: string | undefined;
970
+ symbol?: string | undefined;
971
+ image?: string | undefined;
972
+ metadata?: string | undefined;
915
973
  };
916
974
  amount: {
917
975
  value: bigint;
@@ -1085,18 +1143,48 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1085
1143
  decimals: number;
1086
1144
  }>;
1087
1145
  direction: z.ZodLiteral<"in">;
1088
- asset: z.ZodObject<{
1146
+ asset: z.ZodEffects<z.ZodObject<{
1089
1147
  type: z.ZodLiteral<"Nft">;
1090
1148
  id: z.ZodString;
1149
+ name: z.ZodOptional<z.ZodString>;
1150
+ symbol: z.ZodOptional<z.ZodString>;
1151
+ image: z.ZodOptional<z.ZodString>;
1152
+ metadata: z.ZodOptional<z.ZodString>;
1091
1153
  }, "strip", z.ZodTypeAny, {
1092
1154
  type: "Nft";
1093
1155
  id: string;
1156
+ name?: string | undefined;
1157
+ symbol?: string | undefined;
1158
+ image?: string | undefined;
1159
+ metadata?: string | undefined;
1160
+ }, {
1161
+ type: "Nft";
1162
+ id: string;
1163
+ name?: string | undefined;
1164
+ symbol?: string | undefined;
1165
+ image?: string | undefined;
1166
+ metadata?: string | undefined;
1167
+ }>, {
1168
+ name: string | undefined;
1169
+ symbol: string | undefined;
1170
+ image: string | undefined;
1171
+ metadata: string | undefined;
1172
+ type: "Nft";
1173
+ id: string;
1094
1174
  }, {
1095
1175
  type: "Nft";
1096
1176
  id: string;
1177
+ name?: string | undefined;
1178
+ symbol?: string | undefined;
1179
+ image?: string | undefined;
1180
+ metadata?: string | undefined;
1097
1181
  }>;
1098
1182
  }, "strip", z.ZodTypeAny, {
1099
1183
  asset: {
1184
+ name: string | undefined;
1185
+ symbol: string | undefined;
1186
+ image: string | undefined;
1187
+ metadata: string | undefined;
1100
1188
  type: "Nft";
1101
1189
  id: string;
1102
1190
  };
@@ -1120,6 +1208,10 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1120
1208
  asset: {
1121
1209
  type: "Nft";
1122
1210
  id: string;
1211
+ name?: string | undefined;
1212
+ symbol?: string | undefined;
1213
+ image?: string | undefined;
1214
+ metadata?: string | undefined;
1123
1215
  };
1124
1216
  amount: {
1125
1217
  value: bigint;
@@ -1150,6 +1242,10 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1150
1242
  timestamp: number;
1151
1243
  } | undefined;
1152
1244
  asset: {
1245
+ name: string | undefined;
1246
+ symbol: string | undefined;
1247
+ image: string | undefined;
1248
+ metadata: string | undefined;
1153
1249
  type: "Nft";
1154
1250
  id: string;
1155
1251
  };
@@ -1162,6 +1258,10 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1162
1258
  asset: {
1163
1259
  type: "Nft";
1164
1260
  id: string;
1261
+ name?: string | undefined;
1262
+ symbol?: string | undefined;
1263
+ image?: string | undefined;
1264
+ metadata?: string | undefined;
1165
1265
  };
1166
1266
  amount: {
1167
1267
  value: bigint;
@@ -1646,6 +1746,10 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1646
1746
  timestamp: number;
1647
1747
  } | undefined;
1648
1748
  asset: {
1749
+ name: string | undefined;
1750
+ symbol: string | undefined;
1751
+ image: string | undefined;
1752
+ metadata: string | undefined;
1649
1753
  type: "Nft";
1650
1754
  id: string;
1651
1755
  };
@@ -1731,6 +1835,10 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1731
1835
  asset: {
1732
1836
  type: "Nft";
1733
1837
  id: string;
1838
+ name?: string | undefined;
1839
+ symbol?: string | undefined;
1840
+ image?: string | undefined;
1841
+ metadata?: string | undefined;
1734
1842
  };
1735
1843
  amount: {
1736
1844
  value: bigint;
@@ -1843,6 +1951,10 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1843
1951
  timestamp: number;
1844
1952
  } | undefined;
1845
1953
  asset: {
1954
+ name: string | undefined;
1955
+ symbol: string | undefined;
1956
+ image: string | undefined;
1957
+ metadata: string | undefined;
1846
1958
  type: "Nft";
1847
1959
  id: string;
1848
1960
  };
@@ -1919,6 +2031,10 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1919
2031
  asset: {
1920
2032
  type: "Nft";
1921
2033
  id: string;
2034
+ name?: string | undefined;
2035
+ symbol?: string | undefined;
2036
+ image?: string | undefined;
2037
+ metadata?: string | undefined;
1922
2038
  };
1923
2039
  amount: {
1924
2040
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"mintNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/mintNft.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":"mintNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/mintNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAelC,CAAA"}