@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
@@ -93,9 +93,11 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
93
93
  symbol: z.ZodOptional<z.ZodString>;
94
94
  image: z.ZodOptional<z.ZodString>;
95
95
  metadata: z.ZodOptional<z.ZodString>;
96
+ updatedAt: z.ZodNumber;
96
97
  }, "strip", z.ZodTypeAny, {
97
98
  type: "Nft";
98
99
  id: string;
100
+ updatedAt: number;
99
101
  name?: string | undefined;
100
102
  symbol?: string | undefined;
101
103
  image?: string | undefined;
@@ -103,6 +105,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
103
105
  }, {
104
106
  type: "Nft";
105
107
  id: string;
108
+ updatedAt: number;
106
109
  name?: string | undefined;
107
110
  symbol?: string | undefined;
108
111
  image?: string | undefined;
@@ -114,9 +117,11 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
114
117
  metadata: string | undefined;
115
118
  type: "Nft";
116
119
  id: string;
120
+ updatedAt: number;
117
121
  }, {
118
122
  type: "Nft";
119
123
  id: string;
124
+ updatedAt: number;
120
125
  name?: string | undefined;
121
126
  symbol?: string | undefined;
122
127
  image?: string | undefined;
@@ -130,6 +135,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
130
135
  metadata: string | undefined;
131
136
  type: "Nft";
132
137
  id: string;
138
+ updatedAt: number;
133
139
  };
134
140
  amount: {
135
141
  value: bigint;
@@ -151,6 +157,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
151
157
  asset: {
152
158
  type: "Nft";
153
159
  id: string;
160
+ updatedAt: number;
154
161
  name?: string | undefined;
155
162
  symbol?: string | undefined;
156
163
  image?: string | undefined;
@@ -191,6 +198,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
191
198
  metadata: string | undefined;
192
199
  type: "Nft";
193
200
  id: string;
201
+ updatedAt: number;
194
202
  };
195
203
  amount: {
196
204
  value: bigint;
@@ -201,6 +209,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
201
209
  asset: {
202
210
  type: "Nft";
203
211
  id: string;
212
+ updatedAt: number;
204
213
  name?: string | undefined;
205
214
  symbol?: string | undefined;
206
215
  image?: string | undefined;
@@ -693,6 +702,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
693
702
  metadata: string | undefined;
694
703
  type: "Nft";
695
704
  id: string;
705
+ updatedAt: number;
696
706
  };
697
707
  amount: {
698
708
  value: bigint;
@@ -774,6 +784,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
774
784
  asset: {
775
785
  type: "Nft";
776
786
  id: string;
787
+ updatedAt: number;
777
788
  name?: string | undefined;
778
789
  symbol?: string | undefined;
779
790
  image?: string | undefined;
@@ -894,6 +905,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
894
905
  metadata: string | undefined;
895
906
  type: "Nft";
896
907
  id: string;
908
+ updatedAt: number;
897
909
  };
898
910
  amount: {
899
911
  value: bigint;
@@ -966,6 +978,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
966
978
  asset: {
967
979
  type: "Nft";
968
980
  id: string;
981
+ updatedAt: number;
969
982
  name?: string | undefined;
970
983
  symbol?: string | undefined;
971
984
  image?: string | undefined;
@@ -1150,9 +1163,11 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1150
1163
  symbol: z.ZodOptional<z.ZodString>;
1151
1164
  image: z.ZodOptional<z.ZodString>;
1152
1165
  metadata: z.ZodOptional<z.ZodString>;
1166
+ updatedAt: z.ZodNumber;
1153
1167
  }, "strip", z.ZodTypeAny, {
1154
1168
  type: "Nft";
1155
1169
  id: string;
1170
+ updatedAt: number;
1156
1171
  name?: string | undefined;
1157
1172
  symbol?: string | undefined;
1158
1173
  image?: string | undefined;
@@ -1160,6 +1175,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1160
1175
  }, {
1161
1176
  type: "Nft";
1162
1177
  id: string;
1178
+ updatedAt: number;
1163
1179
  name?: string | undefined;
1164
1180
  symbol?: string | undefined;
1165
1181
  image?: string | undefined;
@@ -1171,9 +1187,11 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1171
1187
  metadata: string | undefined;
1172
1188
  type: "Nft";
1173
1189
  id: string;
1190
+ updatedAt: number;
1174
1191
  }, {
1175
1192
  type: "Nft";
1176
1193
  id: string;
1194
+ updatedAt: number;
1177
1195
  name?: string | undefined;
1178
1196
  symbol?: string | undefined;
1179
1197
  image?: string | undefined;
@@ -1187,6 +1205,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1187
1205
  metadata: string | undefined;
1188
1206
  type: "Nft";
1189
1207
  id: string;
1208
+ updatedAt: number;
1190
1209
  };
1191
1210
  amount: {
1192
1211
  value: bigint;
@@ -1208,6 +1227,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1208
1227
  asset: {
1209
1228
  type: "Nft";
1210
1229
  id: string;
1230
+ updatedAt: number;
1211
1231
  name?: string | undefined;
1212
1232
  symbol?: string | undefined;
1213
1233
  image?: string | undefined;
@@ -1248,6 +1268,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1248
1268
  metadata: string | undefined;
1249
1269
  type: "Nft";
1250
1270
  id: string;
1271
+ updatedAt: number;
1251
1272
  };
1252
1273
  amount: {
1253
1274
  value: bigint;
@@ -1258,6 +1279,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1258
1279
  asset: {
1259
1280
  type: "Nft";
1260
1281
  id: string;
1282
+ updatedAt: number;
1261
1283
  name?: string | undefined;
1262
1284
  symbol?: string | undefined;
1263
1285
  image?: string | undefined;
@@ -1752,6 +1774,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1752
1774
  metadata: string | undefined;
1753
1775
  type: "Nft";
1754
1776
  id: string;
1777
+ updatedAt: number;
1755
1778
  };
1756
1779
  amount: {
1757
1780
  value: bigint;
@@ -1835,6 +1858,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1835
1858
  asset: {
1836
1859
  type: "Nft";
1837
1860
  id: string;
1861
+ updatedAt: number;
1838
1862
  name?: string | undefined;
1839
1863
  symbol?: string | undefined;
1840
1864
  image?: string | undefined;
@@ -1957,6 +1981,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1957
1981
  metadata: string | undefined;
1958
1982
  type: "Nft";
1959
1983
  id: string;
1984
+ updatedAt: number;
1960
1985
  };
1961
1986
  amount: {
1962
1987
  value: bigint;
@@ -2031,6 +2056,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
2031
2056
  asset: {
2032
2057
  type: "Nft";
2033
2058
  id: string;
2059
+ updatedAt: number;
2034
2060
  name?: string | undefined;
2035
2061
  symbol?: string | undefined;
2036
2062
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"mintNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/mintNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAelC,CAAA"}
1
+ {"version":3,"file":"mintNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/mintNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAelC,CAAA"}
@@ -539,9 +539,11 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
539
539
  symbol: z.ZodOptional<z.ZodString>;
540
540
  image: z.ZodOptional<z.ZodString>;
541
541
  metadata: z.ZodOptional<z.ZodString>;
542
+ updatedAt: z.ZodNumber;
542
543
  }, "strip", z.ZodTypeAny, {
543
544
  type: "Nft";
544
545
  id: string;
546
+ updatedAt: number;
545
547
  name?: string | undefined;
546
548
  symbol?: string | undefined;
547
549
  image?: string | undefined;
@@ -549,6 +551,7 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
549
551
  }, {
550
552
  type: "Nft";
551
553
  id: string;
554
+ updatedAt: number;
552
555
  name?: string | undefined;
553
556
  symbol?: string | undefined;
554
557
  image?: string | undefined;
@@ -560,9 +563,11 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
560
563
  metadata: string | undefined;
561
564
  type: "Nft";
562
565
  id: string;
566
+ updatedAt: number;
563
567
  }, {
564
568
  type: "Nft";
565
569
  id: string;
570
+ updatedAt: number;
566
571
  name?: string | undefined;
567
572
  symbol?: string | undefined;
568
573
  image?: string | undefined;
@@ -576,6 +581,7 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
576
581
  metadata: string | undefined;
577
582
  type: "Nft";
578
583
  id: string;
584
+ updatedAt: number;
579
585
  };
580
586
  amount: {
581
587
  value: bigint;
@@ -597,6 +603,7 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
597
603
  asset: {
598
604
  type: "Nft";
599
605
  id: string;
606
+ updatedAt: number;
600
607
  name?: string | undefined;
601
608
  symbol?: string | undefined;
602
609
  image?: string | undefined;
@@ -637,6 +644,7 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
637
644
  metadata: string | undefined;
638
645
  type: "Nft";
639
646
  id: string;
647
+ updatedAt: number;
640
648
  };
641
649
  amount: {
642
650
  value: bigint;
@@ -647,6 +655,7 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
647
655
  asset: {
648
656
  type: "Nft";
649
657
  id: string;
658
+ updatedAt: number;
650
659
  name?: string | undefined;
651
660
  symbol?: string | undefined;
652
661
  image?: string | undefined;
@@ -749,6 +758,7 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
749
758
  metadata: string | undefined;
750
759
  type: "Nft";
751
760
  id: string;
761
+ updatedAt: number;
752
762
  };
753
763
  amount: {
754
764
  value: bigint;
@@ -830,6 +840,7 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
830
840
  asset: {
831
841
  type: "Nft";
832
842
  id: string;
843
+ updatedAt: number;
833
844
  name?: string | undefined;
834
845
  symbol?: string | undefined;
835
846
  image?: string | undefined;
@@ -950,6 +961,7 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
950
961
  metadata: string | undefined;
951
962
  type: "Nft";
952
963
  id: string;
964
+ updatedAt: number;
953
965
  };
954
966
  amount: {
955
967
  value: bigint;
@@ -1022,6 +1034,7 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1022
1034
  asset: {
1023
1035
  type: "Nft";
1024
1036
  id: string;
1037
+ updatedAt: number;
1025
1038
  name?: string | undefined;
1026
1039
  symbol?: string | undefined;
1027
1040
  image?: string | undefined;
@@ -1596,9 +1609,11 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1596
1609
  symbol: z.ZodOptional<z.ZodString>;
1597
1610
  image: z.ZodOptional<z.ZodString>;
1598
1611
  metadata: z.ZodOptional<z.ZodString>;
1612
+ updatedAt: z.ZodNumber;
1599
1613
  }, "strip", z.ZodTypeAny, {
1600
1614
  type: "Nft";
1601
1615
  id: string;
1616
+ updatedAt: number;
1602
1617
  name?: string | undefined;
1603
1618
  symbol?: string | undefined;
1604
1619
  image?: string | undefined;
@@ -1606,6 +1621,7 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1606
1621
  }, {
1607
1622
  type: "Nft";
1608
1623
  id: string;
1624
+ updatedAt: number;
1609
1625
  name?: string | undefined;
1610
1626
  symbol?: string | undefined;
1611
1627
  image?: string | undefined;
@@ -1617,9 +1633,11 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1617
1633
  metadata: string | undefined;
1618
1634
  type: "Nft";
1619
1635
  id: string;
1636
+ updatedAt: number;
1620
1637
  }, {
1621
1638
  type: "Nft";
1622
1639
  id: string;
1640
+ updatedAt: number;
1623
1641
  name?: string | undefined;
1624
1642
  symbol?: string | undefined;
1625
1643
  image?: string | undefined;
@@ -1633,6 +1651,7 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1633
1651
  metadata: string | undefined;
1634
1652
  type: "Nft";
1635
1653
  id: string;
1654
+ updatedAt: number;
1636
1655
  };
1637
1656
  amount: {
1638
1657
  value: bigint;
@@ -1654,6 +1673,7 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1654
1673
  asset: {
1655
1674
  type: "Nft";
1656
1675
  id: string;
1676
+ updatedAt: number;
1657
1677
  name?: string | undefined;
1658
1678
  symbol?: string | undefined;
1659
1679
  image?: string | undefined;
@@ -1694,6 +1714,7 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1694
1714
  metadata: string | undefined;
1695
1715
  type: "Nft";
1696
1716
  id: string;
1717
+ updatedAt: number;
1697
1718
  };
1698
1719
  amount: {
1699
1720
  value: bigint;
@@ -1704,6 +1725,7 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1704
1725
  asset: {
1705
1726
  type: "Nft";
1706
1727
  id: string;
1728
+ updatedAt: number;
1707
1729
  name?: string | undefined;
1708
1730
  symbol?: string | undefined;
1709
1731
  image?: string | undefined;
@@ -1808,6 +1830,7 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1808
1830
  metadata: string | undefined;
1809
1831
  type: "Nft";
1810
1832
  id: string;
1833
+ updatedAt: number;
1811
1834
  };
1812
1835
  amount: {
1813
1836
  value: bigint;
@@ -1891,6 +1914,7 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1891
1914
  asset: {
1892
1915
  type: "Nft";
1893
1916
  id: string;
1917
+ updatedAt: number;
1894
1918
  name?: string | undefined;
1895
1919
  symbol?: string | undefined;
1896
1920
  image?: string | undefined;
@@ -2013,6 +2037,7 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
2013
2037
  metadata: string | undefined;
2014
2038
  type: "Nft";
2015
2039
  id: string;
2040
+ updatedAt: number;
2016
2041
  };
2017
2042
  amount: {
2018
2043
  value: bigint;
@@ -2087,6 +2112,7 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
2087
2112
  asset: {
2088
2113
  type: "Nft";
2089
2114
  id: string;
2115
+ updatedAt: number;
2090
2116
  name?: string | undefined;
2091
2117
  symbol?: string | undefined;
2092
2118
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"sellNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/sellNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAelC,CAAA"}
1
+ {"version":3,"file":"sellNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/sellNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAelC,CAAA"}