@0xtorch/core 0.0.28 → 0.0.30
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.
- package/_cjs/assets/definitions/astar.js +1 -0
- package/_cjs/assets/definitions/astar.js.map +1 -1
- package/_cjs/assets/definitions/avalanche.js +1 -0
- package/_cjs/assets/definitions/avalanche.js.map +1 -1
- package/_cjs/assets/definitions/bnb.js +1 -0
- package/_cjs/assets/definitions/bnb.js.map +1 -1
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js +14 -14
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_cjs/assets/definitions/ethereum.js +1 -0
- package/_cjs/assets/definitions/ethereum.js.map +1 -1
- package/_cjs/assets/definitions/fantom.js +1 -0
- package/_cjs/assets/definitions/fantom.js.map +1 -1
- package/_cjs/assets/definitions/kava.js +1 -0
- package/_cjs/assets/definitions/kava.js.map +1 -1
- package/_cjs/assets/definitions/mantle.js +1 -0
- package/_cjs/assets/definitions/mantle.js.map +1 -1
- package/_cjs/assets/definitions/maticNetwork.js +1 -0
- package/_cjs/assets/definitions/maticNetwork.js.map +1 -1
- package/_cjs/assets/definitions/metis.js +1 -0
- package/_cjs/assets/definitions/metis.js.map +1 -1
- package/_cjs/assets/definitions/moonbeam.js +1 -0
- package/_cjs/assets/definitions/moonbeam.js.map +1 -1
- package/_cjs/assets/definitions/moonriver.js +1 -0
- package/_cjs/assets/definitions/moonriver.js.map +1 -1
- package/_cjs/assets/definitions/oasys.js +1 -0
- package/_cjs/assets/definitions/oasys.js.map +1 -1
- package/_cjs/assets/definitions/ronin.js +1 -0
- package/_cjs/assets/definitions/ronin.js.map +1 -1
- package/_cjs/assets/definitions/solana.js +1 -0
- package/_cjs/assets/definitions/solana.js.map +1 -1
- package/_cjs/assets/schemas/cryptoCurrency.js +2 -0
- package/_cjs/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_cjs/setAccountActionPrices.js +19 -11
- package/_cjs/setAccountActionPrices.js.map +1 -1
- package/_cjs/tests/utils.js +3 -4
- package/_cjs/tests/utils.js.map +1 -1
- package/_esm/assets/definitions/astar.js +1 -0
- package/_esm/assets/definitions/astar.js.map +1 -1
- package/_esm/assets/definitions/avalanche.js +1 -0
- package/_esm/assets/definitions/avalanche.js.map +1 -1
- package/_esm/assets/definitions/bnb.js +1 -0
- package/_esm/assets/definitions/bnb.js.map +1 -1
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js +15 -15
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_esm/assets/definitions/ethereum.js +1 -0
- package/_esm/assets/definitions/ethereum.js.map +1 -1
- package/_esm/assets/definitions/fantom.js +1 -0
- package/_esm/assets/definitions/fantom.js.map +1 -1
- package/_esm/assets/definitions/kava.js +1 -0
- package/_esm/assets/definitions/kava.js.map +1 -1
- package/_esm/assets/definitions/mantle.js +1 -0
- package/_esm/assets/definitions/mantle.js.map +1 -1
- package/_esm/assets/definitions/maticNetwork.js +1 -0
- package/_esm/assets/definitions/maticNetwork.js.map +1 -1
- package/_esm/assets/definitions/metis.js +1 -0
- package/_esm/assets/definitions/metis.js.map +1 -1
- package/_esm/assets/definitions/moonbeam.js +1 -0
- package/_esm/assets/definitions/moonbeam.js.map +1 -1
- package/_esm/assets/definitions/moonriver.js +1 -0
- package/_esm/assets/definitions/moonriver.js.map +1 -1
- package/_esm/assets/definitions/oasys.js +1 -0
- package/_esm/assets/definitions/oasys.js.map +1 -1
- package/_esm/assets/definitions/ronin.js +1 -0
- package/_esm/assets/definitions/ronin.js.map +1 -1
- package/_esm/assets/definitions/solana.js +1 -0
- package/_esm/assets/definitions/solana.js.map +1 -1
- package/_esm/assets/schemas/cryptoCurrency.js +2 -0
- package/_esm/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_esm/setAccountActionPrices.js +19 -11
- package/_esm/setAccountActionPrices.js.map +1 -1
- package/_esm/tests/utils.js +3 -4
- package/_esm/tests/utils.js.map +1 -1
- package/_types/actions/schemas/action.d.ts +1378 -0
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
- package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
- package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/schemas/default/accountAction.d.ts +99 -0
- package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/normalAction.d.ts +99 -0
- package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/transfer.d.ts +88 -0
- package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
- package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
- package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
- package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/stake.d.ts +26 -0
- package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
- package/_types/actions/schemas/fee/fee.d.ts +26 -0
- package/_types/actions/schemas/fee/fee.d.ts.map +1 -1
- package/_types/actions/schemas/fee/transactionFee.d.ts +26 -0
- package/_types/actions/schemas/fee/transactionFee.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/ignore.d.ts +39 -0
- package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/move.d.ts +39 -0
- package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/spam.d.ts +52 -0
- package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
- package/_types/actions/schemas/income/atomicArbitrage.d.ts +52 -0
- package/_types/actions/schemas/income/atomicArbitrage.d.ts.map +1 -1
- package/_types/actions/schemas/income/income.d.ts +26 -0
- package/_types/actions/schemas/income/income.d.ts.map +1 -1
- package/_types/actions/schemas/income/nftRoyalty.d.ts +13 -0
- package/_types/actions/schemas/income/nftRoyalty.d.ts.map +1 -1
- package/_types/actions/schemas/income/swapIncome.d.ts +13 -0
- package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
- package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
- package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
- package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/schemas/replace/replace.d.ts +52 -0
- package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
- package/_types/actions/schemas/replace/unwrap.d.ts +52 -0
- package/_types/actions/schemas/replace/unwrap.d.ts.map +1 -1
- package/_types/actions/schemas/replace/wrap.d.ts +52 -0
- package/_types/actions/schemas/replace/wrap.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/buyCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyNft.d.ts +26 -0
- package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/mintNft.d.ts +26 -0
- package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/sellCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellNft.d.ts +26 -0
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/trade.d.ts +52 -0
- package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
- package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
- package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/valuedown/valuedown.d.ts +26 -0
- package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/schemas/valueup/valueup.d.ts +26 -0
- package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
- package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
- package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +3 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/assets/creates/createCryptoCurrency.d.ts +1 -0
- package/_types/assets/creates/createCryptoCurrency.d.ts.map +1 -1
- package/_types/assets/definitions/astar.d.ts +1 -0
- package/_types/assets/definitions/astar.d.ts.map +1 -1
- package/_types/assets/definitions/avalanche.d.ts +1 -0
- package/_types/assets/definitions/avalanche.d.ts.map +1 -1
- package/_types/assets/definitions/bnb.d.ts +1 -0
- package/_types/assets/definitions/bnb.d.ts.map +1 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts +2 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts.map +1 -1
- package/_types/assets/definitions/ethereum.d.ts +1 -0
- package/_types/assets/definitions/ethereum.d.ts.map +1 -1
- package/_types/assets/definitions/fantom.d.ts +1 -0
- package/_types/assets/definitions/fantom.d.ts.map +1 -1
- package/_types/assets/definitions/kava.d.ts +1 -0
- package/_types/assets/definitions/kava.d.ts.map +1 -1
- package/_types/assets/definitions/mantle.d.ts +1 -0
- package/_types/assets/definitions/mantle.d.ts.map +1 -1
- package/_types/assets/definitions/maticNetwork.d.ts +1 -0
- package/_types/assets/definitions/maticNetwork.d.ts.map +1 -1
- package/_types/assets/definitions/metis.d.ts +1 -0
- package/_types/assets/definitions/metis.d.ts.map +1 -1
- package/_types/assets/definitions/moonbeam.d.ts +1 -0
- package/_types/assets/definitions/moonbeam.d.ts.map +1 -1
- package/_types/assets/definitions/moonriver.d.ts +1 -0
- package/_types/assets/definitions/moonriver.d.ts.map +1 -1
- package/_types/assets/definitions/oasys.d.ts +1 -0
- package/_types/assets/definitions/oasys.d.ts.map +1 -1
- package/_types/assets/definitions/ronin.d.ts +1 -0
- package/_types/assets/definitions/ronin.d.ts.map +1 -1
- package/_types/assets/definitions/solana.d.ts +1 -0
- package/_types/assets/definitions/solana.d.ts.map +1 -1
- package/_types/assets/schemas/asset.d.ts +5 -0
- package/_types/assets/schemas/asset.d.ts.map +1 -1
- package/_types/assets/schemas/cryptoCurrency.d.ts +5 -0
- package/_types/assets/schemas/cryptoCurrency.d.ts.map +1 -1
- package/_types/assets/types/dataSource.d.ts +2 -3
- package/_types/assets/types/dataSource.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +57 -0
- package/_types/setAccountActionPrices.d.ts.map +1 -1
- package/_types/tests/utils.d.ts.map +1 -1
- package/assets/definitions/astar.ts +1 -0
- package/assets/definitions/avalanche.ts +1 -0
- package/assets/definitions/bnb.ts +1 -0
- package/assets/definitions/coingeckoCryptoCurrencyDataSource.ts +21 -25
- package/assets/definitions/ethereum.ts +1 -0
- package/assets/definitions/fantom.ts +1 -0
- package/assets/definitions/kava.ts +1 -0
- package/assets/definitions/mantle.ts +1 -0
- package/assets/definitions/maticNetwork.ts +1 -0
- package/assets/definitions/metis.ts +1 -0
- package/assets/definitions/moonbeam.ts +1 -0
- package/assets/definitions/moonriver.ts +1 -0
- package/assets/definitions/oasys.ts +1 -0
- package/assets/definitions/ronin.ts +1 -0
- package/assets/definitions/solana.ts +1 -0
- package/assets/schemas/cryptoCurrency.ts +2 -0
- package/assets/types/dataSource.ts +2 -3
- package/package.json +1 -1
- package/setAccountActionPrices.ts +20 -12
- package/tests/utils.ts +3 -4
- package/.DS_Store +0 -0
- package/actions/.DS_Store +0 -0
- package/assets/.DS_Store +0 -0
|
@@ -119,6 +119,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
119
119
|
decimals: number;
|
|
120
120
|
} | undefined;
|
|
121
121
|
}>;
|
|
122
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
122
123
|
updatedAt: z.ZodNumber;
|
|
123
124
|
}, "strip", z.ZodTypeAny, {
|
|
124
125
|
symbol: string;
|
|
@@ -134,6 +135,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
134
135
|
};
|
|
135
136
|
updatedAt: number;
|
|
136
137
|
icon?: string | undefined;
|
|
138
|
+
priceDatasourceId?: string | undefined;
|
|
137
139
|
}, {
|
|
138
140
|
symbol: string;
|
|
139
141
|
type: "CryptoCurrency";
|
|
@@ -148,8 +150,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
148
150
|
};
|
|
149
151
|
updatedAt: number;
|
|
150
152
|
icon?: string | undefined;
|
|
153
|
+
priceDatasourceId?: string | undefined;
|
|
151
154
|
}>, {
|
|
152
155
|
icon: string | undefined;
|
|
156
|
+
priceDatasourceId: string | undefined;
|
|
153
157
|
symbol: string;
|
|
154
158
|
type: "CryptoCurrency";
|
|
155
159
|
id: string;
|
|
@@ -176,6 +180,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
176
180
|
};
|
|
177
181
|
updatedAt: number;
|
|
178
182
|
icon?: string | undefined;
|
|
183
|
+
priceDatasourceId?: string | undefined;
|
|
179
184
|
}>, z.ZodEffects<z.ZodObject<{
|
|
180
185
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
181
186
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -261,6 +266,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
261
266
|
}, "strip", z.ZodTypeAny, {
|
|
262
267
|
asset: {
|
|
263
268
|
icon: string | undefined;
|
|
269
|
+
priceDatasourceId: string | undefined;
|
|
264
270
|
symbol: string;
|
|
265
271
|
type: "CryptoCurrency";
|
|
266
272
|
id: string;
|
|
@@ -319,6 +325,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
319
325
|
};
|
|
320
326
|
updatedAt: number;
|
|
321
327
|
icon?: string | undefined;
|
|
328
|
+
priceDatasourceId?: string | undefined;
|
|
322
329
|
} | {
|
|
323
330
|
symbol: string;
|
|
324
331
|
type: "FiatCurrency";
|
|
@@ -364,6 +371,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
364
371
|
} | undefined;
|
|
365
372
|
asset: {
|
|
366
373
|
icon: string | undefined;
|
|
374
|
+
priceDatasourceId: string | undefined;
|
|
367
375
|
symbol: string;
|
|
368
376
|
type: "CryptoCurrency";
|
|
369
377
|
id: string;
|
|
@@ -411,6 +419,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
411
419
|
};
|
|
412
420
|
updatedAt: number;
|
|
413
421
|
icon?: string | undefined;
|
|
422
|
+
priceDatasourceId?: string | undefined;
|
|
414
423
|
} | {
|
|
415
424
|
symbol: string;
|
|
416
425
|
type: "FiatCurrency";
|
|
@@ -519,6 +528,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
519
528
|
decimals: number;
|
|
520
529
|
} | undefined;
|
|
521
530
|
}>;
|
|
531
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
522
532
|
updatedAt: z.ZodNumber;
|
|
523
533
|
}, "strip", z.ZodTypeAny, {
|
|
524
534
|
symbol: string;
|
|
@@ -534,6 +544,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
534
544
|
};
|
|
535
545
|
updatedAt: number;
|
|
536
546
|
icon?: string | undefined;
|
|
547
|
+
priceDatasourceId?: string | undefined;
|
|
537
548
|
}, {
|
|
538
549
|
symbol: string;
|
|
539
550
|
type: "CryptoCurrency";
|
|
@@ -548,8 +559,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
548
559
|
};
|
|
549
560
|
updatedAt: number;
|
|
550
561
|
icon?: string | undefined;
|
|
562
|
+
priceDatasourceId?: string | undefined;
|
|
551
563
|
}>, {
|
|
552
564
|
icon: string | undefined;
|
|
565
|
+
priceDatasourceId: string | undefined;
|
|
553
566
|
symbol: string;
|
|
554
567
|
type: "CryptoCurrency";
|
|
555
568
|
id: string;
|
|
@@ -576,6 +589,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
576
589
|
};
|
|
577
590
|
updatedAt: number;
|
|
578
591
|
icon?: string | undefined;
|
|
592
|
+
priceDatasourceId?: string | undefined;
|
|
579
593
|
}>, z.ZodEffects<z.ZodObject<{
|
|
580
594
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
581
595
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -661,6 +675,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
661
675
|
}, "strip", z.ZodTypeAny, {
|
|
662
676
|
asset: {
|
|
663
677
|
icon: string | undefined;
|
|
678
|
+
priceDatasourceId: string | undefined;
|
|
664
679
|
symbol: string;
|
|
665
680
|
type: "CryptoCurrency";
|
|
666
681
|
id: string;
|
|
@@ -719,6 +734,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
719
734
|
};
|
|
720
735
|
updatedAt: number;
|
|
721
736
|
icon?: string | undefined;
|
|
737
|
+
priceDatasourceId?: string | undefined;
|
|
722
738
|
} | {
|
|
723
739
|
symbol: string;
|
|
724
740
|
type: "FiatCurrency";
|
|
@@ -764,6 +780,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
764
780
|
} | undefined;
|
|
765
781
|
asset: {
|
|
766
782
|
icon: string | undefined;
|
|
783
|
+
priceDatasourceId: string | undefined;
|
|
767
784
|
symbol: string;
|
|
768
785
|
type: "CryptoCurrency";
|
|
769
786
|
id: string;
|
|
@@ -811,6 +828,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
811
828
|
};
|
|
812
829
|
updatedAt: number;
|
|
813
830
|
icon?: string | undefined;
|
|
831
|
+
priceDatasourceId?: string | undefined;
|
|
814
832
|
} | {
|
|
815
833
|
symbol: string;
|
|
816
834
|
type: "FiatCurrency";
|
|
@@ -919,6 +937,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
919
937
|
decimals: number;
|
|
920
938
|
} | undefined;
|
|
921
939
|
}>;
|
|
940
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
922
941
|
updatedAt: z.ZodNumber;
|
|
923
942
|
}, "strip", z.ZodTypeAny, {
|
|
924
943
|
symbol: string;
|
|
@@ -934,6 +953,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
934
953
|
};
|
|
935
954
|
updatedAt: number;
|
|
936
955
|
icon?: string | undefined;
|
|
956
|
+
priceDatasourceId?: string | undefined;
|
|
937
957
|
}, {
|
|
938
958
|
symbol: string;
|
|
939
959
|
type: "CryptoCurrency";
|
|
@@ -948,8 +968,10 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
948
968
|
};
|
|
949
969
|
updatedAt: number;
|
|
950
970
|
icon?: string | undefined;
|
|
971
|
+
priceDatasourceId?: string | undefined;
|
|
951
972
|
}>, {
|
|
952
973
|
icon: string | undefined;
|
|
974
|
+
priceDatasourceId: string | undefined;
|
|
953
975
|
symbol: string;
|
|
954
976
|
type: "CryptoCurrency";
|
|
955
977
|
id: string;
|
|
@@ -976,6 +998,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
976
998
|
};
|
|
977
999
|
updatedAt: number;
|
|
978
1000
|
icon?: string | undefined;
|
|
1001
|
+
priceDatasourceId?: string | undefined;
|
|
979
1002
|
}>, z.ZodEffects<z.ZodObject<{
|
|
980
1003
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
981
1004
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -1061,6 +1084,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1061
1084
|
}, "strip", z.ZodTypeAny, {
|
|
1062
1085
|
asset: {
|
|
1063
1086
|
icon: string | undefined;
|
|
1087
|
+
priceDatasourceId: string | undefined;
|
|
1064
1088
|
symbol: string;
|
|
1065
1089
|
type: "CryptoCurrency";
|
|
1066
1090
|
id: string;
|
|
@@ -1119,6 +1143,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1119
1143
|
};
|
|
1120
1144
|
updatedAt: number;
|
|
1121
1145
|
icon?: string | undefined;
|
|
1146
|
+
priceDatasourceId?: string | undefined;
|
|
1122
1147
|
} | {
|
|
1123
1148
|
symbol: string;
|
|
1124
1149
|
type: "FiatCurrency";
|
|
@@ -1164,6 +1189,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1164
1189
|
} | undefined;
|
|
1165
1190
|
asset: {
|
|
1166
1191
|
icon: string | undefined;
|
|
1192
|
+
priceDatasourceId: string | undefined;
|
|
1167
1193
|
symbol: string;
|
|
1168
1194
|
type: "CryptoCurrency";
|
|
1169
1195
|
id: string;
|
|
@@ -1211,6 +1237,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1211
1237
|
};
|
|
1212
1238
|
updatedAt: number;
|
|
1213
1239
|
icon?: string | undefined;
|
|
1240
|
+
priceDatasourceId?: string | undefined;
|
|
1214
1241
|
} | {
|
|
1215
1242
|
symbol: string;
|
|
1216
1243
|
type: "FiatCurrency";
|
|
@@ -1265,6 +1292,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1265
1292
|
} | undefined;
|
|
1266
1293
|
asset: {
|
|
1267
1294
|
icon: string | undefined;
|
|
1295
|
+
priceDatasourceId: string | undefined;
|
|
1268
1296
|
symbol: string;
|
|
1269
1297
|
type: "CryptoCurrency";
|
|
1270
1298
|
id: string;
|
|
@@ -1311,6 +1339,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1311
1339
|
} | undefined;
|
|
1312
1340
|
asset: {
|
|
1313
1341
|
icon: string | undefined;
|
|
1342
|
+
priceDatasourceId: string | undefined;
|
|
1314
1343
|
symbol: string;
|
|
1315
1344
|
type: "CryptoCurrency";
|
|
1316
1345
|
id: string;
|
|
@@ -1357,6 +1386,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1357
1386
|
} | undefined;
|
|
1358
1387
|
asset: {
|
|
1359
1388
|
icon: string | undefined;
|
|
1389
|
+
priceDatasourceId: string | undefined;
|
|
1360
1390
|
symbol: string;
|
|
1361
1391
|
type: "CryptoCurrency";
|
|
1362
1392
|
id: string;
|
|
@@ -1421,6 +1451,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1421
1451
|
};
|
|
1422
1452
|
updatedAt: number;
|
|
1423
1453
|
icon?: string | undefined;
|
|
1454
|
+
priceDatasourceId?: string | undefined;
|
|
1424
1455
|
} | {
|
|
1425
1456
|
symbol: string;
|
|
1426
1457
|
type: "FiatCurrency";
|
|
@@ -1467,6 +1498,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1467
1498
|
};
|
|
1468
1499
|
updatedAt: number;
|
|
1469
1500
|
icon?: string | undefined;
|
|
1501
|
+
priceDatasourceId?: string | undefined;
|
|
1470
1502
|
} | {
|
|
1471
1503
|
symbol: string;
|
|
1472
1504
|
type: "FiatCurrency";
|
|
@@ -1513,6 +1545,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1513
1545
|
};
|
|
1514
1546
|
updatedAt: number;
|
|
1515
1547
|
icon?: string | undefined;
|
|
1548
|
+
priceDatasourceId?: string | undefined;
|
|
1516
1549
|
} | {
|
|
1517
1550
|
symbol: string;
|
|
1518
1551
|
type: "FiatCurrency";
|
|
@@ -1584,6 +1617,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1584
1617
|
} | undefined;
|
|
1585
1618
|
asset: {
|
|
1586
1619
|
icon: string | undefined;
|
|
1620
|
+
priceDatasourceId: string | undefined;
|
|
1587
1621
|
symbol: string;
|
|
1588
1622
|
type: "CryptoCurrency";
|
|
1589
1623
|
id: string;
|
|
@@ -1630,6 +1664,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1630
1664
|
} | undefined;
|
|
1631
1665
|
asset: {
|
|
1632
1666
|
icon: string | undefined;
|
|
1667
|
+
priceDatasourceId: string | undefined;
|
|
1633
1668
|
symbol: string;
|
|
1634
1669
|
type: "CryptoCurrency";
|
|
1635
1670
|
id: string;
|
|
@@ -1676,6 +1711,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1676
1711
|
} | undefined;
|
|
1677
1712
|
asset: {
|
|
1678
1713
|
icon: string | undefined;
|
|
1714
|
+
priceDatasourceId: string | undefined;
|
|
1679
1715
|
symbol: string;
|
|
1680
1716
|
type: "CryptoCurrency";
|
|
1681
1717
|
id: string;
|
|
@@ -1731,6 +1767,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1731
1767
|
};
|
|
1732
1768
|
updatedAt: number;
|
|
1733
1769
|
icon?: string | undefined;
|
|
1770
|
+
priceDatasourceId?: string | undefined;
|
|
1734
1771
|
} | {
|
|
1735
1772
|
symbol: string;
|
|
1736
1773
|
type: "FiatCurrency";
|
|
@@ -1777,6 +1814,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1777
1814
|
};
|
|
1778
1815
|
updatedAt: number;
|
|
1779
1816
|
icon?: string | undefined;
|
|
1817
|
+
priceDatasourceId?: string | undefined;
|
|
1780
1818
|
} | {
|
|
1781
1819
|
symbol: string;
|
|
1782
1820
|
type: "FiatCurrency";
|
|
@@ -1823,6 +1861,7 @@ export declare const accountActionMoveSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1823
1861
|
};
|
|
1824
1862
|
updatedAt: number;
|
|
1825
1863
|
icon?: string | undefined;
|
|
1864
|
+
priceDatasourceId?: string | undefined;
|
|
1826
1865
|
} | {
|
|
1827
1866
|
symbol: string;
|
|
1828
1867
|
type: "FiatCurrency";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"move.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/move.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"move.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/move.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ/B,CAAA"}
|
|
@@ -129,6 +129,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
129
129
|
decimals: number;
|
|
130
130
|
} | undefined;
|
|
131
131
|
}>;
|
|
132
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
132
133
|
updatedAt: z.ZodNumber;
|
|
133
134
|
}, "strip", z.ZodTypeAny, {
|
|
134
135
|
symbol: string;
|
|
@@ -144,6 +145,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
144
145
|
};
|
|
145
146
|
updatedAt: number;
|
|
146
147
|
icon?: string | undefined;
|
|
148
|
+
priceDatasourceId?: string | undefined;
|
|
147
149
|
}, {
|
|
148
150
|
symbol: string;
|
|
149
151
|
type: "CryptoCurrency";
|
|
@@ -158,8 +160,10 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
158
160
|
};
|
|
159
161
|
updatedAt: number;
|
|
160
162
|
icon?: string | undefined;
|
|
163
|
+
priceDatasourceId?: string | undefined;
|
|
161
164
|
}>, {
|
|
162
165
|
icon: string | undefined;
|
|
166
|
+
priceDatasourceId: string | undefined;
|
|
163
167
|
symbol: string;
|
|
164
168
|
type: "CryptoCurrency";
|
|
165
169
|
id: string;
|
|
@@ -186,10 +190,12 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
186
190
|
};
|
|
187
191
|
updatedAt: number;
|
|
188
192
|
icon?: string | undefined;
|
|
193
|
+
priceDatasourceId?: string | undefined;
|
|
189
194
|
}>;
|
|
190
195
|
}, "strip", z.ZodTypeAny, {
|
|
191
196
|
asset: {
|
|
192
197
|
icon: string | undefined;
|
|
198
|
+
priceDatasourceId: string | undefined;
|
|
193
199
|
symbol: string;
|
|
194
200
|
type: "CryptoCurrency";
|
|
195
201
|
id: string;
|
|
@@ -234,6 +240,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
234
240
|
};
|
|
235
241
|
updatedAt: number;
|
|
236
242
|
icon?: string | undefined;
|
|
243
|
+
priceDatasourceId?: string | undefined;
|
|
237
244
|
};
|
|
238
245
|
amount: {
|
|
239
246
|
value: bigint;
|
|
@@ -265,6 +272,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
265
272
|
} | undefined;
|
|
266
273
|
asset: {
|
|
267
274
|
icon: string | undefined;
|
|
275
|
+
priceDatasourceId: string | undefined;
|
|
268
276
|
symbol: string;
|
|
269
277
|
type: "CryptoCurrency";
|
|
270
278
|
id: string;
|
|
@@ -298,6 +306,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
298
306
|
};
|
|
299
307
|
updatedAt: number;
|
|
300
308
|
icon?: string | undefined;
|
|
309
|
+
priceDatasourceId?: string | undefined;
|
|
301
310
|
};
|
|
302
311
|
amount: {
|
|
303
312
|
value: bigint;
|
|
@@ -525,6 +534,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
525
534
|
} | undefined;
|
|
526
535
|
asset: {
|
|
527
536
|
icon: string | undefined;
|
|
537
|
+
priceDatasourceId: string | undefined;
|
|
528
538
|
symbol: string;
|
|
529
539
|
type: "CryptoCurrency";
|
|
530
540
|
id: string;
|
|
@@ -599,6 +609,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
599
609
|
};
|
|
600
610
|
updatedAt: number;
|
|
601
611
|
icon?: string | undefined;
|
|
612
|
+
priceDatasourceId?: string | undefined;
|
|
602
613
|
};
|
|
603
614
|
amount: {
|
|
604
615
|
value: bigint;
|
|
@@ -680,6 +691,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
680
691
|
} | undefined;
|
|
681
692
|
asset: {
|
|
682
693
|
icon: string | undefined;
|
|
694
|
+
priceDatasourceId: string | undefined;
|
|
683
695
|
symbol: string;
|
|
684
696
|
type: "CryptoCurrency";
|
|
685
697
|
id: string;
|
|
@@ -745,6 +757,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
745
757
|
};
|
|
746
758
|
updatedAt: number;
|
|
747
759
|
icon?: string | undefined;
|
|
760
|
+
priceDatasourceId?: string | undefined;
|
|
748
761
|
};
|
|
749
762
|
amount: {
|
|
750
763
|
value: bigint;
|
|
@@ -931,6 +944,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
931
944
|
decimals: number;
|
|
932
945
|
} | undefined;
|
|
933
946
|
}>;
|
|
947
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
934
948
|
updatedAt: z.ZodNumber;
|
|
935
949
|
}, "strip", z.ZodTypeAny, {
|
|
936
950
|
symbol: string;
|
|
@@ -946,6 +960,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
946
960
|
};
|
|
947
961
|
updatedAt: number;
|
|
948
962
|
icon?: string | undefined;
|
|
963
|
+
priceDatasourceId?: string | undefined;
|
|
949
964
|
}, {
|
|
950
965
|
symbol: string;
|
|
951
966
|
type: "CryptoCurrency";
|
|
@@ -960,8 +975,10 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
960
975
|
};
|
|
961
976
|
updatedAt: number;
|
|
962
977
|
icon?: string | undefined;
|
|
978
|
+
priceDatasourceId?: string | undefined;
|
|
963
979
|
}>, {
|
|
964
980
|
icon: string | undefined;
|
|
981
|
+
priceDatasourceId: string | undefined;
|
|
965
982
|
symbol: string;
|
|
966
983
|
type: "CryptoCurrency";
|
|
967
984
|
id: string;
|
|
@@ -988,10 +1005,12 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
988
1005
|
};
|
|
989
1006
|
updatedAt: number;
|
|
990
1007
|
icon?: string | undefined;
|
|
1008
|
+
priceDatasourceId?: string | undefined;
|
|
991
1009
|
}>;
|
|
992
1010
|
}, "strip", z.ZodTypeAny, {
|
|
993
1011
|
asset: {
|
|
994
1012
|
icon: string | undefined;
|
|
1013
|
+
priceDatasourceId: string | undefined;
|
|
995
1014
|
symbol: string;
|
|
996
1015
|
type: "CryptoCurrency";
|
|
997
1016
|
id: string;
|
|
@@ -1036,6 +1055,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1036
1055
|
};
|
|
1037
1056
|
updatedAt: number;
|
|
1038
1057
|
icon?: string | undefined;
|
|
1058
|
+
priceDatasourceId?: string | undefined;
|
|
1039
1059
|
};
|
|
1040
1060
|
amount: {
|
|
1041
1061
|
value: bigint;
|
|
@@ -1067,6 +1087,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1067
1087
|
} | undefined;
|
|
1068
1088
|
asset: {
|
|
1069
1089
|
icon: string | undefined;
|
|
1090
|
+
priceDatasourceId: string | undefined;
|
|
1070
1091
|
symbol: string;
|
|
1071
1092
|
type: "CryptoCurrency";
|
|
1072
1093
|
id: string;
|
|
@@ -1100,6 +1121,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1100
1121
|
};
|
|
1101
1122
|
updatedAt: number;
|
|
1102
1123
|
icon?: string | undefined;
|
|
1124
|
+
priceDatasourceId?: string | undefined;
|
|
1103
1125
|
};
|
|
1104
1126
|
amount: {
|
|
1105
1127
|
value: bigint;
|
|
@@ -1329,6 +1351,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1329
1351
|
} | undefined;
|
|
1330
1352
|
asset: {
|
|
1331
1353
|
icon: string | undefined;
|
|
1354
|
+
priceDatasourceId: string | undefined;
|
|
1332
1355
|
symbol: string;
|
|
1333
1356
|
type: "CryptoCurrency";
|
|
1334
1357
|
id: string;
|
|
@@ -1405,6 +1428,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1405
1428
|
};
|
|
1406
1429
|
updatedAt: number;
|
|
1407
1430
|
icon?: string | undefined;
|
|
1431
|
+
priceDatasourceId?: string | undefined;
|
|
1408
1432
|
};
|
|
1409
1433
|
amount: {
|
|
1410
1434
|
value: bigint;
|
|
@@ -1488,6 +1512,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1488
1512
|
} | undefined;
|
|
1489
1513
|
asset: {
|
|
1490
1514
|
icon: string | undefined;
|
|
1515
|
+
priceDatasourceId: string | undefined;
|
|
1491
1516
|
symbol: string;
|
|
1492
1517
|
type: "CryptoCurrency";
|
|
1493
1518
|
id: string;
|
|
@@ -1555,6 +1580,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1555
1580
|
};
|
|
1556
1581
|
updatedAt: number;
|
|
1557
1582
|
icon?: string | undefined;
|
|
1583
|
+
priceDatasourceId?: string | undefined;
|
|
1558
1584
|
};
|
|
1559
1585
|
amount: {
|
|
1560
1586
|
value: bigint;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"receiveFromCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/receiveFromCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"receiveFromCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/receiveFromCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWxC,CAAA;AAEL,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYvC,CAAA"}
|
|
@@ -129,6 +129,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
129
129
|
decimals: number;
|
|
130
130
|
} | undefined;
|
|
131
131
|
}>;
|
|
132
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
132
133
|
updatedAt: z.ZodNumber;
|
|
133
134
|
}, "strip", z.ZodTypeAny, {
|
|
134
135
|
symbol: string;
|
|
@@ -144,6 +145,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
144
145
|
};
|
|
145
146
|
updatedAt: number;
|
|
146
147
|
icon?: string | undefined;
|
|
148
|
+
priceDatasourceId?: string | undefined;
|
|
147
149
|
}, {
|
|
148
150
|
symbol: string;
|
|
149
151
|
type: "CryptoCurrency";
|
|
@@ -158,8 +160,10 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
158
160
|
};
|
|
159
161
|
updatedAt: number;
|
|
160
162
|
icon?: string | undefined;
|
|
163
|
+
priceDatasourceId?: string | undefined;
|
|
161
164
|
}>, {
|
|
162
165
|
icon: string | undefined;
|
|
166
|
+
priceDatasourceId: string | undefined;
|
|
163
167
|
symbol: string;
|
|
164
168
|
type: "CryptoCurrency";
|
|
165
169
|
id: string;
|
|
@@ -186,10 +190,12 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
186
190
|
};
|
|
187
191
|
updatedAt: number;
|
|
188
192
|
icon?: string | undefined;
|
|
193
|
+
priceDatasourceId?: string | undefined;
|
|
189
194
|
}>;
|
|
190
195
|
}, "strip", z.ZodTypeAny, {
|
|
191
196
|
asset: {
|
|
192
197
|
icon: string | undefined;
|
|
198
|
+
priceDatasourceId: string | undefined;
|
|
193
199
|
symbol: string;
|
|
194
200
|
type: "CryptoCurrency";
|
|
195
201
|
id: string;
|
|
@@ -234,6 +240,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
234
240
|
};
|
|
235
241
|
updatedAt: number;
|
|
236
242
|
icon?: string | undefined;
|
|
243
|
+
priceDatasourceId?: string | undefined;
|
|
237
244
|
};
|
|
238
245
|
amount: {
|
|
239
246
|
value: bigint;
|
|
@@ -265,6 +272,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
265
272
|
} | undefined;
|
|
266
273
|
asset: {
|
|
267
274
|
icon: string | undefined;
|
|
275
|
+
priceDatasourceId: string | undefined;
|
|
268
276
|
symbol: string;
|
|
269
277
|
type: "CryptoCurrency";
|
|
270
278
|
id: string;
|
|
@@ -298,6 +306,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
298
306
|
};
|
|
299
307
|
updatedAt: number;
|
|
300
308
|
icon?: string | undefined;
|
|
309
|
+
priceDatasourceId?: string | undefined;
|
|
301
310
|
};
|
|
302
311
|
amount: {
|
|
303
312
|
value: bigint;
|
|
@@ -525,6 +534,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
525
534
|
} | undefined;
|
|
526
535
|
asset: {
|
|
527
536
|
icon: string | undefined;
|
|
537
|
+
priceDatasourceId: string | undefined;
|
|
528
538
|
symbol: string;
|
|
529
539
|
type: "CryptoCurrency";
|
|
530
540
|
id: string;
|
|
@@ -599,6 +609,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
599
609
|
};
|
|
600
610
|
updatedAt: number;
|
|
601
611
|
icon?: string | undefined;
|
|
612
|
+
priceDatasourceId?: string | undefined;
|
|
602
613
|
};
|
|
603
614
|
amount: {
|
|
604
615
|
value: bigint;
|
|
@@ -680,6 +691,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
680
691
|
} | undefined;
|
|
681
692
|
asset: {
|
|
682
693
|
icon: string | undefined;
|
|
694
|
+
priceDatasourceId: string | undefined;
|
|
683
695
|
symbol: string;
|
|
684
696
|
type: "CryptoCurrency";
|
|
685
697
|
id: string;
|
|
@@ -745,6 +757,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
745
757
|
};
|
|
746
758
|
updatedAt: number;
|
|
747
759
|
icon?: string | undefined;
|
|
760
|
+
priceDatasourceId?: string | undefined;
|
|
748
761
|
};
|
|
749
762
|
amount: {
|
|
750
763
|
value: bigint;
|
|
@@ -931,6 +944,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
931
944
|
decimals: number;
|
|
932
945
|
} | undefined;
|
|
933
946
|
}>;
|
|
947
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
934
948
|
updatedAt: z.ZodNumber;
|
|
935
949
|
}, "strip", z.ZodTypeAny, {
|
|
936
950
|
symbol: string;
|
|
@@ -946,6 +960,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
946
960
|
};
|
|
947
961
|
updatedAt: number;
|
|
948
962
|
icon?: string | undefined;
|
|
963
|
+
priceDatasourceId?: string | undefined;
|
|
949
964
|
}, {
|
|
950
965
|
symbol: string;
|
|
951
966
|
type: "CryptoCurrency";
|
|
@@ -960,8 +975,10 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
960
975
|
};
|
|
961
976
|
updatedAt: number;
|
|
962
977
|
icon?: string | undefined;
|
|
978
|
+
priceDatasourceId?: string | undefined;
|
|
963
979
|
}>, {
|
|
964
980
|
icon: string | undefined;
|
|
981
|
+
priceDatasourceId: string | undefined;
|
|
965
982
|
symbol: string;
|
|
966
983
|
type: "CryptoCurrency";
|
|
967
984
|
id: string;
|
|
@@ -988,10 +1005,12 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
988
1005
|
};
|
|
989
1006
|
updatedAt: number;
|
|
990
1007
|
icon?: string | undefined;
|
|
1008
|
+
priceDatasourceId?: string | undefined;
|
|
991
1009
|
}>;
|
|
992
1010
|
}, "strip", z.ZodTypeAny, {
|
|
993
1011
|
asset: {
|
|
994
1012
|
icon: string | undefined;
|
|
1013
|
+
priceDatasourceId: string | undefined;
|
|
995
1014
|
symbol: string;
|
|
996
1015
|
type: "CryptoCurrency";
|
|
997
1016
|
id: string;
|
|
@@ -1036,6 +1055,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1036
1055
|
};
|
|
1037
1056
|
updatedAt: number;
|
|
1038
1057
|
icon?: string | undefined;
|
|
1058
|
+
priceDatasourceId?: string | undefined;
|
|
1039
1059
|
};
|
|
1040
1060
|
amount: {
|
|
1041
1061
|
value: bigint;
|
|
@@ -1067,6 +1087,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1067
1087
|
} | undefined;
|
|
1068
1088
|
asset: {
|
|
1069
1089
|
icon: string | undefined;
|
|
1090
|
+
priceDatasourceId: string | undefined;
|
|
1070
1091
|
symbol: string;
|
|
1071
1092
|
type: "CryptoCurrency";
|
|
1072
1093
|
id: string;
|
|
@@ -1100,6 +1121,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1100
1121
|
};
|
|
1101
1122
|
updatedAt: number;
|
|
1102
1123
|
icon?: string | undefined;
|
|
1124
|
+
priceDatasourceId?: string | undefined;
|
|
1103
1125
|
};
|
|
1104
1126
|
amount: {
|
|
1105
1127
|
value: bigint;
|
|
@@ -1329,6 +1351,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1329
1351
|
} | undefined;
|
|
1330
1352
|
asset: {
|
|
1331
1353
|
icon: string | undefined;
|
|
1354
|
+
priceDatasourceId: string | undefined;
|
|
1332
1355
|
symbol: string;
|
|
1333
1356
|
type: "CryptoCurrency";
|
|
1334
1357
|
id: string;
|
|
@@ -1405,6 +1428,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1405
1428
|
};
|
|
1406
1429
|
updatedAt: number;
|
|
1407
1430
|
icon?: string | undefined;
|
|
1431
|
+
priceDatasourceId?: string | undefined;
|
|
1408
1432
|
};
|
|
1409
1433
|
amount: {
|
|
1410
1434
|
value: bigint;
|
|
@@ -1488,6 +1512,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1488
1512
|
} | undefined;
|
|
1489
1513
|
asset: {
|
|
1490
1514
|
icon: string | undefined;
|
|
1515
|
+
priceDatasourceId: string | undefined;
|
|
1491
1516
|
symbol: string;
|
|
1492
1517
|
type: "CryptoCurrency";
|
|
1493
1518
|
id: string;
|
|
@@ -1555,6 +1580,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1555
1580
|
};
|
|
1556
1581
|
updatedAt: number;
|
|
1557
1582
|
icon?: string | undefined;
|
|
1583
|
+
priceDatasourceId?: string | undefined;
|
|
1558
1584
|
};
|
|
1559
1585
|
amount: {
|
|
1560
1586
|
value: bigint;
|