@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
@@ -213,9 +213,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
213
213
  symbol: z.ZodOptional<z.ZodString>;
214
214
  image: z.ZodOptional<z.ZodString>;
215
215
  metadata: z.ZodOptional<z.ZodString>;
216
+ updatedAt: z.ZodNumber;
216
217
  }, "strip", z.ZodTypeAny, {
217
218
  type: "Nft";
218
219
  id: string;
220
+ updatedAt: number;
219
221
  name?: string | undefined;
220
222
  symbol?: string | undefined;
221
223
  image?: string | undefined;
@@ -223,6 +225,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
223
225
  }, {
224
226
  type: "Nft";
225
227
  id: string;
228
+ updatedAt: number;
226
229
  name?: string | undefined;
227
230
  symbol?: string | undefined;
228
231
  image?: string | undefined;
@@ -234,9 +237,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
234
237
  metadata: string | undefined;
235
238
  type: "Nft";
236
239
  id: string;
240
+ updatedAt: number;
237
241
  }, {
238
242
  type: "Nft";
239
243
  id: string;
244
+ updatedAt: number;
240
245
  name?: string | undefined;
241
246
  symbol?: string | undefined;
242
247
  image?: string | undefined;
@@ -281,6 +286,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
281
286
  metadata: string | undefined;
282
287
  type: "Nft";
283
288
  id: string;
289
+ updatedAt: number;
284
290
  };
285
291
  amount: {
286
292
  value: bigint;
@@ -322,6 +328,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
322
328
  } | {
323
329
  type: "Nft";
324
330
  id: string;
331
+ updatedAt: number;
325
332
  name?: string | undefined;
326
333
  symbol?: string | undefined;
327
334
  image?: string | undefined;
@@ -382,6 +389,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
382
389
  metadata: string | undefined;
383
390
  type: "Nft";
384
391
  id: string;
392
+ updatedAt: number;
385
393
  };
386
394
  amount: {
387
395
  value: bigint;
@@ -412,6 +420,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
412
420
  } | {
413
421
  type: "Nft";
414
422
  id: string;
423
+ updatedAt: number;
415
424
  name?: string | undefined;
416
425
  symbol?: string | undefined;
417
426
  image?: string | undefined;
@@ -604,9 +613,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
604
613
  symbol: z.ZodOptional<z.ZodString>;
605
614
  image: z.ZodOptional<z.ZodString>;
606
615
  metadata: z.ZodOptional<z.ZodString>;
616
+ updatedAt: z.ZodNumber;
607
617
  }, "strip", z.ZodTypeAny, {
608
618
  type: "Nft";
609
619
  id: string;
620
+ updatedAt: number;
610
621
  name?: string | undefined;
611
622
  symbol?: string | undefined;
612
623
  image?: string | undefined;
@@ -614,6 +625,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
614
625
  }, {
615
626
  type: "Nft";
616
627
  id: string;
628
+ updatedAt: number;
617
629
  name?: string | undefined;
618
630
  symbol?: string | undefined;
619
631
  image?: string | undefined;
@@ -625,9 +637,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
625
637
  metadata: string | undefined;
626
638
  type: "Nft";
627
639
  id: string;
640
+ updatedAt: number;
628
641
  }, {
629
642
  type: "Nft";
630
643
  id: string;
644
+ updatedAt: number;
631
645
  name?: string | undefined;
632
646
  symbol?: string | undefined;
633
647
  image?: string | undefined;
@@ -672,6 +686,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
672
686
  metadata: string | undefined;
673
687
  type: "Nft";
674
688
  id: string;
689
+ updatedAt: number;
675
690
  };
676
691
  amount: {
677
692
  value: bigint;
@@ -713,6 +728,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
713
728
  } | {
714
729
  type: "Nft";
715
730
  id: string;
731
+ updatedAt: number;
716
732
  name?: string | undefined;
717
733
  symbol?: string | undefined;
718
734
  image?: string | undefined;
@@ -773,6 +789,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
773
789
  metadata: string | undefined;
774
790
  type: "Nft";
775
791
  id: string;
792
+ updatedAt: number;
776
793
  };
777
794
  amount: {
778
795
  value: bigint;
@@ -803,6 +820,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
803
820
  } | {
804
821
  type: "Nft";
805
822
  id: string;
823
+ updatedAt: number;
806
824
  name?: string | undefined;
807
825
  symbol?: string | undefined;
808
826
  image?: string | undefined;
@@ -995,9 +1013,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
995
1013
  symbol: z.ZodOptional<z.ZodString>;
996
1014
  image: z.ZodOptional<z.ZodString>;
997
1015
  metadata: z.ZodOptional<z.ZodString>;
1016
+ updatedAt: z.ZodNumber;
998
1017
  }, "strip", z.ZodTypeAny, {
999
1018
  type: "Nft";
1000
1019
  id: string;
1020
+ updatedAt: number;
1001
1021
  name?: string | undefined;
1002
1022
  symbol?: string | undefined;
1003
1023
  image?: string | undefined;
@@ -1005,6 +1025,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1005
1025
  }, {
1006
1026
  type: "Nft";
1007
1027
  id: string;
1028
+ updatedAt: number;
1008
1029
  name?: string | undefined;
1009
1030
  symbol?: string | undefined;
1010
1031
  image?: string | undefined;
@@ -1016,9 +1037,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1016
1037
  metadata: string | undefined;
1017
1038
  type: "Nft";
1018
1039
  id: string;
1040
+ updatedAt: number;
1019
1041
  }, {
1020
1042
  type: "Nft";
1021
1043
  id: string;
1044
+ updatedAt: number;
1022
1045
  name?: string | undefined;
1023
1046
  symbol?: string | undefined;
1024
1047
  image?: string | undefined;
@@ -1063,6 +1086,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1063
1086
  metadata: string | undefined;
1064
1087
  type: "Nft";
1065
1088
  id: string;
1089
+ updatedAt: number;
1066
1090
  };
1067
1091
  amount: {
1068
1092
  value: bigint;
@@ -1104,6 +1128,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1104
1128
  } | {
1105
1129
  type: "Nft";
1106
1130
  id: string;
1131
+ updatedAt: number;
1107
1132
  name?: string | undefined;
1108
1133
  symbol?: string | undefined;
1109
1134
  image?: string | undefined;
@@ -1164,6 +1189,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1164
1189
  metadata: string | undefined;
1165
1190
  type: "Nft";
1166
1191
  id: string;
1192
+ updatedAt: number;
1167
1193
  };
1168
1194
  amount: {
1169
1195
  value: bigint;
@@ -1194,6 +1220,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1194
1220
  } | {
1195
1221
  type: "Nft";
1196
1222
  id: string;
1223
+ updatedAt: number;
1197
1224
  name?: string | undefined;
1198
1225
  symbol?: string | undefined;
1199
1226
  image?: string | undefined;
@@ -1263,6 +1290,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1263
1290
  metadata: string | undefined;
1264
1291
  type: "Nft";
1265
1292
  id: string;
1293
+ updatedAt: number;
1266
1294
  };
1267
1295
  amount: {
1268
1296
  value: bigint;
@@ -1308,6 +1336,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1308
1336
  metadata: string | undefined;
1309
1337
  type: "Nft";
1310
1338
  id: string;
1339
+ updatedAt: number;
1311
1340
  };
1312
1341
  amount: {
1313
1342
  value: bigint;
@@ -1353,6 +1382,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1353
1382
  metadata: string | undefined;
1354
1383
  type: "Nft";
1355
1384
  id: string;
1385
+ updatedAt: number;
1356
1386
  };
1357
1387
  amount: {
1358
1388
  value: bigint;
@@ -1400,6 +1430,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1400
1430
  } | {
1401
1431
  type: "Nft";
1402
1432
  id: string;
1433
+ updatedAt: number;
1403
1434
  name?: string | undefined;
1404
1435
  symbol?: string | undefined;
1405
1436
  image?: string | undefined;
@@ -1445,6 +1476,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1445
1476
  } | {
1446
1477
  type: "Nft";
1447
1478
  id: string;
1479
+ updatedAt: number;
1448
1480
  name?: string | undefined;
1449
1481
  symbol?: string | undefined;
1450
1482
  image?: string | undefined;
@@ -1490,6 +1522,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1490
1522
  } | {
1491
1523
  type: "Nft";
1492
1524
  id: string;
1525
+ updatedAt: number;
1493
1526
  name?: string | undefined;
1494
1527
  symbol?: string | undefined;
1495
1528
  image?: string | undefined;
@@ -1736,9 +1769,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1736
1769
  symbol: z.ZodOptional<z.ZodString>;
1737
1770
  image: z.ZodOptional<z.ZodString>;
1738
1771
  metadata: z.ZodOptional<z.ZodString>;
1772
+ updatedAt: z.ZodNumber;
1739
1773
  }, "strip", z.ZodTypeAny, {
1740
1774
  type: "Nft";
1741
1775
  id: string;
1776
+ updatedAt: number;
1742
1777
  name?: string | undefined;
1743
1778
  symbol?: string | undefined;
1744
1779
  image?: string | undefined;
@@ -1746,6 +1781,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1746
1781
  }, {
1747
1782
  type: "Nft";
1748
1783
  id: string;
1784
+ updatedAt: number;
1749
1785
  name?: string | undefined;
1750
1786
  symbol?: string | undefined;
1751
1787
  image?: string | undefined;
@@ -1757,9 +1793,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1757
1793
  metadata: string | undefined;
1758
1794
  type: "Nft";
1759
1795
  id: string;
1796
+ updatedAt: number;
1760
1797
  }, {
1761
1798
  type: "Nft";
1762
1799
  id: string;
1800
+ updatedAt: number;
1763
1801
  name?: string | undefined;
1764
1802
  symbol?: string | undefined;
1765
1803
  image?: string | undefined;
@@ -1804,6 +1842,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1804
1842
  metadata: string | undefined;
1805
1843
  type: "Nft";
1806
1844
  id: string;
1845
+ updatedAt: number;
1807
1846
  };
1808
1847
  amount: {
1809
1848
  value: bigint;
@@ -1845,6 +1884,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1845
1884
  } | {
1846
1885
  type: "Nft";
1847
1886
  id: string;
1887
+ updatedAt: number;
1848
1888
  name?: string | undefined;
1849
1889
  symbol?: string | undefined;
1850
1890
  image?: string | undefined;
@@ -1905,6 +1945,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1905
1945
  metadata: string | undefined;
1906
1946
  type: "Nft";
1907
1947
  id: string;
1948
+ updatedAt: number;
1908
1949
  };
1909
1950
  amount: {
1910
1951
  value: bigint;
@@ -1935,6 +1976,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1935
1976
  } | {
1936
1977
  type: "Nft";
1937
1978
  id: string;
1979
+ updatedAt: number;
1938
1980
  name?: string | undefined;
1939
1981
  symbol?: string | undefined;
1940
1982
  image?: string | undefined;
@@ -2127,9 +2169,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2127
2169
  symbol: z.ZodOptional<z.ZodString>;
2128
2170
  image: z.ZodOptional<z.ZodString>;
2129
2171
  metadata: z.ZodOptional<z.ZodString>;
2172
+ updatedAt: z.ZodNumber;
2130
2173
  }, "strip", z.ZodTypeAny, {
2131
2174
  type: "Nft";
2132
2175
  id: string;
2176
+ updatedAt: number;
2133
2177
  name?: string | undefined;
2134
2178
  symbol?: string | undefined;
2135
2179
  image?: string | undefined;
@@ -2137,6 +2181,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2137
2181
  }, {
2138
2182
  type: "Nft";
2139
2183
  id: string;
2184
+ updatedAt: number;
2140
2185
  name?: string | undefined;
2141
2186
  symbol?: string | undefined;
2142
2187
  image?: string | undefined;
@@ -2148,9 +2193,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2148
2193
  metadata: string | undefined;
2149
2194
  type: "Nft";
2150
2195
  id: string;
2196
+ updatedAt: number;
2151
2197
  }, {
2152
2198
  type: "Nft";
2153
2199
  id: string;
2200
+ updatedAt: number;
2154
2201
  name?: string | undefined;
2155
2202
  symbol?: string | undefined;
2156
2203
  image?: string | undefined;
@@ -2195,6 +2242,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2195
2242
  metadata: string | undefined;
2196
2243
  type: "Nft";
2197
2244
  id: string;
2245
+ updatedAt: number;
2198
2246
  };
2199
2247
  amount: {
2200
2248
  value: bigint;
@@ -2236,6 +2284,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2236
2284
  } | {
2237
2285
  type: "Nft";
2238
2286
  id: string;
2287
+ updatedAt: number;
2239
2288
  name?: string | undefined;
2240
2289
  symbol?: string | undefined;
2241
2290
  image?: string | undefined;
@@ -2296,6 +2345,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2296
2345
  metadata: string | undefined;
2297
2346
  type: "Nft";
2298
2347
  id: string;
2348
+ updatedAt: number;
2299
2349
  };
2300
2350
  amount: {
2301
2351
  value: bigint;
@@ -2326,6 +2376,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2326
2376
  } | {
2327
2377
  type: "Nft";
2328
2378
  id: string;
2379
+ updatedAt: number;
2329
2380
  name?: string | undefined;
2330
2381
  symbol?: string | undefined;
2331
2382
  image?: string | undefined;
@@ -2518,9 +2569,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2518
2569
  symbol: z.ZodOptional<z.ZodString>;
2519
2570
  image: z.ZodOptional<z.ZodString>;
2520
2571
  metadata: z.ZodOptional<z.ZodString>;
2572
+ updatedAt: z.ZodNumber;
2521
2573
  }, "strip", z.ZodTypeAny, {
2522
2574
  type: "Nft";
2523
2575
  id: string;
2576
+ updatedAt: number;
2524
2577
  name?: string | undefined;
2525
2578
  symbol?: string | undefined;
2526
2579
  image?: string | undefined;
@@ -2528,6 +2581,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2528
2581
  }, {
2529
2582
  type: "Nft";
2530
2583
  id: string;
2584
+ updatedAt: number;
2531
2585
  name?: string | undefined;
2532
2586
  symbol?: string | undefined;
2533
2587
  image?: string | undefined;
@@ -2539,9 +2593,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2539
2593
  metadata: string | undefined;
2540
2594
  type: "Nft";
2541
2595
  id: string;
2596
+ updatedAt: number;
2542
2597
  }, {
2543
2598
  type: "Nft";
2544
2599
  id: string;
2600
+ updatedAt: number;
2545
2601
  name?: string | undefined;
2546
2602
  symbol?: string | undefined;
2547
2603
  image?: string | undefined;
@@ -2586,6 +2642,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2586
2642
  metadata: string | undefined;
2587
2643
  type: "Nft";
2588
2644
  id: string;
2645
+ updatedAt: number;
2589
2646
  };
2590
2647
  amount: {
2591
2648
  value: bigint;
@@ -2627,6 +2684,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2627
2684
  } | {
2628
2685
  type: "Nft";
2629
2686
  id: string;
2687
+ updatedAt: number;
2630
2688
  name?: string | undefined;
2631
2689
  symbol?: string | undefined;
2632
2690
  image?: string | undefined;
@@ -2687,6 +2745,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2687
2745
  metadata: string | undefined;
2688
2746
  type: "Nft";
2689
2747
  id: string;
2748
+ updatedAt: number;
2690
2749
  };
2691
2750
  amount: {
2692
2751
  value: bigint;
@@ -2717,6 +2776,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2717
2776
  } | {
2718
2777
  type: "Nft";
2719
2778
  id: string;
2779
+ updatedAt: number;
2720
2780
  name?: string | undefined;
2721
2781
  symbol?: string | undefined;
2722
2782
  image?: string | undefined;
@@ -2788,6 +2848,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2788
2848
  metadata: string | undefined;
2789
2849
  type: "Nft";
2790
2850
  id: string;
2851
+ updatedAt: number;
2791
2852
  };
2792
2853
  amount: {
2793
2854
  value: bigint;
@@ -2833,6 +2894,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2833
2894
  metadata: string | undefined;
2834
2895
  type: "Nft";
2835
2896
  id: string;
2897
+ updatedAt: number;
2836
2898
  };
2837
2899
  amount: {
2838
2900
  value: bigint;
@@ -2878,6 +2940,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2878
2940
  metadata: string | undefined;
2879
2941
  type: "Nft";
2880
2942
  id: string;
2943
+ updatedAt: number;
2881
2944
  };
2882
2945
  amount: {
2883
2946
  value: bigint;
@@ -2927,6 +2990,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2927
2990
  } | {
2928
2991
  type: "Nft";
2929
2992
  id: string;
2993
+ updatedAt: number;
2930
2994
  name?: string | undefined;
2931
2995
  symbol?: string | undefined;
2932
2996
  image?: string | undefined;
@@ -2972,6 +3036,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2972
3036
  } | {
2973
3037
  type: "Nft";
2974
3038
  id: string;
3039
+ updatedAt: number;
2975
3040
  name?: string | undefined;
2976
3041
  symbol?: string | undefined;
2977
3042
  image?: string | undefined;
@@ -3017,6 +3082,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
3017
3082
  } | {
3018
3083
  type: "Nft";
3019
3084
  id: string;
3085
+ updatedAt: number;
3020
3086
  name?: string | undefined;
3021
3087
  symbol?: string | undefined;
3022
3088
  image?: string | undefined;
@@ -3265,9 +3331,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3265
3331
  symbol: z.ZodOptional<z.ZodString>;
3266
3332
  image: z.ZodOptional<z.ZodString>;
3267
3333
  metadata: z.ZodOptional<z.ZodString>;
3334
+ updatedAt: z.ZodNumber;
3268
3335
  }, "strip", z.ZodTypeAny, {
3269
3336
  type: "Nft";
3270
3337
  id: string;
3338
+ updatedAt: number;
3271
3339
  name?: string | undefined;
3272
3340
  symbol?: string | undefined;
3273
3341
  image?: string | undefined;
@@ -3275,6 +3343,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3275
3343
  }, {
3276
3344
  type: "Nft";
3277
3345
  id: string;
3346
+ updatedAt: number;
3278
3347
  name?: string | undefined;
3279
3348
  symbol?: string | undefined;
3280
3349
  image?: string | undefined;
@@ -3286,9 +3355,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3286
3355
  metadata: string | undefined;
3287
3356
  type: "Nft";
3288
3357
  id: string;
3358
+ updatedAt: number;
3289
3359
  }, {
3290
3360
  type: "Nft";
3291
3361
  id: string;
3362
+ updatedAt: number;
3292
3363
  name?: string | undefined;
3293
3364
  symbol?: string | undefined;
3294
3365
  image?: string | undefined;
@@ -3333,6 +3404,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3333
3404
  metadata: string | undefined;
3334
3405
  type: "Nft";
3335
3406
  id: string;
3407
+ updatedAt: number;
3336
3408
  };
3337
3409
  amount: {
3338
3410
  value: bigint;
@@ -3374,6 +3446,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3374
3446
  } | {
3375
3447
  type: "Nft";
3376
3448
  id: string;
3449
+ updatedAt: number;
3377
3450
  name?: string | undefined;
3378
3451
  symbol?: string | undefined;
3379
3452
  image?: string | undefined;
@@ -3434,6 +3507,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3434
3507
  metadata: string | undefined;
3435
3508
  type: "Nft";
3436
3509
  id: string;
3510
+ updatedAt: number;
3437
3511
  };
3438
3512
  amount: {
3439
3513
  value: bigint;
@@ -3464,6 +3538,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3464
3538
  } | {
3465
3539
  type: "Nft";
3466
3540
  id: string;
3541
+ updatedAt: number;
3467
3542
  name?: string | undefined;
3468
3543
  symbol?: string | undefined;
3469
3544
  image?: string | undefined;
@@ -3656,9 +3731,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3656
3731
  symbol: z.ZodOptional<z.ZodString>;
3657
3732
  image: z.ZodOptional<z.ZodString>;
3658
3733
  metadata: z.ZodOptional<z.ZodString>;
3734
+ updatedAt: z.ZodNumber;
3659
3735
  }, "strip", z.ZodTypeAny, {
3660
3736
  type: "Nft";
3661
3737
  id: string;
3738
+ updatedAt: number;
3662
3739
  name?: string | undefined;
3663
3740
  symbol?: string | undefined;
3664
3741
  image?: string | undefined;
@@ -3666,6 +3743,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3666
3743
  }, {
3667
3744
  type: "Nft";
3668
3745
  id: string;
3746
+ updatedAt: number;
3669
3747
  name?: string | undefined;
3670
3748
  symbol?: string | undefined;
3671
3749
  image?: string | undefined;
@@ -3677,9 +3755,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3677
3755
  metadata: string | undefined;
3678
3756
  type: "Nft";
3679
3757
  id: string;
3758
+ updatedAt: number;
3680
3759
  }, {
3681
3760
  type: "Nft";
3682
3761
  id: string;
3762
+ updatedAt: number;
3683
3763
  name?: string | undefined;
3684
3764
  symbol?: string | undefined;
3685
3765
  image?: string | undefined;
@@ -3724,6 +3804,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3724
3804
  metadata: string | undefined;
3725
3805
  type: "Nft";
3726
3806
  id: string;
3807
+ updatedAt: number;
3727
3808
  };
3728
3809
  amount: {
3729
3810
  value: bigint;
@@ -3765,6 +3846,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3765
3846
  } | {
3766
3847
  type: "Nft";
3767
3848
  id: string;
3849
+ updatedAt: number;
3768
3850
  name?: string | undefined;
3769
3851
  symbol?: string | undefined;
3770
3852
  image?: string | undefined;
@@ -3825,6 +3907,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3825
3907
  metadata: string | undefined;
3826
3908
  type: "Nft";
3827
3909
  id: string;
3910
+ updatedAt: number;
3828
3911
  };
3829
3912
  amount: {
3830
3913
  value: bigint;
@@ -3855,6 +3938,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3855
3938
  } | {
3856
3939
  type: "Nft";
3857
3940
  id: string;
3941
+ updatedAt: number;
3858
3942
  name?: string | undefined;
3859
3943
  symbol?: string | undefined;
3860
3944
  image?: string | undefined;
@@ -4047,9 +4131,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4047
4131
  symbol: z.ZodOptional<z.ZodString>;
4048
4132
  image: z.ZodOptional<z.ZodString>;
4049
4133
  metadata: z.ZodOptional<z.ZodString>;
4134
+ updatedAt: z.ZodNumber;
4050
4135
  }, "strip", z.ZodTypeAny, {
4051
4136
  type: "Nft";
4052
4137
  id: string;
4138
+ updatedAt: number;
4053
4139
  name?: string | undefined;
4054
4140
  symbol?: string | undefined;
4055
4141
  image?: string | undefined;
@@ -4057,6 +4143,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4057
4143
  }, {
4058
4144
  type: "Nft";
4059
4145
  id: string;
4146
+ updatedAt: number;
4060
4147
  name?: string | undefined;
4061
4148
  symbol?: string | undefined;
4062
4149
  image?: string | undefined;
@@ -4068,9 +4155,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4068
4155
  metadata: string | undefined;
4069
4156
  type: "Nft";
4070
4157
  id: string;
4158
+ updatedAt: number;
4071
4159
  }, {
4072
4160
  type: "Nft";
4073
4161
  id: string;
4162
+ updatedAt: number;
4074
4163
  name?: string | undefined;
4075
4164
  symbol?: string | undefined;
4076
4165
  image?: string | undefined;
@@ -4115,6 +4204,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4115
4204
  metadata: string | undefined;
4116
4205
  type: "Nft";
4117
4206
  id: string;
4207
+ updatedAt: number;
4118
4208
  };
4119
4209
  amount: {
4120
4210
  value: bigint;
@@ -4156,6 +4246,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4156
4246
  } | {
4157
4247
  type: "Nft";
4158
4248
  id: string;
4249
+ updatedAt: number;
4159
4250
  name?: string | undefined;
4160
4251
  symbol?: string | undefined;
4161
4252
  image?: string | undefined;
@@ -4216,6 +4307,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4216
4307
  metadata: string | undefined;
4217
4308
  type: "Nft";
4218
4309
  id: string;
4310
+ updatedAt: number;
4219
4311
  };
4220
4312
  amount: {
4221
4313
  value: bigint;
@@ -4246,6 +4338,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4246
4338
  } | {
4247
4339
  type: "Nft";
4248
4340
  id: string;
4341
+ updatedAt: number;
4249
4342
  name?: string | undefined;
4250
4343
  symbol?: string | undefined;
4251
4344
  image?: string | undefined;
@@ -4316,6 +4409,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4316
4409
  metadata: string | undefined;
4317
4410
  type: "Nft";
4318
4411
  id: string;
4412
+ updatedAt: number;
4319
4413
  };
4320
4414
  amount: {
4321
4415
  value: bigint;
@@ -4361,6 +4455,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4361
4455
  metadata: string | undefined;
4362
4456
  type: "Nft";
4363
4457
  id: string;
4458
+ updatedAt: number;
4364
4459
  };
4365
4460
  amount: {
4366
4461
  value: bigint;
@@ -4406,6 +4501,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4406
4501
  metadata: string | undefined;
4407
4502
  type: "Nft";
4408
4503
  id: string;
4504
+ updatedAt: number;
4409
4505
  };
4410
4506
  amount: {
4411
4507
  value: bigint;
@@ -4454,6 +4550,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4454
4550
  } | {
4455
4551
  type: "Nft";
4456
4552
  id: string;
4553
+ updatedAt: number;
4457
4554
  name?: string | undefined;
4458
4555
  symbol?: string | undefined;
4459
4556
  image?: string | undefined;
@@ -4499,6 +4596,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4499
4596
  } | {
4500
4597
  type: "Nft";
4501
4598
  id: string;
4599
+ updatedAt: number;
4502
4600
  name?: string | undefined;
4503
4601
  symbol?: string | undefined;
4504
4602
  image?: string | undefined;
@@ -4544,6 +4642,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4544
4642
  } | {
4545
4643
  type: "Nft";
4546
4644
  id: string;
4645
+ updatedAt: number;
4547
4646
  name?: string | undefined;
4548
4647
  symbol?: string | undefined;
4549
4648
  image?: string | undefined;