@0xtorch/core 0.0.20 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/.DS_Store +0 -0
  2. package/_cjs/actions/parsers/default.js +1 -0
  3. package/_cjs/actions/parsers/default.js.map +1 -1
  4. package/_cjs/assets/definitions/index.js +3 -1
  5. package/_cjs/assets/definitions/index.js.map +1 -1
  6. package/_cjs/assets/definitions/oasys.js +17 -0
  7. package/_cjs/assets/definitions/oasys.js.map +1 -0
  8. package/_cjs/assets/index.js +2 -1
  9. package/_cjs/assets/index.js.map +1 -1
  10. package/_cjs/assets/schemas/nft.js +14 -2
  11. package/_cjs/assets/schemas/nft.js.map +1 -1
  12. package/_cjs/index.js +2 -1
  13. package/_cjs/index.js.map +1 -1
  14. package/_esm/actions/parsers/default.js +1 -0
  15. package/_esm/actions/parsers/default.js.map +1 -1
  16. package/_esm/assets/definitions/index.js +1 -0
  17. package/_esm/assets/definitions/index.js.map +1 -1
  18. package/_esm/assets/definitions/oasys.js +14 -0
  19. package/_esm/assets/definitions/oasys.js.map +1 -0
  20. package/_esm/assets/index.js +1 -1
  21. package/_esm/assets/index.js.map +1 -1
  22. package/_esm/assets/schemas/nft.js +14 -2
  23. package/_esm/assets/schemas/nft.js.map +1 -1
  24. package/_esm/index.js +1 -1
  25. package/_esm/index.js.map +1 -1
  26. package/_types/actions/parsers/default.d.ts.map +1 -1
  27. package/_types/actions/schemas/action.d.ts +5541 -95
  28. package/_types/actions/schemas/action.d.ts.map +1 -1
  29. package/_types/actions/schemas/borrow/borrow.d.ts +118 -2
  30. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  31. package/_types/actions/schemas/crossActionBundle.d.ts +402 -6
  32. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  33. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +118 -2
  34. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  35. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +118 -2
  36. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  37. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +236 -4
  38. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  39. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +236 -4
  40. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  41. package/_types/actions/schemas/default/accountAction.d.ts +459 -9
  42. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  43. package/_types/actions/schemas/default/normalAction.d.ts +459 -9
  44. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  45. package/_types/actions/schemas/default/transfer.d.ts +422 -10
  46. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  47. package/_types/actions/schemas/deposit/addLiquidity.d.ts +236 -4
  48. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  49. package/_types/actions/schemas/deposit/deposit.d.ts +118 -2
  50. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  51. package/_types/actions/schemas/deposit/depositWithBond.d.ts +236 -4
  52. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  53. package/_types/actions/schemas/deposit/stake.d.ts +118 -2
  54. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  55. package/_types/actions/schemas/ignore/ignore.d.ts +177 -3
  56. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  57. package/_types/actions/schemas/ignore/move.d.ts +177 -3
  58. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  59. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +118 -2
  60. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  61. package/_types/actions/schemas/ignore/sendToCex.d.ts +118 -2
  62. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  63. package/_types/actions/schemas/ignore/spam.d.ts +236 -4
  64. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  65. package/_types/actions/schemas/income/freeMintNft.d.ts +118 -2
  66. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  67. package/_types/actions/schemas/income/income.d.ts +118 -2
  68. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  69. package/_types/actions/schemas/income/swapIncome.d.ts +59 -1
  70. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  71. package/_types/actions/schemas/reduce/reduce.d.ts +59 -1
  72. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  73. package/_types/actions/schemas/repayment/repayment.d.ts +118 -2
  74. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  75. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +236 -4
  76. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  77. package/_types/actions/schemas/replace/replace.d.ts +236 -4
  78. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  79. package/_types/actions/schemas/replace/swapNft.d.ts +236 -4
  80. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  81. package/_types/actions/schemas/trade/buyNft.d.ts +118 -2
  82. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  83. package/_types/actions/schemas/trade/mintNft.d.ts +118 -2
  84. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  85. package/_types/actions/schemas/trade/sellNft.d.ts +118 -2
  86. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  87. package/_types/actions/schemas/trade/trade.d.ts +236 -4
  88. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  89. package/_types/actions/schemas/transfer/swapTransfer.d.ts +59 -1
  90. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  91. package/_types/actions/schemas/transfer/transfer.d.ts +236 -4
  92. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  93. package/_types/actions/schemas/valuedown/valuedown.d.ts +204 -4
  94. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  95. package/_types/actions/schemas/valueup/valueup.d.ts +204 -4
  96. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  97. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +236 -4
  98. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  99. package/_types/actions/schemas/withdraw/unstake.d.ts +118 -2
  100. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  101. package/_types/actions/schemas/withdraw/withdraw.d.ts +118 -2
  102. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  103. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +236 -4
  104. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  105. package/_types/actions/utils.d.ts +12 -0
  106. package/_types/actions/utils.d.ts.map +1 -1
  107. package/_types/assets/definitions/index.d.ts +1 -0
  108. package/_types/assets/definitions/index.d.ts.map +1 -1
  109. package/_types/assets/definitions/oasys.d.ts +13 -0
  110. package/_types/assets/definitions/oasys.d.ts.map +1 -0
  111. package/_types/assets/index.d.ts +1 -1
  112. package/_types/assets/index.d.ts.map +1 -1
  113. package/_types/assets/schemas/asset.d.ts +27 -1
  114. package/_types/assets/schemas/asset.d.ts.map +1 -1
  115. package/_types/assets/schemas/nft.d.ts +27 -1
  116. package/_types/assets/schemas/nft.d.ts.map +1 -1
  117. package/_types/index.d.ts +1 -1
  118. package/_types/index.d.ts.map +1 -1
  119. package/_types/setAccountActionPrices.d.ts +204 -0
  120. package/_types/setAccountActionPrices.d.ts.map +1 -1
  121. package/actions/.DS_Store +0 -0
  122. package/actions/parsers/default.ts +1 -0
  123. package/assets/.DS_Store +0 -0
  124. package/assets/definitions/index.ts +1 -0
  125. package/assets/definitions/oasys.ts +14 -0
  126. package/assets/index.ts +1 -0
  127. package/assets/schemas/nft.ts +16 -4
  128. package/index.ts +1 -0
  129. package/package.json +1 -1
@@ -361,18 +361,48 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
361
361
  decimals: number;
362
362
  }>;
363
363
  direction: z.ZodLiteral<"in">;
364
- asset: z.ZodObject<{
364
+ asset: z.ZodEffects<z.ZodObject<{
365
365
  type: z.ZodLiteral<"Nft">;
366
366
  id: z.ZodString;
367
+ name: z.ZodOptional<z.ZodString>;
368
+ symbol: z.ZodOptional<z.ZodString>;
369
+ image: z.ZodOptional<z.ZodString>;
370
+ metadata: z.ZodOptional<z.ZodString>;
367
371
  }, "strip", z.ZodTypeAny, {
368
372
  type: "Nft";
369
373
  id: string;
374
+ name?: string | undefined;
375
+ symbol?: string | undefined;
376
+ image?: string | undefined;
377
+ metadata?: string | undefined;
378
+ }, {
379
+ type: "Nft";
380
+ id: string;
381
+ name?: string | undefined;
382
+ symbol?: string | undefined;
383
+ image?: string | undefined;
384
+ metadata?: string | undefined;
385
+ }>, {
386
+ name: string | undefined;
387
+ symbol: string | undefined;
388
+ image: string | undefined;
389
+ metadata: string | undefined;
390
+ type: "Nft";
391
+ id: string;
370
392
  }, {
371
393
  type: "Nft";
372
394
  id: string;
395
+ name?: string | undefined;
396
+ symbol?: string | undefined;
397
+ image?: string | undefined;
398
+ metadata?: string | undefined;
373
399
  }>;
374
400
  }, "strip", z.ZodTypeAny, {
375
401
  asset: {
402
+ name: string | undefined;
403
+ symbol: string | undefined;
404
+ image: string | undefined;
405
+ metadata: string | undefined;
376
406
  type: "Nft";
377
407
  id: string;
378
408
  };
@@ -396,6 +426,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
396
426
  asset: {
397
427
  type: "Nft";
398
428
  id: string;
429
+ name?: string | undefined;
430
+ symbol?: string | undefined;
431
+ image?: string | undefined;
432
+ metadata?: string | undefined;
399
433
  };
400
434
  amount: {
401
435
  value: bigint;
@@ -426,6 +460,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
426
460
  timestamp: number;
427
461
  } | undefined;
428
462
  asset: {
463
+ name: string | undefined;
464
+ symbol: string | undefined;
465
+ image: string | undefined;
466
+ metadata: string | undefined;
429
467
  type: "Nft";
430
468
  id: string;
431
469
  };
@@ -438,6 +476,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
438
476
  asset: {
439
477
  type: "Nft";
440
478
  id: string;
479
+ name?: string | undefined;
480
+ symbol?: string | undefined;
481
+ image?: string | undefined;
482
+ metadata?: string | undefined;
441
483
  };
442
484
  amount: {
443
485
  value: bigint;
@@ -774,18 +816,48 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
774
816
  decimals: number;
775
817
  }>;
776
818
  direction: z.ZodLiteral<"out">;
777
- asset: z.ZodObject<{
819
+ asset: z.ZodEffects<z.ZodObject<{
778
820
  type: z.ZodLiteral<"Nft">;
779
821
  id: z.ZodString;
822
+ name: z.ZodOptional<z.ZodString>;
823
+ symbol: z.ZodOptional<z.ZodString>;
824
+ image: z.ZodOptional<z.ZodString>;
825
+ metadata: z.ZodOptional<z.ZodString>;
780
826
  }, "strip", z.ZodTypeAny, {
781
827
  type: "Nft";
782
828
  id: string;
829
+ name?: string | undefined;
830
+ symbol?: string | undefined;
831
+ image?: string | undefined;
832
+ metadata?: string | undefined;
833
+ }, {
834
+ type: "Nft";
835
+ id: string;
836
+ name?: string | undefined;
837
+ symbol?: string | undefined;
838
+ image?: string | undefined;
839
+ metadata?: string | undefined;
840
+ }>, {
841
+ name: string | undefined;
842
+ symbol: string | undefined;
843
+ image: string | undefined;
844
+ metadata: string | undefined;
845
+ type: "Nft";
846
+ id: string;
783
847
  }, {
784
848
  type: "Nft";
785
849
  id: string;
850
+ name?: string | undefined;
851
+ symbol?: string | undefined;
852
+ image?: string | undefined;
853
+ metadata?: string | undefined;
786
854
  }>;
787
855
  }, "strip", z.ZodTypeAny, {
788
856
  asset: {
857
+ name: string | undefined;
858
+ symbol: string | undefined;
859
+ image: string | undefined;
860
+ metadata: string | undefined;
789
861
  type: "Nft";
790
862
  id: string;
791
863
  };
@@ -809,6 +881,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
809
881
  asset: {
810
882
  type: "Nft";
811
883
  id: string;
884
+ name?: string | undefined;
885
+ symbol?: string | undefined;
886
+ image?: string | undefined;
887
+ metadata?: string | undefined;
812
888
  };
813
889
  amount: {
814
890
  value: bigint;
@@ -839,6 +915,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
839
915
  timestamp: number;
840
916
  } | undefined;
841
917
  asset: {
918
+ name: string | undefined;
919
+ symbol: string | undefined;
920
+ image: string | undefined;
921
+ metadata: string | undefined;
842
922
  type: "Nft";
843
923
  id: string;
844
924
  };
@@ -851,6 +931,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
851
931
  asset: {
852
932
  type: "Nft";
853
933
  id: string;
934
+ name?: string | undefined;
935
+ symbol?: string | undefined;
936
+ image?: string | undefined;
937
+ metadata?: string | undefined;
854
938
  };
855
939
  amount: {
856
940
  value: bigint;
@@ -919,6 +1003,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
919
1003
  timestamp: number;
920
1004
  } | undefined;
921
1005
  asset: {
1006
+ name: string | undefined;
1007
+ symbol: string | undefined;
1008
+ image: string | undefined;
1009
+ metadata: string | undefined;
922
1010
  type: "Nft";
923
1011
  id: string;
924
1012
  };
@@ -972,6 +1060,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
972
1060
  timestamp: number;
973
1061
  } | undefined;
974
1062
  asset: {
1063
+ name: string | undefined;
1064
+ symbol: string | undefined;
1065
+ image: string | undefined;
1066
+ metadata: string | undefined;
975
1067
  type: "Nft";
976
1068
  id: string;
977
1069
  };
@@ -1032,6 +1124,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
1032
1124
  asset: {
1033
1125
  type: "Nft";
1034
1126
  id: string;
1127
+ name?: string | undefined;
1128
+ symbol?: string | undefined;
1129
+ image?: string | undefined;
1130
+ metadata?: string | undefined;
1035
1131
  };
1036
1132
  amount: {
1037
1133
  value: bigint;
@@ -1085,6 +1181,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
1085
1181
  asset: {
1086
1182
  type: "Nft";
1087
1183
  id: string;
1184
+ name?: string | undefined;
1185
+ symbol?: string | undefined;
1186
+ image?: string | undefined;
1187
+ metadata?: string | undefined;
1088
1188
  };
1089
1189
  amount: {
1090
1190
  value: bigint;
@@ -1172,6 +1272,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
1172
1272
  timestamp: number;
1173
1273
  } | undefined;
1174
1274
  asset: {
1275
+ name: string | undefined;
1276
+ symbol: string | undefined;
1277
+ image: string | undefined;
1278
+ metadata: string | undefined;
1175
1279
  type: "Nft";
1176
1280
  id: string;
1177
1281
  };
@@ -1225,6 +1329,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
1225
1329
  timestamp: number;
1226
1330
  } | undefined;
1227
1331
  asset: {
1332
+ name: string | undefined;
1333
+ symbol: string | undefined;
1334
+ image: string | undefined;
1335
+ metadata: string | undefined;
1228
1336
  type: "Nft";
1229
1337
  id: string;
1230
1338
  };
@@ -1276,6 +1384,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
1276
1384
  asset: {
1277
1385
  type: "Nft";
1278
1386
  id: string;
1387
+ name?: string | undefined;
1388
+ symbol?: string | undefined;
1389
+ image?: string | undefined;
1390
+ metadata?: string | undefined;
1279
1391
  };
1280
1392
  amount: {
1281
1393
  value: bigint;
@@ -1329,6 +1441,10 @@ export declare const normalActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObje
1329
1441
  asset: {
1330
1442
  type: "Nft";
1331
1443
  id: string;
1444
+ name?: string | undefined;
1445
+ symbol?: string | undefined;
1446
+ image?: string | undefined;
1447
+ metadata?: string | undefined;
1332
1448
  };
1333
1449
  amount: {
1334
1450
  value: bigint;
@@ -1722,18 +1838,48 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
1722
1838
  decimals: number;
1723
1839
  }>;
1724
1840
  direction: z.ZodLiteral<"in">;
1725
- asset: z.ZodObject<{
1841
+ asset: z.ZodEffects<z.ZodObject<{
1726
1842
  type: z.ZodLiteral<"Nft">;
1727
1843
  id: z.ZodString;
1844
+ name: z.ZodOptional<z.ZodString>;
1845
+ symbol: z.ZodOptional<z.ZodString>;
1846
+ image: z.ZodOptional<z.ZodString>;
1847
+ metadata: z.ZodOptional<z.ZodString>;
1728
1848
  }, "strip", z.ZodTypeAny, {
1729
1849
  type: "Nft";
1730
1850
  id: string;
1851
+ name?: string | undefined;
1852
+ symbol?: string | undefined;
1853
+ image?: string | undefined;
1854
+ metadata?: string | undefined;
1855
+ }, {
1856
+ type: "Nft";
1857
+ id: string;
1858
+ name?: string | undefined;
1859
+ symbol?: string | undefined;
1860
+ image?: string | undefined;
1861
+ metadata?: string | undefined;
1862
+ }>, {
1863
+ name: string | undefined;
1864
+ symbol: string | undefined;
1865
+ image: string | undefined;
1866
+ metadata: string | undefined;
1867
+ type: "Nft";
1868
+ id: string;
1731
1869
  }, {
1732
1870
  type: "Nft";
1733
1871
  id: string;
1872
+ name?: string | undefined;
1873
+ symbol?: string | undefined;
1874
+ image?: string | undefined;
1875
+ metadata?: string | undefined;
1734
1876
  }>;
1735
1877
  }, "strip", z.ZodTypeAny, {
1736
1878
  asset: {
1879
+ name: string | undefined;
1880
+ symbol: string | undefined;
1881
+ image: string | undefined;
1882
+ metadata: string | undefined;
1737
1883
  type: "Nft";
1738
1884
  id: string;
1739
1885
  };
@@ -1757,6 +1903,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
1757
1903
  asset: {
1758
1904
  type: "Nft";
1759
1905
  id: string;
1906
+ name?: string | undefined;
1907
+ symbol?: string | undefined;
1908
+ image?: string | undefined;
1909
+ metadata?: string | undefined;
1760
1910
  };
1761
1911
  amount: {
1762
1912
  value: bigint;
@@ -1787,6 +1937,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
1787
1937
  timestamp: number;
1788
1938
  } | undefined;
1789
1939
  asset: {
1940
+ name: string | undefined;
1941
+ symbol: string | undefined;
1942
+ image: string | undefined;
1943
+ metadata: string | undefined;
1790
1944
  type: "Nft";
1791
1945
  id: string;
1792
1946
  };
@@ -1799,6 +1953,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
1799
1953
  asset: {
1800
1954
  type: "Nft";
1801
1955
  id: string;
1956
+ name?: string | undefined;
1957
+ symbol?: string | undefined;
1958
+ image?: string | undefined;
1959
+ metadata?: string | undefined;
1802
1960
  };
1803
1961
  amount: {
1804
1962
  value: bigint;
@@ -2135,18 +2293,48 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2135
2293
  decimals: number;
2136
2294
  }>;
2137
2295
  direction: z.ZodLiteral<"out">;
2138
- asset: z.ZodObject<{
2296
+ asset: z.ZodEffects<z.ZodObject<{
2139
2297
  type: z.ZodLiteral<"Nft">;
2140
2298
  id: z.ZodString;
2299
+ name: z.ZodOptional<z.ZodString>;
2300
+ symbol: z.ZodOptional<z.ZodString>;
2301
+ image: z.ZodOptional<z.ZodString>;
2302
+ metadata: z.ZodOptional<z.ZodString>;
2141
2303
  }, "strip", z.ZodTypeAny, {
2142
2304
  type: "Nft";
2143
2305
  id: string;
2306
+ name?: string | undefined;
2307
+ symbol?: string | undefined;
2308
+ image?: string | undefined;
2309
+ metadata?: string | undefined;
2310
+ }, {
2311
+ type: "Nft";
2312
+ id: string;
2313
+ name?: string | undefined;
2314
+ symbol?: string | undefined;
2315
+ image?: string | undefined;
2316
+ metadata?: string | undefined;
2317
+ }>, {
2318
+ name: string | undefined;
2319
+ symbol: string | undefined;
2320
+ image: string | undefined;
2321
+ metadata: string | undefined;
2322
+ type: "Nft";
2323
+ id: string;
2144
2324
  }, {
2145
2325
  type: "Nft";
2146
2326
  id: string;
2327
+ name?: string | undefined;
2328
+ symbol?: string | undefined;
2329
+ image?: string | undefined;
2330
+ metadata?: string | undefined;
2147
2331
  }>;
2148
2332
  }, "strip", z.ZodTypeAny, {
2149
2333
  asset: {
2334
+ name: string | undefined;
2335
+ symbol: string | undefined;
2336
+ image: string | undefined;
2337
+ metadata: string | undefined;
2150
2338
  type: "Nft";
2151
2339
  id: string;
2152
2340
  };
@@ -2170,6 +2358,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2170
2358
  asset: {
2171
2359
  type: "Nft";
2172
2360
  id: string;
2361
+ name?: string | undefined;
2362
+ symbol?: string | undefined;
2363
+ image?: string | undefined;
2364
+ metadata?: string | undefined;
2173
2365
  };
2174
2366
  amount: {
2175
2367
  value: bigint;
@@ -2200,6 +2392,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2200
2392
  timestamp: number;
2201
2393
  } | undefined;
2202
2394
  asset: {
2395
+ name: string | undefined;
2396
+ symbol: string | undefined;
2397
+ image: string | undefined;
2398
+ metadata: string | undefined;
2203
2399
  type: "Nft";
2204
2400
  id: string;
2205
2401
  };
@@ -2212,6 +2408,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2212
2408
  asset: {
2213
2409
  type: "Nft";
2214
2410
  id: string;
2411
+ name?: string | undefined;
2412
+ symbol?: string | undefined;
2413
+ image?: string | undefined;
2414
+ metadata?: string | undefined;
2215
2415
  };
2216
2416
  amount: {
2217
2417
  value: bigint;
@@ -2282,6 +2482,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2282
2482
  timestamp: number;
2283
2483
  } | undefined;
2284
2484
  asset: {
2485
+ name: string | undefined;
2486
+ symbol: string | undefined;
2487
+ image: string | undefined;
2488
+ metadata: string | undefined;
2285
2489
  type: "Nft";
2286
2490
  id: string;
2287
2491
  };
@@ -2335,6 +2539,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2335
2539
  timestamp: number;
2336
2540
  } | undefined;
2337
2541
  asset: {
2542
+ name: string | undefined;
2543
+ symbol: string | undefined;
2544
+ image: string | undefined;
2545
+ metadata: string | undefined;
2338
2546
  type: "Nft";
2339
2547
  id: string;
2340
2548
  };
@@ -2397,6 +2605,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2397
2605
  asset: {
2398
2606
  type: "Nft";
2399
2607
  id: string;
2608
+ name?: string | undefined;
2609
+ symbol?: string | undefined;
2610
+ image?: string | undefined;
2611
+ metadata?: string | undefined;
2400
2612
  };
2401
2613
  amount: {
2402
2614
  value: bigint;
@@ -2450,6 +2662,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2450
2662
  asset: {
2451
2663
  type: "Nft";
2452
2664
  id: string;
2665
+ name?: string | undefined;
2666
+ symbol?: string | undefined;
2667
+ image?: string | undefined;
2668
+ metadata?: string | undefined;
2453
2669
  };
2454
2670
  amount: {
2455
2671
  value: bigint;
@@ -2539,6 +2755,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2539
2755
  timestamp: number;
2540
2756
  } | undefined;
2541
2757
  asset: {
2758
+ name: string | undefined;
2759
+ symbol: string | undefined;
2760
+ image: string | undefined;
2761
+ metadata: string | undefined;
2542
2762
  type: "Nft";
2543
2763
  id: string;
2544
2764
  };
@@ -2592,6 +2812,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2592
2812
  timestamp: number;
2593
2813
  } | undefined;
2594
2814
  asset: {
2815
+ name: string | undefined;
2816
+ symbol: string | undefined;
2817
+ image: string | undefined;
2818
+ metadata: string | undefined;
2595
2819
  type: "Nft";
2596
2820
  id: string;
2597
2821
  };
@@ -2645,6 +2869,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2645
2869
  asset: {
2646
2870
  type: "Nft";
2647
2871
  id: string;
2872
+ name?: string | undefined;
2873
+ symbol?: string | undefined;
2874
+ image?: string | undefined;
2875
+ metadata?: string | undefined;
2648
2876
  };
2649
2877
  amount: {
2650
2878
  value: bigint;
@@ -2698,6 +2926,10 @@ export declare const accountActionRepaymentWithDebtSchema: z.ZodEffects<z.ZodObj
2698
2926
  asset: {
2699
2927
  type: "Nft";
2700
2928
  id: string;
2929
+ name?: string | undefined;
2930
+ symbol?: string | undefined;
2931
+ image?: string | undefined;
2932
+ metadata?: string | undefined;
2701
2933
  };
2702
2934
  amount: {
2703
2935
  value: bigint;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB3C,CAAA;AAEL,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiB1C,CAAA"}
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"}