@0xtorch/core 0.0.26 → 0.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/_cjs/assets/schemas/nft.js +1 -0
  2. package/_cjs/assets/schemas/nft.js.map +1 -1
  3. package/_cjs/utils/rest.js +0 -12
  4. package/_cjs/utils/rest.js.map +1 -1
  5. package/_esm/assets/schemas/nft.js +1 -0
  6. package/_esm/assets/schemas/nft.js.map +1 -1
  7. package/_esm/utils/rest.js +0 -12
  8. package/_esm/utils/rest.js.map +1 -1
  9. package/_types/actions/schemas/action.d.ts +1219 -0
  10. package/_types/actions/schemas/action.d.ts.map +1 -1
  11. package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
  12. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  13. package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
  14. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  15. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
  16. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  17. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
  18. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  19. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
  20. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  21. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
  22. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  23. package/_types/actions/schemas/default/accountAction.d.ts +99 -0
  24. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  25. package/_types/actions/schemas/default/normalAction.d.ts +99 -0
  26. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  27. package/_types/actions/schemas/default/transfer.d.ts +88 -0
  28. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  29. package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
  30. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  31. package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
  32. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  33. package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
  34. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  35. package/_types/actions/schemas/deposit/stake.d.ts +26 -0
  36. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  37. package/_types/actions/schemas/ignore/ignore.d.ts +39 -0
  38. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  39. package/_types/actions/schemas/ignore/move.d.ts +39 -0
  40. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  41. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
  42. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  43. package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
  44. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  45. package/_types/actions/schemas/ignore/spam.d.ts +52 -0
  46. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  47. package/_types/actions/schemas/income/freeMintNft.d.ts +26 -0
  48. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  49. package/_types/actions/schemas/income/income.d.ts +26 -0
  50. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  51. package/_types/actions/schemas/income/swapIncome.d.ts +13 -0
  52. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  53. package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
  54. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  55. package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
  56. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  57. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
  58. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  59. package/_types/actions/schemas/replace/replace.d.ts +52 -0
  60. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  61. package/_types/actions/schemas/replace/swapNft.d.ts +52 -0
  62. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  63. package/_types/actions/schemas/trade/buyNft.d.ts +26 -0
  64. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  65. package/_types/actions/schemas/trade/mintNft.d.ts +26 -0
  66. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  67. package/_types/actions/schemas/trade/sellNft.d.ts +26 -0
  68. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  69. package/_types/actions/schemas/trade/trade.d.ts +52 -0
  70. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  71. package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
  72. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  73. package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
  74. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  75. package/_types/actions/schemas/valuedown/valuedown.d.ts +44 -0
  76. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  77. package/_types/actions/schemas/valueup/valueup.d.ts +44 -0
  78. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  79. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
  80. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  81. package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
  82. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  83. package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
  84. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  85. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
  86. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  87. package/_types/actions/utils.d.ts +3 -0
  88. package/_types/actions/utils.d.ts.map +1 -1
  89. package/_types/assets/schemas/asset.d.ts +5 -0
  90. package/_types/assets/schemas/asset.d.ts.map +1 -1
  91. package/_types/assets/schemas/nft.d.ts +5 -0
  92. package/_types/assets/schemas/nft.d.ts.map +1 -1
  93. package/_types/setAccountActionPrices.d.ts +51 -0
  94. package/_types/setAccountActionPrices.d.ts.map +1 -1
  95. package/_types/utils/rest.d.ts.map +1 -1
  96. package/assets/schemas/nft.ts +1 -0
  97. package/package.json +1 -1
  98. package/utils/rest.ts +0 -11
@@ -212,9 +212,11 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
212
212
  symbol: z.ZodOptional<z.ZodString>;
213
213
  image: z.ZodOptional<z.ZodString>;
214
214
  metadata: z.ZodOptional<z.ZodString>;
215
+ updatedAt: z.ZodNumber;
215
216
  }, "strip", z.ZodTypeAny, {
216
217
  type: "Nft";
217
218
  id: string;
219
+ updatedAt: number;
218
220
  name?: string | undefined;
219
221
  symbol?: string | undefined;
220
222
  image?: string | undefined;
@@ -222,6 +224,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
222
224
  }, {
223
225
  type: "Nft";
224
226
  id: string;
227
+ updatedAt: number;
225
228
  name?: string | undefined;
226
229
  symbol?: string | undefined;
227
230
  image?: string | undefined;
@@ -233,9 +236,11 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
233
236
  metadata: string | undefined;
234
237
  type: "Nft";
235
238
  id: string;
239
+ updatedAt: number;
236
240
  }, {
237
241
  type: "Nft";
238
242
  id: string;
243
+ updatedAt: number;
239
244
  name?: string | undefined;
240
245
  symbol?: string | undefined;
241
246
  image?: string | undefined;
@@ -280,6 +285,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
280
285
  metadata: string | undefined;
281
286
  type: "Nft";
282
287
  id: string;
288
+ updatedAt: number;
283
289
  };
284
290
  amount: {
285
291
  value: bigint;
@@ -321,6 +327,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
321
327
  } | {
322
328
  type: "Nft";
323
329
  id: string;
330
+ updatedAt: number;
324
331
  name?: string | undefined;
325
332
  symbol?: string | undefined;
326
333
  image?: string | undefined;
@@ -381,6 +388,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
381
388
  metadata: string | undefined;
382
389
  type: "Nft";
383
390
  id: string;
391
+ updatedAt: number;
384
392
  };
385
393
  amount: {
386
394
  value: bigint;
@@ -411,6 +419,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
411
419
  } | {
412
420
  type: "Nft";
413
421
  id: string;
422
+ updatedAt: number;
414
423
  name?: string | undefined;
415
424
  symbol?: string | undefined;
416
425
  image?: string | undefined;
@@ -603,9 +612,11 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
603
612
  symbol: z.ZodOptional<z.ZodString>;
604
613
  image: z.ZodOptional<z.ZodString>;
605
614
  metadata: z.ZodOptional<z.ZodString>;
615
+ updatedAt: z.ZodNumber;
606
616
  }, "strip", z.ZodTypeAny, {
607
617
  type: "Nft";
608
618
  id: string;
619
+ updatedAt: number;
609
620
  name?: string | undefined;
610
621
  symbol?: string | undefined;
611
622
  image?: string | undefined;
@@ -613,6 +624,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
613
624
  }, {
614
625
  type: "Nft";
615
626
  id: string;
627
+ updatedAt: number;
616
628
  name?: string | undefined;
617
629
  symbol?: string | undefined;
618
630
  image?: string | undefined;
@@ -624,9 +636,11 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
624
636
  metadata: string | undefined;
625
637
  type: "Nft";
626
638
  id: string;
639
+ updatedAt: number;
627
640
  }, {
628
641
  type: "Nft";
629
642
  id: string;
643
+ updatedAt: number;
630
644
  name?: string | undefined;
631
645
  symbol?: string | undefined;
632
646
  image?: string | undefined;
@@ -671,6 +685,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
671
685
  metadata: string | undefined;
672
686
  type: "Nft";
673
687
  id: string;
688
+ updatedAt: number;
674
689
  };
675
690
  amount: {
676
691
  value: bigint;
@@ -712,6 +727,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
712
727
  } | {
713
728
  type: "Nft";
714
729
  id: string;
730
+ updatedAt: number;
715
731
  name?: string | undefined;
716
732
  symbol?: string | undefined;
717
733
  image?: string | undefined;
@@ -772,6 +788,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
772
788
  metadata: string | undefined;
773
789
  type: "Nft";
774
790
  id: string;
791
+ updatedAt: number;
775
792
  };
776
793
  amount: {
777
794
  value: bigint;
@@ -802,6 +819,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
802
819
  } | {
803
820
  type: "Nft";
804
821
  id: string;
822
+ updatedAt: number;
805
823
  name?: string | undefined;
806
824
  symbol?: string | undefined;
807
825
  image?: string | undefined;
@@ -868,6 +886,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
868
886
  metadata: string | undefined;
869
887
  type: "Nft";
870
888
  id: string;
889
+ updatedAt: number;
871
890
  };
872
891
  amount: {
873
892
  value: bigint;
@@ -913,6 +932,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
913
932
  metadata: string | undefined;
914
933
  type: "Nft";
915
934
  id: string;
935
+ updatedAt: number;
916
936
  };
917
937
  amount: {
918
938
  value: bigint;
@@ -958,6 +978,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
958
978
  } | {
959
979
  type: "Nft";
960
980
  id: string;
981
+ updatedAt: number;
961
982
  name?: string | undefined;
962
983
  symbol?: string | undefined;
963
984
  image?: string | undefined;
@@ -1003,6 +1024,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
1003
1024
  } | {
1004
1025
  type: "Nft";
1005
1026
  id: string;
1027
+ updatedAt: number;
1006
1028
  name?: string | undefined;
1007
1029
  symbol?: string | undefined;
1008
1030
  image?: string | undefined;
@@ -1087,6 +1109,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
1087
1109
  metadata: string | undefined;
1088
1110
  type: "Nft";
1089
1111
  id: string;
1112
+ updatedAt: number;
1090
1113
  };
1091
1114
  amount: {
1092
1115
  value: bigint;
@@ -1132,6 +1155,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
1132
1155
  metadata: string | undefined;
1133
1156
  type: "Nft";
1134
1157
  id: string;
1158
+ updatedAt: number;
1135
1159
  };
1136
1160
  amount: {
1137
1161
  value: bigint;
@@ -1168,6 +1192,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
1168
1192
  } | {
1169
1193
  type: "Nft";
1170
1194
  id: string;
1195
+ updatedAt: number;
1171
1196
  name?: string | undefined;
1172
1197
  symbol?: string | undefined;
1173
1198
  image?: string | undefined;
@@ -1213,6 +1238,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
1213
1238
  } | {
1214
1239
  type: "Nft";
1215
1240
  id: string;
1241
+ updatedAt: number;
1216
1242
  name?: string | undefined;
1217
1243
  symbol?: string | undefined;
1218
1244
  image?: string | undefined;
@@ -1460,9 +1486,11 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1460
1486
  symbol: z.ZodOptional<z.ZodString>;
1461
1487
  image: z.ZodOptional<z.ZodString>;
1462
1488
  metadata: z.ZodOptional<z.ZodString>;
1489
+ updatedAt: z.ZodNumber;
1463
1490
  }, "strip", z.ZodTypeAny, {
1464
1491
  type: "Nft";
1465
1492
  id: string;
1493
+ updatedAt: number;
1466
1494
  name?: string | undefined;
1467
1495
  symbol?: string | undefined;
1468
1496
  image?: string | undefined;
@@ -1470,6 +1498,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1470
1498
  }, {
1471
1499
  type: "Nft";
1472
1500
  id: string;
1501
+ updatedAt: number;
1473
1502
  name?: string | undefined;
1474
1503
  symbol?: string | undefined;
1475
1504
  image?: string | undefined;
@@ -1481,9 +1510,11 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1481
1510
  metadata: string | undefined;
1482
1511
  type: "Nft";
1483
1512
  id: string;
1513
+ updatedAt: number;
1484
1514
  }, {
1485
1515
  type: "Nft";
1486
1516
  id: string;
1517
+ updatedAt: number;
1487
1518
  name?: string | undefined;
1488
1519
  symbol?: string | undefined;
1489
1520
  image?: string | undefined;
@@ -1528,6 +1559,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1528
1559
  metadata: string | undefined;
1529
1560
  type: "Nft";
1530
1561
  id: string;
1562
+ updatedAt: number;
1531
1563
  };
1532
1564
  amount: {
1533
1565
  value: bigint;
@@ -1569,6 +1601,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1569
1601
  } | {
1570
1602
  type: "Nft";
1571
1603
  id: string;
1604
+ updatedAt: number;
1572
1605
  name?: string | undefined;
1573
1606
  symbol?: string | undefined;
1574
1607
  image?: string | undefined;
@@ -1629,6 +1662,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1629
1662
  metadata: string | undefined;
1630
1663
  type: "Nft";
1631
1664
  id: string;
1665
+ updatedAt: number;
1632
1666
  };
1633
1667
  amount: {
1634
1668
  value: bigint;
@@ -1659,6 +1693,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1659
1693
  } | {
1660
1694
  type: "Nft";
1661
1695
  id: string;
1696
+ updatedAt: number;
1662
1697
  name?: string | undefined;
1663
1698
  symbol?: string | undefined;
1664
1699
  image?: string | undefined;
@@ -1851,9 +1886,11 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1851
1886
  symbol: z.ZodOptional<z.ZodString>;
1852
1887
  image: z.ZodOptional<z.ZodString>;
1853
1888
  metadata: z.ZodOptional<z.ZodString>;
1889
+ updatedAt: z.ZodNumber;
1854
1890
  }, "strip", z.ZodTypeAny, {
1855
1891
  type: "Nft";
1856
1892
  id: string;
1893
+ updatedAt: number;
1857
1894
  name?: string | undefined;
1858
1895
  symbol?: string | undefined;
1859
1896
  image?: string | undefined;
@@ -1861,6 +1898,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1861
1898
  }, {
1862
1899
  type: "Nft";
1863
1900
  id: string;
1901
+ updatedAt: number;
1864
1902
  name?: string | undefined;
1865
1903
  symbol?: string | undefined;
1866
1904
  image?: string | undefined;
@@ -1872,9 +1910,11 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1872
1910
  metadata: string | undefined;
1873
1911
  type: "Nft";
1874
1912
  id: string;
1913
+ updatedAt: number;
1875
1914
  }, {
1876
1915
  type: "Nft";
1877
1916
  id: string;
1917
+ updatedAt: number;
1878
1918
  name?: string | undefined;
1879
1919
  symbol?: string | undefined;
1880
1920
  image?: string | undefined;
@@ -1919,6 +1959,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1919
1959
  metadata: string | undefined;
1920
1960
  type: "Nft";
1921
1961
  id: string;
1962
+ updatedAt: number;
1922
1963
  };
1923
1964
  amount: {
1924
1965
  value: bigint;
@@ -1960,6 +2001,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1960
2001
  } | {
1961
2002
  type: "Nft";
1962
2003
  id: string;
2004
+ updatedAt: number;
1963
2005
  name?: string | undefined;
1964
2006
  symbol?: string | undefined;
1965
2007
  image?: string | undefined;
@@ -2020,6 +2062,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2020
2062
  metadata: string | undefined;
2021
2063
  type: "Nft";
2022
2064
  id: string;
2065
+ updatedAt: number;
2023
2066
  };
2024
2067
  amount: {
2025
2068
  value: bigint;
@@ -2050,6 +2093,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2050
2093
  } | {
2051
2094
  type: "Nft";
2052
2095
  id: string;
2096
+ updatedAt: number;
2053
2097
  name?: string | undefined;
2054
2098
  symbol?: string | undefined;
2055
2099
  image?: string | undefined;
@@ -2118,6 +2162,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2118
2162
  metadata: string | undefined;
2119
2163
  type: "Nft";
2120
2164
  id: string;
2165
+ updatedAt: number;
2121
2166
  };
2122
2167
  amount: {
2123
2168
  value: bigint;
@@ -2163,6 +2208,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2163
2208
  metadata: string | undefined;
2164
2209
  type: "Nft";
2165
2210
  id: string;
2211
+ updatedAt: number;
2166
2212
  };
2167
2213
  amount: {
2168
2214
  value: bigint;
@@ -2210,6 +2256,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2210
2256
  } | {
2211
2257
  type: "Nft";
2212
2258
  id: string;
2259
+ updatedAt: number;
2213
2260
  name?: string | undefined;
2214
2261
  symbol?: string | undefined;
2215
2262
  image?: string | undefined;
@@ -2255,6 +2302,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2255
2302
  } | {
2256
2303
  type: "Nft";
2257
2304
  id: string;
2305
+ updatedAt: number;
2258
2306
  name?: string | undefined;
2259
2307
  symbol?: string | undefined;
2260
2308
  image?: string | undefined;
@@ -2341,6 +2389,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2341
2389
  metadata: string | undefined;
2342
2390
  type: "Nft";
2343
2391
  id: string;
2392
+ updatedAt: number;
2344
2393
  };
2345
2394
  amount: {
2346
2395
  value: bigint;
@@ -2386,6 +2435,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2386
2435
  metadata: string | undefined;
2387
2436
  type: "Nft";
2388
2437
  id: string;
2438
+ updatedAt: number;
2389
2439
  };
2390
2440
  amount: {
2391
2441
  value: bigint;
@@ -2424,6 +2474,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2424
2474
  } | {
2425
2475
  type: "Nft";
2426
2476
  id: string;
2477
+ updatedAt: number;
2427
2478
  name?: string | undefined;
2428
2479
  symbol?: string | undefined;
2429
2480
  image?: string | undefined;
@@ -2469,6 +2520,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2469
2520
  } | {
2470
2521
  type: "Nft";
2471
2522
  id: string;
2523
+ updatedAt: number;
2472
2524
  name?: string | undefined;
2473
2525
  symbol?: string | undefined;
2474
2526
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"trade.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/trade.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS/B,CAAA;AAEL,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAA"}
1
+ {"version":3,"file":"trade.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/trade.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS/B,CAAA;AAEL,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAA"}
@@ -369,9 +369,11 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
369
369
  symbol: z.ZodOptional<z.ZodString>;
370
370
  image: z.ZodOptional<z.ZodString>;
371
371
  metadata: z.ZodOptional<z.ZodString>;
372
+ updatedAt: z.ZodNumber;
372
373
  }, "strip", z.ZodTypeAny, {
373
374
  type: "Nft";
374
375
  id: string;
376
+ updatedAt: number;
375
377
  name?: string | undefined;
376
378
  symbol?: string | undefined;
377
379
  image?: string | undefined;
@@ -379,6 +381,7 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
379
381
  }, {
380
382
  type: "Nft";
381
383
  id: string;
384
+ updatedAt: number;
382
385
  name?: string | undefined;
383
386
  symbol?: string | undefined;
384
387
  image?: string | undefined;
@@ -390,9 +393,11 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
390
393
  metadata: string | undefined;
391
394
  type: "Nft";
392
395
  id: string;
396
+ updatedAt: number;
393
397
  }, {
394
398
  type: "Nft";
395
399
  id: string;
400
+ updatedAt: number;
396
401
  name?: string | undefined;
397
402
  symbol?: string | undefined;
398
403
  image?: string | undefined;
@@ -406,6 +411,7 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
406
411
  metadata: string | undefined;
407
412
  type: "Nft";
408
413
  id: string;
414
+ updatedAt: number;
409
415
  };
410
416
  amount: {
411
417
  value: bigint;
@@ -427,6 +433,7 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
427
433
  asset: {
428
434
  type: "Nft";
429
435
  id: string;
436
+ updatedAt: number;
430
437
  name?: string | undefined;
431
438
  symbol?: string | undefined;
432
439
  image?: string | undefined;
@@ -467,6 +474,7 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
467
474
  metadata: string | undefined;
468
475
  type: "Nft";
469
476
  id: string;
477
+ updatedAt: number;
470
478
  };
471
479
  amount: {
472
480
  value: bigint;
@@ -477,6 +485,7 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
477
485
  asset: {
478
486
  type: "Nft";
479
487
  id: string;
488
+ updatedAt: number;
480
489
  name?: string | undefined;
481
490
  symbol?: string | undefined;
482
491
  image?: string | undefined;
@@ -557,6 +566,7 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
557
566
  metadata: string | undefined;
558
567
  type: "Nft";
559
568
  id: string;
569
+ updatedAt: number;
560
570
  };
561
571
  amount: {
562
572
  value: bigint;
@@ -616,6 +626,7 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
616
626
  asset: {
617
627
  type: "Nft";
618
628
  id: string;
629
+ updatedAt: number;
619
630
  name?: string | undefined;
620
631
  symbol?: string | undefined;
621
632
  image?: string | undefined;
@@ -714,6 +725,7 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
714
725
  metadata: string | undefined;
715
726
  type: "Nft";
716
727
  id: string;
728
+ updatedAt: number;
717
729
  };
718
730
  amount: {
719
731
  value: bigint;
@@ -764,6 +776,7 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
764
776
  asset: {
765
777
  type: "Nft";
766
778
  id: string;
779
+ updatedAt: number;
767
780
  name?: string | undefined;
768
781
  symbol?: string | undefined;
769
782
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"swapTransfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/swapTransfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWvC,CAAA"}
1
+ {"version":3,"file":"swapTransfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/swapTransfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWvC,CAAA"}