@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.
Files changed (92) hide show
  1. package/_cjs/assets/schemas/nft.js +1 -0
  2. package/_cjs/assets/schemas/nft.js.map +1 -1
  3. package/_esm/assets/schemas/nft.js +1 -0
  4. package/_esm/assets/schemas/nft.js.map +1 -1
  5. package/_types/actions/schemas/action.d.ts +1219 -0
  6. package/_types/actions/schemas/action.d.ts.map +1 -1
  7. package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
  8. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  9. package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
  10. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  11. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
  12. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  13. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
  14. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  15. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
  16. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  17. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
  18. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  19. package/_types/actions/schemas/default/accountAction.d.ts +99 -0
  20. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  21. package/_types/actions/schemas/default/normalAction.d.ts +99 -0
  22. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  23. package/_types/actions/schemas/default/transfer.d.ts +88 -0
  24. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  25. package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
  26. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  27. package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
  28. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  29. package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
  30. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  31. package/_types/actions/schemas/deposit/stake.d.ts +26 -0
  32. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  33. package/_types/actions/schemas/ignore/ignore.d.ts +39 -0
  34. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  35. package/_types/actions/schemas/ignore/move.d.ts +39 -0
  36. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  37. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
  38. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  39. package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
  40. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  41. package/_types/actions/schemas/ignore/spam.d.ts +52 -0
  42. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  43. package/_types/actions/schemas/income/freeMintNft.d.ts +26 -0
  44. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  45. package/_types/actions/schemas/income/income.d.ts +26 -0
  46. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  47. package/_types/actions/schemas/income/swapIncome.d.ts +13 -0
  48. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  49. package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
  50. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  51. package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
  52. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  53. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
  54. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  55. package/_types/actions/schemas/replace/replace.d.ts +52 -0
  56. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  57. package/_types/actions/schemas/replace/swapNft.d.ts +52 -0
  58. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  59. package/_types/actions/schemas/trade/buyNft.d.ts +26 -0
  60. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  61. package/_types/actions/schemas/trade/mintNft.d.ts +26 -0
  62. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  63. package/_types/actions/schemas/trade/sellNft.d.ts +26 -0
  64. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  65. package/_types/actions/schemas/trade/trade.d.ts +52 -0
  66. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  67. package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
  68. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  69. package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
  70. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  71. package/_types/actions/schemas/valuedown/valuedown.d.ts +44 -0
  72. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  73. package/_types/actions/schemas/valueup/valueup.d.ts +44 -0
  74. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  75. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
  76. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  77. package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
  78. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  79. package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
  80. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  81. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
  82. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  83. package/_types/actions/utils.d.ts +3 -0
  84. package/_types/actions/utils.d.ts.map +1 -1
  85. package/_types/assets/schemas/asset.d.ts +5 -0
  86. package/_types/assets/schemas/asset.d.ts.map +1 -1
  87. package/_types/assets/schemas/nft.d.ts +5 -0
  88. package/_types/assets/schemas/nft.d.ts.map +1 -1
  89. package/_types/setAccountActionPrices.d.ts +51 -0
  90. package/_types/setAccountActionPrices.d.ts.map +1 -1
  91. package/assets/schemas/nft.ts +1 -0
  92. package/package.json +1 -1
@@ -214,9 +214,11 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
214
214
  symbol: z.ZodOptional<z.ZodString>;
215
215
  image: z.ZodOptional<z.ZodString>;
216
216
  metadata: z.ZodOptional<z.ZodString>;
217
+ updatedAt: z.ZodNumber;
217
218
  }, "strip", z.ZodTypeAny, {
218
219
  type: "Nft";
219
220
  id: string;
221
+ updatedAt: number;
220
222
  name?: string | undefined;
221
223
  symbol?: string | undefined;
222
224
  image?: string | undefined;
@@ -224,6 +226,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
224
226
  }, {
225
227
  type: "Nft";
226
228
  id: string;
229
+ updatedAt: number;
227
230
  name?: string | undefined;
228
231
  symbol?: string | undefined;
229
232
  image?: string | undefined;
@@ -235,9 +238,11 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
235
238
  metadata: string | undefined;
236
239
  type: "Nft";
237
240
  id: string;
241
+ updatedAt: number;
238
242
  }, {
239
243
  type: "Nft";
240
244
  id: string;
245
+ updatedAt: number;
241
246
  name?: string | undefined;
242
247
  symbol?: string | undefined;
243
248
  image?: string | undefined;
@@ -282,6 +287,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
282
287
  metadata: string | undefined;
283
288
  type: "Nft";
284
289
  id: string;
290
+ updatedAt: number;
285
291
  };
286
292
  amount: {
287
293
  value: bigint;
@@ -323,6 +329,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
323
329
  } | {
324
330
  type: "Nft";
325
331
  id: string;
332
+ updatedAt: number;
326
333
  name?: string | undefined;
327
334
  symbol?: string | undefined;
328
335
  image?: string | undefined;
@@ -383,6 +390,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
383
390
  metadata: string | undefined;
384
391
  type: "Nft";
385
392
  id: string;
393
+ updatedAt: number;
386
394
  };
387
395
  amount: {
388
396
  value: bigint;
@@ -413,6 +421,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
413
421
  } | {
414
422
  type: "Nft";
415
423
  id: string;
424
+ updatedAt: number;
416
425
  name?: string | undefined;
417
426
  symbol?: string | undefined;
418
427
  image?: string | undefined;
@@ -605,9 +614,11 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
605
614
  symbol: z.ZodOptional<z.ZodString>;
606
615
  image: z.ZodOptional<z.ZodString>;
607
616
  metadata: z.ZodOptional<z.ZodString>;
617
+ updatedAt: z.ZodNumber;
608
618
  }, "strip", z.ZodTypeAny, {
609
619
  type: "Nft";
610
620
  id: string;
621
+ updatedAt: number;
611
622
  name?: string | undefined;
612
623
  symbol?: string | undefined;
613
624
  image?: string | undefined;
@@ -615,6 +626,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
615
626
  }, {
616
627
  type: "Nft";
617
628
  id: string;
629
+ updatedAt: number;
618
630
  name?: string | undefined;
619
631
  symbol?: string | undefined;
620
632
  image?: string | undefined;
@@ -626,9 +638,11 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
626
638
  metadata: string | undefined;
627
639
  type: "Nft";
628
640
  id: string;
641
+ updatedAt: number;
629
642
  }, {
630
643
  type: "Nft";
631
644
  id: string;
645
+ updatedAt: number;
632
646
  name?: string | undefined;
633
647
  symbol?: string | undefined;
634
648
  image?: string | undefined;
@@ -673,6 +687,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
673
687
  metadata: string | undefined;
674
688
  type: "Nft";
675
689
  id: string;
690
+ updatedAt: number;
676
691
  };
677
692
  amount: {
678
693
  value: bigint;
@@ -714,6 +729,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
714
729
  } | {
715
730
  type: "Nft";
716
731
  id: string;
732
+ updatedAt: number;
717
733
  name?: string | undefined;
718
734
  symbol?: string | undefined;
719
735
  image?: string | undefined;
@@ -774,6 +790,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
774
790
  metadata: string | undefined;
775
791
  type: "Nft";
776
792
  id: string;
793
+ updatedAt: number;
777
794
  };
778
795
  amount: {
779
796
  value: bigint;
@@ -804,6 +821,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
804
821
  } | {
805
822
  type: "Nft";
806
823
  id: string;
824
+ updatedAt: number;
807
825
  name?: string | undefined;
808
826
  symbol?: string | undefined;
809
827
  image?: string | undefined;
@@ -870,6 +888,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
870
888
  metadata: string | undefined;
871
889
  type: "Nft";
872
890
  id: string;
891
+ updatedAt: number;
873
892
  };
874
893
  amount: {
875
894
  value: bigint;
@@ -915,6 +934,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
915
934
  metadata: string | undefined;
916
935
  type: "Nft";
917
936
  id: string;
937
+ updatedAt: number;
918
938
  };
919
939
  amount: {
920
940
  value: bigint;
@@ -962,6 +982,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
962
982
  } | {
963
983
  type: "Nft";
964
984
  id: string;
985
+ updatedAt: number;
965
986
  name?: string | undefined;
966
987
  symbol?: string | undefined;
967
988
  image?: string | undefined;
@@ -1007,6 +1028,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1007
1028
  } | {
1008
1029
  type: "Nft";
1009
1030
  id: string;
1031
+ updatedAt: number;
1010
1032
  name?: string | undefined;
1011
1033
  symbol?: string | undefined;
1012
1034
  image?: string | undefined;
@@ -1093,6 +1115,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1093
1115
  metadata: string | undefined;
1094
1116
  type: "Nft";
1095
1117
  id: string;
1118
+ updatedAt: number;
1096
1119
  };
1097
1120
  amount: {
1098
1121
  value: bigint;
@@ -1138,6 +1161,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1138
1161
  metadata: string | undefined;
1139
1162
  type: "Nft";
1140
1163
  id: string;
1164
+ updatedAt: number;
1141
1165
  };
1142
1166
  amount: {
1143
1167
  value: bigint;
@@ -1176,6 +1200,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1176
1200
  } | {
1177
1201
  type: "Nft";
1178
1202
  id: string;
1203
+ updatedAt: number;
1179
1204
  name?: string | undefined;
1180
1205
  symbol?: string | undefined;
1181
1206
  image?: string | undefined;
@@ -1221,6 +1246,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1221
1246
  } | {
1222
1247
  type: "Nft";
1223
1248
  id: string;
1249
+ updatedAt: number;
1224
1250
  name?: string | undefined;
1225
1251
  symbol?: string | undefined;
1226
1252
  image?: string | undefined;
@@ -1472,9 +1498,11 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1472
1498
  symbol: z.ZodOptional<z.ZodString>;
1473
1499
  image: z.ZodOptional<z.ZodString>;
1474
1500
  metadata: z.ZodOptional<z.ZodString>;
1501
+ updatedAt: z.ZodNumber;
1475
1502
  }, "strip", z.ZodTypeAny, {
1476
1503
  type: "Nft";
1477
1504
  id: string;
1505
+ updatedAt: number;
1478
1506
  name?: string | undefined;
1479
1507
  symbol?: string | undefined;
1480
1508
  image?: string | undefined;
@@ -1482,6 +1510,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1482
1510
  }, {
1483
1511
  type: "Nft";
1484
1512
  id: string;
1513
+ updatedAt: number;
1485
1514
  name?: string | undefined;
1486
1515
  symbol?: string | undefined;
1487
1516
  image?: string | undefined;
@@ -1493,9 +1522,11 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1493
1522
  metadata: string | undefined;
1494
1523
  type: "Nft";
1495
1524
  id: string;
1525
+ updatedAt: number;
1496
1526
  }, {
1497
1527
  type: "Nft";
1498
1528
  id: string;
1529
+ updatedAt: number;
1499
1530
  name?: string | undefined;
1500
1531
  symbol?: string | undefined;
1501
1532
  image?: string | undefined;
@@ -1540,6 +1571,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1540
1571
  metadata: string | undefined;
1541
1572
  type: "Nft";
1542
1573
  id: string;
1574
+ updatedAt: number;
1543
1575
  };
1544
1576
  amount: {
1545
1577
  value: bigint;
@@ -1581,6 +1613,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1581
1613
  } | {
1582
1614
  type: "Nft";
1583
1615
  id: string;
1616
+ updatedAt: number;
1584
1617
  name?: string | undefined;
1585
1618
  symbol?: string | undefined;
1586
1619
  image?: string | undefined;
@@ -1641,6 +1674,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1641
1674
  metadata: string | undefined;
1642
1675
  type: "Nft";
1643
1676
  id: string;
1677
+ updatedAt: number;
1644
1678
  };
1645
1679
  amount: {
1646
1680
  value: bigint;
@@ -1671,6 +1705,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1671
1705
  } | {
1672
1706
  type: "Nft";
1673
1707
  id: string;
1708
+ updatedAt: number;
1674
1709
  name?: string | undefined;
1675
1710
  symbol?: string | undefined;
1676
1711
  image?: string | undefined;
@@ -1863,9 +1898,11 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1863
1898
  symbol: z.ZodOptional<z.ZodString>;
1864
1899
  image: z.ZodOptional<z.ZodString>;
1865
1900
  metadata: z.ZodOptional<z.ZodString>;
1901
+ updatedAt: z.ZodNumber;
1866
1902
  }, "strip", z.ZodTypeAny, {
1867
1903
  type: "Nft";
1868
1904
  id: string;
1905
+ updatedAt: number;
1869
1906
  name?: string | undefined;
1870
1907
  symbol?: string | undefined;
1871
1908
  image?: string | undefined;
@@ -1873,6 +1910,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1873
1910
  }, {
1874
1911
  type: "Nft";
1875
1912
  id: string;
1913
+ updatedAt: number;
1876
1914
  name?: string | undefined;
1877
1915
  symbol?: string | undefined;
1878
1916
  image?: string | undefined;
@@ -1884,9 +1922,11 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1884
1922
  metadata: string | undefined;
1885
1923
  type: "Nft";
1886
1924
  id: string;
1925
+ updatedAt: number;
1887
1926
  }, {
1888
1927
  type: "Nft";
1889
1928
  id: string;
1929
+ updatedAt: number;
1890
1930
  name?: string | undefined;
1891
1931
  symbol?: string | undefined;
1892
1932
  image?: string | undefined;
@@ -1931,6 +1971,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1931
1971
  metadata: string | undefined;
1932
1972
  type: "Nft";
1933
1973
  id: string;
1974
+ updatedAt: number;
1934
1975
  };
1935
1976
  amount: {
1936
1977
  value: bigint;
@@ -1972,6 +2013,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1972
2013
  } | {
1973
2014
  type: "Nft";
1974
2015
  id: string;
2016
+ updatedAt: number;
1975
2017
  name?: string | undefined;
1976
2018
  symbol?: string | undefined;
1977
2019
  image?: string | undefined;
@@ -2032,6 +2074,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2032
2074
  metadata: string | undefined;
2033
2075
  type: "Nft";
2034
2076
  id: string;
2077
+ updatedAt: number;
2035
2078
  };
2036
2079
  amount: {
2037
2080
  value: bigint;
@@ -2062,6 +2105,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2062
2105
  } | {
2063
2106
  type: "Nft";
2064
2107
  id: string;
2108
+ updatedAt: number;
2065
2109
  name?: string | undefined;
2066
2110
  symbol?: string | undefined;
2067
2111
  image?: string | undefined;
@@ -2130,6 +2174,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2130
2174
  metadata: string | undefined;
2131
2175
  type: "Nft";
2132
2176
  id: string;
2177
+ updatedAt: number;
2133
2178
  };
2134
2179
  amount: {
2135
2180
  value: bigint;
@@ -2175,6 +2220,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2175
2220
  metadata: string | undefined;
2176
2221
  type: "Nft";
2177
2222
  id: string;
2223
+ updatedAt: number;
2178
2224
  };
2179
2225
  amount: {
2180
2226
  value: bigint;
@@ -2224,6 +2270,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2224
2270
  } | {
2225
2271
  type: "Nft";
2226
2272
  id: string;
2273
+ updatedAt: number;
2227
2274
  name?: string | undefined;
2228
2275
  symbol?: string | undefined;
2229
2276
  image?: string | undefined;
@@ -2269,6 +2316,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2269
2316
  } | {
2270
2317
  type: "Nft";
2271
2318
  id: string;
2319
+ updatedAt: number;
2272
2320
  name?: string | undefined;
2273
2321
  symbol?: string | undefined;
2274
2322
  image?: string | undefined;
@@ -2357,6 +2405,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2357
2405
  metadata: string | undefined;
2358
2406
  type: "Nft";
2359
2407
  id: string;
2408
+ updatedAt: number;
2360
2409
  };
2361
2410
  amount: {
2362
2411
  value: bigint;
@@ -2402,6 +2451,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2402
2451
  metadata: string | undefined;
2403
2452
  type: "Nft";
2404
2453
  id: string;
2454
+ updatedAt: number;
2405
2455
  };
2406
2456
  amount: {
2407
2457
  value: bigint;
@@ -2442,6 +2492,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2442
2492
  } | {
2443
2493
  type: "Nft";
2444
2494
  id: string;
2495
+ updatedAt: number;
2445
2496
  name?: string | undefined;
2446
2497
  symbol?: string | undefined;
2447
2498
  image?: string | undefined;
@@ -2487,6 +2538,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2487
2538
  } | {
2488
2539
  type: "Nft";
2489
2540
  id: string;
2541
+ updatedAt: number;
2490
2542
  name?: string | undefined;
2491
2543
  symbol?: string | undefined;
2492
2544
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"crossReplace.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/crossReplace/crossReplace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStC,CAAA;AAEL,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASvC,CAAA"}
1
+ {"version":3,"file":"crossReplace.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/crossReplace/crossReplace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStC,CAAA;AAEL,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASvC,CAAA"}