@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.
- package/.DS_Store +0 -0
- package/_cjs/actions/parsers/default.js +1 -0
- package/_cjs/actions/parsers/default.js.map +1 -1
- package/_cjs/assets/definitions/index.js +3 -1
- package/_cjs/assets/definitions/index.js.map +1 -1
- package/_cjs/assets/definitions/oasys.js +17 -0
- package/_cjs/assets/definitions/oasys.js.map +1 -0
- package/_cjs/assets/index.js +2 -1
- package/_cjs/assets/index.js.map +1 -1
- package/_cjs/assets/schemas/nft.js +14 -2
- package/_cjs/assets/schemas/nft.js.map +1 -1
- package/_cjs/index.js +2 -1
- package/_cjs/index.js.map +1 -1
- package/_esm/actions/parsers/default.js +1 -0
- package/_esm/actions/parsers/default.js.map +1 -1
- package/_esm/assets/definitions/index.js +1 -0
- package/_esm/assets/definitions/index.js.map +1 -1
- package/_esm/assets/definitions/oasys.js +14 -0
- package/_esm/assets/definitions/oasys.js.map +1 -0
- package/_esm/assets/index.js +1 -1
- package/_esm/assets/index.js.map +1 -1
- package/_esm/assets/schemas/nft.js +14 -2
- package/_esm/assets/schemas/nft.js.map +1 -1
- package/_esm/index.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_types/actions/parsers/default.d.ts.map +1 -1
- package/_types/actions/schemas/action.d.ts +5541 -95
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/borrow/borrow.d.ts +118 -2
- package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/schemas/crossActionBundle.d.ts +402 -6
- package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +118 -2
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +118 -2
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +236 -4
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +236 -4
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/schemas/default/accountAction.d.ts +459 -9
- package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/normalAction.d.ts +459 -9
- package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/transfer.d.ts +422 -10
- package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +236 -4
- package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/deposit.d.ts +118 -2
- package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +236 -4
- package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/stake.d.ts +118 -2
- package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/ignore.d.ts +177 -3
- package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/move.d.ts +177 -3
- package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +118 -2
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +118 -2
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/spam.d.ts +236 -4
- package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
- package/_types/actions/schemas/income/freeMintNft.d.ts +118 -2
- package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
- package/_types/actions/schemas/income/income.d.ts +118 -2
- package/_types/actions/schemas/income/income.d.ts.map +1 -1
- package/_types/actions/schemas/income/swapIncome.d.ts +59 -1
- package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
- package/_types/actions/schemas/reduce/reduce.d.ts +59 -1
- package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repayment.d.ts +118 -2
- package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +236 -4
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/schemas/replace/replace.d.ts +236 -4
- package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
- package/_types/actions/schemas/replace/swapNft.d.ts +236 -4
- package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyNft.d.ts +118 -2
- package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/mintNft.d.ts +118 -2
- package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellNft.d.ts +118 -2
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/trade.d.ts +236 -4
- package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +59 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/transfer.d.ts +236 -4
- package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/valuedown/valuedown.d.ts +204 -4
- package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/schemas/valueup/valueup.d.ts +204 -4
- package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +236 -4
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/unstake.d.ts +118 -2
- package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdraw.d.ts +118 -2
- package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +236 -4
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +12 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/assets/definitions/index.d.ts +1 -0
- package/_types/assets/definitions/index.d.ts.map +1 -1
- package/_types/assets/definitions/oasys.d.ts +13 -0
- package/_types/assets/definitions/oasys.d.ts.map +1 -0
- package/_types/assets/index.d.ts +1 -1
- package/_types/assets/index.d.ts.map +1 -1
- package/_types/assets/schemas/asset.d.ts +27 -1
- package/_types/assets/schemas/asset.d.ts.map +1 -1
- package/_types/assets/schemas/nft.d.ts +27 -1
- package/_types/assets/schemas/nft.d.ts.map +1 -1
- package/_types/index.d.ts +1 -1
- package/_types/index.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +204 -0
- package/_types/setAccountActionPrices.d.ts.map +1 -1
- package/actions/.DS_Store +0 -0
- package/actions/parsers/default.ts +1 -0
- package/assets/.DS_Store +0 -0
- package/assets/definitions/index.ts +1 -0
- package/assets/definitions/oasys.ts +14 -0
- package/assets/index.ts +1 -0
- package/assets/schemas/nft.ts +16 -4
- package/index.ts +1 -0
- package/package.json +1 -1
|
@@ -360,18 +360,48 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
360
360
|
decimals: number;
|
|
361
361
|
}>;
|
|
362
362
|
direction: z.ZodLiteral<"out">;
|
|
363
|
-
asset: z.ZodObject<{
|
|
363
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
364
364
|
type: z.ZodLiteral<"Nft">;
|
|
365
365
|
id: z.ZodString;
|
|
366
|
+
name: z.ZodOptional<z.ZodString>;
|
|
367
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
368
|
+
image: z.ZodOptional<z.ZodString>;
|
|
369
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
366
370
|
}, "strip", z.ZodTypeAny, {
|
|
367
371
|
type: "Nft";
|
|
368
372
|
id: string;
|
|
373
|
+
name?: string | undefined;
|
|
374
|
+
symbol?: string | undefined;
|
|
375
|
+
image?: string | undefined;
|
|
376
|
+
metadata?: string | undefined;
|
|
377
|
+
}, {
|
|
378
|
+
type: "Nft";
|
|
379
|
+
id: string;
|
|
380
|
+
name?: string | undefined;
|
|
381
|
+
symbol?: string | undefined;
|
|
382
|
+
image?: string | undefined;
|
|
383
|
+
metadata?: string | undefined;
|
|
384
|
+
}>, {
|
|
385
|
+
name: string | undefined;
|
|
386
|
+
symbol: string | undefined;
|
|
387
|
+
image: string | undefined;
|
|
388
|
+
metadata: string | undefined;
|
|
389
|
+
type: "Nft";
|
|
390
|
+
id: string;
|
|
369
391
|
}, {
|
|
370
392
|
type: "Nft";
|
|
371
393
|
id: string;
|
|
394
|
+
name?: string | undefined;
|
|
395
|
+
symbol?: string | undefined;
|
|
396
|
+
image?: string | undefined;
|
|
397
|
+
metadata?: string | undefined;
|
|
372
398
|
}>;
|
|
373
399
|
}, "strip", z.ZodTypeAny, {
|
|
374
400
|
asset: {
|
|
401
|
+
name: string | undefined;
|
|
402
|
+
symbol: string | undefined;
|
|
403
|
+
image: string | undefined;
|
|
404
|
+
metadata: string | undefined;
|
|
375
405
|
type: "Nft";
|
|
376
406
|
id: string;
|
|
377
407
|
};
|
|
@@ -395,6 +425,10 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
395
425
|
asset: {
|
|
396
426
|
type: "Nft";
|
|
397
427
|
id: string;
|
|
428
|
+
name?: string | undefined;
|
|
429
|
+
symbol?: string | undefined;
|
|
430
|
+
image?: string | undefined;
|
|
431
|
+
metadata?: string | undefined;
|
|
398
432
|
};
|
|
399
433
|
amount: {
|
|
400
434
|
value: bigint;
|
|
@@ -425,6 +459,10 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
425
459
|
timestamp: number;
|
|
426
460
|
} | undefined;
|
|
427
461
|
asset: {
|
|
462
|
+
name: string | undefined;
|
|
463
|
+
symbol: string | undefined;
|
|
464
|
+
image: string | undefined;
|
|
465
|
+
metadata: string | undefined;
|
|
428
466
|
type: "Nft";
|
|
429
467
|
id: string;
|
|
430
468
|
};
|
|
@@ -437,6 +475,10 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
437
475
|
asset: {
|
|
438
476
|
type: "Nft";
|
|
439
477
|
id: string;
|
|
478
|
+
name?: string | undefined;
|
|
479
|
+
symbol?: string | undefined;
|
|
480
|
+
image?: string | undefined;
|
|
481
|
+
metadata?: string | undefined;
|
|
440
482
|
};
|
|
441
483
|
amount: {
|
|
442
484
|
value: bigint;
|
|
@@ -505,6 +547,10 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
505
547
|
timestamp: number;
|
|
506
548
|
} | undefined;
|
|
507
549
|
asset: {
|
|
550
|
+
name: string | undefined;
|
|
551
|
+
symbol: string | undefined;
|
|
552
|
+
image: string | undefined;
|
|
553
|
+
metadata: string | undefined;
|
|
508
554
|
type: "Nft";
|
|
509
555
|
id: string;
|
|
510
556
|
};
|
|
@@ -564,6 +610,10 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
564
610
|
asset: {
|
|
565
611
|
type: "Nft";
|
|
566
612
|
id: string;
|
|
613
|
+
name?: string | undefined;
|
|
614
|
+
symbol?: string | undefined;
|
|
615
|
+
image?: string | undefined;
|
|
616
|
+
metadata?: string | undefined;
|
|
567
617
|
};
|
|
568
618
|
amount: {
|
|
569
619
|
value: bigint;
|
|
@@ -650,6 +700,10 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
650
700
|
timestamp: number;
|
|
651
701
|
} | undefined;
|
|
652
702
|
asset: {
|
|
703
|
+
name: string | undefined;
|
|
704
|
+
symbol: string | undefined;
|
|
705
|
+
image: string | undefined;
|
|
706
|
+
metadata: string | undefined;
|
|
653
707
|
type: "Nft";
|
|
654
708
|
id: string;
|
|
655
709
|
};
|
|
@@ -700,6 +754,10 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
700
754
|
asset: {
|
|
701
755
|
type: "Nft";
|
|
702
756
|
id: string;
|
|
757
|
+
name?: string | undefined;
|
|
758
|
+
symbol?: string | undefined;
|
|
759
|
+
image?: string | undefined;
|
|
760
|
+
metadata?: string | undefined;
|
|
703
761
|
};
|
|
704
762
|
amount: {
|
|
705
763
|
value: bigint;
|
|
@@ -1091,18 +1149,48 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1091
1149
|
decimals: number;
|
|
1092
1150
|
}>;
|
|
1093
1151
|
direction: z.ZodLiteral<"out">;
|
|
1094
|
-
asset: z.ZodObject<{
|
|
1152
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
1095
1153
|
type: z.ZodLiteral<"Nft">;
|
|
1096
1154
|
id: z.ZodString;
|
|
1155
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1156
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1157
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1158
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
1097
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1098
1160
|
type: "Nft";
|
|
1099
1161
|
id: string;
|
|
1162
|
+
name?: string | undefined;
|
|
1163
|
+
symbol?: string | undefined;
|
|
1164
|
+
image?: string | undefined;
|
|
1165
|
+
metadata?: string | undefined;
|
|
1166
|
+
}, {
|
|
1167
|
+
type: "Nft";
|
|
1168
|
+
id: string;
|
|
1169
|
+
name?: string | undefined;
|
|
1170
|
+
symbol?: string | undefined;
|
|
1171
|
+
image?: string | undefined;
|
|
1172
|
+
metadata?: string | undefined;
|
|
1173
|
+
}>, {
|
|
1174
|
+
name: string | undefined;
|
|
1175
|
+
symbol: string | undefined;
|
|
1176
|
+
image: string | undefined;
|
|
1177
|
+
metadata: string | undefined;
|
|
1178
|
+
type: "Nft";
|
|
1179
|
+
id: string;
|
|
1100
1180
|
}, {
|
|
1101
1181
|
type: "Nft";
|
|
1102
1182
|
id: string;
|
|
1183
|
+
name?: string | undefined;
|
|
1184
|
+
symbol?: string | undefined;
|
|
1185
|
+
image?: string | undefined;
|
|
1186
|
+
metadata?: string | undefined;
|
|
1103
1187
|
}>;
|
|
1104
1188
|
}, "strip", z.ZodTypeAny, {
|
|
1105
1189
|
asset: {
|
|
1190
|
+
name: string | undefined;
|
|
1191
|
+
symbol: string | undefined;
|
|
1192
|
+
image: string | undefined;
|
|
1193
|
+
metadata: string | undefined;
|
|
1106
1194
|
type: "Nft";
|
|
1107
1195
|
id: string;
|
|
1108
1196
|
};
|
|
@@ -1126,6 +1214,10 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1126
1214
|
asset: {
|
|
1127
1215
|
type: "Nft";
|
|
1128
1216
|
id: string;
|
|
1217
|
+
name?: string | undefined;
|
|
1218
|
+
symbol?: string | undefined;
|
|
1219
|
+
image?: string | undefined;
|
|
1220
|
+
metadata?: string | undefined;
|
|
1129
1221
|
};
|
|
1130
1222
|
amount: {
|
|
1131
1223
|
value: bigint;
|
|
@@ -1156,6 +1248,10 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1156
1248
|
timestamp: number;
|
|
1157
1249
|
} | undefined;
|
|
1158
1250
|
asset: {
|
|
1251
|
+
name: string | undefined;
|
|
1252
|
+
symbol: string | undefined;
|
|
1253
|
+
image: string | undefined;
|
|
1254
|
+
metadata: string | undefined;
|
|
1159
1255
|
type: "Nft";
|
|
1160
1256
|
id: string;
|
|
1161
1257
|
};
|
|
@@ -1168,6 +1264,10 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1168
1264
|
asset: {
|
|
1169
1265
|
type: "Nft";
|
|
1170
1266
|
id: string;
|
|
1267
|
+
name?: string | undefined;
|
|
1268
|
+
symbol?: string | undefined;
|
|
1269
|
+
image?: string | undefined;
|
|
1270
|
+
metadata?: string | undefined;
|
|
1171
1271
|
};
|
|
1172
1272
|
amount: {
|
|
1173
1273
|
value: bigint;
|
|
@@ -1238,6 +1338,10 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1238
1338
|
timestamp: number;
|
|
1239
1339
|
} | undefined;
|
|
1240
1340
|
asset: {
|
|
1341
|
+
name: string | undefined;
|
|
1342
|
+
symbol: string | undefined;
|
|
1343
|
+
image: string | undefined;
|
|
1344
|
+
metadata: string | undefined;
|
|
1241
1345
|
type: "Nft";
|
|
1242
1346
|
id: string;
|
|
1243
1347
|
};
|
|
@@ -1299,6 +1403,10 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1299
1403
|
asset: {
|
|
1300
1404
|
type: "Nft";
|
|
1301
1405
|
id: string;
|
|
1406
|
+
name?: string | undefined;
|
|
1407
|
+
symbol?: string | undefined;
|
|
1408
|
+
image?: string | undefined;
|
|
1409
|
+
metadata?: string | undefined;
|
|
1302
1410
|
};
|
|
1303
1411
|
amount: {
|
|
1304
1412
|
value: bigint;
|
|
@@ -1387,6 +1495,10 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1387
1495
|
timestamp: number;
|
|
1388
1496
|
} | undefined;
|
|
1389
1497
|
asset: {
|
|
1498
|
+
name: string | undefined;
|
|
1499
|
+
symbol: string | undefined;
|
|
1500
|
+
image: string | undefined;
|
|
1501
|
+
metadata: string | undefined;
|
|
1390
1502
|
type: "Nft";
|
|
1391
1503
|
id: string;
|
|
1392
1504
|
};
|
|
@@ -1439,6 +1551,10 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1439
1551
|
asset: {
|
|
1440
1552
|
type: "Nft";
|
|
1441
1553
|
id: string;
|
|
1554
|
+
name?: string | undefined;
|
|
1555
|
+
symbol?: string | undefined;
|
|
1556
|
+
image?: string | undefined;
|
|
1557
|
+
metadata?: string | undefined;
|
|
1442
1558
|
};
|
|
1443
1559
|
amount: {
|
|
1444
1560
|
value: bigint;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendToCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/sendToCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"sendToCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/sendToCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWnC,CAAA;AAEL,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWpC,CAAA"}
|