@0xtorch/core 0.0.27 → 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/_esm/assets/schemas/nft.js +1 -0
- package/_esm/assets/schemas/nft.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/assets/schemas/nft.ts +1 -0
- package/package.json +1 -1
|
@@ -373,9 +373,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
373
373
|
symbol: z.ZodOptional<z.ZodString>;
|
|
374
374
|
image: z.ZodOptional<z.ZodString>;
|
|
375
375
|
metadata: z.ZodOptional<z.ZodString>;
|
|
376
|
+
updatedAt: z.ZodNumber;
|
|
376
377
|
}, "strip", z.ZodTypeAny, {
|
|
377
378
|
type: "Nft";
|
|
378
379
|
id: string;
|
|
380
|
+
updatedAt: number;
|
|
379
381
|
name?: string | undefined;
|
|
380
382
|
symbol?: string | undefined;
|
|
381
383
|
image?: string | undefined;
|
|
@@ -383,6 +385,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
383
385
|
}, {
|
|
384
386
|
type: "Nft";
|
|
385
387
|
id: string;
|
|
388
|
+
updatedAt: number;
|
|
386
389
|
name?: string | undefined;
|
|
387
390
|
symbol?: string | undefined;
|
|
388
391
|
image?: string | undefined;
|
|
@@ -394,9 +397,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
394
397
|
metadata: string | undefined;
|
|
395
398
|
type: "Nft";
|
|
396
399
|
id: string;
|
|
400
|
+
updatedAt: number;
|
|
397
401
|
}, {
|
|
398
402
|
type: "Nft";
|
|
399
403
|
id: string;
|
|
404
|
+
updatedAt: number;
|
|
400
405
|
name?: string | undefined;
|
|
401
406
|
symbol?: string | undefined;
|
|
402
407
|
image?: string | undefined;
|
|
@@ -410,6 +415,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
410
415
|
metadata: string | undefined;
|
|
411
416
|
type: "Nft";
|
|
412
417
|
id: string;
|
|
418
|
+
updatedAt: number;
|
|
413
419
|
};
|
|
414
420
|
amount: {
|
|
415
421
|
value: bigint;
|
|
@@ -431,6 +437,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
431
437
|
asset: {
|
|
432
438
|
type: "Nft";
|
|
433
439
|
id: string;
|
|
440
|
+
updatedAt: number;
|
|
434
441
|
name?: string | undefined;
|
|
435
442
|
symbol?: string | undefined;
|
|
436
443
|
image?: string | undefined;
|
|
@@ -471,6 +478,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
471
478
|
metadata: string | undefined;
|
|
472
479
|
type: "Nft";
|
|
473
480
|
id: string;
|
|
481
|
+
updatedAt: number;
|
|
474
482
|
};
|
|
475
483
|
amount: {
|
|
476
484
|
value: bigint;
|
|
@@ -481,6 +489,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
481
489
|
asset: {
|
|
482
490
|
type: "Nft";
|
|
483
491
|
id: string;
|
|
492
|
+
updatedAt: number;
|
|
484
493
|
name?: string | undefined;
|
|
485
494
|
symbol?: string | undefined;
|
|
486
495
|
image?: string | undefined;
|
|
@@ -561,6 +570,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
561
570
|
metadata: string | undefined;
|
|
562
571
|
type: "Nft";
|
|
563
572
|
id: string;
|
|
573
|
+
updatedAt: number;
|
|
564
574
|
};
|
|
565
575
|
amount: {
|
|
566
576
|
value: bigint;
|
|
@@ -622,6 +632,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
622
632
|
asset: {
|
|
623
633
|
type: "Nft";
|
|
624
634
|
id: string;
|
|
635
|
+
updatedAt: number;
|
|
625
636
|
name?: string | undefined;
|
|
626
637
|
symbol?: string | undefined;
|
|
627
638
|
image?: string | undefined;
|
|
@@ -722,6 +733,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
722
733
|
metadata: string | undefined;
|
|
723
734
|
type: "Nft";
|
|
724
735
|
id: string;
|
|
736
|
+
updatedAt: number;
|
|
725
737
|
};
|
|
726
738
|
amount: {
|
|
727
739
|
value: bigint;
|
|
@@ -774,6 +786,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
774
786
|
asset: {
|
|
775
787
|
type: "Nft";
|
|
776
788
|
id: string;
|
|
789
|
+
updatedAt: number;
|
|
777
790
|
name?: string | undefined;
|
|
778
791
|
symbol?: string | undefined;
|
|
779
792
|
image?: string | undefined;
|
|
@@ -1179,9 +1192,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1179
1192
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1180
1193
|
image: z.ZodOptional<z.ZodString>;
|
|
1181
1194
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1195
|
+
updatedAt: z.ZodNumber;
|
|
1182
1196
|
}, "strip", z.ZodTypeAny, {
|
|
1183
1197
|
type: "Nft";
|
|
1184
1198
|
id: string;
|
|
1199
|
+
updatedAt: number;
|
|
1185
1200
|
name?: string | undefined;
|
|
1186
1201
|
symbol?: string | undefined;
|
|
1187
1202
|
image?: string | undefined;
|
|
@@ -1189,6 +1204,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1189
1204
|
}, {
|
|
1190
1205
|
type: "Nft";
|
|
1191
1206
|
id: string;
|
|
1207
|
+
updatedAt: number;
|
|
1192
1208
|
name?: string | undefined;
|
|
1193
1209
|
symbol?: string | undefined;
|
|
1194
1210
|
image?: string | undefined;
|
|
@@ -1200,9 +1216,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1200
1216
|
metadata: string | undefined;
|
|
1201
1217
|
type: "Nft";
|
|
1202
1218
|
id: string;
|
|
1219
|
+
updatedAt: number;
|
|
1203
1220
|
}, {
|
|
1204
1221
|
type: "Nft";
|
|
1205
1222
|
id: string;
|
|
1223
|
+
updatedAt: number;
|
|
1206
1224
|
name?: string | undefined;
|
|
1207
1225
|
symbol?: string | undefined;
|
|
1208
1226
|
image?: string | undefined;
|
|
@@ -1216,6 +1234,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1216
1234
|
metadata: string | undefined;
|
|
1217
1235
|
type: "Nft";
|
|
1218
1236
|
id: string;
|
|
1237
|
+
updatedAt: number;
|
|
1219
1238
|
};
|
|
1220
1239
|
amount: {
|
|
1221
1240
|
value: bigint;
|
|
@@ -1237,6 +1256,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1237
1256
|
asset: {
|
|
1238
1257
|
type: "Nft";
|
|
1239
1258
|
id: string;
|
|
1259
|
+
updatedAt: number;
|
|
1240
1260
|
name?: string | undefined;
|
|
1241
1261
|
symbol?: string | undefined;
|
|
1242
1262
|
image?: string | undefined;
|
|
@@ -1277,6 +1297,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1277
1297
|
metadata: string | undefined;
|
|
1278
1298
|
type: "Nft";
|
|
1279
1299
|
id: string;
|
|
1300
|
+
updatedAt: number;
|
|
1280
1301
|
};
|
|
1281
1302
|
amount: {
|
|
1282
1303
|
value: bigint;
|
|
@@ -1287,6 +1308,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1287
1308
|
asset: {
|
|
1288
1309
|
type: "Nft";
|
|
1289
1310
|
id: string;
|
|
1311
|
+
updatedAt: number;
|
|
1290
1312
|
name?: string | undefined;
|
|
1291
1313
|
symbol?: string | undefined;
|
|
1292
1314
|
image?: string | undefined;
|
|
@@ -1367,6 +1389,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1367
1389
|
metadata: string | undefined;
|
|
1368
1390
|
type: "Nft";
|
|
1369
1391
|
id: string;
|
|
1392
|
+
updatedAt: number;
|
|
1370
1393
|
};
|
|
1371
1394
|
amount: {
|
|
1372
1395
|
value: bigint;
|
|
@@ -1428,6 +1451,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1428
1451
|
asset: {
|
|
1429
1452
|
type: "Nft";
|
|
1430
1453
|
id: string;
|
|
1454
|
+
updatedAt: number;
|
|
1431
1455
|
name?: string | undefined;
|
|
1432
1456
|
symbol?: string | undefined;
|
|
1433
1457
|
image?: string | undefined;
|
|
@@ -1528,6 +1552,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1528
1552
|
metadata: string | undefined;
|
|
1529
1553
|
type: "Nft";
|
|
1530
1554
|
id: string;
|
|
1555
|
+
updatedAt: number;
|
|
1531
1556
|
};
|
|
1532
1557
|
amount: {
|
|
1533
1558
|
value: bigint;
|
|
@@ -1580,6 +1605,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1580
1605
|
asset: {
|
|
1581
1606
|
type: "Nft";
|
|
1582
1607
|
id: string;
|
|
1608
|
+
updatedAt: number;
|
|
1583
1609
|
name?: string | undefined;
|
|
1584
1610
|
symbol?: string | undefined;
|
|
1585
1611
|
image?: string | undefined;
|
|
@@ -1830,9 +1856,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1830
1856
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1831
1857
|
image: z.ZodOptional<z.ZodString>;
|
|
1832
1858
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1859
|
+
updatedAt: z.ZodNumber;
|
|
1833
1860
|
}, "strip", z.ZodTypeAny, {
|
|
1834
1861
|
type: "Nft";
|
|
1835
1862
|
id: string;
|
|
1863
|
+
updatedAt: number;
|
|
1836
1864
|
name?: string | undefined;
|
|
1837
1865
|
symbol?: string | undefined;
|
|
1838
1866
|
image?: string | undefined;
|
|
@@ -1840,6 +1868,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1840
1868
|
}, {
|
|
1841
1869
|
type: "Nft";
|
|
1842
1870
|
id: string;
|
|
1871
|
+
updatedAt: number;
|
|
1843
1872
|
name?: string | undefined;
|
|
1844
1873
|
symbol?: string | undefined;
|
|
1845
1874
|
image?: string | undefined;
|
|
@@ -1851,9 +1880,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1851
1880
|
metadata: string | undefined;
|
|
1852
1881
|
type: "Nft";
|
|
1853
1882
|
id: string;
|
|
1883
|
+
updatedAt: number;
|
|
1854
1884
|
}, {
|
|
1855
1885
|
type: "Nft";
|
|
1856
1886
|
id: string;
|
|
1887
|
+
updatedAt: number;
|
|
1857
1888
|
name?: string | undefined;
|
|
1858
1889
|
symbol?: string | undefined;
|
|
1859
1890
|
image?: string | undefined;
|
|
@@ -1898,6 +1929,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1898
1929
|
metadata: string | undefined;
|
|
1899
1930
|
type: "Nft";
|
|
1900
1931
|
id: string;
|
|
1932
|
+
updatedAt: number;
|
|
1901
1933
|
};
|
|
1902
1934
|
amount: {
|
|
1903
1935
|
value: bigint;
|
|
@@ -1939,6 +1971,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1939
1971
|
} | {
|
|
1940
1972
|
type: "Nft";
|
|
1941
1973
|
id: string;
|
|
1974
|
+
updatedAt: number;
|
|
1942
1975
|
name?: string | undefined;
|
|
1943
1976
|
symbol?: string | undefined;
|
|
1944
1977
|
image?: string | undefined;
|
|
@@ -1999,6 +2032,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1999
2032
|
metadata: string | undefined;
|
|
2000
2033
|
type: "Nft";
|
|
2001
2034
|
id: string;
|
|
2035
|
+
updatedAt: number;
|
|
2002
2036
|
};
|
|
2003
2037
|
amount: {
|
|
2004
2038
|
value: bigint;
|
|
@@ -2029,6 +2063,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2029
2063
|
} | {
|
|
2030
2064
|
type: "Nft";
|
|
2031
2065
|
id: string;
|
|
2066
|
+
updatedAt: number;
|
|
2032
2067
|
name?: string | undefined;
|
|
2033
2068
|
symbol?: string | undefined;
|
|
2034
2069
|
image?: string | undefined;
|
|
@@ -2221,9 +2256,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2221
2256
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2222
2257
|
image: z.ZodOptional<z.ZodString>;
|
|
2223
2258
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2259
|
+
updatedAt: z.ZodNumber;
|
|
2224
2260
|
}, "strip", z.ZodTypeAny, {
|
|
2225
2261
|
type: "Nft";
|
|
2226
2262
|
id: string;
|
|
2263
|
+
updatedAt: number;
|
|
2227
2264
|
name?: string | undefined;
|
|
2228
2265
|
symbol?: string | undefined;
|
|
2229
2266
|
image?: string | undefined;
|
|
@@ -2231,6 +2268,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2231
2268
|
}, {
|
|
2232
2269
|
type: "Nft";
|
|
2233
2270
|
id: string;
|
|
2271
|
+
updatedAt: number;
|
|
2234
2272
|
name?: string | undefined;
|
|
2235
2273
|
symbol?: string | undefined;
|
|
2236
2274
|
image?: string | undefined;
|
|
@@ -2242,9 +2280,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2242
2280
|
metadata: string | undefined;
|
|
2243
2281
|
type: "Nft";
|
|
2244
2282
|
id: string;
|
|
2283
|
+
updatedAt: number;
|
|
2245
2284
|
}, {
|
|
2246
2285
|
type: "Nft";
|
|
2247
2286
|
id: string;
|
|
2287
|
+
updatedAt: number;
|
|
2248
2288
|
name?: string | undefined;
|
|
2249
2289
|
symbol?: string | undefined;
|
|
2250
2290
|
image?: string | undefined;
|
|
@@ -2289,6 +2329,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2289
2329
|
metadata: string | undefined;
|
|
2290
2330
|
type: "Nft";
|
|
2291
2331
|
id: string;
|
|
2332
|
+
updatedAt: number;
|
|
2292
2333
|
};
|
|
2293
2334
|
amount: {
|
|
2294
2335
|
value: bigint;
|
|
@@ -2330,6 +2371,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2330
2371
|
} | {
|
|
2331
2372
|
type: "Nft";
|
|
2332
2373
|
id: string;
|
|
2374
|
+
updatedAt: number;
|
|
2333
2375
|
name?: string | undefined;
|
|
2334
2376
|
symbol?: string | undefined;
|
|
2335
2377
|
image?: string | undefined;
|
|
@@ -2390,6 +2432,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2390
2432
|
metadata: string | undefined;
|
|
2391
2433
|
type: "Nft";
|
|
2392
2434
|
id: string;
|
|
2435
|
+
updatedAt: number;
|
|
2393
2436
|
};
|
|
2394
2437
|
amount: {
|
|
2395
2438
|
value: bigint;
|
|
@@ -2420,6 +2463,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2420
2463
|
} | {
|
|
2421
2464
|
type: "Nft";
|
|
2422
2465
|
id: string;
|
|
2466
|
+
updatedAt: number;
|
|
2423
2467
|
name?: string | undefined;
|
|
2424
2468
|
symbol?: string | undefined;
|
|
2425
2469
|
image?: string | undefined;
|
|
@@ -2488,6 +2532,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2488
2532
|
metadata: string | undefined;
|
|
2489
2533
|
type: "Nft";
|
|
2490
2534
|
id: string;
|
|
2535
|
+
updatedAt: number;
|
|
2491
2536
|
};
|
|
2492
2537
|
amount: {
|
|
2493
2538
|
value: bigint;
|
|
@@ -2533,6 +2578,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2533
2578
|
metadata: string | undefined;
|
|
2534
2579
|
type: "Nft";
|
|
2535
2580
|
id: string;
|
|
2581
|
+
updatedAt: number;
|
|
2536
2582
|
};
|
|
2537
2583
|
amount: {
|
|
2538
2584
|
value: bigint;
|
|
@@ -2582,6 +2628,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2582
2628
|
} | {
|
|
2583
2629
|
type: "Nft";
|
|
2584
2630
|
id: string;
|
|
2631
|
+
updatedAt: number;
|
|
2585
2632
|
name?: string | undefined;
|
|
2586
2633
|
symbol?: string | undefined;
|
|
2587
2634
|
image?: string | undefined;
|
|
@@ -2627,6 +2674,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2627
2674
|
} | {
|
|
2628
2675
|
type: "Nft";
|
|
2629
2676
|
id: string;
|
|
2677
|
+
updatedAt: number;
|
|
2630
2678
|
name?: string | undefined;
|
|
2631
2679
|
symbol?: string | undefined;
|
|
2632
2680
|
image?: string | undefined;
|
|
@@ -2715,6 +2763,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2715
2763
|
metadata: string | undefined;
|
|
2716
2764
|
type: "Nft";
|
|
2717
2765
|
id: string;
|
|
2766
|
+
updatedAt: number;
|
|
2718
2767
|
};
|
|
2719
2768
|
amount: {
|
|
2720
2769
|
value: bigint;
|
|
@@ -2760,6 +2809,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2760
2809
|
metadata: string | undefined;
|
|
2761
2810
|
type: "Nft";
|
|
2762
2811
|
id: string;
|
|
2812
|
+
updatedAt: number;
|
|
2763
2813
|
};
|
|
2764
2814
|
amount: {
|
|
2765
2815
|
value: bigint;
|
|
@@ -2800,6 +2850,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2800
2850
|
} | {
|
|
2801
2851
|
type: "Nft";
|
|
2802
2852
|
id: string;
|
|
2853
|
+
updatedAt: number;
|
|
2803
2854
|
name?: string | undefined;
|
|
2804
2855
|
symbol?: string | undefined;
|
|
2805
2856
|
image?: string | undefined;
|
|
@@ -2845,6 +2896,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2845
2896
|
} | {
|
|
2846
2897
|
type: "Nft";
|
|
2847
2898
|
id: string;
|
|
2899
|
+
updatedAt: number;
|
|
2848
2900
|
name?: string | undefined;
|
|
2849
2901
|
symbol?: string | undefined;
|
|
2850
2902
|
image?: string | undefined;
|
|
@@ -3095,9 +3147,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3095
3147
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3096
3148
|
image: z.ZodOptional<z.ZodString>;
|
|
3097
3149
|
metadata: z.ZodOptional<z.ZodString>;
|
|
3150
|
+
updatedAt: z.ZodNumber;
|
|
3098
3151
|
}, "strip", z.ZodTypeAny, {
|
|
3099
3152
|
type: "Nft";
|
|
3100
3153
|
id: string;
|
|
3154
|
+
updatedAt: number;
|
|
3101
3155
|
name?: string | undefined;
|
|
3102
3156
|
symbol?: string | undefined;
|
|
3103
3157
|
image?: string | undefined;
|
|
@@ -3105,6 +3159,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3105
3159
|
}, {
|
|
3106
3160
|
type: "Nft";
|
|
3107
3161
|
id: string;
|
|
3162
|
+
updatedAt: number;
|
|
3108
3163
|
name?: string | undefined;
|
|
3109
3164
|
symbol?: string | undefined;
|
|
3110
3165
|
image?: string | undefined;
|
|
@@ -3116,9 +3171,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3116
3171
|
metadata: string | undefined;
|
|
3117
3172
|
type: "Nft";
|
|
3118
3173
|
id: string;
|
|
3174
|
+
updatedAt: number;
|
|
3119
3175
|
}, {
|
|
3120
3176
|
type: "Nft";
|
|
3121
3177
|
id: string;
|
|
3178
|
+
updatedAt: number;
|
|
3122
3179
|
name?: string | undefined;
|
|
3123
3180
|
symbol?: string | undefined;
|
|
3124
3181
|
image?: string | undefined;
|
|
@@ -3163,6 +3220,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3163
3220
|
metadata: string | undefined;
|
|
3164
3221
|
type: "Nft";
|
|
3165
3222
|
id: string;
|
|
3223
|
+
updatedAt: number;
|
|
3166
3224
|
};
|
|
3167
3225
|
amount: {
|
|
3168
3226
|
value: bigint;
|
|
@@ -3204,6 +3262,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3204
3262
|
} | {
|
|
3205
3263
|
type: "Nft";
|
|
3206
3264
|
id: string;
|
|
3265
|
+
updatedAt: number;
|
|
3207
3266
|
name?: string | undefined;
|
|
3208
3267
|
symbol?: string | undefined;
|
|
3209
3268
|
image?: string | undefined;
|
|
@@ -3264,6 +3323,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3264
3323
|
metadata: string | undefined;
|
|
3265
3324
|
type: "Nft";
|
|
3266
3325
|
id: string;
|
|
3326
|
+
updatedAt: number;
|
|
3267
3327
|
};
|
|
3268
3328
|
amount: {
|
|
3269
3329
|
value: bigint;
|
|
@@ -3294,6 +3354,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3294
3354
|
} | {
|
|
3295
3355
|
type: "Nft";
|
|
3296
3356
|
id: string;
|
|
3357
|
+
updatedAt: number;
|
|
3297
3358
|
name?: string | undefined;
|
|
3298
3359
|
symbol?: string | undefined;
|
|
3299
3360
|
image?: string | undefined;
|
|
@@ -3486,9 +3547,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3486
3547
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3487
3548
|
image: z.ZodOptional<z.ZodString>;
|
|
3488
3549
|
metadata: z.ZodOptional<z.ZodString>;
|
|
3550
|
+
updatedAt: z.ZodNumber;
|
|
3489
3551
|
}, "strip", z.ZodTypeAny, {
|
|
3490
3552
|
type: "Nft";
|
|
3491
3553
|
id: string;
|
|
3554
|
+
updatedAt: number;
|
|
3492
3555
|
name?: string | undefined;
|
|
3493
3556
|
symbol?: string | undefined;
|
|
3494
3557
|
image?: string | undefined;
|
|
@@ -3496,6 +3559,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3496
3559
|
}, {
|
|
3497
3560
|
type: "Nft";
|
|
3498
3561
|
id: string;
|
|
3562
|
+
updatedAt: number;
|
|
3499
3563
|
name?: string | undefined;
|
|
3500
3564
|
symbol?: string | undefined;
|
|
3501
3565
|
image?: string | undefined;
|
|
@@ -3507,9 +3571,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3507
3571
|
metadata: string | undefined;
|
|
3508
3572
|
type: "Nft";
|
|
3509
3573
|
id: string;
|
|
3574
|
+
updatedAt: number;
|
|
3510
3575
|
}, {
|
|
3511
3576
|
type: "Nft";
|
|
3512
3577
|
id: string;
|
|
3578
|
+
updatedAt: number;
|
|
3513
3579
|
name?: string | undefined;
|
|
3514
3580
|
symbol?: string | undefined;
|
|
3515
3581
|
image?: string | undefined;
|
|
@@ -3554,6 +3620,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3554
3620
|
metadata: string | undefined;
|
|
3555
3621
|
type: "Nft";
|
|
3556
3622
|
id: string;
|
|
3623
|
+
updatedAt: number;
|
|
3557
3624
|
};
|
|
3558
3625
|
amount: {
|
|
3559
3626
|
value: bigint;
|
|
@@ -3595,6 +3662,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3595
3662
|
} | {
|
|
3596
3663
|
type: "Nft";
|
|
3597
3664
|
id: string;
|
|
3665
|
+
updatedAt: number;
|
|
3598
3666
|
name?: string | undefined;
|
|
3599
3667
|
symbol?: string | undefined;
|
|
3600
3668
|
image?: string | undefined;
|
|
@@ -3655,6 +3723,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3655
3723
|
metadata: string | undefined;
|
|
3656
3724
|
type: "Nft";
|
|
3657
3725
|
id: string;
|
|
3726
|
+
updatedAt: number;
|
|
3658
3727
|
};
|
|
3659
3728
|
amount: {
|
|
3660
3729
|
value: bigint;
|
|
@@ -3685,6 +3754,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3685
3754
|
} | {
|
|
3686
3755
|
type: "Nft";
|
|
3687
3756
|
id: string;
|
|
3757
|
+
updatedAt: number;
|
|
3688
3758
|
name?: string | undefined;
|
|
3689
3759
|
symbol?: string | undefined;
|
|
3690
3760
|
image?: string | undefined;
|
|
@@ -3753,6 +3823,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3753
3823
|
metadata: string | undefined;
|
|
3754
3824
|
type: "Nft";
|
|
3755
3825
|
id: string;
|
|
3826
|
+
updatedAt: number;
|
|
3756
3827
|
};
|
|
3757
3828
|
amount: {
|
|
3758
3829
|
value: bigint;
|
|
@@ -3798,6 +3869,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3798
3869
|
metadata: string | undefined;
|
|
3799
3870
|
type: "Nft";
|
|
3800
3871
|
id: string;
|
|
3872
|
+
updatedAt: number;
|
|
3801
3873
|
};
|
|
3802
3874
|
amount: {
|
|
3803
3875
|
value: bigint;
|
|
@@ -3847,6 +3919,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3847
3919
|
} | {
|
|
3848
3920
|
type: "Nft";
|
|
3849
3921
|
id: string;
|
|
3922
|
+
updatedAt: number;
|
|
3850
3923
|
name?: string | undefined;
|
|
3851
3924
|
symbol?: string | undefined;
|
|
3852
3925
|
image?: string | undefined;
|
|
@@ -3892,6 +3965,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3892
3965
|
} | {
|
|
3893
3966
|
type: "Nft";
|
|
3894
3967
|
id: string;
|
|
3968
|
+
updatedAt: number;
|
|
3895
3969
|
name?: string | undefined;
|
|
3896
3970
|
symbol?: string | undefined;
|
|
3897
3971
|
image?: string | undefined;
|
|
@@ -3980,6 +4054,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3980
4054
|
metadata: string | undefined;
|
|
3981
4055
|
type: "Nft";
|
|
3982
4056
|
id: string;
|
|
4057
|
+
updatedAt: number;
|
|
3983
4058
|
};
|
|
3984
4059
|
amount: {
|
|
3985
4060
|
value: bigint;
|
|
@@ -4025,6 +4100,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4025
4100
|
metadata: string | undefined;
|
|
4026
4101
|
type: "Nft";
|
|
4027
4102
|
id: string;
|
|
4103
|
+
updatedAt: number;
|
|
4028
4104
|
};
|
|
4029
4105
|
amount: {
|
|
4030
4106
|
value: bigint;
|
|
@@ -4065,6 +4141,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4065
4141
|
} | {
|
|
4066
4142
|
type: "Nft";
|
|
4067
4143
|
id: string;
|
|
4144
|
+
updatedAt: number;
|
|
4068
4145
|
name?: string | undefined;
|
|
4069
4146
|
symbol?: string | undefined;
|
|
4070
4147
|
image?: string | undefined;
|
|
@@ -4110,6 +4187,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4110
4187
|
} | {
|
|
4111
4188
|
type: "Nft";
|
|
4112
4189
|
id: string;
|
|
4190
|
+
updatedAt: number;
|
|
4113
4191
|
name?: string | undefined;
|
|
4114
4192
|
symbol?: string | undefined;
|
|
4115
4193
|
image?: string | undefined;
|
|
@@ -4213,6 +4291,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4213
4291
|
metadata: string | undefined;
|
|
4214
4292
|
type: "Nft";
|
|
4215
4293
|
id: string;
|
|
4294
|
+
updatedAt: number;
|
|
4216
4295
|
};
|
|
4217
4296
|
amount: {
|
|
4218
4297
|
value: bigint;
|
|
@@ -4289,6 +4368,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4289
4368
|
metadata: string | undefined;
|
|
4290
4369
|
type: "Nft";
|
|
4291
4370
|
id: string;
|
|
4371
|
+
updatedAt: number;
|
|
4292
4372
|
};
|
|
4293
4373
|
amount: {
|
|
4294
4374
|
value: bigint;
|
|
@@ -4353,6 +4433,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4353
4433
|
metadata: string | undefined;
|
|
4354
4434
|
type: "Nft";
|
|
4355
4435
|
id: string;
|
|
4436
|
+
updatedAt: number;
|
|
4356
4437
|
};
|
|
4357
4438
|
amount: {
|
|
4358
4439
|
value: bigint;
|
|
@@ -4398,6 +4479,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4398
4479
|
metadata: string | undefined;
|
|
4399
4480
|
type: "Nft";
|
|
4400
4481
|
id: string;
|
|
4482
|
+
updatedAt: number;
|
|
4401
4483
|
};
|
|
4402
4484
|
amount: {
|
|
4403
4485
|
value: bigint;
|
|
@@ -4462,6 +4544,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4462
4544
|
metadata: string | undefined;
|
|
4463
4545
|
type: "Nft";
|
|
4464
4546
|
id: string;
|
|
4547
|
+
updatedAt: number;
|
|
4465
4548
|
};
|
|
4466
4549
|
amount: {
|
|
4467
4550
|
value: bigint;
|
|
@@ -4507,6 +4590,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4507
4590
|
metadata: string | undefined;
|
|
4508
4591
|
type: "Nft";
|
|
4509
4592
|
id: string;
|
|
4593
|
+
updatedAt: number;
|
|
4510
4594
|
};
|
|
4511
4595
|
amount: {
|
|
4512
4596
|
value: bigint;
|
|
@@ -4562,6 +4646,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4562
4646
|
asset: {
|
|
4563
4647
|
type: "Nft";
|
|
4564
4648
|
id: string;
|
|
4649
|
+
updatedAt: number;
|
|
4565
4650
|
name?: string | undefined;
|
|
4566
4651
|
symbol?: string | undefined;
|
|
4567
4652
|
image?: string | undefined;
|
|
@@ -4638,6 +4723,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4638
4723
|
asset: {
|
|
4639
4724
|
type: "Nft";
|
|
4640
4725
|
id: string;
|
|
4726
|
+
updatedAt: number;
|
|
4641
4727
|
name?: string | undefined;
|
|
4642
4728
|
symbol?: string | undefined;
|
|
4643
4729
|
image?: string | undefined;
|
|
@@ -4702,6 +4788,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4702
4788
|
} | {
|
|
4703
4789
|
type: "Nft";
|
|
4704
4790
|
id: string;
|
|
4791
|
+
updatedAt: number;
|
|
4705
4792
|
name?: string | undefined;
|
|
4706
4793
|
symbol?: string | undefined;
|
|
4707
4794
|
image?: string | undefined;
|
|
@@ -4747,6 +4834,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4747
4834
|
} | {
|
|
4748
4835
|
type: "Nft";
|
|
4749
4836
|
id: string;
|
|
4837
|
+
updatedAt: number;
|
|
4750
4838
|
name?: string | undefined;
|
|
4751
4839
|
symbol?: string | undefined;
|
|
4752
4840
|
image?: string | undefined;
|
|
@@ -4811,6 +4899,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4811
4899
|
} | {
|
|
4812
4900
|
type: "Nft";
|
|
4813
4901
|
id: string;
|
|
4902
|
+
updatedAt: number;
|
|
4814
4903
|
name?: string | undefined;
|
|
4815
4904
|
symbol?: string | undefined;
|
|
4816
4905
|
image?: string | undefined;
|
|
@@ -4856,6 +4945,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4856
4945
|
} | {
|
|
4857
4946
|
type: "Nft";
|
|
4858
4947
|
id: string;
|
|
4948
|
+
updatedAt: number;
|
|
4859
4949
|
name?: string | undefined;
|
|
4860
4950
|
symbol?: string | undefined;
|
|
4861
4951
|
image?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crossActionBundle.d.ts","sourceRoot":"","sources":["../../../actions/schemas/crossActionBundle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"crossActionBundle.d.ts","sourceRoot":"","sources":["../../../actions/schemas/crossActionBundle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUlC,CAAA"}
|