@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
@@ -361,18 +361,48 @@ export declare const normalActionDepositSchema: 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 normalActionDepositSchema: 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 normalActionDepositSchema: 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 normalActionDepositSchema: 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 normalActionDepositSchema: 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 normalActionDepositSchema: 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 normalActionDepositSchema: 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 normalActionDepositSchema: 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 accountActionDepositSchema: 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 accountActionDepositSchema: 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 accountActionDepositSchema: 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 accountActionDepositSchema: 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 accountActionDepositSchema: 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 accountActionDepositSchema: 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 accountActionDepositSchema: 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 accountActionDepositSchema: 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":"deposit.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/deposit/deposit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWjC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWlC,CAAA"}
1
+ {"version":3,"file":"deposit.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/deposit/deposit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWjC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWlC,CAAA"}