@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
@@ -368,9 +368,11 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
368
368
  symbol: z.ZodOptional<z.ZodString>;
369
369
  image: z.ZodOptional<z.ZodString>;
370
370
  metadata: z.ZodOptional<z.ZodString>;
371
+ updatedAt: z.ZodNumber;
371
372
  }, "strip", z.ZodTypeAny, {
372
373
  type: "Nft";
373
374
  id: string;
375
+ updatedAt: number;
374
376
  name?: string | undefined;
375
377
  symbol?: string | undefined;
376
378
  image?: string | undefined;
@@ -378,6 +380,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
378
380
  }, {
379
381
  type: "Nft";
380
382
  id: string;
383
+ updatedAt: number;
381
384
  name?: string | undefined;
382
385
  symbol?: string | undefined;
383
386
  image?: string | undefined;
@@ -389,9 +392,11 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
389
392
  metadata: string | undefined;
390
393
  type: "Nft";
391
394
  id: string;
395
+ updatedAt: number;
392
396
  }, {
393
397
  type: "Nft";
394
398
  id: string;
399
+ updatedAt: number;
395
400
  name?: string | undefined;
396
401
  symbol?: string | undefined;
397
402
  image?: string | undefined;
@@ -405,6 +410,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
405
410
  metadata: string | undefined;
406
411
  type: "Nft";
407
412
  id: string;
413
+ updatedAt: number;
408
414
  };
409
415
  amount: {
410
416
  value: bigint;
@@ -426,6 +432,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
426
432
  asset: {
427
433
  type: "Nft";
428
434
  id: string;
435
+ updatedAt: number;
429
436
  name?: string | undefined;
430
437
  symbol?: string | undefined;
431
438
  image?: string | undefined;
@@ -466,6 +473,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
466
473
  metadata: string | undefined;
467
474
  type: "Nft";
468
475
  id: string;
476
+ updatedAt: number;
469
477
  };
470
478
  amount: {
471
479
  value: bigint;
@@ -476,6 +484,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
476
484
  asset: {
477
485
  type: "Nft";
478
486
  id: string;
487
+ updatedAt: number;
479
488
  name?: string | undefined;
480
489
  symbol?: string | undefined;
481
490
  image?: string | undefined;
@@ -823,9 +832,11 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
823
832
  symbol: z.ZodOptional<z.ZodString>;
824
833
  image: z.ZodOptional<z.ZodString>;
825
834
  metadata: z.ZodOptional<z.ZodString>;
835
+ updatedAt: z.ZodNumber;
826
836
  }, "strip", z.ZodTypeAny, {
827
837
  type: "Nft";
828
838
  id: string;
839
+ updatedAt: number;
829
840
  name?: string | undefined;
830
841
  symbol?: string | undefined;
831
842
  image?: string | undefined;
@@ -833,6 +844,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
833
844
  }, {
834
845
  type: "Nft";
835
846
  id: string;
847
+ updatedAt: number;
836
848
  name?: string | undefined;
837
849
  symbol?: string | undefined;
838
850
  image?: string | undefined;
@@ -844,9 +856,11 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
844
856
  metadata: string | undefined;
845
857
  type: "Nft";
846
858
  id: string;
859
+ updatedAt: number;
847
860
  }, {
848
861
  type: "Nft";
849
862
  id: string;
863
+ updatedAt: number;
850
864
  name?: string | undefined;
851
865
  symbol?: string | undefined;
852
866
  image?: string | undefined;
@@ -860,6 +874,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
860
874
  metadata: string | undefined;
861
875
  type: "Nft";
862
876
  id: string;
877
+ updatedAt: number;
863
878
  };
864
879
  amount: {
865
880
  value: bigint;
@@ -881,6 +896,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
881
896
  asset: {
882
897
  type: "Nft";
883
898
  id: string;
899
+ updatedAt: number;
884
900
  name?: string | undefined;
885
901
  symbol?: string | undefined;
886
902
  image?: string | undefined;
@@ -921,6 +937,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
921
937
  metadata: string | undefined;
922
938
  type: "Nft";
923
939
  id: string;
940
+ updatedAt: number;
924
941
  };
925
942
  amount: {
926
943
  value: bigint;
@@ -931,6 +948,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
931
948
  asset: {
932
949
  type: "Nft";
933
950
  id: string;
951
+ updatedAt: number;
934
952
  name?: string | undefined;
935
953
  symbol?: string | undefined;
936
954
  image?: string | undefined;
@@ -1009,6 +1027,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
1009
1027
  metadata: string | undefined;
1010
1028
  type: "Nft";
1011
1029
  id: string;
1030
+ updatedAt: number;
1012
1031
  };
1013
1032
  amount: {
1014
1033
  value: bigint;
@@ -1066,6 +1085,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
1066
1085
  metadata: string | undefined;
1067
1086
  type: "Nft";
1068
1087
  id: string;
1088
+ updatedAt: number;
1069
1089
  };
1070
1090
  amount: {
1071
1091
  value: bigint;
@@ -1124,6 +1144,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
1124
1144
  asset: {
1125
1145
  type: "Nft";
1126
1146
  id: string;
1147
+ updatedAt: number;
1127
1148
  name?: string | undefined;
1128
1149
  symbol?: string | undefined;
1129
1150
  image?: string | undefined;
@@ -1181,6 +1202,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
1181
1202
  asset: {
1182
1203
  type: "Nft";
1183
1204
  id: string;
1205
+ updatedAt: number;
1184
1206
  name?: string | undefined;
1185
1207
  symbol?: string | undefined;
1186
1208
  image?: string | undefined;
@@ -1278,6 +1300,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
1278
1300
  metadata: string | undefined;
1279
1301
  type: "Nft";
1280
1302
  id: string;
1303
+ updatedAt: number;
1281
1304
  };
1282
1305
  amount: {
1283
1306
  value: bigint;
@@ -1335,6 +1358,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
1335
1358
  metadata: string | undefined;
1336
1359
  type: "Nft";
1337
1360
  id: string;
1361
+ updatedAt: number;
1338
1362
  };
1339
1363
  amount: {
1340
1364
  value: bigint;
@@ -1384,6 +1408,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
1384
1408
  asset: {
1385
1409
  type: "Nft";
1386
1410
  id: string;
1411
+ updatedAt: number;
1387
1412
  name?: string | undefined;
1388
1413
  symbol?: string | undefined;
1389
1414
  image?: string | undefined;
@@ -1441,6 +1466,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
1441
1466
  asset: {
1442
1467
  type: "Nft";
1443
1468
  id: string;
1469
+ updatedAt: number;
1444
1470
  name?: string | undefined;
1445
1471
  symbol?: string | undefined;
1446
1472
  image?: string | undefined;
@@ -1845,9 +1871,11 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
1845
1871
  symbol: z.ZodOptional<z.ZodString>;
1846
1872
  image: z.ZodOptional<z.ZodString>;
1847
1873
  metadata: z.ZodOptional<z.ZodString>;
1874
+ updatedAt: z.ZodNumber;
1848
1875
  }, "strip", z.ZodTypeAny, {
1849
1876
  type: "Nft";
1850
1877
  id: string;
1878
+ updatedAt: number;
1851
1879
  name?: string | undefined;
1852
1880
  symbol?: string | undefined;
1853
1881
  image?: string | undefined;
@@ -1855,6 +1883,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
1855
1883
  }, {
1856
1884
  type: "Nft";
1857
1885
  id: string;
1886
+ updatedAt: number;
1858
1887
  name?: string | undefined;
1859
1888
  symbol?: string | undefined;
1860
1889
  image?: string | undefined;
@@ -1866,9 +1895,11 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
1866
1895
  metadata: string | undefined;
1867
1896
  type: "Nft";
1868
1897
  id: string;
1898
+ updatedAt: number;
1869
1899
  }, {
1870
1900
  type: "Nft";
1871
1901
  id: string;
1902
+ updatedAt: number;
1872
1903
  name?: string | undefined;
1873
1904
  symbol?: string | undefined;
1874
1905
  image?: string | undefined;
@@ -1882,6 +1913,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
1882
1913
  metadata: string | undefined;
1883
1914
  type: "Nft";
1884
1915
  id: string;
1916
+ updatedAt: number;
1885
1917
  };
1886
1918
  amount: {
1887
1919
  value: bigint;
@@ -1903,6 +1935,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
1903
1935
  asset: {
1904
1936
  type: "Nft";
1905
1937
  id: string;
1938
+ updatedAt: number;
1906
1939
  name?: string | undefined;
1907
1940
  symbol?: string | undefined;
1908
1941
  image?: string | undefined;
@@ -1943,6 +1976,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
1943
1976
  metadata: string | undefined;
1944
1977
  type: "Nft";
1945
1978
  id: string;
1979
+ updatedAt: number;
1946
1980
  };
1947
1981
  amount: {
1948
1982
  value: bigint;
@@ -1953,6 +1987,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
1953
1987
  asset: {
1954
1988
  type: "Nft";
1955
1989
  id: string;
1990
+ updatedAt: number;
1956
1991
  name?: string | undefined;
1957
1992
  symbol?: string | undefined;
1958
1993
  image?: string | undefined;
@@ -2300,9 +2335,11 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2300
2335
  symbol: z.ZodOptional<z.ZodString>;
2301
2336
  image: z.ZodOptional<z.ZodString>;
2302
2337
  metadata: z.ZodOptional<z.ZodString>;
2338
+ updatedAt: z.ZodNumber;
2303
2339
  }, "strip", z.ZodTypeAny, {
2304
2340
  type: "Nft";
2305
2341
  id: string;
2342
+ updatedAt: number;
2306
2343
  name?: string | undefined;
2307
2344
  symbol?: string | undefined;
2308
2345
  image?: string | undefined;
@@ -2310,6 +2347,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2310
2347
  }, {
2311
2348
  type: "Nft";
2312
2349
  id: string;
2350
+ updatedAt: number;
2313
2351
  name?: string | undefined;
2314
2352
  symbol?: string | undefined;
2315
2353
  image?: string | undefined;
@@ -2321,9 +2359,11 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2321
2359
  metadata: string | undefined;
2322
2360
  type: "Nft";
2323
2361
  id: string;
2362
+ updatedAt: number;
2324
2363
  }, {
2325
2364
  type: "Nft";
2326
2365
  id: string;
2366
+ updatedAt: number;
2327
2367
  name?: string | undefined;
2328
2368
  symbol?: string | undefined;
2329
2369
  image?: string | undefined;
@@ -2337,6 +2377,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2337
2377
  metadata: string | undefined;
2338
2378
  type: "Nft";
2339
2379
  id: string;
2380
+ updatedAt: number;
2340
2381
  };
2341
2382
  amount: {
2342
2383
  value: bigint;
@@ -2358,6 +2399,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2358
2399
  asset: {
2359
2400
  type: "Nft";
2360
2401
  id: string;
2402
+ updatedAt: number;
2361
2403
  name?: string | undefined;
2362
2404
  symbol?: string | undefined;
2363
2405
  image?: string | undefined;
@@ -2398,6 +2440,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2398
2440
  metadata: string | undefined;
2399
2441
  type: "Nft";
2400
2442
  id: string;
2443
+ updatedAt: number;
2401
2444
  };
2402
2445
  amount: {
2403
2446
  value: bigint;
@@ -2408,6 +2451,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2408
2451
  asset: {
2409
2452
  type: "Nft";
2410
2453
  id: string;
2454
+ updatedAt: number;
2411
2455
  name?: string | undefined;
2412
2456
  symbol?: string | undefined;
2413
2457
  image?: string | undefined;
@@ -2488,6 +2532,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2488
2532
  metadata: string | undefined;
2489
2533
  type: "Nft";
2490
2534
  id: string;
2535
+ updatedAt: number;
2491
2536
  };
2492
2537
  amount: {
2493
2538
  value: bigint;
@@ -2545,6 +2590,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2545
2590
  metadata: string | undefined;
2546
2591
  type: "Nft";
2547
2592
  id: string;
2593
+ updatedAt: number;
2548
2594
  };
2549
2595
  amount: {
2550
2596
  value: bigint;
@@ -2605,6 +2651,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2605
2651
  asset: {
2606
2652
  type: "Nft";
2607
2653
  id: string;
2654
+ updatedAt: number;
2608
2655
  name?: string | undefined;
2609
2656
  symbol?: string | undefined;
2610
2657
  image?: string | undefined;
@@ -2662,6 +2709,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2662
2709
  asset: {
2663
2710
  type: "Nft";
2664
2711
  id: string;
2712
+ updatedAt: number;
2665
2713
  name?: string | undefined;
2666
2714
  symbol?: string | undefined;
2667
2715
  image?: string | undefined;
@@ -2761,6 +2809,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2761
2809
  metadata: string | undefined;
2762
2810
  type: "Nft";
2763
2811
  id: string;
2812
+ updatedAt: number;
2764
2813
  };
2765
2814
  amount: {
2766
2815
  value: bigint;
@@ -2818,6 +2867,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2818
2867
  metadata: string | undefined;
2819
2868
  type: "Nft";
2820
2869
  id: string;
2870
+ updatedAt: number;
2821
2871
  };
2822
2872
  amount: {
2823
2873
  value: bigint;
@@ -2869,6 +2919,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2869
2919
  asset: {
2870
2920
  type: "Nft";
2871
2921
  id: string;
2922
+ updatedAt: number;
2872
2923
  name?: string | undefined;
2873
2924
  symbol?: string | undefined;
2874
2925
  image?: string | undefined;
@@ -2926,6 +2977,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
2926
2977
  asset: {
2927
2978
  type: "Nft";
2928
2979
  id: string;
2980
+ updatedAt: number;
2929
2981
  name?: string | undefined;
2930
2982
  symbol?: string | undefined;
2931
2983
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"removeLiquidity.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/withdraw/removeLiquidity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBzC,CAAA;AAEL,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB1C,CAAA"}
1
+ {"version":3,"file":"removeLiquidity.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/withdraw/removeLiquidity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBzC,CAAA;AAEL,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB1C,CAAA"}
@@ -368,9 +368,11 @@ export declare const normalActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
368
368
  symbol: z.ZodOptional<z.ZodString>;
369
369
  image: z.ZodOptional<z.ZodString>;
370
370
  metadata: z.ZodOptional<z.ZodString>;
371
+ updatedAt: z.ZodNumber;
371
372
  }, "strip", z.ZodTypeAny, {
372
373
  type: "Nft";
373
374
  id: string;
375
+ updatedAt: number;
374
376
  name?: string | undefined;
375
377
  symbol?: string | undefined;
376
378
  image?: string | undefined;
@@ -378,6 +380,7 @@ export declare const normalActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
378
380
  }, {
379
381
  type: "Nft";
380
382
  id: string;
383
+ updatedAt: number;
381
384
  name?: string | undefined;
382
385
  symbol?: string | undefined;
383
386
  image?: string | undefined;
@@ -389,9 +392,11 @@ export declare const normalActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
389
392
  metadata: string | undefined;
390
393
  type: "Nft";
391
394
  id: string;
395
+ updatedAt: number;
392
396
  }, {
393
397
  type: "Nft";
394
398
  id: string;
399
+ updatedAt: number;
395
400
  name?: string | undefined;
396
401
  symbol?: string | undefined;
397
402
  image?: string | undefined;
@@ -405,6 +410,7 @@ export declare const normalActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
405
410
  metadata: string | undefined;
406
411
  type: "Nft";
407
412
  id: string;
413
+ updatedAt: number;
408
414
  };
409
415
  amount: {
410
416
  value: bigint;
@@ -426,6 +432,7 @@ export declare const normalActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
426
432
  asset: {
427
433
  type: "Nft";
428
434
  id: string;
435
+ updatedAt: number;
429
436
  name?: string | undefined;
430
437
  symbol?: string | undefined;
431
438
  image?: string | undefined;
@@ -466,6 +473,7 @@ export declare const normalActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
466
473
  metadata: string | undefined;
467
474
  type: "Nft";
468
475
  id: string;
476
+ updatedAt: number;
469
477
  };
470
478
  amount: {
471
479
  value: bigint;
@@ -476,6 +484,7 @@ export declare const normalActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
476
484
  asset: {
477
485
  type: "Nft";
478
486
  id: string;
487
+ updatedAt: number;
479
488
  name?: string | undefined;
480
489
  symbol?: string | undefined;
481
490
  image?: string | undefined;
@@ -554,6 +563,7 @@ export declare const normalActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
554
563
  metadata: string | undefined;
555
564
  type: "Nft";
556
565
  id: string;
566
+ updatedAt: number;
557
567
  };
558
568
  amount: {
559
569
  value: bigint;
@@ -612,6 +622,7 @@ export declare const normalActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
612
622
  asset: {
613
623
  type: "Nft";
614
624
  id: string;
625
+ updatedAt: number;
615
626
  name?: string | undefined;
616
627
  symbol?: string | undefined;
617
628
  image?: string | undefined;
@@ -709,6 +720,7 @@ export declare const normalActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
709
720
  metadata: string | undefined;
710
721
  type: "Nft";
711
722
  id: string;
723
+ updatedAt: number;
712
724
  };
713
725
  amount: {
714
726
  value: bigint;
@@ -758,6 +770,7 @@ export declare const normalActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
758
770
  asset: {
759
771
  type: "Nft";
760
772
  id: string;
773
+ updatedAt: number;
761
774
  name?: string | undefined;
762
775
  symbol?: string | undefined;
763
776
  image?: string | undefined;
@@ -1162,9 +1175,11 @@ export declare const accountActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
1162
1175
  symbol: z.ZodOptional<z.ZodString>;
1163
1176
  image: z.ZodOptional<z.ZodString>;
1164
1177
  metadata: z.ZodOptional<z.ZodString>;
1178
+ updatedAt: z.ZodNumber;
1165
1179
  }, "strip", z.ZodTypeAny, {
1166
1180
  type: "Nft";
1167
1181
  id: string;
1182
+ updatedAt: number;
1168
1183
  name?: string | undefined;
1169
1184
  symbol?: string | undefined;
1170
1185
  image?: string | undefined;
@@ -1172,6 +1187,7 @@ export declare const accountActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
1172
1187
  }, {
1173
1188
  type: "Nft";
1174
1189
  id: string;
1190
+ updatedAt: number;
1175
1191
  name?: string | undefined;
1176
1192
  symbol?: string | undefined;
1177
1193
  image?: string | undefined;
@@ -1183,9 +1199,11 @@ export declare const accountActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
1183
1199
  metadata: string | undefined;
1184
1200
  type: "Nft";
1185
1201
  id: string;
1202
+ updatedAt: number;
1186
1203
  }, {
1187
1204
  type: "Nft";
1188
1205
  id: string;
1206
+ updatedAt: number;
1189
1207
  name?: string | undefined;
1190
1208
  symbol?: string | undefined;
1191
1209
  image?: string | undefined;
@@ -1199,6 +1217,7 @@ export declare const accountActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
1199
1217
  metadata: string | undefined;
1200
1218
  type: "Nft";
1201
1219
  id: string;
1220
+ updatedAt: number;
1202
1221
  };
1203
1222
  amount: {
1204
1223
  value: bigint;
@@ -1220,6 +1239,7 @@ export declare const accountActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
1220
1239
  asset: {
1221
1240
  type: "Nft";
1222
1241
  id: string;
1242
+ updatedAt: number;
1223
1243
  name?: string | undefined;
1224
1244
  symbol?: string | undefined;
1225
1245
  image?: string | undefined;
@@ -1260,6 +1280,7 @@ export declare const accountActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
1260
1280
  metadata: string | undefined;
1261
1281
  type: "Nft";
1262
1282
  id: string;
1283
+ updatedAt: number;
1263
1284
  };
1264
1285
  amount: {
1265
1286
  value: bigint;
@@ -1270,6 +1291,7 @@ export declare const accountActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
1270
1291
  asset: {
1271
1292
  type: "Nft";
1272
1293
  id: string;
1294
+ updatedAt: number;
1273
1295
  name?: string | undefined;
1274
1296
  symbol?: string | undefined;
1275
1297
  image?: string | undefined;
@@ -1350,6 +1372,7 @@ export declare const accountActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
1350
1372
  metadata: string | undefined;
1351
1373
  type: "Nft";
1352
1374
  id: string;
1375
+ updatedAt: number;
1353
1376
  };
1354
1377
  amount: {
1355
1378
  value: bigint;
@@ -1410,6 +1433,7 @@ export declare const accountActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
1410
1433
  asset: {
1411
1434
  type: "Nft";
1412
1435
  id: string;
1436
+ updatedAt: number;
1413
1437
  name?: string | undefined;
1414
1438
  symbol?: string | undefined;
1415
1439
  image?: string | undefined;
@@ -1509,6 +1533,7 @@ export declare const accountActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
1509
1533
  metadata: string | undefined;
1510
1534
  type: "Nft";
1511
1535
  id: string;
1536
+ updatedAt: number;
1512
1537
  };
1513
1538
  amount: {
1514
1539
  value: bigint;
@@ -1560,6 +1585,7 @@ export declare const accountActionUnstakeSchema: z.ZodEffects<z.ZodObject<{
1560
1585
  asset: {
1561
1586
  type: "Nft";
1562
1587
  id: string;
1588
+ updatedAt: number;
1563
1589
  name?: string | undefined;
1564
1590
  symbol?: string | undefined;
1565
1591
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"unstake.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/withdraw/unstake.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWjC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWlC,CAAA"}
1
+ {"version":3,"file":"unstake.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/withdraw/unstake.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWjC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWlC,CAAA"}