@0xtorch/core 0.0.21 → 0.0.23

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