@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
|
@@ -368,9 +368,11 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
368
368
|
symbol: z.ZodOptional<z.ZodString>;
|
|
369
369
|
image: z.ZodOptional<z.ZodString>;
|
|
370
370
|
metadata: z.ZodOptional<z.ZodString>;
|
|
371
|
+
updatedAt: z.ZodNumber;
|
|
371
372
|
}, "strip", z.ZodTypeAny, {
|
|
372
373
|
type: "Nft";
|
|
373
374
|
id: string;
|
|
375
|
+
updatedAt: number;
|
|
374
376
|
name?: string | undefined;
|
|
375
377
|
symbol?: string | undefined;
|
|
376
378
|
image?: string | undefined;
|
|
@@ -378,6 +380,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
378
380
|
}, {
|
|
379
381
|
type: "Nft";
|
|
380
382
|
id: string;
|
|
383
|
+
updatedAt: number;
|
|
381
384
|
name?: string | undefined;
|
|
382
385
|
symbol?: string | undefined;
|
|
383
386
|
image?: string | undefined;
|
|
@@ -389,9 +392,11 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
389
392
|
metadata: string | undefined;
|
|
390
393
|
type: "Nft";
|
|
391
394
|
id: string;
|
|
395
|
+
updatedAt: number;
|
|
392
396
|
}, {
|
|
393
397
|
type: "Nft";
|
|
394
398
|
id: string;
|
|
399
|
+
updatedAt: number;
|
|
395
400
|
name?: string | undefined;
|
|
396
401
|
symbol?: string | undefined;
|
|
397
402
|
image?: string | undefined;
|
|
@@ -405,6 +410,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
405
410
|
metadata: string | undefined;
|
|
406
411
|
type: "Nft";
|
|
407
412
|
id: string;
|
|
413
|
+
updatedAt: number;
|
|
408
414
|
};
|
|
409
415
|
amount: {
|
|
410
416
|
value: bigint;
|
|
@@ -426,6 +432,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
426
432
|
asset: {
|
|
427
433
|
type: "Nft";
|
|
428
434
|
id: string;
|
|
435
|
+
updatedAt: number;
|
|
429
436
|
name?: string | undefined;
|
|
430
437
|
symbol?: string | undefined;
|
|
431
438
|
image?: string | undefined;
|
|
@@ -466,6 +473,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
466
473
|
metadata: string | undefined;
|
|
467
474
|
type: "Nft";
|
|
468
475
|
id: string;
|
|
476
|
+
updatedAt: number;
|
|
469
477
|
};
|
|
470
478
|
amount: {
|
|
471
479
|
value: bigint;
|
|
@@ -476,6 +484,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
476
484
|
asset: {
|
|
477
485
|
type: "Nft";
|
|
478
486
|
id: string;
|
|
487
|
+
updatedAt: number;
|
|
479
488
|
name?: string | undefined;
|
|
480
489
|
symbol?: string | undefined;
|
|
481
490
|
image?: string | undefined;
|
|
@@ -823,9 +832,11 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
823
832
|
symbol: z.ZodOptional<z.ZodString>;
|
|
824
833
|
image: z.ZodOptional<z.ZodString>;
|
|
825
834
|
metadata: z.ZodOptional<z.ZodString>;
|
|
835
|
+
updatedAt: z.ZodNumber;
|
|
826
836
|
}, "strip", z.ZodTypeAny, {
|
|
827
837
|
type: "Nft";
|
|
828
838
|
id: string;
|
|
839
|
+
updatedAt: number;
|
|
829
840
|
name?: string | undefined;
|
|
830
841
|
symbol?: string | undefined;
|
|
831
842
|
image?: string | undefined;
|
|
@@ -833,6 +844,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
833
844
|
}, {
|
|
834
845
|
type: "Nft";
|
|
835
846
|
id: string;
|
|
847
|
+
updatedAt: number;
|
|
836
848
|
name?: string | undefined;
|
|
837
849
|
symbol?: string | undefined;
|
|
838
850
|
image?: string | undefined;
|
|
@@ -844,9 +856,11 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
844
856
|
metadata: string | undefined;
|
|
845
857
|
type: "Nft";
|
|
846
858
|
id: string;
|
|
859
|
+
updatedAt: number;
|
|
847
860
|
}, {
|
|
848
861
|
type: "Nft";
|
|
849
862
|
id: string;
|
|
863
|
+
updatedAt: number;
|
|
850
864
|
name?: string | undefined;
|
|
851
865
|
symbol?: string | undefined;
|
|
852
866
|
image?: string | undefined;
|
|
@@ -860,6 +874,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
860
874
|
metadata: string | undefined;
|
|
861
875
|
type: "Nft";
|
|
862
876
|
id: string;
|
|
877
|
+
updatedAt: number;
|
|
863
878
|
};
|
|
864
879
|
amount: {
|
|
865
880
|
value: bigint;
|
|
@@ -881,6 +896,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
881
896
|
asset: {
|
|
882
897
|
type: "Nft";
|
|
883
898
|
id: string;
|
|
899
|
+
updatedAt: number;
|
|
884
900
|
name?: string | undefined;
|
|
885
901
|
symbol?: string | undefined;
|
|
886
902
|
image?: string | undefined;
|
|
@@ -921,6 +937,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
921
937
|
metadata: string | undefined;
|
|
922
938
|
type: "Nft";
|
|
923
939
|
id: string;
|
|
940
|
+
updatedAt: number;
|
|
924
941
|
};
|
|
925
942
|
amount: {
|
|
926
943
|
value: bigint;
|
|
@@ -931,6 +948,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
931
948
|
asset: {
|
|
932
949
|
type: "Nft";
|
|
933
950
|
id: string;
|
|
951
|
+
updatedAt: number;
|
|
934
952
|
name?: string | undefined;
|
|
935
953
|
symbol?: string | undefined;
|
|
936
954
|
image?: string | undefined;
|
|
@@ -1009,6 +1027,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
1009
1027
|
metadata: string | undefined;
|
|
1010
1028
|
type: "Nft";
|
|
1011
1029
|
id: string;
|
|
1030
|
+
updatedAt: number;
|
|
1012
1031
|
};
|
|
1013
1032
|
amount: {
|
|
1014
1033
|
value: bigint;
|
|
@@ -1066,6 +1085,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
1066
1085
|
metadata: string | undefined;
|
|
1067
1086
|
type: "Nft";
|
|
1068
1087
|
id: string;
|
|
1088
|
+
updatedAt: number;
|
|
1069
1089
|
};
|
|
1070
1090
|
amount: {
|
|
1071
1091
|
value: bigint;
|
|
@@ -1124,6 +1144,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
1124
1144
|
asset: {
|
|
1125
1145
|
type: "Nft";
|
|
1126
1146
|
id: string;
|
|
1147
|
+
updatedAt: number;
|
|
1127
1148
|
name?: string | undefined;
|
|
1128
1149
|
symbol?: string | undefined;
|
|
1129
1150
|
image?: string | undefined;
|
|
@@ -1181,6 +1202,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
1181
1202
|
asset: {
|
|
1182
1203
|
type: "Nft";
|
|
1183
1204
|
id: string;
|
|
1205
|
+
updatedAt: number;
|
|
1184
1206
|
name?: string | undefined;
|
|
1185
1207
|
symbol?: string | undefined;
|
|
1186
1208
|
image?: string | undefined;
|
|
@@ -1278,6 +1300,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
1278
1300
|
metadata: string | undefined;
|
|
1279
1301
|
type: "Nft";
|
|
1280
1302
|
id: string;
|
|
1303
|
+
updatedAt: number;
|
|
1281
1304
|
};
|
|
1282
1305
|
amount: {
|
|
1283
1306
|
value: bigint;
|
|
@@ -1335,6 +1358,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
1335
1358
|
metadata: string | undefined;
|
|
1336
1359
|
type: "Nft";
|
|
1337
1360
|
id: string;
|
|
1361
|
+
updatedAt: number;
|
|
1338
1362
|
};
|
|
1339
1363
|
amount: {
|
|
1340
1364
|
value: bigint;
|
|
@@ -1384,6 +1408,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
1384
1408
|
asset: {
|
|
1385
1409
|
type: "Nft";
|
|
1386
1410
|
id: string;
|
|
1411
|
+
updatedAt: number;
|
|
1387
1412
|
name?: string | undefined;
|
|
1388
1413
|
symbol?: string | undefined;
|
|
1389
1414
|
image?: string | undefined;
|
|
@@ -1441,6 +1466,7 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
|
|
|
1441
1466
|
asset: {
|
|
1442
1467
|
type: "Nft";
|
|
1443
1468
|
id: string;
|
|
1469
|
+
updatedAt: number;
|
|
1444
1470
|
name?: string | undefined;
|
|
1445
1471
|
symbol?: string | undefined;
|
|
1446
1472
|
image?: string | undefined;
|
|
@@ -1845,9 +1871,11 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
1845
1871
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1846
1872
|
image: z.ZodOptional<z.ZodString>;
|
|
1847
1873
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1874
|
+
updatedAt: z.ZodNumber;
|
|
1848
1875
|
}, "strip", z.ZodTypeAny, {
|
|
1849
1876
|
type: "Nft";
|
|
1850
1877
|
id: string;
|
|
1878
|
+
updatedAt: number;
|
|
1851
1879
|
name?: string | undefined;
|
|
1852
1880
|
symbol?: string | undefined;
|
|
1853
1881
|
image?: string | undefined;
|
|
@@ -1855,6 +1883,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
1855
1883
|
}, {
|
|
1856
1884
|
type: "Nft";
|
|
1857
1885
|
id: string;
|
|
1886
|
+
updatedAt: number;
|
|
1858
1887
|
name?: string | undefined;
|
|
1859
1888
|
symbol?: string | undefined;
|
|
1860
1889
|
image?: string | undefined;
|
|
@@ -1866,9 +1895,11 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
1866
1895
|
metadata: string | undefined;
|
|
1867
1896
|
type: "Nft";
|
|
1868
1897
|
id: string;
|
|
1898
|
+
updatedAt: number;
|
|
1869
1899
|
}, {
|
|
1870
1900
|
type: "Nft";
|
|
1871
1901
|
id: string;
|
|
1902
|
+
updatedAt: number;
|
|
1872
1903
|
name?: string | undefined;
|
|
1873
1904
|
symbol?: string | undefined;
|
|
1874
1905
|
image?: string | undefined;
|
|
@@ -1882,6 +1913,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
1882
1913
|
metadata: string | undefined;
|
|
1883
1914
|
type: "Nft";
|
|
1884
1915
|
id: string;
|
|
1916
|
+
updatedAt: number;
|
|
1885
1917
|
};
|
|
1886
1918
|
amount: {
|
|
1887
1919
|
value: bigint;
|
|
@@ -1903,6 +1935,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
1903
1935
|
asset: {
|
|
1904
1936
|
type: "Nft";
|
|
1905
1937
|
id: string;
|
|
1938
|
+
updatedAt: number;
|
|
1906
1939
|
name?: string | undefined;
|
|
1907
1940
|
symbol?: string | undefined;
|
|
1908
1941
|
image?: string | undefined;
|
|
@@ -1943,6 +1976,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
1943
1976
|
metadata: string | undefined;
|
|
1944
1977
|
type: "Nft";
|
|
1945
1978
|
id: string;
|
|
1979
|
+
updatedAt: number;
|
|
1946
1980
|
};
|
|
1947
1981
|
amount: {
|
|
1948
1982
|
value: bigint;
|
|
@@ -1953,6 +1987,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
1953
1987
|
asset: {
|
|
1954
1988
|
type: "Nft";
|
|
1955
1989
|
id: string;
|
|
1990
|
+
updatedAt: number;
|
|
1956
1991
|
name?: string | undefined;
|
|
1957
1992
|
symbol?: string | undefined;
|
|
1958
1993
|
image?: string | undefined;
|
|
@@ -2300,9 +2335,11 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2300
2335
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2301
2336
|
image: z.ZodOptional<z.ZodString>;
|
|
2302
2337
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2338
|
+
updatedAt: z.ZodNumber;
|
|
2303
2339
|
}, "strip", z.ZodTypeAny, {
|
|
2304
2340
|
type: "Nft";
|
|
2305
2341
|
id: string;
|
|
2342
|
+
updatedAt: number;
|
|
2306
2343
|
name?: string | undefined;
|
|
2307
2344
|
symbol?: string | undefined;
|
|
2308
2345
|
image?: string | undefined;
|
|
@@ -2310,6 +2347,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2310
2347
|
}, {
|
|
2311
2348
|
type: "Nft";
|
|
2312
2349
|
id: string;
|
|
2350
|
+
updatedAt: number;
|
|
2313
2351
|
name?: string | undefined;
|
|
2314
2352
|
symbol?: string | undefined;
|
|
2315
2353
|
image?: string | undefined;
|
|
@@ -2321,9 +2359,11 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2321
2359
|
metadata: string | undefined;
|
|
2322
2360
|
type: "Nft";
|
|
2323
2361
|
id: string;
|
|
2362
|
+
updatedAt: number;
|
|
2324
2363
|
}, {
|
|
2325
2364
|
type: "Nft";
|
|
2326
2365
|
id: string;
|
|
2366
|
+
updatedAt: number;
|
|
2327
2367
|
name?: string | undefined;
|
|
2328
2368
|
symbol?: string | undefined;
|
|
2329
2369
|
image?: string | undefined;
|
|
@@ -2337,6 +2377,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2337
2377
|
metadata: string | undefined;
|
|
2338
2378
|
type: "Nft";
|
|
2339
2379
|
id: string;
|
|
2380
|
+
updatedAt: number;
|
|
2340
2381
|
};
|
|
2341
2382
|
amount: {
|
|
2342
2383
|
value: bigint;
|
|
@@ -2358,6 +2399,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2358
2399
|
asset: {
|
|
2359
2400
|
type: "Nft";
|
|
2360
2401
|
id: string;
|
|
2402
|
+
updatedAt: number;
|
|
2361
2403
|
name?: string | undefined;
|
|
2362
2404
|
symbol?: string | undefined;
|
|
2363
2405
|
image?: string | undefined;
|
|
@@ -2398,6 +2440,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2398
2440
|
metadata: string | undefined;
|
|
2399
2441
|
type: "Nft";
|
|
2400
2442
|
id: string;
|
|
2443
|
+
updatedAt: number;
|
|
2401
2444
|
};
|
|
2402
2445
|
amount: {
|
|
2403
2446
|
value: bigint;
|
|
@@ -2408,6 +2451,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2408
2451
|
asset: {
|
|
2409
2452
|
type: "Nft";
|
|
2410
2453
|
id: string;
|
|
2454
|
+
updatedAt: number;
|
|
2411
2455
|
name?: string | undefined;
|
|
2412
2456
|
symbol?: string | undefined;
|
|
2413
2457
|
image?: string | undefined;
|
|
@@ -2488,6 +2532,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
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;
|
|
@@ -2545,6 +2590,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2545
2590
|
metadata: string | undefined;
|
|
2546
2591
|
type: "Nft";
|
|
2547
2592
|
id: string;
|
|
2593
|
+
updatedAt: number;
|
|
2548
2594
|
};
|
|
2549
2595
|
amount: {
|
|
2550
2596
|
value: bigint;
|
|
@@ -2605,6 +2651,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2605
2651
|
asset: {
|
|
2606
2652
|
type: "Nft";
|
|
2607
2653
|
id: string;
|
|
2654
|
+
updatedAt: number;
|
|
2608
2655
|
name?: string | undefined;
|
|
2609
2656
|
symbol?: string | undefined;
|
|
2610
2657
|
image?: string | undefined;
|
|
@@ -2662,6 +2709,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2662
2709
|
asset: {
|
|
2663
2710
|
type: "Nft";
|
|
2664
2711
|
id: string;
|
|
2712
|
+
updatedAt: number;
|
|
2665
2713
|
name?: string | undefined;
|
|
2666
2714
|
symbol?: string | undefined;
|
|
2667
2715
|
image?: string | undefined;
|
|
@@ -2761,6 +2809,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2761
2809
|
metadata: string | undefined;
|
|
2762
2810
|
type: "Nft";
|
|
2763
2811
|
id: string;
|
|
2812
|
+
updatedAt: number;
|
|
2764
2813
|
};
|
|
2765
2814
|
amount: {
|
|
2766
2815
|
value: bigint;
|
|
@@ -2818,6 +2867,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2818
2867
|
metadata: string | undefined;
|
|
2819
2868
|
type: "Nft";
|
|
2820
2869
|
id: string;
|
|
2870
|
+
updatedAt: number;
|
|
2821
2871
|
};
|
|
2822
2872
|
amount: {
|
|
2823
2873
|
value: bigint;
|
|
@@ -2869,6 +2919,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2869
2919
|
asset: {
|
|
2870
2920
|
type: "Nft";
|
|
2871
2921
|
id: string;
|
|
2922
|
+
updatedAt: number;
|
|
2872
2923
|
name?: string | undefined;
|
|
2873
2924
|
symbol?: string | undefined;
|
|
2874
2925
|
image?: string | undefined;
|
|
@@ -2926,6 +2977,7 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
|
|
|
2926
2977
|
asset: {
|
|
2927
2978
|
type: "Nft";
|
|
2928
2979
|
id: string;
|
|
2980
|
+
updatedAt: number;
|
|
2929
2981
|
name?: string | undefined;
|
|
2930
2982
|
symbol?: string | undefined;
|
|
2931
2983
|
image?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repaymentWithDebt.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/repayment/repaymentWithDebt.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"repaymentWithDebt.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/repayment/repaymentWithDebt.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB3C,CAAA;AAEL,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiB1C,CAAA"}
|