@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"swapTransfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/swapTransfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"swapTransfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/swapTransfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWvC,CAAA"}
|
|
@@ -117,6 +117,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
117
117
|
decimals: number;
|
|
118
118
|
} | undefined;
|
|
119
119
|
}>;
|
|
120
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
120
121
|
updatedAt: z.ZodNumber;
|
|
121
122
|
}, "strip", z.ZodTypeAny, {
|
|
122
123
|
symbol: string;
|
|
@@ -132,6 +133,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
132
133
|
};
|
|
133
134
|
updatedAt: number;
|
|
134
135
|
icon?: string | undefined;
|
|
136
|
+
priceDatasourceId?: string | undefined;
|
|
135
137
|
}, {
|
|
136
138
|
symbol: string;
|
|
137
139
|
type: "CryptoCurrency";
|
|
@@ -146,8 +148,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
146
148
|
};
|
|
147
149
|
updatedAt: number;
|
|
148
150
|
icon?: string | undefined;
|
|
151
|
+
priceDatasourceId?: string | undefined;
|
|
149
152
|
}>, {
|
|
150
153
|
icon: string | undefined;
|
|
154
|
+
priceDatasourceId: string | undefined;
|
|
151
155
|
symbol: string;
|
|
152
156
|
type: "CryptoCurrency";
|
|
153
157
|
id: string;
|
|
@@ -174,6 +178,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
174
178
|
};
|
|
175
179
|
updatedAt: number;
|
|
176
180
|
icon?: string | undefined;
|
|
181
|
+
priceDatasourceId?: string | undefined;
|
|
177
182
|
}>, z.ZodEffects<z.ZodObject<{
|
|
178
183
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
179
184
|
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">]>;
|
|
@@ -259,6 +264,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
259
264
|
}, "strip", z.ZodTypeAny, {
|
|
260
265
|
asset: {
|
|
261
266
|
icon: string | undefined;
|
|
267
|
+
priceDatasourceId: string | undefined;
|
|
262
268
|
symbol: string;
|
|
263
269
|
type: "CryptoCurrency";
|
|
264
270
|
id: string;
|
|
@@ -317,6 +323,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
317
323
|
};
|
|
318
324
|
updatedAt: number;
|
|
319
325
|
icon?: string | undefined;
|
|
326
|
+
priceDatasourceId?: string | undefined;
|
|
320
327
|
} | {
|
|
321
328
|
symbol: string;
|
|
322
329
|
type: "FiatCurrency";
|
|
@@ -362,6 +369,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
362
369
|
} | undefined;
|
|
363
370
|
asset: {
|
|
364
371
|
icon: string | undefined;
|
|
372
|
+
priceDatasourceId: string | undefined;
|
|
365
373
|
symbol: string;
|
|
366
374
|
type: "CryptoCurrency";
|
|
367
375
|
id: string;
|
|
@@ -409,6 +417,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
409
417
|
};
|
|
410
418
|
updatedAt: number;
|
|
411
419
|
icon?: string | undefined;
|
|
420
|
+
priceDatasourceId?: string | undefined;
|
|
412
421
|
} | {
|
|
413
422
|
symbol: string;
|
|
414
423
|
type: "FiatCurrency";
|
|
@@ -517,6 +526,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
517
526
|
decimals: number;
|
|
518
527
|
} | undefined;
|
|
519
528
|
}>;
|
|
529
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
520
530
|
updatedAt: z.ZodNumber;
|
|
521
531
|
}, "strip", z.ZodTypeAny, {
|
|
522
532
|
symbol: string;
|
|
@@ -532,6 +542,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
532
542
|
};
|
|
533
543
|
updatedAt: number;
|
|
534
544
|
icon?: string | undefined;
|
|
545
|
+
priceDatasourceId?: string | undefined;
|
|
535
546
|
}, {
|
|
536
547
|
symbol: string;
|
|
537
548
|
type: "CryptoCurrency";
|
|
@@ -546,8 +557,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
546
557
|
};
|
|
547
558
|
updatedAt: number;
|
|
548
559
|
icon?: string | undefined;
|
|
560
|
+
priceDatasourceId?: string | undefined;
|
|
549
561
|
}>, {
|
|
550
562
|
icon: string | undefined;
|
|
563
|
+
priceDatasourceId: string | undefined;
|
|
551
564
|
symbol: string;
|
|
552
565
|
type: "CryptoCurrency";
|
|
553
566
|
id: string;
|
|
@@ -574,6 +587,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
574
587
|
};
|
|
575
588
|
updatedAt: number;
|
|
576
589
|
icon?: string | undefined;
|
|
590
|
+
priceDatasourceId?: string | undefined;
|
|
577
591
|
}>, z.ZodEffects<z.ZodObject<{
|
|
578
592
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
579
593
|
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">]>;
|
|
@@ -659,6 +673,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
659
673
|
}, "strip", z.ZodTypeAny, {
|
|
660
674
|
asset: {
|
|
661
675
|
icon: string | undefined;
|
|
676
|
+
priceDatasourceId: string | undefined;
|
|
662
677
|
symbol: string;
|
|
663
678
|
type: "CryptoCurrency";
|
|
664
679
|
id: string;
|
|
@@ -717,6 +732,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
717
732
|
};
|
|
718
733
|
updatedAt: number;
|
|
719
734
|
icon?: string | undefined;
|
|
735
|
+
priceDatasourceId?: string | undefined;
|
|
720
736
|
} | {
|
|
721
737
|
symbol: string;
|
|
722
738
|
type: "FiatCurrency";
|
|
@@ -762,6 +778,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
762
778
|
} | undefined;
|
|
763
779
|
asset: {
|
|
764
780
|
icon: string | undefined;
|
|
781
|
+
priceDatasourceId: string | undefined;
|
|
765
782
|
symbol: string;
|
|
766
783
|
type: "CryptoCurrency";
|
|
767
784
|
id: string;
|
|
@@ -809,6 +826,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
809
826
|
};
|
|
810
827
|
updatedAt: number;
|
|
811
828
|
icon?: string | undefined;
|
|
829
|
+
priceDatasourceId?: string | undefined;
|
|
812
830
|
} | {
|
|
813
831
|
symbol: string;
|
|
814
832
|
type: "FiatCurrency";
|
|
@@ -917,6 +935,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
917
935
|
decimals: number;
|
|
918
936
|
} | undefined;
|
|
919
937
|
}>;
|
|
938
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
920
939
|
updatedAt: z.ZodNumber;
|
|
921
940
|
}, "strip", z.ZodTypeAny, {
|
|
922
941
|
symbol: string;
|
|
@@ -932,6 +951,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
932
951
|
};
|
|
933
952
|
updatedAt: number;
|
|
934
953
|
icon?: string | undefined;
|
|
954
|
+
priceDatasourceId?: string | undefined;
|
|
935
955
|
}, {
|
|
936
956
|
symbol: string;
|
|
937
957
|
type: "CryptoCurrency";
|
|
@@ -946,8 +966,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
946
966
|
};
|
|
947
967
|
updatedAt: number;
|
|
948
968
|
icon?: string | undefined;
|
|
969
|
+
priceDatasourceId?: string | undefined;
|
|
949
970
|
}>, {
|
|
950
971
|
icon: string | undefined;
|
|
972
|
+
priceDatasourceId: string | undefined;
|
|
951
973
|
symbol: string;
|
|
952
974
|
type: "CryptoCurrency";
|
|
953
975
|
id: string;
|
|
@@ -974,6 +996,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
974
996
|
};
|
|
975
997
|
updatedAt: number;
|
|
976
998
|
icon?: string | undefined;
|
|
999
|
+
priceDatasourceId?: string | undefined;
|
|
977
1000
|
}>, z.ZodEffects<z.ZodObject<{
|
|
978
1001
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
979
1002
|
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">]>;
|
|
@@ -1059,6 +1082,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1059
1082
|
}, "strip", z.ZodTypeAny, {
|
|
1060
1083
|
asset: {
|
|
1061
1084
|
icon: string | undefined;
|
|
1085
|
+
priceDatasourceId: string | undefined;
|
|
1062
1086
|
symbol: string;
|
|
1063
1087
|
type: "CryptoCurrency";
|
|
1064
1088
|
id: string;
|
|
@@ -1117,6 +1141,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1117
1141
|
};
|
|
1118
1142
|
updatedAt: number;
|
|
1119
1143
|
icon?: string | undefined;
|
|
1144
|
+
priceDatasourceId?: string | undefined;
|
|
1120
1145
|
} | {
|
|
1121
1146
|
symbol: string;
|
|
1122
1147
|
type: "FiatCurrency";
|
|
@@ -1162,6 +1187,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1162
1187
|
} | undefined;
|
|
1163
1188
|
asset: {
|
|
1164
1189
|
icon: string | undefined;
|
|
1190
|
+
priceDatasourceId: string | undefined;
|
|
1165
1191
|
symbol: string;
|
|
1166
1192
|
type: "CryptoCurrency";
|
|
1167
1193
|
id: string;
|
|
@@ -1209,6 +1235,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1209
1235
|
};
|
|
1210
1236
|
updatedAt: number;
|
|
1211
1237
|
icon?: string | undefined;
|
|
1238
|
+
priceDatasourceId?: string | undefined;
|
|
1212
1239
|
} | {
|
|
1213
1240
|
symbol: string;
|
|
1214
1241
|
type: "FiatCurrency";
|
|
@@ -1261,6 +1288,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1261
1288
|
} | undefined;
|
|
1262
1289
|
asset: {
|
|
1263
1290
|
icon: string | undefined;
|
|
1291
|
+
priceDatasourceId: string | undefined;
|
|
1264
1292
|
symbol: string;
|
|
1265
1293
|
type: "CryptoCurrency";
|
|
1266
1294
|
id: string;
|
|
@@ -1307,6 +1335,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1307
1335
|
} | undefined;
|
|
1308
1336
|
asset: {
|
|
1309
1337
|
icon: string | undefined;
|
|
1338
|
+
priceDatasourceId: string | undefined;
|
|
1310
1339
|
symbol: string;
|
|
1311
1340
|
type: "CryptoCurrency";
|
|
1312
1341
|
id: string;
|
|
@@ -1353,6 +1382,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1353
1382
|
} | undefined;
|
|
1354
1383
|
asset: {
|
|
1355
1384
|
icon: string | undefined;
|
|
1385
|
+
priceDatasourceId: string | undefined;
|
|
1356
1386
|
symbol: string;
|
|
1357
1387
|
type: "CryptoCurrency";
|
|
1358
1388
|
id: string;
|
|
@@ -1415,6 +1445,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1415
1445
|
};
|
|
1416
1446
|
updatedAt: number;
|
|
1417
1447
|
icon?: string | undefined;
|
|
1448
|
+
priceDatasourceId?: string | undefined;
|
|
1418
1449
|
} | {
|
|
1419
1450
|
symbol: string;
|
|
1420
1451
|
type: "FiatCurrency";
|
|
@@ -1461,6 +1492,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1461
1492
|
};
|
|
1462
1493
|
updatedAt: number;
|
|
1463
1494
|
icon?: string | undefined;
|
|
1495
|
+
priceDatasourceId?: string | undefined;
|
|
1464
1496
|
} | {
|
|
1465
1497
|
symbol: string;
|
|
1466
1498
|
type: "FiatCurrency";
|
|
@@ -1507,6 +1539,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1507
1539
|
};
|
|
1508
1540
|
updatedAt: number;
|
|
1509
1541
|
icon?: string | undefined;
|
|
1542
|
+
priceDatasourceId?: string | undefined;
|
|
1510
1543
|
} | {
|
|
1511
1544
|
symbol: string;
|
|
1512
1545
|
type: "FiatCurrency";
|
|
@@ -1576,6 +1609,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1576
1609
|
} | undefined;
|
|
1577
1610
|
asset: {
|
|
1578
1611
|
icon: string | undefined;
|
|
1612
|
+
priceDatasourceId: string | undefined;
|
|
1579
1613
|
symbol: string;
|
|
1580
1614
|
type: "CryptoCurrency";
|
|
1581
1615
|
id: string;
|
|
@@ -1622,6 +1656,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1622
1656
|
} | undefined;
|
|
1623
1657
|
asset: {
|
|
1624
1658
|
icon: string | undefined;
|
|
1659
|
+
priceDatasourceId: string | undefined;
|
|
1625
1660
|
symbol: string;
|
|
1626
1661
|
type: "CryptoCurrency";
|
|
1627
1662
|
id: string;
|
|
@@ -1668,6 +1703,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1668
1703
|
} | undefined;
|
|
1669
1704
|
asset: {
|
|
1670
1705
|
icon: string | undefined;
|
|
1706
|
+
priceDatasourceId: string | undefined;
|
|
1671
1707
|
symbol: string;
|
|
1672
1708
|
type: "CryptoCurrency";
|
|
1673
1709
|
id: string;
|
|
@@ -1721,6 +1757,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1721
1757
|
};
|
|
1722
1758
|
updatedAt: number;
|
|
1723
1759
|
icon?: string | undefined;
|
|
1760
|
+
priceDatasourceId?: string | undefined;
|
|
1724
1761
|
} | {
|
|
1725
1762
|
symbol: string;
|
|
1726
1763
|
type: "FiatCurrency";
|
|
@@ -1767,6 +1804,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1767
1804
|
};
|
|
1768
1805
|
updatedAt: number;
|
|
1769
1806
|
icon?: string | undefined;
|
|
1807
|
+
priceDatasourceId?: string | undefined;
|
|
1770
1808
|
} | {
|
|
1771
1809
|
symbol: string;
|
|
1772
1810
|
type: "FiatCurrency";
|
|
@@ -1813,6 +1851,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1813
1851
|
};
|
|
1814
1852
|
updatedAt: number;
|
|
1815
1853
|
icon?: string | undefined;
|
|
1854
|
+
priceDatasourceId?: string | undefined;
|
|
1816
1855
|
} | {
|
|
1817
1856
|
symbol: string;
|
|
1818
1857
|
type: "FiatCurrency";
|
|
@@ -1976,6 +2015,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1976
2015
|
decimals: number;
|
|
1977
2016
|
} | undefined;
|
|
1978
2017
|
}>;
|
|
2018
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1979
2019
|
updatedAt: z.ZodNumber;
|
|
1980
2020
|
}, "strip", z.ZodTypeAny, {
|
|
1981
2021
|
symbol: string;
|
|
@@ -1991,6 +2031,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1991
2031
|
};
|
|
1992
2032
|
updatedAt: number;
|
|
1993
2033
|
icon?: string | undefined;
|
|
2034
|
+
priceDatasourceId?: string | undefined;
|
|
1994
2035
|
}, {
|
|
1995
2036
|
symbol: string;
|
|
1996
2037
|
type: "CryptoCurrency";
|
|
@@ -2005,8 +2046,10 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2005
2046
|
};
|
|
2006
2047
|
updatedAt: number;
|
|
2007
2048
|
icon?: string | undefined;
|
|
2049
|
+
priceDatasourceId?: string | undefined;
|
|
2008
2050
|
}>, {
|
|
2009
2051
|
icon: string | undefined;
|
|
2052
|
+
priceDatasourceId: string | undefined;
|
|
2010
2053
|
symbol: string;
|
|
2011
2054
|
type: "CryptoCurrency";
|
|
2012
2055
|
id: string;
|
|
@@ -2033,6 +2076,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2033
2076
|
};
|
|
2034
2077
|
updatedAt: number;
|
|
2035
2078
|
icon?: string | undefined;
|
|
2079
|
+
priceDatasourceId?: string | undefined;
|
|
2036
2080
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2037
2081
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2038
2082
|
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">]>;
|
|
@@ -2118,6 +2162,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2118
2162
|
}, "strip", z.ZodTypeAny, {
|
|
2119
2163
|
asset: {
|
|
2120
2164
|
icon: string | undefined;
|
|
2165
|
+
priceDatasourceId: string | undefined;
|
|
2121
2166
|
symbol: string;
|
|
2122
2167
|
type: "CryptoCurrency";
|
|
2123
2168
|
id: string;
|
|
@@ -2176,6 +2221,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2176
2221
|
};
|
|
2177
2222
|
updatedAt: number;
|
|
2178
2223
|
icon?: string | undefined;
|
|
2224
|
+
priceDatasourceId?: string | undefined;
|
|
2179
2225
|
} | {
|
|
2180
2226
|
symbol: string;
|
|
2181
2227
|
type: "FiatCurrency";
|
|
@@ -2221,6 +2267,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2221
2267
|
} | undefined;
|
|
2222
2268
|
asset: {
|
|
2223
2269
|
icon: string | undefined;
|
|
2270
|
+
priceDatasourceId: string | undefined;
|
|
2224
2271
|
symbol: string;
|
|
2225
2272
|
type: "CryptoCurrency";
|
|
2226
2273
|
id: string;
|
|
@@ -2268,6 +2315,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2268
2315
|
};
|
|
2269
2316
|
updatedAt: number;
|
|
2270
2317
|
icon?: string | undefined;
|
|
2318
|
+
priceDatasourceId?: string | undefined;
|
|
2271
2319
|
} | {
|
|
2272
2320
|
symbol: string;
|
|
2273
2321
|
type: "FiatCurrency";
|
|
@@ -2321,6 +2369,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2321
2369
|
} | undefined;
|
|
2322
2370
|
asset: {
|
|
2323
2371
|
icon: string | undefined;
|
|
2372
|
+
priceDatasourceId: string | undefined;
|
|
2324
2373
|
symbol: string;
|
|
2325
2374
|
type: "CryptoCurrency";
|
|
2326
2375
|
id: string;
|
|
@@ -2385,6 +2434,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2385
2434
|
};
|
|
2386
2435
|
updatedAt: number;
|
|
2387
2436
|
icon?: string | undefined;
|
|
2437
|
+
priceDatasourceId?: string | undefined;
|
|
2388
2438
|
} | {
|
|
2389
2439
|
symbol: string;
|
|
2390
2440
|
type: "FiatCurrency";
|
|
@@ -2456,6 +2506,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2456
2506
|
} | undefined;
|
|
2457
2507
|
asset: {
|
|
2458
2508
|
icon: string | undefined;
|
|
2509
|
+
priceDatasourceId: string | undefined;
|
|
2459
2510
|
symbol: string;
|
|
2460
2511
|
type: "CryptoCurrency";
|
|
2461
2512
|
id: string;
|
|
@@ -2511,6 +2562,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2511
2562
|
};
|
|
2512
2563
|
updatedAt: number;
|
|
2513
2564
|
icon?: string | undefined;
|
|
2565
|
+
priceDatasourceId?: string | undefined;
|
|
2514
2566
|
} | {
|
|
2515
2567
|
symbol: string;
|
|
2516
2568
|
type: "FiatCurrency";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/transfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"transfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/transfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQlC,CAAA;AAEL,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASnC,CAAA"}
|
|
@@ -159,6 +159,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
159
159
|
decimals: number;
|
|
160
160
|
} | undefined;
|
|
161
161
|
}>;
|
|
162
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
162
163
|
updatedAt: z.ZodNumber;
|
|
163
164
|
}, "strip", z.ZodTypeAny, {
|
|
164
165
|
symbol: string;
|
|
@@ -174,6 +175,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
174
175
|
};
|
|
175
176
|
updatedAt: number;
|
|
176
177
|
icon?: string | undefined;
|
|
178
|
+
priceDatasourceId?: string | undefined;
|
|
177
179
|
}, {
|
|
178
180
|
symbol: string;
|
|
179
181
|
type: "CryptoCurrency";
|
|
@@ -188,8 +190,10 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
188
190
|
};
|
|
189
191
|
updatedAt: number;
|
|
190
192
|
icon?: string | undefined;
|
|
193
|
+
priceDatasourceId?: string | undefined;
|
|
191
194
|
}>, {
|
|
192
195
|
icon: string | undefined;
|
|
196
|
+
priceDatasourceId: string | undefined;
|
|
193
197
|
symbol: string;
|
|
194
198
|
type: "CryptoCurrency";
|
|
195
199
|
id: string;
|
|
@@ -216,6 +220,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
216
220
|
};
|
|
217
221
|
updatedAt: number;
|
|
218
222
|
icon?: string | undefined;
|
|
223
|
+
priceDatasourceId?: string | undefined;
|
|
219
224
|
}>, z.ZodEffects<z.ZodObject<{
|
|
220
225
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
221
226
|
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">]>;
|
|
@@ -301,6 +306,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
301
306
|
}, "strip", z.ZodTypeAny, {
|
|
302
307
|
asset: {
|
|
303
308
|
icon: string | undefined;
|
|
309
|
+
priceDatasourceId: string | undefined;
|
|
304
310
|
symbol: string;
|
|
305
311
|
type: "CryptoCurrency";
|
|
306
312
|
id: string;
|
|
@@ -359,6 +365,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
359
365
|
};
|
|
360
366
|
updatedAt: number;
|
|
361
367
|
icon?: string | undefined;
|
|
368
|
+
priceDatasourceId?: string | undefined;
|
|
362
369
|
} | {
|
|
363
370
|
symbol: string;
|
|
364
371
|
type: "FiatCurrency";
|
|
@@ -404,6 +411,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
404
411
|
} | undefined;
|
|
405
412
|
asset: {
|
|
406
413
|
icon: string | undefined;
|
|
414
|
+
priceDatasourceId: string | undefined;
|
|
407
415
|
symbol: string;
|
|
408
416
|
type: "CryptoCurrency";
|
|
409
417
|
id: string;
|
|
@@ -451,6 +459,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
451
459
|
};
|
|
452
460
|
updatedAt: number;
|
|
453
461
|
icon?: string | undefined;
|
|
462
|
+
priceDatasourceId?: string | undefined;
|
|
454
463
|
} | {
|
|
455
464
|
symbol: string;
|
|
456
465
|
type: "FiatCurrency";
|
|
@@ -502,6 +511,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
502
511
|
} | undefined;
|
|
503
512
|
asset: {
|
|
504
513
|
icon: string | undefined;
|
|
514
|
+
priceDatasourceId: string | undefined;
|
|
505
515
|
symbol: string;
|
|
506
516
|
type: "CryptoCurrency";
|
|
507
517
|
id: string;
|
|
@@ -573,6 +583,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
573
583
|
};
|
|
574
584
|
updatedAt: number;
|
|
575
585
|
icon?: string | undefined;
|
|
586
|
+
priceDatasourceId?: string | undefined;
|
|
576
587
|
} | {
|
|
577
588
|
symbol: string;
|
|
578
589
|
type: "FiatCurrency";
|
|
@@ -651,6 +662,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
651
662
|
} | undefined;
|
|
652
663
|
asset: {
|
|
653
664
|
icon: string | undefined;
|
|
665
|
+
priceDatasourceId: string | undefined;
|
|
654
666
|
symbol: string;
|
|
655
667
|
type: "CryptoCurrency";
|
|
656
668
|
id: string;
|
|
@@ -713,6 +725,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
713
725
|
};
|
|
714
726
|
updatedAt: number;
|
|
715
727
|
icon?: string | undefined;
|
|
728
|
+
priceDatasourceId?: string | undefined;
|
|
716
729
|
} | {
|
|
717
730
|
symbol: string;
|
|
718
731
|
type: "FiatCurrency";
|
|
@@ -926,6 +939,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
926
939
|
decimals: number;
|
|
927
940
|
} | undefined;
|
|
928
941
|
}>;
|
|
942
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
929
943
|
updatedAt: z.ZodNumber;
|
|
930
944
|
}, "strip", z.ZodTypeAny, {
|
|
931
945
|
symbol: string;
|
|
@@ -941,6 +955,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
941
955
|
};
|
|
942
956
|
updatedAt: number;
|
|
943
957
|
icon?: string | undefined;
|
|
958
|
+
priceDatasourceId?: string | undefined;
|
|
944
959
|
}, {
|
|
945
960
|
symbol: string;
|
|
946
961
|
type: "CryptoCurrency";
|
|
@@ -955,8 +970,10 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
955
970
|
};
|
|
956
971
|
updatedAt: number;
|
|
957
972
|
icon?: string | undefined;
|
|
973
|
+
priceDatasourceId?: string | undefined;
|
|
958
974
|
}>, {
|
|
959
975
|
icon: string | undefined;
|
|
976
|
+
priceDatasourceId: string | undefined;
|
|
960
977
|
symbol: string;
|
|
961
978
|
type: "CryptoCurrency";
|
|
962
979
|
id: string;
|
|
@@ -983,6 +1000,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
983
1000
|
};
|
|
984
1001
|
updatedAt: number;
|
|
985
1002
|
icon?: string | undefined;
|
|
1003
|
+
priceDatasourceId?: string | undefined;
|
|
986
1004
|
}>, z.ZodEffects<z.ZodObject<{
|
|
987
1005
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
988
1006
|
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">]>;
|
|
@@ -1068,6 +1086,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1068
1086
|
}, "strip", z.ZodTypeAny, {
|
|
1069
1087
|
asset: {
|
|
1070
1088
|
icon: string | undefined;
|
|
1089
|
+
priceDatasourceId: string | undefined;
|
|
1071
1090
|
symbol: string;
|
|
1072
1091
|
type: "CryptoCurrency";
|
|
1073
1092
|
id: string;
|
|
@@ -1126,6 +1145,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1126
1145
|
};
|
|
1127
1146
|
updatedAt: number;
|
|
1128
1147
|
icon?: string | undefined;
|
|
1148
|
+
priceDatasourceId?: string | undefined;
|
|
1129
1149
|
} | {
|
|
1130
1150
|
symbol: string;
|
|
1131
1151
|
type: "FiatCurrency";
|
|
@@ -1171,6 +1191,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1171
1191
|
} | undefined;
|
|
1172
1192
|
asset: {
|
|
1173
1193
|
icon: string | undefined;
|
|
1194
|
+
priceDatasourceId: string | undefined;
|
|
1174
1195
|
symbol: string;
|
|
1175
1196
|
type: "CryptoCurrency";
|
|
1176
1197
|
id: string;
|
|
@@ -1218,6 +1239,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1218
1239
|
};
|
|
1219
1240
|
updatedAt: number;
|
|
1220
1241
|
icon?: string | undefined;
|
|
1242
|
+
priceDatasourceId?: string | undefined;
|
|
1221
1243
|
} | {
|
|
1222
1244
|
symbol: string;
|
|
1223
1245
|
type: "FiatCurrency";
|
|
@@ -1271,6 +1293,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1271
1293
|
} | undefined;
|
|
1272
1294
|
asset: {
|
|
1273
1295
|
icon: string | undefined;
|
|
1296
|
+
priceDatasourceId: string | undefined;
|
|
1274
1297
|
symbol: string;
|
|
1275
1298
|
type: "CryptoCurrency";
|
|
1276
1299
|
id: string;
|
|
@@ -1344,6 +1367,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1344
1367
|
};
|
|
1345
1368
|
updatedAt: number;
|
|
1346
1369
|
icon?: string | undefined;
|
|
1370
|
+
priceDatasourceId?: string | undefined;
|
|
1347
1371
|
} | {
|
|
1348
1372
|
symbol: string;
|
|
1349
1373
|
type: "FiatCurrency";
|
|
@@ -1424,6 +1448,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1424
1448
|
} | undefined;
|
|
1425
1449
|
asset: {
|
|
1426
1450
|
icon: string | undefined;
|
|
1451
|
+
priceDatasourceId: string | undefined;
|
|
1427
1452
|
symbol: string;
|
|
1428
1453
|
type: "CryptoCurrency";
|
|
1429
1454
|
id: string;
|
|
@@ -1488,6 +1513,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1488
1513
|
};
|
|
1489
1514
|
updatedAt: number;
|
|
1490
1515
|
icon?: string | undefined;
|
|
1516
|
+
priceDatasourceId?: string | undefined;
|
|
1491
1517
|
} | {
|
|
1492
1518
|
symbol: string;
|
|
1493
1519
|
type: "FiatCurrency";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"valuedown.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/valuedown/valuedown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"valuedown.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/valuedown/valuedown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUnC,CAAA;AAEL,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUpC,CAAA"}
|