@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
|
@@ -118,6 +118,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
118
118
|
decimals: number;
|
|
119
119
|
} | undefined;
|
|
120
120
|
}>;
|
|
121
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
121
122
|
updatedAt: z.ZodNumber;
|
|
122
123
|
}, "strip", z.ZodTypeAny, {
|
|
123
124
|
symbol: string;
|
|
@@ -133,6 +134,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
133
134
|
};
|
|
134
135
|
updatedAt: number;
|
|
135
136
|
icon?: string | undefined;
|
|
137
|
+
priceDatasourceId?: string | undefined;
|
|
136
138
|
}, {
|
|
137
139
|
symbol: string;
|
|
138
140
|
type: "CryptoCurrency";
|
|
@@ -147,8 +149,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
147
149
|
};
|
|
148
150
|
updatedAt: number;
|
|
149
151
|
icon?: string | undefined;
|
|
152
|
+
priceDatasourceId?: string | undefined;
|
|
150
153
|
}>, {
|
|
151
154
|
icon: string | undefined;
|
|
155
|
+
priceDatasourceId: string | undefined;
|
|
152
156
|
symbol: string;
|
|
153
157
|
type: "CryptoCurrency";
|
|
154
158
|
id: string;
|
|
@@ -175,6 +179,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
175
179
|
};
|
|
176
180
|
updatedAt: number;
|
|
177
181
|
icon?: string | undefined;
|
|
182
|
+
priceDatasourceId?: string | undefined;
|
|
178
183
|
}>, z.ZodEffects<z.ZodObject<{
|
|
179
184
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
180
185
|
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">]>;
|
|
@@ -260,6 +265,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
260
265
|
}, "strip", z.ZodTypeAny, {
|
|
261
266
|
asset: {
|
|
262
267
|
icon: string | undefined;
|
|
268
|
+
priceDatasourceId: string | undefined;
|
|
263
269
|
symbol: string;
|
|
264
270
|
type: "CryptoCurrency";
|
|
265
271
|
id: string;
|
|
@@ -318,6 +324,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
318
324
|
};
|
|
319
325
|
updatedAt: number;
|
|
320
326
|
icon?: string | undefined;
|
|
327
|
+
priceDatasourceId?: string | undefined;
|
|
321
328
|
} | {
|
|
322
329
|
symbol: string;
|
|
323
330
|
type: "FiatCurrency";
|
|
@@ -363,6 +370,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
363
370
|
} | undefined;
|
|
364
371
|
asset: {
|
|
365
372
|
icon: string | undefined;
|
|
373
|
+
priceDatasourceId: string | undefined;
|
|
366
374
|
symbol: string;
|
|
367
375
|
type: "CryptoCurrency";
|
|
368
376
|
id: string;
|
|
@@ -410,6 +418,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
410
418
|
};
|
|
411
419
|
updatedAt: number;
|
|
412
420
|
icon?: string | undefined;
|
|
421
|
+
priceDatasourceId?: string | undefined;
|
|
413
422
|
} | {
|
|
414
423
|
symbol: string;
|
|
415
424
|
type: "FiatCurrency";
|
|
@@ -518,6 +527,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
518
527
|
decimals: number;
|
|
519
528
|
} | undefined;
|
|
520
529
|
}>;
|
|
530
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
521
531
|
updatedAt: z.ZodNumber;
|
|
522
532
|
}, "strip", z.ZodTypeAny, {
|
|
523
533
|
symbol: string;
|
|
@@ -533,6 +543,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
533
543
|
};
|
|
534
544
|
updatedAt: number;
|
|
535
545
|
icon?: string | undefined;
|
|
546
|
+
priceDatasourceId?: string | undefined;
|
|
536
547
|
}, {
|
|
537
548
|
symbol: string;
|
|
538
549
|
type: "CryptoCurrency";
|
|
@@ -547,8 +558,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
547
558
|
};
|
|
548
559
|
updatedAt: number;
|
|
549
560
|
icon?: string | undefined;
|
|
561
|
+
priceDatasourceId?: string | undefined;
|
|
550
562
|
}>, {
|
|
551
563
|
icon: string | undefined;
|
|
564
|
+
priceDatasourceId: string | undefined;
|
|
552
565
|
symbol: string;
|
|
553
566
|
type: "CryptoCurrency";
|
|
554
567
|
id: string;
|
|
@@ -575,6 +588,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
575
588
|
};
|
|
576
589
|
updatedAt: number;
|
|
577
590
|
icon?: string | undefined;
|
|
591
|
+
priceDatasourceId?: string | undefined;
|
|
578
592
|
}>, z.ZodEffects<z.ZodObject<{
|
|
579
593
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
580
594
|
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">]>;
|
|
@@ -660,6 +674,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
660
674
|
}, "strip", z.ZodTypeAny, {
|
|
661
675
|
asset: {
|
|
662
676
|
icon: string | undefined;
|
|
677
|
+
priceDatasourceId: string | undefined;
|
|
663
678
|
symbol: string;
|
|
664
679
|
type: "CryptoCurrency";
|
|
665
680
|
id: string;
|
|
@@ -718,6 +733,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
718
733
|
};
|
|
719
734
|
updatedAt: number;
|
|
720
735
|
icon?: string | undefined;
|
|
736
|
+
priceDatasourceId?: string | undefined;
|
|
721
737
|
} | {
|
|
722
738
|
symbol: string;
|
|
723
739
|
type: "FiatCurrency";
|
|
@@ -763,6 +779,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
763
779
|
} | undefined;
|
|
764
780
|
asset: {
|
|
765
781
|
icon: string | undefined;
|
|
782
|
+
priceDatasourceId: string | undefined;
|
|
766
783
|
symbol: string;
|
|
767
784
|
type: "CryptoCurrency";
|
|
768
785
|
id: string;
|
|
@@ -810,6 +827,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
810
827
|
};
|
|
811
828
|
updatedAt: number;
|
|
812
829
|
icon?: string | undefined;
|
|
830
|
+
priceDatasourceId?: string | undefined;
|
|
813
831
|
} | {
|
|
814
832
|
symbol: string;
|
|
815
833
|
type: "FiatCurrency";
|
|
@@ -918,6 +936,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
918
936
|
decimals: number;
|
|
919
937
|
} | undefined;
|
|
920
938
|
}>;
|
|
939
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
921
940
|
updatedAt: z.ZodNumber;
|
|
922
941
|
}, "strip", z.ZodTypeAny, {
|
|
923
942
|
symbol: string;
|
|
@@ -933,6 +952,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
933
952
|
};
|
|
934
953
|
updatedAt: number;
|
|
935
954
|
icon?: string | undefined;
|
|
955
|
+
priceDatasourceId?: string | undefined;
|
|
936
956
|
}, {
|
|
937
957
|
symbol: string;
|
|
938
958
|
type: "CryptoCurrency";
|
|
@@ -947,8 +967,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
947
967
|
};
|
|
948
968
|
updatedAt: number;
|
|
949
969
|
icon?: string | undefined;
|
|
970
|
+
priceDatasourceId?: string | undefined;
|
|
950
971
|
}>, {
|
|
951
972
|
icon: string | undefined;
|
|
973
|
+
priceDatasourceId: string | undefined;
|
|
952
974
|
symbol: string;
|
|
953
975
|
type: "CryptoCurrency";
|
|
954
976
|
id: string;
|
|
@@ -975,6 +997,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
975
997
|
};
|
|
976
998
|
updatedAt: number;
|
|
977
999
|
icon?: string | undefined;
|
|
1000
|
+
priceDatasourceId?: string | undefined;
|
|
978
1001
|
}>, z.ZodEffects<z.ZodObject<{
|
|
979
1002
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
980
1003
|
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">]>;
|
|
@@ -1060,6 +1083,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1060
1083
|
}, "strip", z.ZodTypeAny, {
|
|
1061
1084
|
asset: {
|
|
1062
1085
|
icon: string | undefined;
|
|
1086
|
+
priceDatasourceId: string | undefined;
|
|
1063
1087
|
symbol: string;
|
|
1064
1088
|
type: "CryptoCurrency";
|
|
1065
1089
|
id: string;
|
|
@@ -1118,6 +1142,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1118
1142
|
};
|
|
1119
1143
|
updatedAt: number;
|
|
1120
1144
|
icon?: string | undefined;
|
|
1145
|
+
priceDatasourceId?: string | undefined;
|
|
1121
1146
|
} | {
|
|
1122
1147
|
symbol: string;
|
|
1123
1148
|
type: "FiatCurrency";
|
|
@@ -1163,6 +1188,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1163
1188
|
} | undefined;
|
|
1164
1189
|
asset: {
|
|
1165
1190
|
icon: string | undefined;
|
|
1191
|
+
priceDatasourceId: string | undefined;
|
|
1166
1192
|
symbol: string;
|
|
1167
1193
|
type: "CryptoCurrency";
|
|
1168
1194
|
id: string;
|
|
@@ -1210,6 +1236,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1210
1236
|
};
|
|
1211
1237
|
updatedAt: number;
|
|
1212
1238
|
icon?: string | undefined;
|
|
1239
|
+
priceDatasourceId?: string | undefined;
|
|
1213
1240
|
} | {
|
|
1214
1241
|
symbol: string;
|
|
1215
1242
|
type: "FiatCurrency";
|
|
@@ -1261,6 +1288,7 @@ export declare const normalActionDefaultSchema: 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 normalActionDefaultSchema: 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 normalActionDefaultSchema: 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 normalActionDefaultSchema: 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 normalActionDefaultSchema: 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 normalActionDefaultSchema: 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";
|
|
@@ -1667,6 +1700,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1667
1700
|
decimals: number;
|
|
1668
1701
|
} | undefined;
|
|
1669
1702
|
}>;
|
|
1703
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1670
1704
|
updatedAt: z.ZodNumber;
|
|
1671
1705
|
}, "strip", z.ZodTypeAny, {
|
|
1672
1706
|
symbol: string;
|
|
@@ -1682,6 +1716,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1682
1716
|
};
|
|
1683
1717
|
updatedAt: number;
|
|
1684
1718
|
icon?: string | undefined;
|
|
1719
|
+
priceDatasourceId?: string | undefined;
|
|
1685
1720
|
}, {
|
|
1686
1721
|
symbol: string;
|
|
1687
1722
|
type: "CryptoCurrency";
|
|
@@ -1696,8 +1731,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1696
1731
|
};
|
|
1697
1732
|
updatedAt: number;
|
|
1698
1733
|
icon?: string | undefined;
|
|
1734
|
+
priceDatasourceId?: string | undefined;
|
|
1699
1735
|
}>, {
|
|
1700
1736
|
icon: string | undefined;
|
|
1737
|
+
priceDatasourceId: string | undefined;
|
|
1701
1738
|
symbol: string;
|
|
1702
1739
|
type: "CryptoCurrency";
|
|
1703
1740
|
id: string;
|
|
@@ -1724,6 +1761,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1724
1761
|
};
|
|
1725
1762
|
updatedAt: number;
|
|
1726
1763
|
icon?: string | undefined;
|
|
1764
|
+
priceDatasourceId?: string | undefined;
|
|
1727
1765
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1728
1766
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1729
1767
|
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">]>;
|
|
@@ -1809,6 +1847,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1809
1847
|
}, "strip", z.ZodTypeAny, {
|
|
1810
1848
|
asset: {
|
|
1811
1849
|
icon: string | undefined;
|
|
1850
|
+
priceDatasourceId: string | undefined;
|
|
1812
1851
|
symbol: string;
|
|
1813
1852
|
type: "CryptoCurrency";
|
|
1814
1853
|
id: string;
|
|
@@ -1867,6 +1906,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1867
1906
|
};
|
|
1868
1907
|
updatedAt: number;
|
|
1869
1908
|
icon?: string | undefined;
|
|
1909
|
+
priceDatasourceId?: string | undefined;
|
|
1870
1910
|
} | {
|
|
1871
1911
|
symbol: string;
|
|
1872
1912
|
type: "FiatCurrency";
|
|
@@ -1912,6 +1952,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1912
1952
|
} | undefined;
|
|
1913
1953
|
asset: {
|
|
1914
1954
|
icon: string | undefined;
|
|
1955
|
+
priceDatasourceId: string | undefined;
|
|
1915
1956
|
symbol: string;
|
|
1916
1957
|
type: "CryptoCurrency";
|
|
1917
1958
|
id: string;
|
|
@@ -1959,6 +2000,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1959
2000
|
};
|
|
1960
2001
|
updatedAt: number;
|
|
1961
2002
|
icon?: string | undefined;
|
|
2003
|
+
priceDatasourceId?: string | undefined;
|
|
1962
2004
|
} | {
|
|
1963
2005
|
symbol: string;
|
|
1964
2006
|
type: "FiatCurrency";
|
|
@@ -2067,6 +2109,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2067
2109
|
decimals: number;
|
|
2068
2110
|
} | undefined;
|
|
2069
2111
|
}>;
|
|
2112
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2070
2113
|
updatedAt: z.ZodNumber;
|
|
2071
2114
|
}, "strip", z.ZodTypeAny, {
|
|
2072
2115
|
symbol: string;
|
|
@@ -2082,6 +2125,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2082
2125
|
};
|
|
2083
2126
|
updatedAt: number;
|
|
2084
2127
|
icon?: string | undefined;
|
|
2128
|
+
priceDatasourceId?: string | undefined;
|
|
2085
2129
|
}, {
|
|
2086
2130
|
symbol: string;
|
|
2087
2131
|
type: "CryptoCurrency";
|
|
@@ -2096,8 +2140,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2096
2140
|
};
|
|
2097
2141
|
updatedAt: number;
|
|
2098
2142
|
icon?: string | undefined;
|
|
2143
|
+
priceDatasourceId?: string | undefined;
|
|
2099
2144
|
}>, {
|
|
2100
2145
|
icon: string | undefined;
|
|
2146
|
+
priceDatasourceId: string | undefined;
|
|
2101
2147
|
symbol: string;
|
|
2102
2148
|
type: "CryptoCurrency";
|
|
2103
2149
|
id: string;
|
|
@@ -2124,6 +2170,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2124
2170
|
};
|
|
2125
2171
|
updatedAt: number;
|
|
2126
2172
|
icon?: string | undefined;
|
|
2173
|
+
priceDatasourceId?: string | undefined;
|
|
2127
2174
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2128
2175
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2129
2176
|
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">]>;
|
|
@@ -2209,6 +2256,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2209
2256
|
}, "strip", z.ZodTypeAny, {
|
|
2210
2257
|
asset: {
|
|
2211
2258
|
icon: string | undefined;
|
|
2259
|
+
priceDatasourceId: string | undefined;
|
|
2212
2260
|
symbol: string;
|
|
2213
2261
|
type: "CryptoCurrency";
|
|
2214
2262
|
id: string;
|
|
@@ -2267,6 +2315,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2267
2315
|
};
|
|
2268
2316
|
updatedAt: number;
|
|
2269
2317
|
icon?: string | undefined;
|
|
2318
|
+
priceDatasourceId?: string | undefined;
|
|
2270
2319
|
} | {
|
|
2271
2320
|
symbol: string;
|
|
2272
2321
|
type: "FiatCurrency";
|
|
@@ -2312,6 +2361,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2312
2361
|
} | undefined;
|
|
2313
2362
|
asset: {
|
|
2314
2363
|
icon: string | undefined;
|
|
2364
|
+
priceDatasourceId: string | undefined;
|
|
2315
2365
|
symbol: string;
|
|
2316
2366
|
type: "CryptoCurrency";
|
|
2317
2367
|
id: string;
|
|
@@ -2359,6 +2409,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2359
2409
|
};
|
|
2360
2410
|
updatedAt: number;
|
|
2361
2411
|
icon?: string | undefined;
|
|
2412
|
+
priceDatasourceId?: string | undefined;
|
|
2362
2413
|
} | {
|
|
2363
2414
|
symbol: string;
|
|
2364
2415
|
type: "FiatCurrency";
|
|
@@ -2467,6 +2518,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2467
2518
|
decimals: number;
|
|
2468
2519
|
} | undefined;
|
|
2469
2520
|
}>;
|
|
2521
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2470
2522
|
updatedAt: z.ZodNumber;
|
|
2471
2523
|
}, "strip", z.ZodTypeAny, {
|
|
2472
2524
|
symbol: string;
|
|
@@ -2482,6 +2534,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2482
2534
|
};
|
|
2483
2535
|
updatedAt: number;
|
|
2484
2536
|
icon?: string | undefined;
|
|
2537
|
+
priceDatasourceId?: string | undefined;
|
|
2485
2538
|
}, {
|
|
2486
2539
|
symbol: string;
|
|
2487
2540
|
type: "CryptoCurrency";
|
|
@@ -2496,8 +2549,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2496
2549
|
};
|
|
2497
2550
|
updatedAt: number;
|
|
2498
2551
|
icon?: string | undefined;
|
|
2552
|
+
priceDatasourceId?: string | undefined;
|
|
2499
2553
|
}>, {
|
|
2500
2554
|
icon: string | undefined;
|
|
2555
|
+
priceDatasourceId: string | undefined;
|
|
2501
2556
|
symbol: string;
|
|
2502
2557
|
type: "CryptoCurrency";
|
|
2503
2558
|
id: string;
|
|
@@ -2524,6 +2579,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2524
2579
|
};
|
|
2525
2580
|
updatedAt: number;
|
|
2526
2581
|
icon?: string | undefined;
|
|
2582
|
+
priceDatasourceId?: string | undefined;
|
|
2527
2583
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2528
2584
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2529
2585
|
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">]>;
|
|
@@ -2609,6 +2665,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2609
2665
|
}, "strip", z.ZodTypeAny, {
|
|
2610
2666
|
asset: {
|
|
2611
2667
|
icon: string | undefined;
|
|
2668
|
+
priceDatasourceId: string | undefined;
|
|
2612
2669
|
symbol: string;
|
|
2613
2670
|
type: "CryptoCurrency";
|
|
2614
2671
|
id: string;
|
|
@@ -2667,6 +2724,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2667
2724
|
};
|
|
2668
2725
|
updatedAt: number;
|
|
2669
2726
|
icon?: string | undefined;
|
|
2727
|
+
priceDatasourceId?: string | undefined;
|
|
2670
2728
|
} | {
|
|
2671
2729
|
symbol: string;
|
|
2672
2730
|
type: "FiatCurrency";
|
|
@@ -2712,6 +2770,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2712
2770
|
} | undefined;
|
|
2713
2771
|
asset: {
|
|
2714
2772
|
icon: string | undefined;
|
|
2773
|
+
priceDatasourceId: string | undefined;
|
|
2715
2774
|
symbol: string;
|
|
2716
2775
|
type: "CryptoCurrency";
|
|
2717
2776
|
id: string;
|
|
@@ -2759,6 +2818,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2759
2818
|
};
|
|
2760
2819
|
updatedAt: number;
|
|
2761
2820
|
icon?: string | undefined;
|
|
2821
|
+
priceDatasourceId?: string | undefined;
|
|
2762
2822
|
} | {
|
|
2763
2823
|
symbol: string;
|
|
2764
2824
|
type: "FiatCurrency";
|
|
@@ -2813,6 +2873,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2813
2873
|
} | undefined;
|
|
2814
2874
|
asset: {
|
|
2815
2875
|
icon: string | undefined;
|
|
2876
|
+
priceDatasourceId: string | undefined;
|
|
2816
2877
|
symbol: string;
|
|
2817
2878
|
type: "CryptoCurrency";
|
|
2818
2879
|
id: string;
|
|
@@ -2859,6 +2920,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2859
2920
|
} | undefined;
|
|
2860
2921
|
asset: {
|
|
2861
2922
|
icon: string | undefined;
|
|
2923
|
+
priceDatasourceId: string | undefined;
|
|
2862
2924
|
symbol: string;
|
|
2863
2925
|
type: "CryptoCurrency";
|
|
2864
2926
|
id: string;
|
|
@@ -2905,6 +2967,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2905
2967
|
} | undefined;
|
|
2906
2968
|
asset: {
|
|
2907
2969
|
icon: string | undefined;
|
|
2970
|
+
priceDatasourceId: string | undefined;
|
|
2908
2971
|
symbol: string;
|
|
2909
2972
|
type: "CryptoCurrency";
|
|
2910
2973
|
id: string;
|
|
@@ -2969,6 +3032,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2969
3032
|
};
|
|
2970
3033
|
updatedAt: number;
|
|
2971
3034
|
icon?: string | undefined;
|
|
3035
|
+
priceDatasourceId?: string | undefined;
|
|
2972
3036
|
} | {
|
|
2973
3037
|
symbol: string;
|
|
2974
3038
|
type: "FiatCurrency";
|
|
@@ -3015,6 +3079,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3015
3079
|
};
|
|
3016
3080
|
updatedAt: number;
|
|
3017
3081
|
icon?: string | undefined;
|
|
3082
|
+
priceDatasourceId?: string | undefined;
|
|
3018
3083
|
} | {
|
|
3019
3084
|
symbol: string;
|
|
3020
3085
|
type: "FiatCurrency";
|
|
@@ -3061,6 +3126,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3061
3126
|
};
|
|
3062
3127
|
updatedAt: number;
|
|
3063
3128
|
icon?: string | undefined;
|
|
3129
|
+
priceDatasourceId?: string | undefined;
|
|
3064
3130
|
} | {
|
|
3065
3131
|
symbol: string;
|
|
3066
3132
|
type: "FiatCurrency";
|
|
@@ -3223,6 +3289,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3223
3289
|
decimals: number;
|
|
3224
3290
|
} | undefined;
|
|
3225
3291
|
}>;
|
|
3292
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3226
3293
|
updatedAt: z.ZodNumber;
|
|
3227
3294
|
}, "strip", z.ZodTypeAny, {
|
|
3228
3295
|
symbol: string;
|
|
@@ -3238,6 +3305,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3238
3305
|
};
|
|
3239
3306
|
updatedAt: number;
|
|
3240
3307
|
icon?: string | undefined;
|
|
3308
|
+
priceDatasourceId?: string | undefined;
|
|
3241
3309
|
}, {
|
|
3242
3310
|
symbol: string;
|
|
3243
3311
|
type: "CryptoCurrency";
|
|
@@ -3252,8 +3320,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3252
3320
|
};
|
|
3253
3321
|
updatedAt: number;
|
|
3254
3322
|
icon?: string | undefined;
|
|
3323
|
+
priceDatasourceId?: string | undefined;
|
|
3255
3324
|
}>, {
|
|
3256
3325
|
icon: string | undefined;
|
|
3326
|
+
priceDatasourceId: string | undefined;
|
|
3257
3327
|
symbol: string;
|
|
3258
3328
|
type: "CryptoCurrency";
|
|
3259
3329
|
id: string;
|
|
@@ -3280,6 +3350,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3280
3350
|
};
|
|
3281
3351
|
updatedAt: number;
|
|
3282
3352
|
icon?: string | undefined;
|
|
3353
|
+
priceDatasourceId?: string | undefined;
|
|
3283
3354
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3284
3355
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3285
3356
|
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">]>;
|
|
@@ -3365,6 +3436,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3365
3436
|
}, "strip", z.ZodTypeAny, {
|
|
3366
3437
|
asset: {
|
|
3367
3438
|
icon: string | undefined;
|
|
3439
|
+
priceDatasourceId: string | undefined;
|
|
3368
3440
|
symbol: string;
|
|
3369
3441
|
type: "CryptoCurrency";
|
|
3370
3442
|
id: string;
|
|
@@ -3423,6 +3495,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3423
3495
|
};
|
|
3424
3496
|
updatedAt: number;
|
|
3425
3497
|
icon?: string | undefined;
|
|
3498
|
+
priceDatasourceId?: string | undefined;
|
|
3426
3499
|
} | {
|
|
3427
3500
|
symbol: string;
|
|
3428
3501
|
type: "FiatCurrency";
|
|
@@ -3468,6 +3541,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3468
3541
|
} | undefined;
|
|
3469
3542
|
asset: {
|
|
3470
3543
|
icon: string | undefined;
|
|
3544
|
+
priceDatasourceId: string | undefined;
|
|
3471
3545
|
symbol: string;
|
|
3472
3546
|
type: "CryptoCurrency";
|
|
3473
3547
|
id: string;
|
|
@@ -3515,6 +3589,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3515
3589
|
};
|
|
3516
3590
|
updatedAt: number;
|
|
3517
3591
|
icon?: string | undefined;
|
|
3592
|
+
priceDatasourceId?: string | undefined;
|
|
3518
3593
|
} | {
|
|
3519
3594
|
symbol: string;
|
|
3520
3595
|
type: "FiatCurrency";
|
|
@@ -3623,6 +3698,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3623
3698
|
decimals: number;
|
|
3624
3699
|
} | undefined;
|
|
3625
3700
|
}>;
|
|
3701
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3626
3702
|
updatedAt: z.ZodNumber;
|
|
3627
3703
|
}, "strip", z.ZodTypeAny, {
|
|
3628
3704
|
symbol: string;
|
|
@@ -3638,6 +3714,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3638
3714
|
};
|
|
3639
3715
|
updatedAt: number;
|
|
3640
3716
|
icon?: string | undefined;
|
|
3717
|
+
priceDatasourceId?: string | undefined;
|
|
3641
3718
|
}, {
|
|
3642
3719
|
symbol: string;
|
|
3643
3720
|
type: "CryptoCurrency";
|
|
@@ -3652,8 +3729,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3652
3729
|
};
|
|
3653
3730
|
updatedAt: number;
|
|
3654
3731
|
icon?: string | undefined;
|
|
3732
|
+
priceDatasourceId?: string | undefined;
|
|
3655
3733
|
}>, {
|
|
3656
3734
|
icon: string | undefined;
|
|
3735
|
+
priceDatasourceId: string | undefined;
|
|
3657
3736
|
symbol: string;
|
|
3658
3737
|
type: "CryptoCurrency";
|
|
3659
3738
|
id: string;
|
|
@@ -3680,6 +3759,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3680
3759
|
};
|
|
3681
3760
|
updatedAt: number;
|
|
3682
3761
|
icon?: string | undefined;
|
|
3762
|
+
priceDatasourceId?: string | undefined;
|
|
3683
3763
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3684
3764
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3685
3765
|
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">]>;
|
|
@@ -3765,6 +3845,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3765
3845
|
}, "strip", z.ZodTypeAny, {
|
|
3766
3846
|
asset: {
|
|
3767
3847
|
icon: string | undefined;
|
|
3848
|
+
priceDatasourceId: string | undefined;
|
|
3768
3849
|
symbol: string;
|
|
3769
3850
|
type: "CryptoCurrency";
|
|
3770
3851
|
id: string;
|
|
@@ -3823,6 +3904,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3823
3904
|
};
|
|
3824
3905
|
updatedAt: number;
|
|
3825
3906
|
icon?: string | undefined;
|
|
3907
|
+
priceDatasourceId?: string | undefined;
|
|
3826
3908
|
} | {
|
|
3827
3909
|
symbol: string;
|
|
3828
3910
|
type: "FiatCurrency";
|
|
@@ -3868,6 +3950,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3868
3950
|
} | undefined;
|
|
3869
3951
|
asset: {
|
|
3870
3952
|
icon: string | undefined;
|
|
3953
|
+
priceDatasourceId: string | undefined;
|
|
3871
3954
|
symbol: string;
|
|
3872
3955
|
type: "CryptoCurrency";
|
|
3873
3956
|
id: string;
|
|
@@ -3915,6 +3998,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3915
3998
|
};
|
|
3916
3999
|
updatedAt: number;
|
|
3917
4000
|
icon?: string | undefined;
|
|
4001
|
+
priceDatasourceId?: string | undefined;
|
|
3918
4002
|
} | {
|
|
3919
4003
|
symbol: string;
|
|
3920
4004
|
type: "FiatCurrency";
|
|
@@ -4023,6 +4107,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4023
4107
|
decimals: number;
|
|
4024
4108
|
} | undefined;
|
|
4025
4109
|
}>;
|
|
4110
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
4026
4111
|
updatedAt: z.ZodNumber;
|
|
4027
4112
|
}, "strip", z.ZodTypeAny, {
|
|
4028
4113
|
symbol: string;
|
|
@@ -4038,6 +4123,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4038
4123
|
};
|
|
4039
4124
|
updatedAt: number;
|
|
4040
4125
|
icon?: string | undefined;
|
|
4126
|
+
priceDatasourceId?: string | undefined;
|
|
4041
4127
|
}, {
|
|
4042
4128
|
symbol: string;
|
|
4043
4129
|
type: "CryptoCurrency";
|
|
@@ -4052,8 +4138,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4052
4138
|
};
|
|
4053
4139
|
updatedAt: number;
|
|
4054
4140
|
icon?: string | undefined;
|
|
4141
|
+
priceDatasourceId?: string | undefined;
|
|
4055
4142
|
}>, {
|
|
4056
4143
|
icon: string | undefined;
|
|
4144
|
+
priceDatasourceId: string | undefined;
|
|
4057
4145
|
symbol: string;
|
|
4058
4146
|
type: "CryptoCurrency";
|
|
4059
4147
|
id: string;
|
|
@@ -4080,6 +4168,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4080
4168
|
};
|
|
4081
4169
|
updatedAt: number;
|
|
4082
4170
|
icon?: string | undefined;
|
|
4171
|
+
priceDatasourceId?: string | undefined;
|
|
4083
4172
|
}>, z.ZodEffects<z.ZodObject<{
|
|
4084
4173
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
4085
4174
|
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">]>;
|
|
@@ -4165,6 +4254,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4165
4254
|
}, "strip", z.ZodTypeAny, {
|
|
4166
4255
|
asset: {
|
|
4167
4256
|
icon: string | undefined;
|
|
4257
|
+
priceDatasourceId: string | undefined;
|
|
4168
4258
|
symbol: string;
|
|
4169
4259
|
type: "CryptoCurrency";
|
|
4170
4260
|
id: string;
|
|
@@ -4223,6 +4313,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4223
4313
|
};
|
|
4224
4314
|
updatedAt: number;
|
|
4225
4315
|
icon?: string | undefined;
|
|
4316
|
+
priceDatasourceId?: string | undefined;
|
|
4226
4317
|
} | {
|
|
4227
4318
|
symbol: string;
|
|
4228
4319
|
type: "FiatCurrency";
|
|
@@ -4268,6 +4359,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4268
4359
|
} | undefined;
|
|
4269
4360
|
asset: {
|
|
4270
4361
|
icon: string | undefined;
|
|
4362
|
+
priceDatasourceId: string | undefined;
|
|
4271
4363
|
symbol: string;
|
|
4272
4364
|
type: "CryptoCurrency";
|
|
4273
4365
|
id: string;
|
|
@@ -4315,6 +4407,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4315
4407
|
};
|
|
4316
4408
|
updatedAt: number;
|
|
4317
4409
|
icon?: string | undefined;
|
|
4410
|
+
priceDatasourceId?: string | undefined;
|
|
4318
4411
|
} | {
|
|
4319
4412
|
symbol: string;
|
|
4320
4413
|
type: "FiatCurrency";
|
|
@@ -4368,6 +4461,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4368
4461
|
} | undefined;
|
|
4369
4462
|
asset: {
|
|
4370
4463
|
icon: string | undefined;
|
|
4464
|
+
priceDatasourceId: string | undefined;
|
|
4371
4465
|
symbol: string;
|
|
4372
4466
|
type: "CryptoCurrency";
|
|
4373
4467
|
id: string;
|
|
@@ -4414,6 +4508,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4414
4508
|
} | undefined;
|
|
4415
4509
|
asset: {
|
|
4416
4510
|
icon: string | undefined;
|
|
4511
|
+
priceDatasourceId: string | undefined;
|
|
4417
4512
|
symbol: string;
|
|
4418
4513
|
type: "CryptoCurrency";
|
|
4419
4514
|
id: string;
|
|
@@ -4460,6 +4555,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4460
4555
|
} | undefined;
|
|
4461
4556
|
asset: {
|
|
4462
4557
|
icon: string | undefined;
|
|
4558
|
+
priceDatasourceId: string | undefined;
|
|
4463
4559
|
symbol: string;
|
|
4464
4560
|
type: "CryptoCurrency";
|
|
4465
4561
|
id: string;
|
|
@@ -4523,6 +4619,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4523
4619
|
};
|
|
4524
4620
|
updatedAt: number;
|
|
4525
4621
|
icon?: string | undefined;
|
|
4622
|
+
priceDatasourceId?: string | undefined;
|
|
4526
4623
|
} | {
|
|
4527
4624
|
symbol: string;
|
|
4528
4625
|
type: "FiatCurrency";
|
|
@@ -4569,6 +4666,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4569
4666
|
};
|
|
4570
4667
|
updatedAt: number;
|
|
4571
4668
|
icon?: string | undefined;
|
|
4669
|
+
priceDatasourceId?: string | undefined;
|
|
4572
4670
|
} | {
|
|
4573
4671
|
symbol: string;
|
|
4574
4672
|
type: "FiatCurrency";
|
|
@@ -4615,6 +4713,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4615
4713
|
};
|
|
4616
4714
|
updatedAt: number;
|
|
4617
4715
|
icon?: string | undefined;
|
|
4716
|
+
priceDatasourceId?: string | undefined;
|
|
4618
4717
|
} | {
|
|
4619
4718
|
symbol: string;
|
|
4620
4719
|
type: "FiatCurrency";
|