@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
@@ -1 +1 @@
1
- {"version":3,"file":"valuedown.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/valuedown/valuedown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUnC,CAAA;AAEL,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUpC,CAAA"}
1
+ {"version":3,"file":"valuedown.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/valuedown/valuedown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUnC,CAAA;AAEL,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUpC,CAAA"}
@@ -48,9 +48,11 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
48
48
  symbol: z.ZodOptional<z.ZodString>;
49
49
  image: z.ZodOptional<z.ZodString>;
50
50
  metadata: z.ZodOptional<z.ZodString>;
51
+ updatedAt: z.ZodNumber;
51
52
  }, "strip", z.ZodTypeAny, {
52
53
  type: "Nft";
53
54
  id: string;
55
+ updatedAt: number;
54
56
  name?: string | undefined;
55
57
  symbol?: string | undefined;
56
58
  image?: string | undefined;
@@ -58,6 +60,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
58
60
  }, {
59
61
  type: "Nft";
60
62
  id: string;
63
+ updatedAt: number;
61
64
  name?: string | undefined;
62
65
  symbol?: string | undefined;
63
66
  image?: string | undefined;
@@ -69,9 +72,11 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
69
72
  metadata: string | undefined;
70
73
  type: "Nft";
71
74
  id: string;
75
+ updatedAt: number;
72
76
  }, {
73
77
  type: "Nft";
74
78
  id: string;
79
+ updatedAt: number;
75
80
  name?: string | undefined;
76
81
  symbol?: string | undefined;
77
82
  image?: string | undefined;
@@ -248,9 +253,11 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
248
253
  symbol: z.ZodOptional<z.ZodString>;
249
254
  image: z.ZodOptional<z.ZodString>;
250
255
  metadata: z.ZodOptional<z.ZodString>;
256
+ updatedAt: z.ZodNumber;
251
257
  }, "strip", z.ZodTypeAny, {
252
258
  type: "Nft";
253
259
  id: string;
260
+ updatedAt: number;
254
261
  name?: string | undefined;
255
262
  symbol?: string | undefined;
256
263
  image?: string | undefined;
@@ -258,6 +265,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
258
265
  }, {
259
266
  type: "Nft";
260
267
  id: string;
268
+ updatedAt: number;
261
269
  name?: string | undefined;
262
270
  symbol?: string | undefined;
263
271
  image?: string | undefined;
@@ -269,9 +277,11 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
269
277
  metadata: string | undefined;
270
278
  type: "Nft";
271
279
  id: string;
280
+ updatedAt: number;
272
281
  }, {
273
282
  type: "Nft";
274
283
  id: string;
284
+ updatedAt: number;
275
285
  name?: string | undefined;
276
286
  symbol?: string | undefined;
277
287
  image?: string | undefined;
@@ -316,6 +326,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
316
326
  metadata: string | undefined;
317
327
  type: "Nft";
318
328
  id: string;
329
+ updatedAt: number;
319
330
  };
320
331
  amount: {
321
332
  value: bigint;
@@ -357,6 +368,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
357
368
  } | {
358
369
  type: "Nft";
359
370
  id: string;
371
+ updatedAt: number;
360
372
  name?: string | undefined;
361
373
  symbol?: string | undefined;
362
374
  image?: string | undefined;
@@ -417,6 +429,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
417
429
  metadata: string | undefined;
418
430
  type: "Nft";
419
431
  id: string;
432
+ updatedAt: number;
420
433
  };
421
434
  amount: {
422
435
  value: bigint;
@@ -447,6 +460,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
447
460
  } | {
448
461
  type: "Nft";
449
462
  id: string;
463
+ updatedAt: number;
450
464
  name?: string | undefined;
451
465
  symbol?: string | undefined;
452
466
  image?: string | undefined;
@@ -513,6 +527,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
513
527
  metadata: string | undefined;
514
528
  type: "Nft";
515
529
  id: string;
530
+ updatedAt: number;
516
531
  };
517
532
  amount: {
518
533
  value: bigint;
@@ -527,6 +542,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
527
542
  metadata: string | undefined;
528
543
  type: "Nft";
529
544
  id: string;
545
+ updatedAt: number;
530
546
  };
531
547
  comment?: string | undefined;
532
548
  app?: {
@@ -566,6 +582,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
566
582
  } | {
567
583
  type: "Nft";
568
584
  id: string;
585
+ updatedAt: number;
569
586
  name?: string | undefined;
570
587
  symbol?: string | undefined;
571
588
  image?: string | undefined;
@@ -591,6 +608,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
591
608
  target: {
592
609
  type: "Nft";
593
610
  id: string;
611
+ updatedAt: number;
594
612
  name?: string | undefined;
595
613
  symbol?: string | undefined;
596
614
  image?: string | undefined;
@@ -658,6 +676,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
658
676
  metadata: string | undefined;
659
677
  type: "Nft";
660
678
  id: string;
679
+ updatedAt: number;
661
680
  };
662
681
  amount: {
663
682
  value: bigint;
@@ -672,6 +691,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
672
691
  metadata: string | undefined;
673
692
  type: "Nft";
674
693
  id: string;
694
+ updatedAt: number;
675
695
  };
676
696
  }, {
677
697
  type: "NormalAction";
@@ -702,6 +722,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
702
722
  } | {
703
723
  type: "Nft";
704
724
  id: string;
725
+ updatedAt: number;
705
726
  name?: string | undefined;
706
727
  symbol?: string | undefined;
707
728
  image?: string | undefined;
@@ -727,6 +748,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
727
748
  target: {
728
749
  type: "Nft";
729
750
  id: string;
751
+ updatedAt: number;
730
752
  name?: string | undefined;
731
753
  symbol?: string | undefined;
732
754
  image?: string | undefined;
@@ -793,9 +815,11 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
793
815
  symbol: z.ZodOptional<z.ZodString>;
794
816
  image: z.ZodOptional<z.ZodString>;
795
817
  metadata: z.ZodOptional<z.ZodString>;
818
+ updatedAt: z.ZodNumber;
796
819
  }, "strip", z.ZodTypeAny, {
797
820
  type: "Nft";
798
821
  id: string;
822
+ updatedAt: number;
799
823
  name?: string | undefined;
800
824
  symbol?: string | undefined;
801
825
  image?: string | undefined;
@@ -803,6 +827,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
803
827
  }, {
804
828
  type: "Nft";
805
829
  id: string;
830
+ updatedAt: number;
806
831
  name?: string | undefined;
807
832
  symbol?: string | undefined;
808
833
  image?: string | undefined;
@@ -814,9 +839,11 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
814
839
  metadata: string | undefined;
815
840
  type: "Nft";
816
841
  id: string;
842
+ updatedAt: number;
817
843
  }, {
818
844
  type: "Nft";
819
845
  id: string;
846
+ updatedAt: number;
820
847
  name?: string | undefined;
821
848
  symbol?: string | undefined;
822
849
  image?: string | undefined;
@@ -993,9 +1020,11 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
993
1020
  symbol: z.ZodOptional<z.ZodString>;
994
1021
  image: z.ZodOptional<z.ZodString>;
995
1022
  metadata: z.ZodOptional<z.ZodString>;
1023
+ updatedAt: z.ZodNumber;
996
1024
  }, "strip", z.ZodTypeAny, {
997
1025
  type: "Nft";
998
1026
  id: string;
1027
+ updatedAt: number;
999
1028
  name?: string | undefined;
1000
1029
  symbol?: string | undefined;
1001
1030
  image?: string | undefined;
@@ -1003,6 +1032,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1003
1032
  }, {
1004
1033
  type: "Nft";
1005
1034
  id: string;
1035
+ updatedAt: number;
1006
1036
  name?: string | undefined;
1007
1037
  symbol?: string | undefined;
1008
1038
  image?: string | undefined;
@@ -1014,9 +1044,11 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1014
1044
  metadata: string | undefined;
1015
1045
  type: "Nft";
1016
1046
  id: string;
1047
+ updatedAt: number;
1017
1048
  }, {
1018
1049
  type: "Nft";
1019
1050
  id: string;
1051
+ updatedAt: number;
1020
1052
  name?: string | undefined;
1021
1053
  symbol?: string | undefined;
1022
1054
  image?: string | undefined;
@@ -1061,6 +1093,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1061
1093
  metadata: string | undefined;
1062
1094
  type: "Nft";
1063
1095
  id: string;
1096
+ updatedAt: number;
1064
1097
  };
1065
1098
  amount: {
1066
1099
  value: bigint;
@@ -1102,6 +1135,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1102
1135
  } | {
1103
1136
  type: "Nft";
1104
1137
  id: string;
1138
+ updatedAt: number;
1105
1139
  name?: string | undefined;
1106
1140
  symbol?: string | undefined;
1107
1141
  image?: string | undefined;
@@ -1162,6 +1196,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1162
1196
  metadata: string | undefined;
1163
1197
  type: "Nft";
1164
1198
  id: string;
1199
+ updatedAt: number;
1165
1200
  };
1166
1201
  amount: {
1167
1202
  value: bigint;
@@ -1192,6 +1227,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1192
1227
  } | {
1193
1228
  type: "Nft";
1194
1229
  id: string;
1230
+ updatedAt: number;
1195
1231
  name?: string | undefined;
1196
1232
  symbol?: string | undefined;
1197
1233
  image?: string | undefined;
@@ -1260,6 +1296,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1260
1296
  metadata: string | undefined;
1261
1297
  type: "Nft";
1262
1298
  id: string;
1299
+ updatedAt: number;
1263
1300
  };
1264
1301
  amount: {
1265
1302
  value: bigint;
@@ -1274,6 +1311,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1274
1311
  metadata: string | undefined;
1275
1312
  type: "Nft";
1276
1313
  id: string;
1314
+ updatedAt: number;
1277
1315
  };
1278
1316
  comment?: string | undefined;
1279
1317
  app?: {
@@ -1315,6 +1353,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1315
1353
  } | {
1316
1354
  type: "Nft";
1317
1355
  id: string;
1356
+ updatedAt: number;
1318
1357
  name?: string | undefined;
1319
1358
  symbol?: string | undefined;
1320
1359
  image?: string | undefined;
@@ -1340,6 +1379,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1340
1379
  target: {
1341
1380
  type: "Nft";
1342
1381
  id: string;
1382
+ updatedAt: number;
1343
1383
  name?: string | undefined;
1344
1384
  symbol?: string | undefined;
1345
1385
  image?: string | undefined;
@@ -1409,6 +1449,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1409
1449
  metadata: string | undefined;
1410
1450
  type: "Nft";
1411
1451
  id: string;
1452
+ updatedAt: number;
1412
1453
  };
1413
1454
  amount: {
1414
1455
  value: bigint;
@@ -1423,6 +1464,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1423
1464
  metadata: string | undefined;
1424
1465
  type: "Nft";
1425
1466
  id: string;
1467
+ updatedAt: number;
1426
1468
  };
1427
1469
  }, {
1428
1470
  type: "NormalAccountAction";
@@ -1455,6 +1497,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1455
1497
  } | {
1456
1498
  type: "Nft";
1457
1499
  id: string;
1500
+ updatedAt: number;
1458
1501
  name?: string | undefined;
1459
1502
  symbol?: string | undefined;
1460
1503
  image?: string | undefined;
@@ -1480,6 +1523,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
1480
1523
  target: {
1481
1524
  type: "Nft";
1482
1525
  id: string;
1526
+ updatedAt: number;
1483
1527
  name?: string | undefined;
1484
1528
  symbol?: string | undefined;
1485
1529
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"valueup.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/valueup/valueup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUjC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUlC,CAAA"}
1
+ {"version":3,"file":"valueup.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/valueup/valueup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUjC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUlC,CAAA"}