@0xtorch/core 0.0.20 → 0.0.22

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 (129) hide show
  1. package/.DS_Store +0 -0
  2. package/_cjs/actions/parsers/default.js +1 -0
  3. package/_cjs/actions/parsers/default.js.map +1 -1
  4. package/_cjs/assets/definitions/index.js +3 -1
  5. package/_cjs/assets/definitions/index.js.map +1 -1
  6. package/_cjs/assets/definitions/oasys.js +17 -0
  7. package/_cjs/assets/definitions/oasys.js.map +1 -0
  8. package/_cjs/assets/index.js +2 -1
  9. package/_cjs/assets/index.js.map +1 -1
  10. package/_cjs/assets/schemas/nft.js +14 -2
  11. package/_cjs/assets/schemas/nft.js.map +1 -1
  12. package/_cjs/index.js +2 -1
  13. package/_cjs/index.js.map +1 -1
  14. package/_esm/actions/parsers/default.js +1 -0
  15. package/_esm/actions/parsers/default.js.map +1 -1
  16. package/_esm/assets/definitions/index.js +1 -0
  17. package/_esm/assets/definitions/index.js.map +1 -1
  18. package/_esm/assets/definitions/oasys.js +14 -0
  19. package/_esm/assets/definitions/oasys.js.map +1 -0
  20. package/_esm/assets/index.js +1 -1
  21. package/_esm/assets/index.js.map +1 -1
  22. package/_esm/assets/schemas/nft.js +14 -2
  23. package/_esm/assets/schemas/nft.js.map +1 -1
  24. package/_esm/index.js +1 -1
  25. package/_esm/index.js.map +1 -1
  26. package/_types/actions/parsers/default.d.ts.map +1 -1
  27. package/_types/actions/schemas/action.d.ts +5541 -95
  28. package/_types/actions/schemas/action.d.ts.map +1 -1
  29. package/_types/actions/schemas/borrow/borrow.d.ts +118 -2
  30. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  31. package/_types/actions/schemas/crossActionBundle.d.ts +402 -6
  32. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  33. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +118 -2
  34. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  35. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +118 -2
  36. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  37. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +236 -4
  38. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  39. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +236 -4
  40. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  41. package/_types/actions/schemas/default/accountAction.d.ts +459 -9
  42. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  43. package/_types/actions/schemas/default/normalAction.d.ts +459 -9
  44. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  45. package/_types/actions/schemas/default/transfer.d.ts +422 -10
  46. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  47. package/_types/actions/schemas/deposit/addLiquidity.d.ts +236 -4
  48. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  49. package/_types/actions/schemas/deposit/deposit.d.ts +118 -2
  50. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  51. package/_types/actions/schemas/deposit/depositWithBond.d.ts +236 -4
  52. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  53. package/_types/actions/schemas/deposit/stake.d.ts +118 -2
  54. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  55. package/_types/actions/schemas/ignore/ignore.d.ts +177 -3
  56. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  57. package/_types/actions/schemas/ignore/move.d.ts +177 -3
  58. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  59. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +118 -2
  60. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  61. package/_types/actions/schemas/ignore/sendToCex.d.ts +118 -2
  62. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  63. package/_types/actions/schemas/ignore/spam.d.ts +236 -4
  64. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  65. package/_types/actions/schemas/income/freeMintNft.d.ts +118 -2
  66. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  67. package/_types/actions/schemas/income/income.d.ts +118 -2
  68. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  69. package/_types/actions/schemas/income/swapIncome.d.ts +59 -1
  70. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  71. package/_types/actions/schemas/reduce/reduce.d.ts +59 -1
  72. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  73. package/_types/actions/schemas/repayment/repayment.d.ts +118 -2
  74. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  75. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +236 -4
  76. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  77. package/_types/actions/schemas/replace/replace.d.ts +236 -4
  78. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  79. package/_types/actions/schemas/replace/swapNft.d.ts +236 -4
  80. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  81. package/_types/actions/schemas/trade/buyNft.d.ts +118 -2
  82. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  83. package/_types/actions/schemas/trade/mintNft.d.ts +118 -2
  84. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  85. package/_types/actions/schemas/trade/sellNft.d.ts +118 -2
  86. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  87. package/_types/actions/schemas/trade/trade.d.ts +236 -4
  88. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  89. package/_types/actions/schemas/transfer/swapTransfer.d.ts +59 -1
  90. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  91. package/_types/actions/schemas/transfer/transfer.d.ts +236 -4
  92. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  93. package/_types/actions/schemas/valuedown/valuedown.d.ts +204 -4
  94. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  95. package/_types/actions/schemas/valueup/valueup.d.ts +204 -4
  96. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  97. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +236 -4
  98. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  99. package/_types/actions/schemas/withdraw/unstake.d.ts +118 -2
  100. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  101. package/_types/actions/schemas/withdraw/withdraw.d.ts +118 -2
  102. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  103. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +236 -4
  104. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  105. package/_types/actions/utils.d.ts +12 -0
  106. package/_types/actions/utils.d.ts.map +1 -1
  107. package/_types/assets/definitions/index.d.ts +1 -0
  108. package/_types/assets/definitions/index.d.ts.map +1 -1
  109. package/_types/assets/definitions/oasys.d.ts +13 -0
  110. package/_types/assets/definitions/oasys.d.ts.map +1 -0
  111. package/_types/assets/index.d.ts +1 -1
  112. package/_types/assets/index.d.ts.map +1 -1
  113. package/_types/assets/schemas/asset.d.ts +27 -1
  114. package/_types/assets/schemas/asset.d.ts.map +1 -1
  115. package/_types/assets/schemas/nft.d.ts +27 -1
  116. package/_types/assets/schemas/nft.d.ts.map +1 -1
  117. package/_types/index.d.ts +1 -1
  118. package/_types/index.d.ts.map +1 -1
  119. package/_types/setAccountActionPrices.d.ts +204 -0
  120. package/_types/setAccountActionPrices.d.ts.map +1 -1
  121. package/actions/.DS_Store +0 -0
  122. package/actions/parsers/default.ts +1 -0
  123. package/assets/.DS_Store +0 -0
  124. package/assets/definitions/index.ts +1 -0
  125. package/assets/definitions/oasys.ts +14 -0
  126. package/assets/index.ts +1 -0
  127. package/assets/schemas/nft.ts +16 -4
  128. package/index.ts +1 -0
  129. package/package.json +1 -1
@@ -41,15 +41,41 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
41
41
  icon?: string | undefined;
42
42
  }>>;
43
43
  action: z.ZodLiteral<"valuedown">;
44
- target: z.ZodObject<{
44
+ target: z.ZodEffects<z.ZodObject<{
45
45
  type: z.ZodLiteral<"Nft">;
46
46
  id: z.ZodString;
47
+ name: z.ZodOptional<z.ZodString>;
48
+ symbol: z.ZodOptional<z.ZodString>;
49
+ image: z.ZodOptional<z.ZodString>;
50
+ metadata: z.ZodOptional<z.ZodString>;
47
51
  }, "strip", z.ZodTypeAny, {
48
52
  type: "Nft";
49
53
  id: string;
54
+ name?: string | undefined;
55
+ symbol?: string | undefined;
56
+ image?: string | undefined;
57
+ metadata?: string | undefined;
50
58
  }, {
51
59
  type: "Nft";
52
60
  id: string;
61
+ name?: string | undefined;
62
+ symbol?: string | undefined;
63
+ image?: string | undefined;
64
+ metadata?: string | undefined;
65
+ }>, {
66
+ name: string | undefined;
67
+ symbol: string | undefined;
68
+ image: string | undefined;
69
+ metadata: string | undefined;
70
+ type: "Nft";
71
+ id: string;
72
+ }, {
73
+ type: "Nft";
74
+ id: string;
75
+ name?: string | undefined;
76
+ symbol?: string | undefined;
77
+ image?: string | undefined;
78
+ metadata?: string | undefined;
53
79
  }>;
54
80
  transfers: z.ZodArray<z.ZodEffects<z.ZodObject<{
55
81
  price: z.ZodOptional<z.ZodObject<{
@@ -215,15 +241,41 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
215
241
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
216
242
  name: string;
217
243
  icon?: string | undefined;
218
- }>, z.ZodObject<{
244
+ }>, z.ZodEffects<z.ZodObject<{
219
245
  type: z.ZodLiteral<"Nft">;
220
246
  id: z.ZodString;
247
+ name: z.ZodOptional<z.ZodString>;
248
+ symbol: z.ZodOptional<z.ZodString>;
249
+ image: z.ZodOptional<z.ZodString>;
250
+ metadata: z.ZodOptional<z.ZodString>;
221
251
  }, "strip", z.ZodTypeAny, {
222
252
  type: "Nft";
223
253
  id: string;
254
+ name?: string | undefined;
255
+ symbol?: string | undefined;
256
+ image?: string | undefined;
257
+ metadata?: string | undefined;
258
+ }, {
259
+ type: "Nft";
260
+ id: string;
261
+ name?: string | undefined;
262
+ symbol?: string | undefined;
263
+ image?: string | undefined;
264
+ metadata?: string | undefined;
265
+ }>, {
266
+ name: string | undefined;
267
+ symbol: string | undefined;
268
+ image: string | undefined;
269
+ metadata: string | undefined;
270
+ type: "Nft";
271
+ id: string;
224
272
  }, {
225
273
  type: "Nft";
226
274
  id: string;
275
+ name?: string | undefined;
276
+ symbol?: string | undefined;
277
+ image?: string | undefined;
278
+ metadata?: string | undefined;
227
279
  }>]>;
228
280
  amount: z.ZodObject<{
229
281
  value: z.ZodBigInt;
@@ -258,6 +310,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
258
310
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
259
311
  name: string;
260
312
  } | {
313
+ name: string | undefined;
314
+ symbol: string | undefined;
315
+ image: string | undefined;
316
+ metadata: string | undefined;
261
317
  type: "Nft";
262
318
  id: string;
263
319
  };
@@ -301,6 +357,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
301
357
  } | {
302
358
  type: "Nft";
303
359
  id: string;
360
+ name?: string | undefined;
361
+ symbol?: string | undefined;
362
+ image?: string | undefined;
363
+ metadata?: string | undefined;
304
364
  };
305
365
  amount: {
306
366
  value: bigint;
@@ -351,6 +411,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
351
411
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
352
412
  name: string;
353
413
  } | {
414
+ name: string | undefined;
415
+ symbol: string | undefined;
416
+ image: string | undefined;
417
+ metadata: string | undefined;
354
418
  type: "Nft";
355
419
  id: string;
356
420
  };
@@ -383,6 +447,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
383
447
  } | {
384
448
  type: "Nft";
385
449
  id: string;
450
+ name?: string | undefined;
451
+ symbol?: string | undefined;
452
+ image?: string | undefined;
453
+ metadata?: string | undefined;
386
454
  };
387
455
  amount: {
388
456
  value: bigint;
@@ -439,6 +507,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
439
507
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
440
508
  name: string;
441
509
  } | {
510
+ name: string | undefined;
511
+ symbol: string | undefined;
512
+ image: string | undefined;
513
+ metadata: string | undefined;
442
514
  type: "Nft";
443
515
  id: string;
444
516
  };
@@ -449,6 +521,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
449
521
  direction: "in";
450
522
  }[];
451
523
  target: {
524
+ name: string | undefined;
525
+ symbol: string | undefined;
526
+ image: string | undefined;
527
+ metadata: string | undefined;
452
528
  type: "Nft";
453
529
  id: string;
454
530
  };
@@ -490,6 +566,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
490
566
  } | {
491
567
  type: "Nft";
492
568
  id: string;
569
+ name?: string | undefined;
570
+ symbol?: string | undefined;
571
+ image?: string | undefined;
572
+ metadata?: string | undefined;
493
573
  };
494
574
  amount: {
495
575
  value: bigint;
@@ -511,6 +591,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
511
591
  target: {
512
592
  type: "Nft";
513
593
  id: string;
594
+ name?: string | undefined;
595
+ symbol?: string | undefined;
596
+ image?: string | undefined;
597
+ metadata?: string | undefined;
514
598
  };
515
599
  comment?: string | undefined;
516
600
  app?: {
@@ -568,6 +652,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
568
652
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
569
653
  name: string;
570
654
  } | {
655
+ name: string | undefined;
656
+ symbol: string | undefined;
657
+ image: string | undefined;
658
+ metadata: string | undefined;
571
659
  type: "Nft";
572
660
  id: string;
573
661
  };
@@ -578,6 +666,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
578
666
  direction: "in";
579
667
  }[];
580
668
  target: {
669
+ name: string | undefined;
670
+ symbol: string | undefined;
671
+ image: string | undefined;
672
+ metadata: string | undefined;
581
673
  type: "Nft";
582
674
  id: string;
583
675
  };
@@ -610,6 +702,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
610
702
  } | {
611
703
  type: "Nft";
612
704
  id: string;
705
+ name?: string | undefined;
706
+ symbol?: string | undefined;
707
+ image?: string | undefined;
708
+ metadata?: string | undefined;
613
709
  };
614
710
  amount: {
615
711
  value: bigint;
@@ -631,6 +727,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
631
727
  target: {
632
728
  type: "Nft";
633
729
  id: string;
730
+ name?: string | undefined;
731
+ symbol?: string | undefined;
732
+ image?: string | undefined;
733
+ metadata?: string | undefined;
634
734
  };
635
735
  comment?: string | undefined;
636
736
  app?: {
@@ -686,15 +786,41 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
686
786
  icon?: string | undefined;
687
787
  }>>;
688
788
  action: z.ZodLiteral<"valuedown">;
689
- target: z.ZodObject<{
789
+ target: z.ZodEffects<z.ZodObject<{
690
790
  type: z.ZodLiteral<"Nft">;
691
791
  id: z.ZodString;
792
+ name: z.ZodOptional<z.ZodString>;
793
+ symbol: z.ZodOptional<z.ZodString>;
794
+ image: z.ZodOptional<z.ZodString>;
795
+ metadata: z.ZodOptional<z.ZodString>;
692
796
  }, "strip", z.ZodTypeAny, {
693
797
  type: "Nft";
694
798
  id: string;
799
+ name?: string | undefined;
800
+ symbol?: string | undefined;
801
+ image?: string | undefined;
802
+ metadata?: string | undefined;
695
803
  }, {
696
804
  type: "Nft";
697
805
  id: string;
806
+ name?: string | undefined;
807
+ symbol?: string | undefined;
808
+ image?: string | undefined;
809
+ metadata?: string | undefined;
810
+ }>, {
811
+ name: string | undefined;
812
+ symbol: string | undefined;
813
+ image: string | undefined;
814
+ metadata: string | undefined;
815
+ type: "Nft";
816
+ id: string;
817
+ }, {
818
+ type: "Nft";
819
+ id: string;
820
+ name?: string | undefined;
821
+ symbol?: string | undefined;
822
+ image?: string | undefined;
823
+ metadata?: string | undefined;
698
824
  }>;
699
825
  transfers: z.ZodArray<z.ZodEffects<z.ZodObject<{
700
826
  price: z.ZodOptional<z.ZodObject<{
@@ -860,15 +986,41 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
860
986
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
861
987
  name: string;
862
988
  icon?: string | undefined;
863
- }>, z.ZodObject<{
989
+ }>, z.ZodEffects<z.ZodObject<{
864
990
  type: z.ZodLiteral<"Nft">;
865
991
  id: z.ZodString;
992
+ name: z.ZodOptional<z.ZodString>;
993
+ symbol: z.ZodOptional<z.ZodString>;
994
+ image: z.ZodOptional<z.ZodString>;
995
+ metadata: z.ZodOptional<z.ZodString>;
866
996
  }, "strip", z.ZodTypeAny, {
867
997
  type: "Nft";
868
998
  id: string;
999
+ name?: string | undefined;
1000
+ symbol?: string | undefined;
1001
+ image?: string | undefined;
1002
+ metadata?: string | undefined;
1003
+ }, {
1004
+ type: "Nft";
1005
+ id: string;
1006
+ name?: string | undefined;
1007
+ symbol?: string | undefined;
1008
+ image?: string | undefined;
1009
+ metadata?: string | undefined;
1010
+ }>, {
1011
+ name: string | undefined;
1012
+ symbol: string | undefined;
1013
+ image: string | undefined;
1014
+ metadata: string | undefined;
1015
+ type: "Nft";
1016
+ id: string;
869
1017
  }, {
870
1018
  type: "Nft";
871
1019
  id: string;
1020
+ name?: string | undefined;
1021
+ symbol?: string | undefined;
1022
+ image?: string | undefined;
1023
+ metadata?: string | undefined;
872
1024
  }>]>;
873
1025
  amount: z.ZodObject<{
874
1026
  value: z.ZodBigInt;
@@ -903,6 +1055,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
903
1055
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
904
1056
  name: string;
905
1057
  } | {
1058
+ name: string | undefined;
1059
+ symbol: string | undefined;
1060
+ image: string | undefined;
1061
+ metadata: string | undefined;
906
1062
  type: "Nft";
907
1063
  id: string;
908
1064
  };
@@ -946,6 +1102,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
946
1102
  } | {
947
1103
  type: "Nft";
948
1104
  id: string;
1105
+ name?: string | undefined;
1106
+ symbol?: string | undefined;
1107
+ image?: string | undefined;
1108
+ metadata?: string | undefined;
949
1109
  };
950
1110
  amount: {
951
1111
  value: bigint;
@@ -996,6 +1156,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
996
1156
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
997
1157
  name: string;
998
1158
  } | {
1159
+ name: string | undefined;
1160
+ symbol: string | undefined;
1161
+ image: string | undefined;
1162
+ metadata: string | undefined;
999
1163
  type: "Nft";
1000
1164
  id: string;
1001
1165
  };
@@ -1028,6 +1192,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
1028
1192
  } | {
1029
1193
  type: "Nft";
1030
1194
  id: string;
1195
+ name?: string | undefined;
1196
+ symbol?: string | undefined;
1197
+ image?: string | undefined;
1198
+ metadata?: string | undefined;
1031
1199
  };
1032
1200
  amount: {
1033
1201
  value: bigint;
@@ -1086,6 +1254,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
1086
1254
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1087
1255
  name: string;
1088
1256
  } | {
1257
+ name: string | undefined;
1258
+ symbol: string | undefined;
1259
+ image: string | undefined;
1260
+ metadata: string | undefined;
1089
1261
  type: "Nft";
1090
1262
  id: string;
1091
1263
  };
@@ -1096,6 +1268,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
1096
1268
  direction: "in";
1097
1269
  }[];
1098
1270
  target: {
1271
+ name: string | undefined;
1272
+ symbol: string | undefined;
1273
+ image: string | undefined;
1274
+ metadata: string | undefined;
1099
1275
  type: "Nft";
1100
1276
  id: string;
1101
1277
  };
@@ -1139,6 +1315,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
1139
1315
  } | {
1140
1316
  type: "Nft";
1141
1317
  id: string;
1318
+ name?: string | undefined;
1319
+ symbol?: string | undefined;
1320
+ image?: string | undefined;
1321
+ metadata?: string | undefined;
1142
1322
  };
1143
1323
  amount: {
1144
1324
  value: bigint;
@@ -1160,6 +1340,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
1160
1340
  target: {
1161
1341
  type: "Nft";
1162
1342
  id: string;
1343
+ name?: string | undefined;
1344
+ symbol?: string | undefined;
1345
+ image?: string | undefined;
1346
+ metadata?: string | undefined;
1163
1347
  };
1164
1348
  comment?: string | undefined;
1165
1349
  app?: {
@@ -1219,6 +1403,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
1219
1403
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1220
1404
  name: string;
1221
1405
  } | {
1406
+ name: string | undefined;
1407
+ symbol: string | undefined;
1408
+ image: string | undefined;
1409
+ metadata: string | undefined;
1222
1410
  type: "Nft";
1223
1411
  id: string;
1224
1412
  };
@@ -1229,6 +1417,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
1229
1417
  direction: "in";
1230
1418
  }[];
1231
1419
  target: {
1420
+ name: string | undefined;
1421
+ symbol: string | undefined;
1422
+ image: string | undefined;
1423
+ metadata: string | undefined;
1232
1424
  type: "Nft";
1233
1425
  id: string;
1234
1426
  };
@@ -1263,6 +1455,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
1263
1455
  } | {
1264
1456
  type: "Nft";
1265
1457
  id: string;
1458
+ name?: string | undefined;
1459
+ symbol?: string | undefined;
1460
+ image?: string | undefined;
1461
+ metadata?: string | undefined;
1266
1462
  };
1267
1463
  amount: {
1268
1464
  value: bigint;
@@ -1284,6 +1480,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
1284
1480
  target: {
1285
1481
  type: "Nft";
1286
1482
  id: string;
1483
+ name?: string | undefined;
1484
+ symbol?: string | undefined;
1485
+ image?: string | undefined;
1486
+ metadata?: string | undefined;
1287
1487
  };
1288
1488
  comment?: string | undefined;
1289
1489
  app?: {
@@ -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"}