@0xtorch/core 0.0.26 → 0.0.28
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/_cjs/assets/schemas/nft.js +1 -0
- package/_cjs/assets/schemas/nft.js.map +1 -1
- package/_cjs/utils/rest.js +0 -12
- package/_cjs/utils/rest.js.map +1 -1
- package/_esm/assets/schemas/nft.js +1 -0
- package/_esm/assets/schemas/nft.js.map +1 -1
- package/_esm/utils/rest.js +0 -12
- package/_esm/utils/rest.js.map +1 -1
- package/_types/actions/schemas/action.d.ts +1219 -0
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
- package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
- package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/schemas/default/accountAction.d.ts +99 -0
- package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/normalAction.d.ts +99 -0
- package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/transfer.d.ts +88 -0
- package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
- package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
- package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
- package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/stake.d.ts +26 -0
- package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/ignore.d.ts +39 -0
- package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/move.d.ts +39 -0
- package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/spam.d.ts +52 -0
- package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
- package/_types/actions/schemas/income/freeMintNft.d.ts +26 -0
- package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
- package/_types/actions/schemas/income/income.d.ts +26 -0
- package/_types/actions/schemas/income/income.d.ts.map +1 -1
- package/_types/actions/schemas/income/swapIncome.d.ts +13 -0
- package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
- package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
- package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
- package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/schemas/replace/replace.d.ts +52 -0
- package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
- package/_types/actions/schemas/replace/swapNft.d.ts +52 -0
- package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyNft.d.ts +26 -0
- package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/mintNft.d.ts +26 -0
- package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellNft.d.ts +26 -0
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/trade.d.ts +52 -0
- package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
- package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
- package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/valuedown/valuedown.d.ts +44 -0
- package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/schemas/valueup/valueup.d.ts +44 -0
- package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
- package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
- package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +3 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/assets/schemas/asset.d.ts +5 -0
- package/_types/assets/schemas/asset.d.ts.map +1 -1
- package/_types/assets/schemas/nft.d.ts +5 -0
- package/_types/assets/schemas/nft.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +51 -0
- package/_types/setAccountActionPrices.d.ts.map +1 -1
- package/_types/utils/rest.d.ts.map +1 -1
- package/assets/schemas/nft.ts +1 -0
- package/package.json +1 -1
- package/utils/rest.ts +0 -11
|
@@ -367,9 +367,11 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
367
367
|
symbol: z.ZodOptional<z.ZodString>;
|
|
368
368
|
image: z.ZodOptional<z.ZodString>;
|
|
369
369
|
metadata: z.ZodOptional<z.ZodString>;
|
|
370
|
+
updatedAt: z.ZodNumber;
|
|
370
371
|
}, "strip", z.ZodTypeAny, {
|
|
371
372
|
type: "Nft";
|
|
372
373
|
id: string;
|
|
374
|
+
updatedAt: number;
|
|
373
375
|
name?: string | undefined;
|
|
374
376
|
symbol?: string | undefined;
|
|
375
377
|
image?: string | undefined;
|
|
@@ -377,6 +379,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
377
379
|
}, {
|
|
378
380
|
type: "Nft";
|
|
379
381
|
id: string;
|
|
382
|
+
updatedAt: number;
|
|
380
383
|
name?: string | undefined;
|
|
381
384
|
symbol?: string | undefined;
|
|
382
385
|
image?: string | undefined;
|
|
@@ -388,9 +391,11 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
388
391
|
metadata: string | undefined;
|
|
389
392
|
type: "Nft";
|
|
390
393
|
id: string;
|
|
394
|
+
updatedAt: number;
|
|
391
395
|
}, {
|
|
392
396
|
type: "Nft";
|
|
393
397
|
id: string;
|
|
398
|
+
updatedAt: number;
|
|
394
399
|
name?: string | undefined;
|
|
395
400
|
symbol?: string | undefined;
|
|
396
401
|
image?: string | undefined;
|
|
@@ -404,6 +409,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
404
409
|
metadata: string | undefined;
|
|
405
410
|
type: "Nft";
|
|
406
411
|
id: string;
|
|
412
|
+
updatedAt: number;
|
|
407
413
|
};
|
|
408
414
|
amount: {
|
|
409
415
|
value: bigint;
|
|
@@ -425,6 +431,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
425
431
|
asset: {
|
|
426
432
|
type: "Nft";
|
|
427
433
|
id: string;
|
|
434
|
+
updatedAt: number;
|
|
428
435
|
name?: string | undefined;
|
|
429
436
|
symbol?: string | undefined;
|
|
430
437
|
image?: string | undefined;
|
|
@@ -465,6 +472,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
465
472
|
metadata: string | undefined;
|
|
466
473
|
type: "Nft";
|
|
467
474
|
id: string;
|
|
475
|
+
updatedAt: number;
|
|
468
476
|
};
|
|
469
477
|
amount: {
|
|
470
478
|
value: bigint;
|
|
@@ -475,6 +483,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
475
483
|
asset: {
|
|
476
484
|
type: "Nft";
|
|
477
485
|
id: string;
|
|
486
|
+
updatedAt: number;
|
|
478
487
|
name?: string | undefined;
|
|
479
488
|
symbol?: string | undefined;
|
|
480
489
|
image?: string | undefined;
|
|
@@ -822,9 +831,11 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
822
831
|
symbol: z.ZodOptional<z.ZodString>;
|
|
823
832
|
image: z.ZodOptional<z.ZodString>;
|
|
824
833
|
metadata: z.ZodOptional<z.ZodString>;
|
|
834
|
+
updatedAt: z.ZodNumber;
|
|
825
835
|
}, "strip", z.ZodTypeAny, {
|
|
826
836
|
type: "Nft";
|
|
827
837
|
id: string;
|
|
838
|
+
updatedAt: number;
|
|
828
839
|
name?: string | undefined;
|
|
829
840
|
symbol?: string | undefined;
|
|
830
841
|
image?: string | undefined;
|
|
@@ -832,6 +843,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
832
843
|
}, {
|
|
833
844
|
type: "Nft";
|
|
834
845
|
id: string;
|
|
846
|
+
updatedAt: number;
|
|
835
847
|
name?: string | undefined;
|
|
836
848
|
symbol?: string | undefined;
|
|
837
849
|
image?: string | undefined;
|
|
@@ -843,9 +855,11 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
843
855
|
metadata: string | undefined;
|
|
844
856
|
type: "Nft";
|
|
845
857
|
id: string;
|
|
858
|
+
updatedAt: number;
|
|
846
859
|
}, {
|
|
847
860
|
type: "Nft";
|
|
848
861
|
id: string;
|
|
862
|
+
updatedAt: number;
|
|
849
863
|
name?: string | undefined;
|
|
850
864
|
symbol?: string | undefined;
|
|
851
865
|
image?: string | undefined;
|
|
@@ -859,6 +873,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
859
873
|
metadata: string | undefined;
|
|
860
874
|
type: "Nft";
|
|
861
875
|
id: string;
|
|
876
|
+
updatedAt: number;
|
|
862
877
|
};
|
|
863
878
|
amount: {
|
|
864
879
|
value: bigint;
|
|
@@ -880,6 +895,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
880
895
|
asset: {
|
|
881
896
|
type: "Nft";
|
|
882
897
|
id: string;
|
|
898
|
+
updatedAt: number;
|
|
883
899
|
name?: string | undefined;
|
|
884
900
|
symbol?: string | undefined;
|
|
885
901
|
image?: string | undefined;
|
|
@@ -920,6 +936,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
920
936
|
metadata: string | undefined;
|
|
921
937
|
type: "Nft";
|
|
922
938
|
id: string;
|
|
939
|
+
updatedAt: number;
|
|
923
940
|
};
|
|
924
941
|
amount: {
|
|
925
942
|
value: bigint;
|
|
@@ -930,6 +947,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
930
947
|
asset: {
|
|
931
948
|
type: "Nft";
|
|
932
949
|
id: string;
|
|
950
|
+
updatedAt: number;
|
|
933
951
|
name?: string | undefined;
|
|
934
952
|
symbol?: string | undefined;
|
|
935
953
|
image?: string | undefined;
|
|
@@ -1008,6 +1026,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1008
1026
|
metadata: string | undefined;
|
|
1009
1027
|
type: "Nft";
|
|
1010
1028
|
id: string;
|
|
1029
|
+
updatedAt: number;
|
|
1011
1030
|
};
|
|
1012
1031
|
amount: {
|
|
1013
1032
|
value: bigint;
|
|
@@ -1065,6 +1084,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1065
1084
|
metadata: string | undefined;
|
|
1066
1085
|
type: "Nft";
|
|
1067
1086
|
id: string;
|
|
1087
|
+
updatedAt: number;
|
|
1068
1088
|
};
|
|
1069
1089
|
amount: {
|
|
1070
1090
|
value: bigint;
|
|
@@ -1122,6 +1142,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1122
1142
|
asset: {
|
|
1123
1143
|
type: "Nft";
|
|
1124
1144
|
id: string;
|
|
1145
|
+
updatedAt: number;
|
|
1125
1146
|
name?: string | undefined;
|
|
1126
1147
|
symbol?: string | undefined;
|
|
1127
1148
|
image?: string | undefined;
|
|
@@ -1179,6 +1200,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1179
1200
|
asset: {
|
|
1180
1201
|
type: "Nft";
|
|
1181
1202
|
id: string;
|
|
1203
|
+
updatedAt: number;
|
|
1182
1204
|
name?: string | undefined;
|
|
1183
1205
|
symbol?: string | undefined;
|
|
1184
1206
|
image?: string | undefined;
|
|
@@ -1275,6 +1297,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1275
1297
|
metadata: string | undefined;
|
|
1276
1298
|
type: "Nft";
|
|
1277
1299
|
id: string;
|
|
1300
|
+
updatedAt: number;
|
|
1278
1301
|
};
|
|
1279
1302
|
amount: {
|
|
1280
1303
|
value: bigint;
|
|
@@ -1332,6 +1355,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1332
1355
|
metadata: string | undefined;
|
|
1333
1356
|
type: "Nft";
|
|
1334
1357
|
id: string;
|
|
1358
|
+
updatedAt: number;
|
|
1335
1359
|
};
|
|
1336
1360
|
amount: {
|
|
1337
1361
|
value: bigint;
|
|
@@ -1380,6 +1404,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1380
1404
|
asset: {
|
|
1381
1405
|
type: "Nft";
|
|
1382
1406
|
id: string;
|
|
1407
|
+
updatedAt: number;
|
|
1383
1408
|
name?: string | undefined;
|
|
1384
1409
|
symbol?: string | undefined;
|
|
1385
1410
|
image?: string | undefined;
|
|
@@ -1437,6 +1462,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1437
1462
|
asset: {
|
|
1438
1463
|
type: "Nft";
|
|
1439
1464
|
id: string;
|
|
1465
|
+
updatedAt: number;
|
|
1440
1466
|
name?: string | undefined;
|
|
1441
1467
|
symbol?: string | undefined;
|
|
1442
1468
|
image?: string | undefined;
|
|
@@ -1839,9 +1865,11 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1839
1865
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1840
1866
|
image: z.ZodOptional<z.ZodString>;
|
|
1841
1867
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1868
|
+
updatedAt: z.ZodNumber;
|
|
1842
1869
|
}, "strip", z.ZodTypeAny, {
|
|
1843
1870
|
type: "Nft";
|
|
1844
1871
|
id: string;
|
|
1872
|
+
updatedAt: number;
|
|
1845
1873
|
name?: string | undefined;
|
|
1846
1874
|
symbol?: string | undefined;
|
|
1847
1875
|
image?: string | undefined;
|
|
@@ -1849,6 +1877,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1849
1877
|
}, {
|
|
1850
1878
|
type: "Nft";
|
|
1851
1879
|
id: string;
|
|
1880
|
+
updatedAt: number;
|
|
1852
1881
|
name?: string | undefined;
|
|
1853
1882
|
symbol?: string | undefined;
|
|
1854
1883
|
image?: string | undefined;
|
|
@@ -1860,9 +1889,11 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1860
1889
|
metadata: string | undefined;
|
|
1861
1890
|
type: "Nft";
|
|
1862
1891
|
id: string;
|
|
1892
|
+
updatedAt: number;
|
|
1863
1893
|
}, {
|
|
1864
1894
|
type: "Nft";
|
|
1865
1895
|
id: string;
|
|
1896
|
+
updatedAt: number;
|
|
1866
1897
|
name?: string | undefined;
|
|
1867
1898
|
symbol?: string | undefined;
|
|
1868
1899
|
image?: string | undefined;
|
|
@@ -1876,6 +1907,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1876
1907
|
metadata: string | undefined;
|
|
1877
1908
|
type: "Nft";
|
|
1878
1909
|
id: string;
|
|
1910
|
+
updatedAt: number;
|
|
1879
1911
|
};
|
|
1880
1912
|
amount: {
|
|
1881
1913
|
value: bigint;
|
|
@@ -1897,6 +1929,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1897
1929
|
asset: {
|
|
1898
1930
|
type: "Nft";
|
|
1899
1931
|
id: string;
|
|
1932
|
+
updatedAt: number;
|
|
1900
1933
|
name?: string | undefined;
|
|
1901
1934
|
symbol?: string | undefined;
|
|
1902
1935
|
image?: string | undefined;
|
|
@@ -1937,6 +1970,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1937
1970
|
metadata: string | undefined;
|
|
1938
1971
|
type: "Nft";
|
|
1939
1972
|
id: string;
|
|
1973
|
+
updatedAt: number;
|
|
1940
1974
|
};
|
|
1941
1975
|
amount: {
|
|
1942
1976
|
value: bigint;
|
|
@@ -1947,6 +1981,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1947
1981
|
asset: {
|
|
1948
1982
|
type: "Nft";
|
|
1949
1983
|
id: string;
|
|
1984
|
+
updatedAt: number;
|
|
1950
1985
|
name?: string | undefined;
|
|
1951
1986
|
symbol?: string | undefined;
|
|
1952
1987
|
image?: string | undefined;
|
|
@@ -2294,9 +2329,11 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2294
2329
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2295
2330
|
image: z.ZodOptional<z.ZodString>;
|
|
2296
2331
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2332
|
+
updatedAt: z.ZodNumber;
|
|
2297
2333
|
}, "strip", z.ZodTypeAny, {
|
|
2298
2334
|
type: "Nft";
|
|
2299
2335
|
id: string;
|
|
2336
|
+
updatedAt: number;
|
|
2300
2337
|
name?: string | undefined;
|
|
2301
2338
|
symbol?: string | undefined;
|
|
2302
2339
|
image?: string | undefined;
|
|
@@ -2304,6 +2341,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2304
2341
|
}, {
|
|
2305
2342
|
type: "Nft";
|
|
2306
2343
|
id: string;
|
|
2344
|
+
updatedAt: number;
|
|
2307
2345
|
name?: string | undefined;
|
|
2308
2346
|
symbol?: string | undefined;
|
|
2309
2347
|
image?: string | undefined;
|
|
@@ -2315,9 +2353,11 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2315
2353
|
metadata: string | undefined;
|
|
2316
2354
|
type: "Nft";
|
|
2317
2355
|
id: string;
|
|
2356
|
+
updatedAt: number;
|
|
2318
2357
|
}, {
|
|
2319
2358
|
type: "Nft";
|
|
2320
2359
|
id: string;
|
|
2360
|
+
updatedAt: number;
|
|
2321
2361
|
name?: string | undefined;
|
|
2322
2362
|
symbol?: string | undefined;
|
|
2323
2363
|
image?: string | undefined;
|
|
@@ -2331,6 +2371,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2331
2371
|
metadata: string | undefined;
|
|
2332
2372
|
type: "Nft";
|
|
2333
2373
|
id: string;
|
|
2374
|
+
updatedAt: number;
|
|
2334
2375
|
};
|
|
2335
2376
|
amount: {
|
|
2336
2377
|
value: bigint;
|
|
@@ -2352,6 +2393,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2352
2393
|
asset: {
|
|
2353
2394
|
type: "Nft";
|
|
2354
2395
|
id: string;
|
|
2396
|
+
updatedAt: number;
|
|
2355
2397
|
name?: string | undefined;
|
|
2356
2398
|
symbol?: string | undefined;
|
|
2357
2399
|
image?: string | undefined;
|
|
@@ -2392,6 +2434,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2392
2434
|
metadata: string | undefined;
|
|
2393
2435
|
type: "Nft";
|
|
2394
2436
|
id: string;
|
|
2437
|
+
updatedAt: number;
|
|
2395
2438
|
};
|
|
2396
2439
|
amount: {
|
|
2397
2440
|
value: bigint;
|
|
@@ -2402,6 +2445,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2402
2445
|
asset: {
|
|
2403
2446
|
type: "Nft";
|
|
2404
2447
|
id: string;
|
|
2448
|
+
updatedAt: number;
|
|
2405
2449
|
name?: string | undefined;
|
|
2406
2450
|
symbol?: string | undefined;
|
|
2407
2451
|
image?: string | undefined;
|
|
@@ -2482,6 +2526,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2482
2526
|
metadata: string | undefined;
|
|
2483
2527
|
type: "Nft";
|
|
2484
2528
|
id: string;
|
|
2529
|
+
updatedAt: number;
|
|
2485
2530
|
};
|
|
2486
2531
|
amount: {
|
|
2487
2532
|
value: bigint;
|
|
@@ -2539,6 +2584,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2539
2584
|
metadata: string | undefined;
|
|
2540
2585
|
type: "Nft";
|
|
2541
2586
|
id: string;
|
|
2587
|
+
updatedAt: number;
|
|
2542
2588
|
};
|
|
2543
2589
|
amount: {
|
|
2544
2590
|
value: bigint;
|
|
@@ -2598,6 +2644,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2598
2644
|
asset: {
|
|
2599
2645
|
type: "Nft";
|
|
2600
2646
|
id: string;
|
|
2647
|
+
updatedAt: number;
|
|
2601
2648
|
name?: string | undefined;
|
|
2602
2649
|
symbol?: string | undefined;
|
|
2603
2650
|
image?: string | undefined;
|
|
@@ -2655,6 +2702,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2655
2702
|
asset: {
|
|
2656
2703
|
type: "Nft";
|
|
2657
2704
|
id: string;
|
|
2705
|
+
updatedAt: number;
|
|
2658
2706
|
name?: string | undefined;
|
|
2659
2707
|
symbol?: string | undefined;
|
|
2660
2708
|
image?: string | undefined;
|
|
@@ -2753,6 +2801,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2753
2801
|
metadata: string | undefined;
|
|
2754
2802
|
type: "Nft";
|
|
2755
2803
|
id: string;
|
|
2804
|
+
updatedAt: number;
|
|
2756
2805
|
};
|
|
2757
2806
|
amount: {
|
|
2758
2807
|
value: bigint;
|
|
@@ -2810,6 +2859,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2810
2859
|
metadata: string | undefined;
|
|
2811
2860
|
type: "Nft";
|
|
2812
2861
|
id: string;
|
|
2862
|
+
updatedAt: number;
|
|
2813
2863
|
};
|
|
2814
2864
|
amount: {
|
|
2815
2865
|
value: bigint;
|
|
@@ -2860,6 +2910,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2860
2910
|
asset: {
|
|
2861
2911
|
type: "Nft";
|
|
2862
2912
|
id: string;
|
|
2913
|
+
updatedAt: number;
|
|
2863
2914
|
name?: string | undefined;
|
|
2864
2915
|
symbol?: string | undefined;
|
|
2865
2916
|
image?: string | undefined;
|
|
@@ -2917,6 +2968,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2917
2968
|
asset: {
|
|
2918
2969
|
type: "Nft";
|
|
2919
2970
|
id: string;
|
|
2971
|
+
updatedAt: number;
|
|
2920
2972
|
name?: string | undefined;
|
|
2921
2973
|
symbol?: string | undefined;
|
|
2922
2974
|
image?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spam.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/spam.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"spam.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/spam.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB9B,CAAA;AAEL,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB/B,CAAA"}
|
|
@@ -93,9 +93,11 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
93
93
|
symbol: z.ZodOptional<z.ZodString>;
|
|
94
94
|
image: z.ZodOptional<z.ZodString>;
|
|
95
95
|
metadata: z.ZodOptional<z.ZodString>;
|
|
96
|
+
updatedAt: z.ZodNumber;
|
|
96
97
|
}, "strip", z.ZodTypeAny, {
|
|
97
98
|
type: "Nft";
|
|
98
99
|
id: string;
|
|
100
|
+
updatedAt: number;
|
|
99
101
|
name?: string | undefined;
|
|
100
102
|
symbol?: string | undefined;
|
|
101
103
|
image?: string | undefined;
|
|
@@ -103,6 +105,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
103
105
|
}, {
|
|
104
106
|
type: "Nft";
|
|
105
107
|
id: string;
|
|
108
|
+
updatedAt: number;
|
|
106
109
|
name?: string | undefined;
|
|
107
110
|
symbol?: string | undefined;
|
|
108
111
|
image?: string | undefined;
|
|
@@ -114,9 +117,11 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
114
117
|
metadata: string | undefined;
|
|
115
118
|
type: "Nft";
|
|
116
119
|
id: string;
|
|
120
|
+
updatedAt: number;
|
|
117
121
|
}, {
|
|
118
122
|
type: "Nft";
|
|
119
123
|
id: string;
|
|
124
|
+
updatedAt: number;
|
|
120
125
|
name?: string | undefined;
|
|
121
126
|
symbol?: string | undefined;
|
|
122
127
|
image?: string | undefined;
|
|
@@ -130,6 +135,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
130
135
|
metadata: string | undefined;
|
|
131
136
|
type: "Nft";
|
|
132
137
|
id: string;
|
|
138
|
+
updatedAt: number;
|
|
133
139
|
};
|
|
134
140
|
amount: {
|
|
135
141
|
value: bigint;
|
|
@@ -151,6 +157,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
151
157
|
asset: {
|
|
152
158
|
type: "Nft";
|
|
153
159
|
id: string;
|
|
160
|
+
updatedAt: number;
|
|
154
161
|
name?: string | undefined;
|
|
155
162
|
symbol?: string | undefined;
|
|
156
163
|
image?: string | undefined;
|
|
@@ -191,6 +198,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
191
198
|
metadata: string | undefined;
|
|
192
199
|
type: "Nft";
|
|
193
200
|
id: string;
|
|
201
|
+
updatedAt: number;
|
|
194
202
|
};
|
|
195
203
|
amount: {
|
|
196
204
|
value: bigint;
|
|
@@ -201,6 +209,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
201
209
|
asset: {
|
|
202
210
|
type: "Nft";
|
|
203
211
|
id: string;
|
|
212
|
+
updatedAt: number;
|
|
204
213
|
name?: string | undefined;
|
|
205
214
|
symbol?: string | undefined;
|
|
206
215
|
image?: string | undefined;
|
|
@@ -247,6 +256,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
247
256
|
metadata: string | undefined;
|
|
248
257
|
type: "Nft";
|
|
249
258
|
id: string;
|
|
259
|
+
updatedAt: number;
|
|
250
260
|
};
|
|
251
261
|
amount: {
|
|
252
262
|
value: bigint;
|
|
@@ -272,6 +282,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
272
282
|
asset: {
|
|
273
283
|
type: "Nft";
|
|
274
284
|
id: string;
|
|
285
|
+
updatedAt: number;
|
|
275
286
|
name?: string | undefined;
|
|
276
287
|
symbol?: string | undefined;
|
|
277
288
|
image?: string | undefined;
|
|
@@ -336,6 +347,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
336
347
|
metadata: string | undefined;
|
|
337
348
|
type: "Nft";
|
|
338
349
|
id: string;
|
|
350
|
+
updatedAt: number;
|
|
339
351
|
};
|
|
340
352
|
amount: {
|
|
341
353
|
value: bigint;
|
|
@@ -352,6 +364,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
352
364
|
asset: {
|
|
353
365
|
type: "Nft";
|
|
354
366
|
id: string;
|
|
367
|
+
updatedAt: number;
|
|
355
368
|
name?: string | undefined;
|
|
356
369
|
symbol?: string | undefined;
|
|
357
370
|
image?: string | undefined;
|
|
@@ -480,9 +493,11 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
480
493
|
symbol: z.ZodOptional<z.ZodString>;
|
|
481
494
|
image: z.ZodOptional<z.ZodString>;
|
|
482
495
|
metadata: z.ZodOptional<z.ZodString>;
|
|
496
|
+
updatedAt: z.ZodNumber;
|
|
483
497
|
}, "strip", z.ZodTypeAny, {
|
|
484
498
|
type: "Nft";
|
|
485
499
|
id: string;
|
|
500
|
+
updatedAt: number;
|
|
486
501
|
name?: string | undefined;
|
|
487
502
|
symbol?: string | undefined;
|
|
488
503
|
image?: string | undefined;
|
|
@@ -490,6 +505,7 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
490
505
|
}, {
|
|
491
506
|
type: "Nft";
|
|
492
507
|
id: string;
|
|
508
|
+
updatedAt: number;
|
|
493
509
|
name?: string | undefined;
|
|
494
510
|
symbol?: string | undefined;
|
|
495
511
|
image?: string | undefined;
|
|
@@ -501,9 +517,11 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
501
517
|
metadata: string | undefined;
|
|
502
518
|
type: "Nft";
|
|
503
519
|
id: string;
|
|
520
|
+
updatedAt: number;
|
|
504
521
|
}, {
|
|
505
522
|
type: "Nft";
|
|
506
523
|
id: string;
|
|
524
|
+
updatedAt: number;
|
|
507
525
|
name?: string | undefined;
|
|
508
526
|
symbol?: string | undefined;
|
|
509
527
|
image?: string | undefined;
|
|
@@ -517,6 +535,7 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
517
535
|
metadata: string | undefined;
|
|
518
536
|
type: "Nft";
|
|
519
537
|
id: string;
|
|
538
|
+
updatedAt: number;
|
|
520
539
|
};
|
|
521
540
|
amount: {
|
|
522
541
|
value: bigint;
|
|
@@ -538,6 +557,7 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
538
557
|
asset: {
|
|
539
558
|
type: "Nft";
|
|
540
559
|
id: string;
|
|
560
|
+
updatedAt: number;
|
|
541
561
|
name?: string | undefined;
|
|
542
562
|
symbol?: string | undefined;
|
|
543
563
|
image?: string | undefined;
|
|
@@ -578,6 +598,7 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
578
598
|
metadata: string | undefined;
|
|
579
599
|
type: "Nft";
|
|
580
600
|
id: string;
|
|
601
|
+
updatedAt: number;
|
|
581
602
|
};
|
|
582
603
|
amount: {
|
|
583
604
|
value: bigint;
|
|
@@ -588,6 +609,7 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
588
609
|
asset: {
|
|
589
610
|
type: "Nft";
|
|
590
611
|
id: string;
|
|
612
|
+
updatedAt: number;
|
|
591
613
|
name?: string | undefined;
|
|
592
614
|
symbol?: string | undefined;
|
|
593
615
|
image?: string | undefined;
|
|
@@ -636,6 +658,7 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
636
658
|
metadata: string | undefined;
|
|
637
659
|
type: "Nft";
|
|
638
660
|
id: string;
|
|
661
|
+
updatedAt: number;
|
|
639
662
|
};
|
|
640
663
|
amount: {
|
|
641
664
|
value: bigint;
|
|
@@ -663,6 +686,7 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
663
686
|
asset: {
|
|
664
687
|
type: "Nft";
|
|
665
688
|
id: string;
|
|
689
|
+
updatedAt: number;
|
|
666
690
|
name?: string | undefined;
|
|
667
691
|
symbol?: string | undefined;
|
|
668
692
|
image?: string | undefined;
|
|
@@ -729,6 +753,7 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
729
753
|
metadata: string | undefined;
|
|
730
754
|
type: "Nft";
|
|
731
755
|
id: string;
|
|
756
|
+
updatedAt: number;
|
|
732
757
|
};
|
|
733
758
|
amount: {
|
|
734
759
|
value: bigint;
|
|
@@ -747,6 +772,7 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
747
772
|
asset: {
|
|
748
773
|
type: "Nft";
|
|
749
774
|
id: string;
|
|
775
|
+
updatedAt: number;
|
|
750
776
|
name?: string | undefined;
|
|
751
777
|
symbol?: string | undefined;
|
|
752
778
|
image?: string | undefined;
|
|
@@ -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
|
|
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"}
|