@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
@@ -367,9 +367,11 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
367
367
  symbol: z.ZodOptional<z.ZodString>;
368
368
  image: z.ZodOptional<z.ZodString>;
369
369
  metadata: z.ZodOptional<z.ZodString>;
370
+ updatedAt: z.ZodNumber;
370
371
  }, "strip", z.ZodTypeAny, {
371
372
  type: "Nft";
372
373
  id: string;
374
+ updatedAt: number;
373
375
  name?: string | undefined;
374
376
  symbol?: string | undefined;
375
377
  image?: string | undefined;
@@ -377,6 +379,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
377
379
  }, {
378
380
  type: "Nft";
379
381
  id: string;
382
+ updatedAt: number;
380
383
  name?: string | undefined;
381
384
  symbol?: string | undefined;
382
385
  image?: string | undefined;
@@ -388,9 +391,11 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
388
391
  metadata: string | undefined;
389
392
  type: "Nft";
390
393
  id: string;
394
+ updatedAt: number;
391
395
  }, {
392
396
  type: "Nft";
393
397
  id: string;
398
+ updatedAt: number;
394
399
  name?: string | undefined;
395
400
  symbol?: string | undefined;
396
401
  image?: string | undefined;
@@ -404,6 +409,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
404
409
  metadata: string | undefined;
405
410
  type: "Nft";
406
411
  id: string;
412
+ updatedAt: number;
407
413
  };
408
414
  amount: {
409
415
  value: bigint;
@@ -425,6 +431,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
425
431
  asset: {
426
432
  type: "Nft";
427
433
  id: string;
434
+ updatedAt: number;
428
435
  name?: string | undefined;
429
436
  symbol?: string | undefined;
430
437
  image?: string | undefined;
@@ -465,6 +472,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
465
472
  metadata: string | undefined;
466
473
  type: "Nft";
467
474
  id: string;
475
+ updatedAt: number;
468
476
  };
469
477
  amount: {
470
478
  value: bigint;
@@ -475,6 +483,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
475
483
  asset: {
476
484
  type: "Nft";
477
485
  id: string;
486
+ updatedAt: number;
478
487
  name?: string | undefined;
479
488
  symbol?: string | undefined;
480
489
  image?: string | undefined;
@@ -822,9 +831,11 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
822
831
  symbol: z.ZodOptional<z.ZodString>;
823
832
  image: z.ZodOptional<z.ZodString>;
824
833
  metadata: z.ZodOptional<z.ZodString>;
834
+ updatedAt: z.ZodNumber;
825
835
  }, "strip", z.ZodTypeAny, {
826
836
  type: "Nft";
827
837
  id: string;
838
+ updatedAt: number;
828
839
  name?: string | undefined;
829
840
  symbol?: string | undefined;
830
841
  image?: string | undefined;
@@ -832,6 +843,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
832
843
  }, {
833
844
  type: "Nft";
834
845
  id: string;
846
+ updatedAt: number;
835
847
  name?: string | undefined;
836
848
  symbol?: string | undefined;
837
849
  image?: string | undefined;
@@ -843,9 +855,11 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
843
855
  metadata: string | undefined;
844
856
  type: "Nft";
845
857
  id: string;
858
+ updatedAt: number;
846
859
  }, {
847
860
  type: "Nft";
848
861
  id: string;
862
+ updatedAt: number;
849
863
  name?: string | undefined;
850
864
  symbol?: string | undefined;
851
865
  image?: string | undefined;
@@ -859,6 +873,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
859
873
  metadata: string | undefined;
860
874
  type: "Nft";
861
875
  id: string;
876
+ updatedAt: number;
862
877
  };
863
878
  amount: {
864
879
  value: bigint;
@@ -880,6 +895,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
880
895
  asset: {
881
896
  type: "Nft";
882
897
  id: string;
898
+ updatedAt: number;
883
899
  name?: string | undefined;
884
900
  symbol?: string | undefined;
885
901
  image?: string | undefined;
@@ -920,6 +936,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
920
936
  metadata: string | undefined;
921
937
  type: "Nft";
922
938
  id: string;
939
+ updatedAt: number;
923
940
  };
924
941
  amount: {
925
942
  value: bigint;
@@ -930,6 +947,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
930
947
  asset: {
931
948
  type: "Nft";
932
949
  id: string;
950
+ updatedAt: number;
933
951
  name?: string | undefined;
934
952
  symbol?: string | undefined;
935
953
  image?: string | undefined;
@@ -1008,6 +1026,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1008
1026
  metadata: string | undefined;
1009
1027
  type: "Nft";
1010
1028
  id: string;
1029
+ updatedAt: number;
1011
1030
  };
1012
1031
  amount: {
1013
1032
  value: bigint;
@@ -1065,6 +1084,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1065
1084
  metadata: string | undefined;
1066
1085
  type: "Nft";
1067
1086
  id: string;
1087
+ updatedAt: number;
1068
1088
  };
1069
1089
  amount: {
1070
1090
  value: bigint;
@@ -1122,6 +1142,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1122
1142
  asset: {
1123
1143
  type: "Nft";
1124
1144
  id: string;
1145
+ updatedAt: number;
1125
1146
  name?: string | undefined;
1126
1147
  symbol?: string | undefined;
1127
1148
  image?: string | undefined;
@@ -1179,6 +1200,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1179
1200
  asset: {
1180
1201
  type: "Nft";
1181
1202
  id: string;
1203
+ updatedAt: number;
1182
1204
  name?: string | undefined;
1183
1205
  symbol?: string | undefined;
1184
1206
  image?: string | undefined;
@@ -1275,6 +1297,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1275
1297
  metadata: string | undefined;
1276
1298
  type: "Nft";
1277
1299
  id: string;
1300
+ updatedAt: number;
1278
1301
  };
1279
1302
  amount: {
1280
1303
  value: bigint;
@@ -1332,6 +1355,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1332
1355
  metadata: string | undefined;
1333
1356
  type: "Nft";
1334
1357
  id: string;
1358
+ updatedAt: number;
1335
1359
  };
1336
1360
  amount: {
1337
1361
  value: bigint;
@@ -1380,6 +1404,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1380
1404
  asset: {
1381
1405
  type: "Nft";
1382
1406
  id: string;
1407
+ updatedAt: number;
1383
1408
  name?: string | undefined;
1384
1409
  symbol?: string | undefined;
1385
1410
  image?: string | undefined;
@@ -1437,6 +1462,7 @@ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1437
1462
  asset: {
1438
1463
  type: "Nft";
1439
1464
  id: string;
1465
+ updatedAt: number;
1440
1466
  name?: string | undefined;
1441
1467
  symbol?: string | undefined;
1442
1468
  image?: string | undefined;
@@ -1839,9 +1865,11 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1839
1865
  symbol: z.ZodOptional<z.ZodString>;
1840
1866
  image: z.ZodOptional<z.ZodString>;
1841
1867
  metadata: z.ZodOptional<z.ZodString>;
1868
+ updatedAt: z.ZodNumber;
1842
1869
  }, "strip", z.ZodTypeAny, {
1843
1870
  type: "Nft";
1844
1871
  id: string;
1872
+ updatedAt: number;
1845
1873
  name?: string | undefined;
1846
1874
  symbol?: string | undefined;
1847
1875
  image?: string | undefined;
@@ -1849,6 +1877,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1849
1877
  }, {
1850
1878
  type: "Nft";
1851
1879
  id: string;
1880
+ updatedAt: number;
1852
1881
  name?: string | undefined;
1853
1882
  symbol?: string | undefined;
1854
1883
  image?: string | undefined;
@@ -1860,9 +1889,11 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1860
1889
  metadata: string | undefined;
1861
1890
  type: "Nft";
1862
1891
  id: string;
1892
+ updatedAt: number;
1863
1893
  }, {
1864
1894
  type: "Nft";
1865
1895
  id: string;
1896
+ updatedAt: number;
1866
1897
  name?: string | undefined;
1867
1898
  symbol?: string | undefined;
1868
1899
  image?: string | undefined;
@@ -1876,6 +1907,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1876
1907
  metadata: string | undefined;
1877
1908
  type: "Nft";
1878
1909
  id: string;
1910
+ updatedAt: number;
1879
1911
  };
1880
1912
  amount: {
1881
1913
  value: bigint;
@@ -1897,6 +1929,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1897
1929
  asset: {
1898
1930
  type: "Nft";
1899
1931
  id: string;
1932
+ updatedAt: number;
1900
1933
  name?: string | undefined;
1901
1934
  symbol?: string | undefined;
1902
1935
  image?: string | undefined;
@@ -1937,6 +1970,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1937
1970
  metadata: string | undefined;
1938
1971
  type: "Nft";
1939
1972
  id: string;
1973
+ updatedAt: number;
1940
1974
  };
1941
1975
  amount: {
1942
1976
  value: bigint;
@@ -1947,6 +1981,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1947
1981
  asset: {
1948
1982
  type: "Nft";
1949
1983
  id: string;
1984
+ updatedAt: number;
1950
1985
  name?: string | undefined;
1951
1986
  symbol?: string | undefined;
1952
1987
  image?: string | undefined;
@@ -2294,9 +2329,11 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2294
2329
  symbol: z.ZodOptional<z.ZodString>;
2295
2330
  image: z.ZodOptional<z.ZodString>;
2296
2331
  metadata: z.ZodOptional<z.ZodString>;
2332
+ updatedAt: z.ZodNumber;
2297
2333
  }, "strip", z.ZodTypeAny, {
2298
2334
  type: "Nft";
2299
2335
  id: string;
2336
+ updatedAt: number;
2300
2337
  name?: string | undefined;
2301
2338
  symbol?: string | undefined;
2302
2339
  image?: string | undefined;
@@ -2304,6 +2341,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2304
2341
  }, {
2305
2342
  type: "Nft";
2306
2343
  id: string;
2344
+ updatedAt: number;
2307
2345
  name?: string | undefined;
2308
2346
  symbol?: string | undefined;
2309
2347
  image?: string | undefined;
@@ -2315,9 +2353,11 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2315
2353
  metadata: string | undefined;
2316
2354
  type: "Nft";
2317
2355
  id: string;
2356
+ updatedAt: number;
2318
2357
  }, {
2319
2358
  type: "Nft";
2320
2359
  id: string;
2360
+ updatedAt: number;
2321
2361
  name?: string | undefined;
2322
2362
  symbol?: string | undefined;
2323
2363
  image?: string | undefined;
@@ -2331,6 +2371,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2331
2371
  metadata: string | undefined;
2332
2372
  type: "Nft";
2333
2373
  id: string;
2374
+ updatedAt: number;
2334
2375
  };
2335
2376
  amount: {
2336
2377
  value: bigint;
@@ -2352,6 +2393,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2352
2393
  asset: {
2353
2394
  type: "Nft";
2354
2395
  id: string;
2396
+ updatedAt: number;
2355
2397
  name?: string | undefined;
2356
2398
  symbol?: string | undefined;
2357
2399
  image?: string | undefined;
@@ -2392,6 +2434,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2392
2434
  metadata: string | undefined;
2393
2435
  type: "Nft";
2394
2436
  id: string;
2437
+ updatedAt: number;
2395
2438
  };
2396
2439
  amount: {
2397
2440
  value: bigint;
@@ -2402,6 +2445,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2402
2445
  asset: {
2403
2446
  type: "Nft";
2404
2447
  id: string;
2448
+ updatedAt: number;
2405
2449
  name?: string | undefined;
2406
2450
  symbol?: string | undefined;
2407
2451
  image?: string | undefined;
@@ -2482,6 +2526,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2482
2526
  metadata: string | undefined;
2483
2527
  type: "Nft";
2484
2528
  id: string;
2529
+ updatedAt: number;
2485
2530
  };
2486
2531
  amount: {
2487
2532
  value: bigint;
@@ -2539,6 +2584,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2539
2584
  metadata: string | undefined;
2540
2585
  type: "Nft";
2541
2586
  id: string;
2587
+ updatedAt: number;
2542
2588
  };
2543
2589
  amount: {
2544
2590
  value: bigint;
@@ -2598,6 +2644,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2598
2644
  asset: {
2599
2645
  type: "Nft";
2600
2646
  id: string;
2647
+ updatedAt: number;
2601
2648
  name?: string | undefined;
2602
2649
  symbol?: string | undefined;
2603
2650
  image?: string | undefined;
@@ -2655,6 +2702,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2655
2702
  asset: {
2656
2703
  type: "Nft";
2657
2704
  id: string;
2705
+ updatedAt: number;
2658
2706
  name?: string | undefined;
2659
2707
  symbol?: string | undefined;
2660
2708
  image?: string | undefined;
@@ -2753,6 +2801,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2753
2801
  metadata: string | undefined;
2754
2802
  type: "Nft";
2755
2803
  id: string;
2804
+ updatedAt: number;
2756
2805
  };
2757
2806
  amount: {
2758
2807
  value: bigint;
@@ -2810,6 +2859,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2810
2859
  metadata: string | undefined;
2811
2860
  type: "Nft";
2812
2861
  id: string;
2862
+ updatedAt: number;
2813
2863
  };
2814
2864
  amount: {
2815
2865
  value: bigint;
@@ -2860,6 +2910,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2860
2910
  asset: {
2861
2911
  type: "Nft";
2862
2912
  id: string;
2913
+ updatedAt: number;
2863
2914
  name?: string | undefined;
2864
2915
  symbol?: string | undefined;
2865
2916
  image?: string | undefined;
@@ -2917,6 +2968,7 @@ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
2917
2968
  asset: {
2918
2969
  type: "Nft";
2919
2970
  id: string;
2971
+ updatedAt: number;
2920
2972
  name?: string | undefined;
2921
2973
  symbol?: string | undefined;
2922
2974
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"replace.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/replace/replace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBjC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBlC,CAAA"}
1
+ {"version":3,"file":"replace.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/replace/replace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBjC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBlC,CAAA"}