@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 normalActionSwapNftSchema: 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 normalActionSwapNftSchema: 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 normalActionSwapNftSchema: 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 normalActionSwapNftSchema: 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 normalActionSwapNftSchema: 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 normalActionSwapNftSchema: 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 normalActionSwapNftSchema: 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;
@@ -274,9 +283,11 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
274
283
  symbol: z.ZodOptional<z.ZodString>;
275
284
  image: z.ZodOptional<z.ZodString>;
276
285
  metadata: z.ZodOptional<z.ZodString>;
286
+ updatedAt: z.ZodNumber;
277
287
  }, "strip", z.ZodTypeAny, {
278
288
  type: "Nft";
279
289
  id: string;
290
+ updatedAt: number;
280
291
  name?: string | undefined;
281
292
  symbol?: string | undefined;
282
293
  image?: string | undefined;
@@ -284,6 +295,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
284
295
  }, {
285
296
  type: "Nft";
286
297
  id: string;
298
+ updatedAt: number;
287
299
  name?: string | undefined;
288
300
  symbol?: string | undefined;
289
301
  image?: string | undefined;
@@ -295,9 +307,11 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
295
307
  metadata: string | undefined;
296
308
  type: "Nft";
297
309
  id: string;
310
+ updatedAt: number;
298
311
  }, {
299
312
  type: "Nft";
300
313
  id: string;
314
+ updatedAt: number;
301
315
  name?: string | undefined;
302
316
  symbol?: string | undefined;
303
317
  image?: string | undefined;
@@ -311,6 +325,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
311
325
  metadata: string | undefined;
312
326
  type: "Nft";
313
327
  id: string;
328
+ updatedAt: number;
314
329
  };
315
330
  amount: {
316
331
  value: bigint;
@@ -332,6 +347,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
332
347
  asset: {
333
348
  type: "Nft";
334
349
  id: string;
350
+ updatedAt: number;
335
351
  name?: string | undefined;
336
352
  symbol?: string | undefined;
337
353
  image?: string | undefined;
@@ -372,6 +388,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
372
388
  metadata: string | undefined;
373
389
  type: "Nft";
374
390
  id: string;
391
+ updatedAt: number;
375
392
  };
376
393
  amount: {
377
394
  value: bigint;
@@ -382,6 +399,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
382
399
  asset: {
383
400
  type: "Nft";
384
401
  id: string;
402
+ updatedAt: number;
385
403
  name?: string | undefined;
386
404
  symbol?: string | undefined;
387
405
  image?: string | undefined;
@@ -428,6 +446,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
428
446
  metadata: string | undefined;
429
447
  type: "Nft";
430
448
  id: string;
449
+ updatedAt: number;
431
450
  };
432
451
  amount: {
433
452
  value: bigint;
@@ -453,6 +472,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
453
472
  metadata: string | undefined;
454
473
  type: "Nft";
455
474
  id: string;
475
+ updatedAt: number;
456
476
  };
457
477
  amount: {
458
478
  value: bigint;
@@ -478,6 +498,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
478
498
  asset: {
479
499
  type: "Nft";
480
500
  id: string;
501
+ updatedAt: number;
481
502
  name?: string | undefined;
482
503
  symbol?: string | undefined;
483
504
  image?: string | undefined;
@@ -503,6 +524,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
503
524
  asset: {
504
525
  type: "Nft";
505
526
  id: string;
527
+ updatedAt: number;
506
528
  name?: string | undefined;
507
529
  symbol?: string | undefined;
508
530
  image?: string | undefined;
@@ -567,6 +589,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
567
589
  metadata: string | undefined;
568
590
  type: "Nft";
569
591
  id: string;
592
+ updatedAt: number;
570
593
  };
571
594
  amount: {
572
595
  value: bigint;
@@ -592,6 +615,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
592
615
  metadata: string | undefined;
593
616
  type: "Nft";
594
617
  id: string;
618
+ updatedAt: number;
595
619
  };
596
620
  amount: {
597
621
  value: bigint;
@@ -608,6 +632,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
608
632
  asset: {
609
633
  type: "Nft";
610
634
  id: string;
635
+ updatedAt: number;
611
636
  name?: string | undefined;
612
637
  symbol?: string | undefined;
613
638
  image?: string | undefined;
@@ -633,6 +658,7 @@ export declare const normalActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
633
658
  asset: {
634
659
  type: "Nft";
635
660
  id: string;
661
+ updatedAt: number;
636
662
  name?: string | undefined;
637
663
  symbol?: string | undefined;
638
664
  image?: string | undefined;
@@ -761,9 +787,11 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
761
787
  symbol: z.ZodOptional<z.ZodString>;
762
788
  image: z.ZodOptional<z.ZodString>;
763
789
  metadata: z.ZodOptional<z.ZodString>;
790
+ updatedAt: z.ZodNumber;
764
791
  }, "strip", z.ZodTypeAny, {
765
792
  type: "Nft";
766
793
  id: string;
794
+ updatedAt: number;
767
795
  name?: string | undefined;
768
796
  symbol?: string | undefined;
769
797
  image?: string | undefined;
@@ -771,6 +799,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
771
799
  }, {
772
800
  type: "Nft";
773
801
  id: string;
802
+ updatedAt: number;
774
803
  name?: string | undefined;
775
804
  symbol?: string | undefined;
776
805
  image?: string | undefined;
@@ -782,9 +811,11 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
782
811
  metadata: string | undefined;
783
812
  type: "Nft";
784
813
  id: string;
814
+ updatedAt: number;
785
815
  }, {
786
816
  type: "Nft";
787
817
  id: string;
818
+ updatedAt: number;
788
819
  name?: string | undefined;
789
820
  symbol?: string | undefined;
790
821
  image?: string | undefined;
@@ -798,6 +829,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
798
829
  metadata: string | undefined;
799
830
  type: "Nft";
800
831
  id: string;
832
+ updatedAt: number;
801
833
  };
802
834
  amount: {
803
835
  value: bigint;
@@ -819,6 +851,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
819
851
  asset: {
820
852
  type: "Nft";
821
853
  id: string;
854
+ updatedAt: number;
822
855
  name?: string | undefined;
823
856
  symbol?: string | undefined;
824
857
  image?: string | undefined;
@@ -859,6 +892,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
859
892
  metadata: string | undefined;
860
893
  type: "Nft";
861
894
  id: string;
895
+ updatedAt: number;
862
896
  };
863
897
  amount: {
864
898
  value: bigint;
@@ -869,6 +903,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
869
903
  asset: {
870
904
  type: "Nft";
871
905
  id: string;
906
+ updatedAt: number;
872
907
  name?: string | undefined;
873
908
  symbol?: string | undefined;
874
909
  image?: string | undefined;
@@ -942,9 +977,11 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
942
977
  symbol: z.ZodOptional<z.ZodString>;
943
978
  image: z.ZodOptional<z.ZodString>;
944
979
  metadata: z.ZodOptional<z.ZodString>;
980
+ updatedAt: z.ZodNumber;
945
981
  }, "strip", z.ZodTypeAny, {
946
982
  type: "Nft";
947
983
  id: string;
984
+ updatedAt: number;
948
985
  name?: string | undefined;
949
986
  symbol?: string | undefined;
950
987
  image?: string | undefined;
@@ -952,6 +989,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
952
989
  }, {
953
990
  type: "Nft";
954
991
  id: string;
992
+ updatedAt: number;
955
993
  name?: string | undefined;
956
994
  symbol?: string | undefined;
957
995
  image?: string | undefined;
@@ -963,9 +1001,11 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
963
1001
  metadata: string | undefined;
964
1002
  type: "Nft";
965
1003
  id: string;
1004
+ updatedAt: number;
966
1005
  }, {
967
1006
  type: "Nft";
968
1007
  id: string;
1008
+ updatedAt: number;
969
1009
  name?: string | undefined;
970
1010
  symbol?: string | undefined;
971
1011
  image?: string | undefined;
@@ -979,6 +1019,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
979
1019
  metadata: string | undefined;
980
1020
  type: "Nft";
981
1021
  id: string;
1022
+ updatedAt: number;
982
1023
  };
983
1024
  amount: {
984
1025
  value: bigint;
@@ -1000,6 +1041,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
1000
1041
  asset: {
1001
1042
  type: "Nft";
1002
1043
  id: string;
1044
+ updatedAt: number;
1003
1045
  name?: string | undefined;
1004
1046
  symbol?: string | undefined;
1005
1047
  image?: string | undefined;
@@ -1040,6 +1082,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
1040
1082
  metadata: string | undefined;
1041
1083
  type: "Nft";
1042
1084
  id: string;
1085
+ updatedAt: number;
1043
1086
  };
1044
1087
  amount: {
1045
1088
  value: bigint;
@@ -1050,6 +1093,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
1050
1093
  asset: {
1051
1094
  type: "Nft";
1052
1095
  id: string;
1096
+ updatedAt: number;
1053
1097
  name?: string | undefined;
1054
1098
  symbol?: string | undefined;
1055
1099
  image?: string | undefined;
@@ -1098,6 +1142,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
1098
1142
  metadata: string | undefined;
1099
1143
  type: "Nft";
1100
1144
  id: string;
1145
+ updatedAt: number;
1101
1146
  };
1102
1147
  amount: {
1103
1148
  value: bigint;
@@ -1123,6 +1168,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
1123
1168
  metadata: string | undefined;
1124
1169
  type: "Nft";
1125
1170
  id: string;
1171
+ updatedAt: number;
1126
1172
  };
1127
1173
  amount: {
1128
1174
  value: bigint;
@@ -1150,6 +1196,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
1150
1196
  asset: {
1151
1197
  type: "Nft";
1152
1198
  id: string;
1199
+ updatedAt: number;
1153
1200
  name?: string | undefined;
1154
1201
  symbol?: string | undefined;
1155
1202
  image?: string | undefined;
@@ -1175,6 +1222,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
1175
1222
  asset: {
1176
1223
  type: "Nft";
1177
1224
  id: string;
1225
+ updatedAt: number;
1178
1226
  name?: string | undefined;
1179
1227
  symbol?: string | undefined;
1180
1228
  image?: string | undefined;
@@ -1241,6 +1289,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
1241
1289
  metadata: string | undefined;
1242
1290
  type: "Nft";
1243
1291
  id: string;
1292
+ updatedAt: number;
1244
1293
  };
1245
1294
  amount: {
1246
1295
  value: bigint;
@@ -1266,6 +1315,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
1266
1315
  metadata: string | undefined;
1267
1316
  type: "Nft";
1268
1317
  id: string;
1318
+ updatedAt: number;
1269
1319
  };
1270
1320
  amount: {
1271
1321
  value: bigint;
@@ -1284,6 +1334,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
1284
1334
  asset: {
1285
1335
  type: "Nft";
1286
1336
  id: string;
1337
+ updatedAt: number;
1287
1338
  name?: string | undefined;
1288
1339
  symbol?: string | undefined;
1289
1340
  image?: string | undefined;
@@ -1309,6 +1360,7 @@ export declare const accountActionSwapNftSchema: z.ZodEffects<z.ZodObject<{
1309
1360
  asset: {
1310
1361
  type: "Nft";
1311
1362
  id: string;
1363
+ updatedAt: number;
1312
1364
  name?: string | undefined;
1313
1365
  symbol?: string | undefined;
1314
1366
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"swapNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/replace/swapNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASlC,CAAA"}
1
+ {"version":3,"file":"swapNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/replace/swapNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASlC,CAAA"}
@@ -93,9 +93,11 @@ export declare const normalActionBuyNftSchema: 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 normalActionBuyNftSchema: 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 normalActionBuyNftSchema: 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 normalActionBuyNftSchema: 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 normalActionBuyNftSchema: 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 normalActionBuyNftSchema: 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 normalActionBuyNftSchema: 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 normalActionBuyNftSchema: 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 normalActionBuyNftSchema: 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 normalActionBuyNftSchema: 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 normalActionBuyNftSchema: 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 accountActionBuyNftSchema: 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 accountActionBuyNftSchema: 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 accountActionBuyNftSchema: 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 accountActionBuyNftSchema: 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 accountActionBuyNftSchema: 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 accountActionBuyNftSchema: 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 accountActionBuyNftSchema: 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 accountActionBuyNftSchema: 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 accountActionBuyNftSchema: 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 accountActionBuyNftSchema: 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 accountActionBuyNftSchema: 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":"buyNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/buyNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAehC,CAAA;AAEL,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA"}
1
+ {"version":3,"file":"buyNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/buyNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAehC,CAAA;AAEL,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA"}