@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 normalActionFreeMintNftSchema: 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;
95
103
  }, {
96
104
  type: "Nft";
97
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;
117
+ }, {
118
+ type: "Nft";
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 normalActionFreeMintNftSchema: 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 normalActionFreeMintNftSchema: 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 normalActionFreeMintNftSchema: 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;
@@ -199,6 +241,10 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
199
241
  timestamp: number;
200
242
  } | undefined;
201
243
  asset: {
244
+ name: string | undefined;
245
+ symbol: string | undefined;
246
+ image: string | undefined;
247
+ metadata: string | undefined;
202
248
  type: "Nft";
203
249
  id: string;
204
250
  };
@@ -226,6 +272,10 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
226
272
  asset: {
227
273
  type: "Nft";
228
274
  id: string;
275
+ name?: string | undefined;
276
+ symbol?: string | undefined;
277
+ image?: string | undefined;
278
+ metadata?: string | undefined;
229
279
  };
230
280
  amount: {
231
281
  value: bigint;
@@ -280,6 +330,10 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
280
330
  timestamp: number;
281
331
  } | undefined;
282
332
  asset: {
333
+ name: string | undefined;
334
+ symbol: string | undefined;
335
+ image: string | undefined;
336
+ metadata: string | undefined;
283
337
  type: "Nft";
284
338
  id: string;
285
339
  };
@@ -298,6 +352,10 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
298
352
  asset: {
299
353
  type: "Nft";
300
354
  id: string;
355
+ name?: string | undefined;
356
+ symbol?: string | undefined;
357
+ image?: string | undefined;
358
+ metadata?: string | undefined;
301
359
  };
302
360
  amount: {
303
361
  value: bigint;
@@ -415,18 +473,48 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
415
473
  decimals: number;
416
474
  }>;
417
475
  direction: z.ZodLiteral<"in">;
418
- asset: z.ZodObject<{
476
+ asset: z.ZodEffects<z.ZodObject<{
419
477
  type: z.ZodLiteral<"Nft">;
420
478
  id: z.ZodString;
479
+ name: z.ZodOptional<z.ZodString>;
480
+ symbol: z.ZodOptional<z.ZodString>;
481
+ image: z.ZodOptional<z.ZodString>;
482
+ metadata: z.ZodOptional<z.ZodString>;
421
483
  }, "strip", z.ZodTypeAny, {
422
484
  type: "Nft";
423
485
  id: string;
486
+ name?: string | undefined;
487
+ symbol?: string | undefined;
488
+ image?: string | undefined;
489
+ metadata?: string | undefined;
490
+ }, {
491
+ type: "Nft";
492
+ id: string;
493
+ name?: string | undefined;
494
+ symbol?: string | undefined;
495
+ image?: string | undefined;
496
+ metadata?: string | undefined;
497
+ }>, {
498
+ name: string | undefined;
499
+ symbol: string | undefined;
500
+ image: string | undefined;
501
+ metadata: string | undefined;
502
+ type: "Nft";
503
+ id: string;
424
504
  }, {
425
505
  type: "Nft";
426
506
  id: string;
507
+ name?: string | undefined;
508
+ symbol?: string | undefined;
509
+ image?: string | undefined;
510
+ metadata?: string | undefined;
427
511
  }>;
428
512
  }, "strip", z.ZodTypeAny, {
429
513
  asset: {
514
+ name: string | undefined;
515
+ symbol: string | undefined;
516
+ image: string | undefined;
517
+ metadata: string | undefined;
430
518
  type: "Nft";
431
519
  id: string;
432
520
  };
@@ -450,6 +538,10 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
450
538
  asset: {
451
539
  type: "Nft";
452
540
  id: string;
541
+ name?: string | undefined;
542
+ symbol?: string | undefined;
543
+ image?: string | undefined;
544
+ metadata?: string | undefined;
453
545
  };
454
546
  amount: {
455
547
  value: bigint;
@@ -480,6 +572,10 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
480
572
  timestamp: number;
481
573
  } | undefined;
482
574
  asset: {
575
+ name: string | undefined;
576
+ symbol: string | undefined;
577
+ image: string | undefined;
578
+ metadata: string | undefined;
483
579
  type: "Nft";
484
580
  id: string;
485
581
  };
@@ -492,6 +588,10 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
492
588
  asset: {
493
589
  type: "Nft";
494
590
  id: string;
591
+ name?: string | undefined;
592
+ symbol?: string | undefined;
593
+ image?: string | undefined;
594
+ metadata?: string | undefined;
495
595
  };
496
596
  amount: {
497
597
  value: bigint;
@@ -530,6 +630,10 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
530
630
  timestamp: number;
531
631
  } | undefined;
532
632
  asset: {
633
+ name: string | undefined;
634
+ symbol: string | undefined;
635
+ image: string | undefined;
636
+ metadata: string | undefined;
533
637
  type: "Nft";
534
638
  id: string;
535
639
  };
@@ -559,6 +663,10 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
559
663
  asset: {
560
664
  type: "Nft";
561
665
  id: string;
666
+ name?: string | undefined;
667
+ symbol?: string | undefined;
668
+ image?: string | undefined;
669
+ metadata?: string | undefined;
562
670
  };
563
671
  amount: {
564
672
  value: bigint;
@@ -615,6 +723,10 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
615
723
  timestamp: number;
616
724
  } | undefined;
617
725
  asset: {
726
+ name: string | undefined;
727
+ symbol: string | undefined;
728
+ image: string | undefined;
729
+ metadata: string | undefined;
618
730
  type: "Nft";
619
731
  id: string;
620
732
  };
@@ -635,6 +747,10 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
635
747
  asset: {
636
748
  type: "Nft";
637
749
  id: string;
750
+ name?: string | undefined;
751
+ symbol?: string | undefined;
752
+ image?: string | undefined;
753
+ metadata?: string | undefined;
638
754
  };
639
755
  amount: {
640
756
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"freeMintNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/freeMintNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASrC,CAAA;AAEL,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStC,CAAA"}
1
+ {"version":3,"file":"freeMintNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/freeMintNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASrC,CAAA;AAEL,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStC,CAAA"}
@@ -205,15 +205,41 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
205
205
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
206
206
  name: string;
207
207
  icon?: string | undefined;
208
- }>, z.ZodObject<{
208
+ }>, z.ZodEffects<z.ZodObject<{
209
209
  type: z.ZodLiteral<"Nft">;
210
210
  id: z.ZodString;
211
+ name: z.ZodOptional<z.ZodString>;
212
+ symbol: z.ZodOptional<z.ZodString>;
213
+ image: z.ZodOptional<z.ZodString>;
214
+ metadata: z.ZodOptional<z.ZodString>;
211
215
  }, "strip", z.ZodTypeAny, {
212
216
  type: "Nft";
213
217
  id: string;
218
+ name?: string | undefined;
219
+ symbol?: string | undefined;
220
+ image?: string | undefined;
221
+ metadata?: string | undefined;
222
+ }, {
223
+ type: "Nft";
224
+ id: string;
225
+ name?: string | undefined;
226
+ symbol?: string | undefined;
227
+ image?: string | undefined;
228
+ metadata?: string | undefined;
229
+ }>, {
230
+ name: string | undefined;
231
+ symbol: string | undefined;
232
+ image: string | undefined;
233
+ metadata: string | undefined;
234
+ type: "Nft";
235
+ id: string;
214
236
  }, {
215
237
  type: "Nft";
216
238
  id: string;
239
+ name?: string | undefined;
240
+ symbol?: string | undefined;
241
+ image?: string | undefined;
242
+ metadata?: string | undefined;
217
243
  }>]>;
218
244
  amount: z.ZodObject<{
219
245
  value: z.ZodBigInt;
@@ -248,6 +274,10 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
248
274
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
249
275
  name: string;
250
276
  } | {
277
+ name: string | undefined;
278
+ symbol: string | undefined;
279
+ image: string | undefined;
280
+ metadata: string | undefined;
251
281
  type: "Nft";
252
282
  id: string;
253
283
  };
@@ -291,6 +321,10 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
291
321
  } | {
292
322
  type: "Nft";
293
323
  id: string;
324
+ name?: string | undefined;
325
+ symbol?: string | undefined;
326
+ image?: string | undefined;
327
+ metadata?: string | undefined;
294
328
  };
295
329
  amount: {
296
330
  value: bigint;
@@ -341,6 +375,10 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
341
375
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
342
376
  name: string;
343
377
  } | {
378
+ name: string | undefined;
379
+ symbol: string | undefined;
380
+ image: string | undefined;
381
+ metadata: string | undefined;
344
382
  type: "Nft";
345
383
  id: string;
346
384
  };
@@ -373,6 +411,10 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
373
411
  } | {
374
412
  type: "Nft";
375
413
  id: string;
414
+ name?: string | undefined;
415
+ symbol?: string | undefined;
416
+ image?: string | undefined;
417
+ metadata?: string | undefined;
376
418
  };
377
419
  amount: {
378
420
  value: bigint;
@@ -429,6 +471,10 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
429
471
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
430
472
  name: string;
431
473
  } | {
474
+ name: string | undefined;
475
+ symbol: string | undefined;
476
+ image: string | undefined;
477
+ metadata: string | undefined;
432
478
  type: "Nft";
433
479
  id: string;
434
480
  };
@@ -476,6 +522,10 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
476
522
  } | {
477
523
  type: "Nft";
478
524
  id: string;
525
+ name?: string | undefined;
526
+ symbol?: string | undefined;
527
+ image?: string | undefined;
528
+ metadata?: string | undefined;
479
529
  };
480
530
  amount: {
481
531
  value: bigint;
@@ -550,6 +600,10 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
550
600
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
551
601
  name: string;
552
602
  } | {
603
+ name: string | undefined;
604
+ symbol: string | undefined;
605
+ image: string | undefined;
606
+ metadata: string | undefined;
553
607
  type: "Nft";
554
608
  id: string;
555
609
  };
@@ -588,6 +642,10 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
588
642
  } | {
589
643
  type: "Nft";
590
644
  id: string;
645
+ name?: string | undefined;
646
+ symbol?: string | undefined;
647
+ image?: string | undefined;
648
+ metadata?: string | undefined;
591
649
  };
592
650
  amount: {
593
651
  value: bigint;
@@ -824,15 +882,41 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
824
882
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
825
883
  name: string;
826
884
  icon?: string | undefined;
827
- }>, z.ZodObject<{
885
+ }>, z.ZodEffects<z.ZodObject<{
828
886
  type: z.ZodLiteral<"Nft">;
829
887
  id: z.ZodString;
888
+ name: z.ZodOptional<z.ZodString>;
889
+ symbol: z.ZodOptional<z.ZodString>;
890
+ image: z.ZodOptional<z.ZodString>;
891
+ metadata: z.ZodOptional<z.ZodString>;
830
892
  }, "strip", z.ZodTypeAny, {
831
893
  type: "Nft";
832
894
  id: string;
895
+ name?: string | undefined;
896
+ symbol?: string | undefined;
897
+ image?: string | undefined;
898
+ metadata?: string | undefined;
899
+ }, {
900
+ type: "Nft";
901
+ id: string;
902
+ name?: string | undefined;
903
+ symbol?: string | undefined;
904
+ image?: string | undefined;
905
+ metadata?: string | undefined;
906
+ }>, {
907
+ name: string | undefined;
908
+ symbol: string | undefined;
909
+ image: string | undefined;
910
+ metadata: string | undefined;
911
+ type: "Nft";
912
+ id: string;
833
913
  }, {
834
914
  type: "Nft";
835
915
  id: string;
916
+ name?: string | undefined;
917
+ symbol?: string | undefined;
918
+ image?: string | undefined;
919
+ metadata?: string | undefined;
836
920
  }>]>;
837
921
  amount: z.ZodObject<{
838
922
  value: z.ZodBigInt;
@@ -867,6 +951,10 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
867
951
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
868
952
  name: string;
869
953
  } | {
954
+ name: string | undefined;
955
+ symbol: string | undefined;
956
+ image: string | undefined;
957
+ metadata: string | undefined;
870
958
  type: "Nft";
871
959
  id: string;
872
960
  };
@@ -910,6 +998,10 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
910
998
  } | {
911
999
  type: "Nft";
912
1000
  id: string;
1001
+ name?: string | undefined;
1002
+ symbol?: string | undefined;
1003
+ image?: string | undefined;
1004
+ metadata?: string | undefined;
913
1005
  };
914
1006
  amount: {
915
1007
  value: bigint;
@@ -960,6 +1052,10 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
960
1052
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
961
1053
  name: string;
962
1054
  } | {
1055
+ name: string | undefined;
1056
+ symbol: string | undefined;
1057
+ image: string | undefined;
1058
+ metadata: string | undefined;
963
1059
  type: "Nft";
964
1060
  id: string;
965
1061
  };
@@ -992,6 +1088,10 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
992
1088
  } | {
993
1089
  type: "Nft";
994
1090
  id: string;
1091
+ name?: string | undefined;
1092
+ symbol?: string | undefined;
1093
+ image?: string | undefined;
1094
+ metadata?: string | undefined;
995
1095
  };
996
1096
  amount: {
997
1097
  value: bigint;
@@ -1050,6 +1150,10 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1050
1150
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1051
1151
  name: string;
1052
1152
  } | {
1153
+ name: string | undefined;
1154
+ symbol: string | undefined;
1155
+ image: string | undefined;
1156
+ metadata: string | undefined;
1053
1157
  type: "Nft";
1054
1158
  id: string;
1055
1159
  };
@@ -1099,6 +1203,10 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1099
1203
  } | {
1100
1204
  type: "Nft";
1101
1205
  id: string;
1206
+ name?: string | undefined;
1207
+ symbol?: string | undefined;
1208
+ image?: string | undefined;
1209
+ metadata?: string | undefined;
1102
1210
  };
1103
1211
  amount: {
1104
1212
  value: bigint;
@@ -1175,6 +1283,10 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1175
1283
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1176
1284
  name: string;
1177
1285
  } | {
1286
+ name: string | undefined;
1287
+ symbol: string | undefined;
1288
+ image: string | undefined;
1289
+ metadata: string | undefined;
1178
1290
  type: "Nft";
1179
1291
  id: string;
1180
1292
  };
@@ -1215,6 +1327,10 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1215
1327
  } | {
1216
1328
  type: "Nft";
1217
1329
  id: string;
1330
+ name?: string | undefined;
1331
+ symbol?: string | undefined;
1332
+ image?: string | undefined;
1333
+ metadata?: string | undefined;
1218
1334
  };
1219
1335
  amount: {
1220
1336
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"income.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/income.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAA;AAEL,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjC,CAAA"}
1
+ {"version":3,"file":"income.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/income.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAA;AAEL,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjC,CAAA"}
@@ -362,18 +362,48 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
362
362
  decimals: number;
363
363
  }>;
364
364
  direction: z.ZodLiteral<"in">;
365
- asset: z.ZodObject<{
365
+ asset: z.ZodEffects<z.ZodObject<{
366
366
  type: z.ZodLiteral<"Nft">;
367
367
  id: z.ZodString;
368
+ name: z.ZodOptional<z.ZodString>;
369
+ symbol: z.ZodOptional<z.ZodString>;
370
+ image: z.ZodOptional<z.ZodString>;
371
+ metadata: z.ZodOptional<z.ZodString>;
368
372
  }, "strip", z.ZodTypeAny, {
369
373
  type: "Nft";
370
374
  id: string;
375
+ name?: string | undefined;
376
+ symbol?: string | undefined;
377
+ image?: string | undefined;
378
+ metadata?: string | undefined;
379
+ }, {
380
+ type: "Nft";
381
+ id: string;
382
+ name?: string | undefined;
383
+ symbol?: string | undefined;
384
+ image?: string | undefined;
385
+ metadata?: string | undefined;
386
+ }>, {
387
+ name: string | undefined;
388
+ symbol: string | undefined;
389
+ image: string | undefined;
390
+ metadata: string | undefined;
391
+ type: "Nft";
392
+ id: string;
371
393
  }, {
372
394
  type: "Nft";
373
395
  id: string;
396
+ name?: string | undefined;
397
+ symbol?: string | undefined;
398
+ image?: string | undefined;
399
+ metadata?: string | undefined;
374
400
  }>;
375
401
  }, "strip", z.ZodTypeAny, {
376
402
  asset: {
403
+ name: string | undefined;
404
+ symbol: string | undefined;
405
+ image: string | undefined;
406
+ metadata: string | undefined;
377
407
  type: "Nft";
378
408
  id: string;
379
409
  };
@@ -397,6 +427,10 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
397
427
  asset: {
398
428
  type: "Nft";
399
429
  id: string;
430
+ name?: string | undefined;
431
+ symbol?: string | undefined;
432
+ image?: string | undefined;
433
+ metadata?: string | undefined;
400
434
  };
401
435
  amount: {
402
436
  value: bigint;
@@ -427,6 +461,10 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
427
461
  timestamp: number;
428
462
  } | undefined;
429
463
  asset: {
464
+ name: string | undefined;
465
+ symbol: string | undefined;
466
+ image: string | undefined;
467
+ metadata: string | undefined;
430
468
  type: "Nft";
431
469
  id: string;
432
470
  };
@@ -439,6 +477,10 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
439
477
  asset: {
440
478
  type: "Nft";
441
479
  id: string;
480
+ name?: string | undefined;
481
+ symbol?: string | undefined;
482
+ image?: string | undefined;
483
+ metadata?: string | undefined;
442
484
  };
443
485
  amount: {
444
486
  value: bigint;
@@ -509,6 +551,10 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
509
551
  timestamp: number;
510
552
  } | undefined;
511
553
  asset: {
554
+ name: string | undefined;
555
+ symbol: string | undefined;
556
+ image: string | undefined;
557
+ metadata: string | undefined;
512
558
  type: "Nft";
513
559
  id: string;
514
560
  };
@@ -570,6 +616,10 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
570
616
  asset: {
571
617
  type: "Nft";
572
618
  id: string;
619
+ name?: string | undefined;
620
+ symbol?: string | undefined;
621
+ image?: string | undefined;
622
+ metadata?: string | undefined;
573
623
  };
574
624
  amount: {
575
625
  value: bigint;
@@ -658,6 +708,10 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
658
708
  timestamp: number;
659
709
  } | undefined;
660
710
  asset: {
711
+ name: string | undefined;
712
+ symbol: string | undefined;
713
+ image: string | undefined;
714
+ metadata: string | undefined;
661
715
  type: "Nft";
662
716
  id: string;
663
717
  };
@@ -710,6 +764,10 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
710
764
  asset: {
711
765
  type: "Nft";
712
766
  id: string;
767
+ name?: string | undefined;
768
+ symbol?: string | undefined;
769
+ image?: string | undefined;
770
+ metadata?: string | undefined;
713
771
  };
714
772
  amount: {
715
773
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"swapIncome.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/swapIncome.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWrC,CAAA"}
1
+ {"version":3,"file":"swapIncome.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/swapIncome.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWrC,CAAA"}