@0xtorch/core 0.0.28 → 0.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_cjs/assets/definitions/astar.js +1 -0
- package/_cjs/assets/definitions/astar.js.map +1 -1
- package/_cjs/assets/definitions/avalanche.js +1 -0
- package/_cjs/assets/definitions/avalanche.js.map +1 -1
- package/_cjs/assets/definitions/bnb.js +1 -0
- package/_cjs/assets/definitions/bnb.js.map +1 -1
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js +14 -14
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_cjs/assets/definitions/ethereum.js +1 -0
- package/_cjs/assets/definitions/ethereum.js.map +1 -1
- package/_cjs/assets/definitions/fantom.js +1 -0
- package/_cjs/assets/definitions/fantom.js.map +1 -1
- package/_cjs/assets/definitions/kava.js +1 -0
- package/_cjs/assets/definitions/kava.js.map +1 -1
- package/_cjs/assets/definitions/mantle.js +1 -0
- package/_cjs/assets/definitions/mantle.js.map +1 -1
- package/_cjs/assets/definitions/maticNetwork.js +1 -0
- package/_cjs/assets/definitions/maticNetwork.js.map +1 -1
- package/_cjs/assets/definitions/metis.js +1 -0
- package/_cjs/assets/definitions/metis.js.map +1 -1
- package/_cjs/assets/definitions/moonbeam.js +1 -0
- package/_cjs/assets/definitions/moonbeam.js.map +1 -1
- package/_cjs/assets/definitions/moonriver.js +1 -0
- package/_cjs/assets/definitions/moonriver.js.map +1 -1
- package/_cjs/assets/definitions/oasys.js +1 -0
- package/_cjs/assets/definitions/oasys.js.map +1 -1
- package/_cjs/assets/definitions/ronin.js +1 -0
- package/_cjs/assets/definitions/ronin.js.map +1 -1
- package/_cjs/assets/definitions/solana.js +1 -0
- package/_cjs/assets/definitions/solana.js.map +1 -1
- package/_cjs/assets/schemas/cryptoCurrency.js +2 -0
- package/_cjs/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_cjs/setAccountActionPrices.js +19 -11
- package/_cjs/setAccountActionPrices.js.map +1 -1
- package/_cjs/tests/utils.js +3 -4
- package/_cjs/tests/utils.js.map +1 -1
- package/_esm/assets/definitions/astar.js +1 -0
- package/_esm/assets/definitions/astar.js.map +1 -1
- package/_esm/assets/definitions/avalanche.js +1 -0
- package/_esm/assets/definitions/avalanche.js.map +1 -1
- package/_esm/assets/definitions/bnb.js +1 -0
- package/_esm/assets/definitions/bnb.js.map +1 -1
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js +15 -15
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_esm/assets/definitions/ethereum.js +1 -0
- package/_esm/assets/definitions/ethereum.js.map +1 -1
- package/_esm/assets/definitions/fantom.js +1 -0
- package/_esm/assets/definitions/fantom.js.map +1 -1
- package/_esm/assets/definitions/kava.js +1 -0
- package/_esm/assets/definitions/kava.js.map +1 -1
- package/_esm/assets/definitions/mantle.js +1 -0
- package/_esm/assets/definitions/mantle.js.map +1 -1
- package/_esm/assets/definitions/maticNetwork.js +1 -0
- package/_esm/assets/definitions/maticNetwork.js.map +1 -1
- package/_esm/assets/definitions/metis.js +1 -0
- package/_esm/assets/definitions/metis.js.map +1 -1
- package/_esm/assets/definitions/moonbeam.js +1 -0
- package/_esm/assets/definitions/moonbeam.js.map +1 -1
- package/_esm/assets/definitions/moonriver.js +1 -0
- package/_esm/assets/definitions/moonriver.js.map +1 -1
- package/_esm/assets/definitions/oasys.js +1 -0
- package/_esm/assets/definitions/oasys.js.map +1 -1
- package/_esm/assets/definitions/ronin.js +1 -0
- package/_esm/assets/definitions/ronin.js.map +1 -1
- package/_esm/assets/definitions/solana.js +1 -0
- package/_esm/assets/definitions/solana.js.map +1 -1
- package/_esm/assets/schemas/cryptoCurrency.js +2 -0
- package/_esm/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_esm/setAccountActionPrices.js +19 -11
- package/_esm/setAccountActionPrices.js.map +1 -1
- package/_esm/tests/utils.js +3 -4
- package/_esm/tests/utils.js.map +1 -1
- package/_types/actions/schemas/action.d.ts +1378 -0
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
- package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
- package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/schemas/default/accountAction.d.ts +99 -0
- package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/normalAction.d.ts +99 -0
- package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/transfer.d.ts +88 -0
- package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
- package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
- package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
- package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/stake.d.ts +26 -0
- package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
- package/_types/actions/schemas/fee/fee.d.ts +26 -0
- package/_types/actions/schemas/fee/fee.d.ts.map +1 -1
- package/_types/actions/schemas/fee/transactionFee.d.ts +26 -0
- package/_types/actions/schemas/fee/transactionFee.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/ignore.d.ts +39 -0
- package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/move.d.ts +39 -0
- package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/spam.d.ts +52 -0
- package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
- package/_types/actions/schemas/income/atomicArbitrage.d.ts +52 -0
- package/_types/actions/schemas/income/atomicArbitrage.d.ts.map +1 -1
- package/_types/actions/schemas/income/income.d.ts +26 -0
- package/_types/actions/schemas/income/income.d.ts.map +1 -1
- package/_types/actions/schemas/income/nftRoyalty.d.ts +13 -0
- package/_types/actions/schemas/income/nftRoyalty.d.ts.map +1 -1
- package/_types/actions/schemas/income/swapIncome.d.ts +13 -0
- package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
- package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
- package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
- package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/schemas/replace/replace.d.ts +52 -0
- package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
- package/_types/actions/schemas/replace/unwrap.d.ts +52 -0
- package/_types/actions/schemas/replace/unwrap.d.ts.map +1 -1
- package/_types/actions/schemas/replace/wrap.d.ts +52 -0
- package/_types/actions/schemas/replace/wrap.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/buyCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyNft.d.ts +26 -0
- package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/mintNft.d.ts +26 -0
- package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/sellCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellNft.d.ts +26 -0
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/trade.d.ts +52 -0
- package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
- package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
- package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/valuedown/valuedown.d.ts +26 -0
- package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/schemas/valueup/valueup.d.ts +26 -0
- package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
- package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
- package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +3 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/assets/creates/createCryptoCurrency.d.ts +1 -0
- package/_types/assets/creates/createCryptoCurrency.d.ts.map +1 -1
- package/_types/assets/definitions/astar.d.ts +1 -0
- package/_types/assets/definitions/astar.d.ts.map +1 -1
- package/_types/assets/definitions/avalanche.d.ts +1 -0
- package/_types/assets/definitions/avalanche.d.ts.map +1 -1
- package/_types/assets/definitions/bnb.d.ts +1 -0
- package/_types/assets/definitions/bnb.d.ts.map +1 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts +2 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts.map +1 -1
- package/_types/assets/definitions/ethereum.d.ts +1 -0
- package/_types/assets/definitions/ethereum.d.ts.map +1 -1
- package/_types/assets/definitions/fantom.d.ts +1 -0
- package/_types/assets/definitions/fantom.d.ts.map +1 -1
- package/_types/assets/definitions/kava.d.ts +1 -0
- package/_types/assets/definitions/kava.d.ts.map +1 -1
- package/_types/assets/definitions/mantle.d.ts +1 -0
- package/_types/assets/definitions/mantle.d.ts.map +1 -1
- package/_types/assets/definitions/maticNetwork.d.ts +1 -0
- package/_types/assets/definitions/maticNetwork.d.ts.map +1 -1
- package/_types/assets/definitions/metis.d.ts +1 -0
- package/_types/assets/definitions/metis.d.ts.map +1 -1
- package/_types/assets/definitions/moonbeam.d.ts +1 -0
- package/_types/assets/definitions/moonbeam.d.ts.map +1 -1
- package/_types/assets/definitions/moonriver.d.ts +1 -0
- package/_types/assets/definitions/moonriver.d.ts.map +1 -1
- package/_types/assets/definitions/oasys.d.ts +1 -0
- package/_types/assets/definitions/oasys.d.ts.map +1 -1
- package/_types/assets/definitions/ronin.d.ts +1 -0
- package/_types/assets/definitions/ronin.d.ts.map +1 -1
- package/_types/assets/definitions/solana.d.ts +1 -0
- package/_types/assets/definitions/solana.d.ts.map +1 -1
- package/_types/assets/schemas/asset.d.ts +5 -0
- package/_types/assets/schemas/asset.d.ts.map +1 -1
- package/_types/assets/schemas/cryptoCurrency.d.ts +5 -0
- package/_types/assets/schemas/cryptoCurrency.d.ts.map +1 -1
- package/_types/assets/types/dataSource.d.ts +2 -3
- package/_types/assets/types/dataSource.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +57 -0
- package/_types/setAccountActionPrices.d.ts.map +1 -1
- package/_types/tests/utils.d.ts.map +1 -1
- package/assets/definitions/astar.ts +1 -0
- package/assets/definitions/avalanche.ts +1 -0
- package/assets/definitions/bnb.ts +1 -0
- package/assets/definitions/coingeckoCryptoCurrencyDataSource.ts +21 -25
- package/assets/definitions/ethereum.ts +1 -0
- package/assets/definitions/fantom.ts +1 -0
- package/assets/definitions/kava.ts +1 -0
- package/assets/definitions/mantle.ts +1 -0
- package/assets/definitions/maticNetwork.ts +1 -0
- package/assets/definitions/metis.ts +1 -0
- package/assets/definitions/moonbeam.ts +1 -0
- package/assets/definitions/moonriver.ts +1 -0
- package/assets/definitions/oasys.ts +1 -0
- package/assets/definitions/ronin.ts +1 -0
- package/assets/definitions/solana.ts +1 -0
- package/assets/schemas/cryptoCurrency.ts +2 -0
- package/assets/types/dataSource.ts +2 -3
- package/package.json +1 -1
- package/setAccountActionPrices.ts +20 -12
- package/tests/utils.ts +3 -4
- package/.DS_Store +0 -0
- package/actions/.DS_Store +0 -0
- package/assets/.DS_Store +0 -0
|
@@ -119,6 +119,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
119
119
|
decimals: number;
|
|
120
120
|
} | undefined;
|
|
121
121
|
}>;
|
|
122
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
122
123
|
updatedAt: z.ZodNumber;
|
|
123
124
|
}, "strip", z.ZodTypeAny, {
|
|
124
125
|
symbol: string;
|
|
@@ -134,6 +135,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
134
135
|
};
|
|
135
136
|
updatedAt: number;
|
|
136
137
|
icon?: string | undefined;
|
|
138
|
+
priceDatasourceId?: string | undefined;
|
|
137
139
|
}, {
|
|
138
140
|
symbol: string;
|
|
139
141
|
type: "CryptoCurrency";
|
|
@@ -148,8 +150,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
148
150
|
};
|
|
149
151
|
updatedAt: number;
|
|
150
152
|
icon?: string | undefined;
|
|
153
|
+
priceDatasourceId?: string | undefined;
|
|
151
154
|
}>, {
|
|
152
155
|
icon: string | undefined;
|
|
156
|
+
priceDatasourceId: string | undefined;
|
|
153
157
|
symbol: string;
|
|
154
158
|
type: "CryptoCurrency";
|
|
155
159
|
id: string;
|
|
@@ -176,6 +180,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
176
180
|
};
|
|
177
181
|
updatedAt: number;
|
|
178
182
|
icon?: string | undefined;
|
|
183
|
+
priceDatasourceId?: string | undefined;
|
|
179
184
|
}>, z.ZodEffects<z.ZodObject<{
|
|
180
185
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
181
186
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -261,6 +266,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
261
266
|
}, "strip", z.ZodTypeAny, {
|
|
262
267
|
asset: {
|
|
263
268
|
icon: string | undefined;
|
|
269
|
+
priceDatasourceId: string | undefined;
|
|
264
270
|
symbol: string;
|
|
265
271
|
type: "CryptoCurrency";
|
|
266
272
|
id: string;
|
|
@@ -319,6 +325,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
319
325
|
};
|
|
320
326
|
updatedAt: number;
|
|
321
327
|
icon?: string | undefined;
|
|
328
|
+
priceDatasourceId?: string | undefined;
|
|
322
329
|
} | {
|
|
323
330
|
symbol: string;
|
|
324
331
|
type: "FiatCurrency";
|
|
@@ -364,6 +371,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
364
371
|
} | undefined;
|
|
365
372
|
asset: {
|
|
366
373
|
icon: string | undefined;
|
|
374
|
+
priceDatasourceId: string | undefined;
|
|
367
375
|
symbol: string;
|
|
368
376
|
type: "CryptoCurrency";
|
|
369
377
|
id: string;
|
|
@@ -411,6 +419,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
411
419
|
};
|
|
412
420
|
updatedAt: number;
|
|
413
421
|
icon?: string | undefined;
|
|
422
|
+
priceDatasourceId?: string | undefined;
|
|
414
423
|
} | {
|
|
415
424
|
symbol: string;
|
|
416
425
|
type: "FiatCurrency";
|
|
@@ -519,6 +528,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
519
528
|
decimals: number;
|
|
520
529
|
} | undefined;
|
|
521
530
|
}>;
|
|
531
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
522
532
|
updatedAt: z.ZodNumber;
|
|
523
533
|
}, "strip", z.ZodTypeAny, {
|
|
524
534
|
symbol: string;
|
|
@@ -534,6 +544,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
534
544
|
};
|
|
535
545
|
updatedAt: number;
|
|
536
546
|
icon?: string | undefined;
|
|
547
|
+
priceDatasourceId?: string | undefined;
|
|
537
548
|
}, {
|
|
538
549
|
symbol: string;
|
|
539
550
|
type: "CryptoCurrency";
|
|
@@ -548,8 +559,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
548
559
|
};
|
|
549
560
|
updatedAt: number;
|
|
550
561
|
icon?: string | undefined;
|
|
562
|
+
priceDatasourceId?: string | undefined;
|
|
551
563
|
}>, {
|
|
552
564
|
icon: string | undefined;
|
|
565
|
+
priceDatasourceId: string | undefined;
|
|
553
566
|
symbol: string;
|
|
554
567
|
type: "CryptoCurrency";
|
|
555
568
|
id: string;
|
|
@@ -576,6 +589,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
576
589
|
};
|
|
577
590
|
updatedAt: number;
|
|
578
591
|
icon?: string | undefined;
|
|
592
|
+
priceDatasourceId?: string | undefined;
|
|
579
593
|
}>, z.ZodEffects<z.ZodObject<{
|
|
580
594
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
581
595
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -661,6 +675,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
661
675
|
}, "strip", z.ZodTypeAny, {
|
|
662
676
|
asset: {
|
|
663
677
|
icon: string | undefined;
|
|
678
|
+
priceDatasourceId: string | undefined;
|
|
664
679
|
symbol: string;
|
|
665
680
|
type: "CryptoCurrency";
|
|
666
681
|
id: string;
|
|
@@ -719,6 +734,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
719
734
|
};
|
|
720
735
|
updatedAt: number;
|
|
721
736
|
icon?: string | undefined;
|
|
737
|
+
priceDatasourceId?: string | undefined;
|
|
722
738
|
} | {
|
|
723
739
|
symbol: string;
|
|
724
740
|
type: "FiatCurrency";
|
|
@@ -764,6 +780,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
764
780
|
} | undefined;
|
|
765
781
|
asset: {
|
|
766
782
|
icon: string | undefined;
|
|
783
|
+
priceDatasourceId: string | undefined;
|
|
767
784
|
symbol: string;
|
|
768
785
|
type: "CryptoCurrency";
|
|
769
786
|
id: string;
|
|
@@ -811,6 +828,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
811
828
|
};
|
|
812
829
|
updatedAt: number;
|
|
813
830
|
icon?: string | undefined;
|
|
831
|
+
priceDatasourceId?: string | undefined;
|
|
814
832
|
} | {
|
|
815
833
|
symbol: string;
|
|
816
834
|
type: "FiatCurrency";
|
|
@@ -919,6 +937,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
919
937
|
decimals: number;
|
|
920
938
|
} | undefined;
|
|
921
939
|
}>;
|
|
940
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
922
941
|
updatedAt: z.ZodNumber;
|
|
923
942
|
}, "strip", z.ZodTypeAny, {
|
|
924
943
|
symbol: string;
|
|
@@ -934,6 +953,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
934
953
|
};
|
|
935
954
|
updatedAt: number;
|
|
936
955
|
icon?: string | undefined;
|
|
956
|
+
priceDatasourceId?: string | undefined;
|
|
937
957
|
}, {
|
|
938
958
|
symbol: string;
|
|
939
959
|
type: "CryptoCurrency";
|
|
@@ -948,8 +968,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
948
968
|
};
|
|
949
969
|
updatedAt: number;
|
|
950
970
|
icon?: string | undefined;
|
|
971
|
+
priceDatasourceId?: string | undefined;
|
|
951
972
|
}>, {
|
|
952
973
|
icon: string | undefined;
|
|
974
|
+
priceDatasourceId: string | undefined;
|
|
953
975
|
symbol: string;
|
|
954
976
|
type: "CryptoCurrency";
|
|
955
977
|
id: string;
|
|
@@ -976,6 +998,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
976
998
|
};
|
|
977
999
|
updatedAt: number;
|
|
978
1000
|
icon?: string | undefined;
|
|
1001
|
+
priceDatasourceId?: string | undefined;
|
|
979
1002
|
}>, z.ZodEffects<z.ZodObject<{
|
|
980
1003
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
981
1004
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -1061,6 +1084,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1061
1084
|
}, "strip", z.ZodTypeAny, {
|
|
1062
1085
|
asset: {
|
|
1063
1086
|
icon: string | undefined;
|
|
1087
|
+
priceDatasourceId: string | undefined;
|
|
1064
1088
|
symbol: string;
|
|
1065
1089
|
type: "CryptoCurrency";
|
|
1066
1090
|
id: string;
|
|
@@ -1119,6 +1143,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1119
1143
|
};
|
|
1120
1144
|
updatedAt: number;
|
|
1121
1145
|
icon?: string | undefined;
|
|
1146
|
+
priceDatasourceId?: string | undefined;
|
|
1122
1147
|
} | {
|
|
1123
1148
|
symbol: string;
|
|
1124
1149
|
type: "FiatCurrency";
|
|
@@ -1164,6 +1189,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1164
1189
|
} | undefined;
|
|
1165
1190
|
asset: {
|
|
1166
1191
|
icon: string | undefined;
|
|
1192
|
+
priceDatasourceId: string | undefined;
|
|
1167
1193
|
symbol: string;
|
|
1168
1194
|
type: "CryptoCurrency";
|
|
1169
1195
|
id: string;
|
|
@@ -1211,6 +1237,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1211
1237
|
};
|
|
1212
1238
|
updatedAt: number;
|
|
1213
1239
|
icon?: string | undefined;
|
|
1240
|
+
priceDatasourceId?: string | undefined;
|
|
1214
1241
|
} | {
|
|
1215
1242
|
symbol: string;
|
|
1216
1243
|
type: "FiatCurrency";
|
|
@@ -1265,6 +1292,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1265
1292
|
} | undefined;
|
|
1266
1293
|
asset: {
|
|
1267
1294
|
icon: string | undefined;
|
|
1295
|
+
priceDatasourceId: string | undefined;
|
|
1268
1296
|
symbol: string;
|
|
1269
1297
|
type: "CryptoCurrency";
|
|
1270
1298
|
id: string;
|
|
@@ -1311,6 +1339,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1311
1339
|
} | undefined;
|
|
1312
1340
|
asset: {
|
|
1313
1341
|
icon: string | undefined;
|
|
1342
|
+
priceDatasourceId: string | undefined;
|
|
1314
1343
|
symbol: string;
|
|
1315
1344
|
type: "CryptoCurrency";
|
|
1316
1345
|
id: string;
|
|
@@ -1357,6 +1386,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1357
1386
|
} | undefined;
|
|
1358
1387
|
asset: {
|
|
1359
1388
|
icon: string | undefined;
|
|
1389
|
+
priceDatasourceId: string | undefined;
|
|
1360
1390
|
symbol: string;
|
|
1361
1391
|
type: "CryptoCurrency";
|
|
1362
1392
|
id: string;
|
|
@@ -1421,6 +1451,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1421
1451
|
};
|
|
1422
1452
|
updatedAt: number;
|
|
1423
1453
|
icon?: string | undefined;
|
|
1454
|
+
priceDatasourceId?: string | undefined;
|
|
1424
1455
|
} | {
|
|
1425
1456
|
symbol: string;
|
|
1426
1457
|
type: "FiatCurrency";
|
|
@@ -1467,6 +1498,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1467
1498
|
};
|
|
1468
1499
|
updatedAt: number;
|
|
1469
1500
|
icon?: string | undefined;
|
|
1501
|
+
priceDatasourceId?: string | undefined;
|
|
1470
1502
|
} | {
|
|
1471
1503
|
symbol: string;
|
|
1472
1504
|
type: "FiatCurrency";
|
|
@@ -1513,6 +1545,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1513
1545
|
};
|
|
1514
1546
|
updatedAt: number;
|
|
1515
1547
|
icon?: string | undefined;
|
|
1548
|
+
priceDatasourceId?: string | undefined;
|
|
1516
1549
|
} | {
|
|
1517
1550
|
symbol: string;
|
|
1518
1551
|
type: "FiatCurrency";
|
|
@@ -1675,6 +1708,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1675
1708
|
decimals: number;
|
|
1676
1709
|
} | undefined;
|
|
1677
1710
|
}>;
|
|
1711
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1678
1712
|
updatedAt: z.ZodNumber;
|
|
1679
1713
|
}, "strip", z.ZodTypeAny, {
|
|
1680
1714
|
symbol: string;
|
|
@@ -1690,6 +1724,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1690
1724
|
};
|
|
1691
1725
|
updatedAt: number;
|
|
1692
1726
|
icon?: string | undefined;
|
|
1727
|
+
priceDatasourceId?: string | undefined;
|
|
1693
1728
|
}, {
|
|
1694
1729
|
symbol: string;
|
|
1695
1730
|
type: "CryptoCurrency";
|
|
@@ -1704,8 +1739,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1704
1739
|
};
|
|
1705
1740
|
updatedAt: number;
|
|
1706
1741
|
icon?: string | undefined;
|
|
1742
|
+
priceDatasourceId?: string | undefined;
|
|
1707
1743
|
}>, {
|
|
1708
1744
|
icon: string | undefined;
|
|
1745
|
+
priceDatasourceId: string | undefined;
|
|
1709
1746
|
symbol: string;
|
|
1710
1747
|
type: "CryptoCurrency";
|
|
1711
1748
|
id: string;
|
|
@@ -1732,6 +1769,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1732
1769
|
};
|
|
1733
1770
|
updatedAt: number;
|
|
1734
1771
|
icon?: string | undefined;
|
|
1772
|
+
priceDatasourceId?: string | undefined;
|
|
1735
1773
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1736
1774
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1737
1775
|
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">]>;
|
|
@@ -1817,6 +1855,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1817
1855
|
}, "strip", z.ZodTypeAny, {
|
|
1818
1856
|
asset: {
|
|
1819
1857
|
icon: string | undefined;
|
|
1858
|
+
priceDatasourceId: string | undefined;
|
|
1820
1859
|
symbol: string;
|
|
1821
1860
|
type: "CryptoCurrency";
|
|
1822
1861
|
id: string;
|
|
@@ -1875,6 +1914,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1875
1914
|
};
|
|
1876
1915
|
updatedAt: number;
|
|
1877
1916
|
icon?: string | undefined;
|
|
1917
|
+
priceDatasourceId?: string | undefined;
|
|
1878
1918
|
} | {
|
|
1879
1919
|
symbol: string;
|
|
1880
1920
|
type: "FiatCurrency";
|
|
@@ -1920,6 +1960,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1920
1960
|
} | undefined;
|
|
1921
1961
|
asset: {
|
|
1922
1962
|
icon: string | undefined;
|
|
1963
|
+
priceDatasourceId: string | undefined;
|
|
1923
1964
|
symbol: string;
|
|
1924
1965
|
type: "CryptoCurrency";
|
|
1925
1966
|
id: string;
|
|
@@ -1967,6 +2008,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1967
2008
|
};
|
|
1968
2009
|
updatedAt: number;
|
|
1969
2010
|
icon?: string | undefined;
|
|
2011
|
+
priceDatasourceId?: string | undefined;
|
|
1970
2012
|
} | {
|
|
1971
2013
|
symbol: string;
|
|
1972
2014
|
type: "FiatCurrency";
|
|
@@ -2075,6 +2117,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2075
2117
|
decimals: number;
|
|
2076
2118
|
} | undefined;
|
|
2077
2119
|
}>;
|
|
2120
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2078
2121
|
updatedAt: z.ZodNumber;
|
|
2079
2122
|
}, "strip", z.ZodTypeAny, {
|
|
2080
2123
|
symbol: string;
|
|
@@ -2090,6 +2133,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2090
2133
|
};
|
|
2091
2134
|
updatedAt: number;
|
|
2092
2135
|
icon?: string | undefined;
|
|
2136
|
+
priceDatasourceId?: string | undefined;
|
|
2093
2137
|
}, {
|
|
2094
2138
|
symbol: string;
|
|
2095
2139
|
type: "CryptoCurrency";
|
|
@@ -2104,8 +2148,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2104
2148
|
};
|
|
2105
2149
|
updatedAt: number;
|
|
2106
2150
|
icon?: string | undefined;
|
|
2151
|
+
priceDatasourceId?: string | undefined;
|
|
2107
2152
|
}>, {
|
|
2108
2153
|
icon: string | undefined;
|
|
2154
|
+
priceDatasourceId: string | undefined;
|
|
2109
2155
|
symbol: string;
|
|
2110
2156
|
type: "CryptoCurrency";
|
|
2111
2157
|
id: string;
|
|
@@ -2132,6 +2178,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2132
2178
|
};
|
|
2133
2179
|
updatedAt: number;
|
|
2134
2180
|
icon?: string | undefined;
|
|
2181
|
+
priceDatasourceId?: string | undefined;
|
|
2135
2182
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2136
2183
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2137
2184
|
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">]>;
|
|
@@ -2217,6 +2264,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2217
2264
|
}, "strip", z.ZodTypeAny, {
|
|
2218
2265
|
asset: {
|
|
2219
2266
|
icon: string | undefined;
|
|
2267
|
+
priceDatasourceId: string | undefined;
|
|
2220
2268
|
symbol: string;
|
|
2221
2269
|
type: "CryptoCurrency";
|
|
2222
2270
|
id: string;
|
|
@@ -2275,6 +2323,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2275
2323
|
};
|
|
2276
2324
|
updatedAt: number;
|
|
2277
2325
|
icon?: string | undefined;
|
|
2326
|
+
priceDatasourceId?: string | undefined;
|
|
2278
2327
|
} | {
|
|
2279
2328
|
symbol: string;
|
|
2280
2329
|
type: "FiatCurrency";
|
|
@@ -2320,6 +2369,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2320
2369
|
} | undefined;
|
|
2321
2370
|
asset: {
|
|
2322
2371
|
icon: string | undefined;
|
|
2372
|
+
priceDatasourceId: string | undefined;
|
|
2323
2373
|
symbol: string;
|
|
2324
2374
|
type: "CryptoCurrency";
|
|
2325
2375
|
id: string;
|
|
@@ -2367,6 +2417,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2367
2417
|
};
|
|
2368
2418
|
updatedAt: number;
|
|
2369
2419
|
icon?: string | undefined;
|
|
2420
|
+
priceDatasourceId?: string | undefined;
|
|
2370
2421
|
} | {
|
|
2371
2422
|
symbol: string;
|
|
2372
2423
|
type: "FiatCurrency";
|
|
@@ -2475,6 +2526,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2475
2526
|
decimals: number;
|
|
2476
2527
|
} | undefined;
|
|
2477
2528
|
}>;
|
|
2529
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2478
2530
|
updatedAt: z.ZodNumber;
|
|
2479
2531
|
}, "strip", z.ZodTypeAny, {
|
|
2480
2532
|
symbol: string;
|
|
@@ -2490,6 +2542,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2490
2542
|
};
|
|
2491
2543
|
updatedAt: number;
|
|
2492
2544
|
icon?: string | undefined;
|
|
2545
|
+
priceDatasourceId?: string | undefined;
|
|
2493
2546
|
}, {
|
|
2494
2547
|
symbol: string;
|
|
2495
2548
|
type: "CryptoCurrency";
|
|
@@ -2504,8 +2557,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2504
2557
|
};
|
|
2505
2558
|
updatedAt: number;
|
|
2506
2559
|
icon?: string | undefined;
|
|
2560
|
+
priceDatasourceId?: string | undefined;
|
|
2507
2561
|
}>, {
|
|
2508
2562
|
icon: string | undefined;
|
|
2563
|
+
priceDatasourceId: string | undefined;
|
|
2509
2564
|
symbol: string;
|
|
2510
2565
|
type: "CryptoCurrency";
|
|
2511
2566
|
id: string;
|
|
@@ -2532,6 +2587,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2532
2587
|
};
|
|
2533
2588
|
updatedAt: number;
|
|
2534
2589
|
icon?: string | undefined;
|
|
2590
|
+
priceDatasourceId?: string | undefined;
|
|
2535
2591
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2536
2592
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2537
2593
|
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">]>;
|
|
@@ -2617,6 +2673,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2617
2673
|
}, "strip", z.ZodTypeAny, {
|
|
2618
2674
|
asset: {
|
|
2619
2675
|
icon: string | undefined;
|
|
2676
|
+
priceDatasourceId: string | undefined;
|
|
2620
2677
|
symbol: string;
|
|
2621
2678
|
type: "CryptoCurrency";
|
|
2622
2679
|
id: string;
|
|
@@ -2675,6 +2732,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2675
2732
|
};
|
|
2676
2733
|
updatedAt: number;
|
|
2677
2734
|
icon?: string | undefined;
|
|
2735
|
+
priceDatasourceId?: string | undefined;
|
|
2678
2736
|
} | {
|
|
2679
2737
|
symbol: string;
|
|
2680
2738
|
type: "FiatCurrency";
|
|
@@ -2720,6 +2778,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2720
2778
|
} | undefined;
|
|
2721
2779
|
asset: {
|
|
2722
2780
|
icon: string | undefined;
|
|
2781
|
+
priceDatasourceId: string | undefined;
|
|
2723
2782
|
symbol: string;
|
|
2724
2783
|
type: "CryptoCurrency";
|
|
2725
2784
|
id: string;
|
|
@@ -2767,6 +2826,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2767
2826
|
};
|
|
2768
2827
|
updatedAt: number;
|
|
2769
2828
|
icon?: string | undefined;
|
|
2829
|
+
priceDatasourceId?: string | undefined;
|
|
2770
2830
|
} | {
|
|
2771
2831
|
symbol: string;
|
|
2772
2832
|
type: "FiatCurrency";
|
|
@@ -2823,6 +2883,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2823
2883
|
} | undefined;
|
|
2824
2884
|
asset: {
|
|
2825
2885
|
icon: string | undefined;
|
|
2886
|
+
priceDatasourceId: string | undefined;
|
|
2826
2887
|
symbol: string;
|
|
2827
2888
|
type: "CryptoCurrency";
|
|
2828
2889
|
id: string;
|
|
@@ -2869,6 +2930,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2869
2930
|
} | undefined;
|
|
2870
2931
|
asset: {
|
|
2871
2932
|
icon: string | undefined;
|
|
2933
|
+
priceDatasourceId: string | undefined;
|
|
2872
2934
|
symbol: string;
|
|
2873
2935
|
type: "CryptoCurrency";
|
|
2874
2936
|
id: string;
|
|
@@ -2915,6 +2977,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2915
2977
|
} | undefined;
|
|
2916
2978
|
asset: {
|
|
2917
2979
|
icon: string | undefined;
|
|
2980
|
+
priceDatasourceId: string | undefined;
|
|
2918
2981
|
symbol: string;
|
|
2919
2982
|
type: "CryptoCurrency";
|
|
2920
2983
|
id: string;
|
|
@@ -2981,6 +3044,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2981
3044
|
};
|
|
2982
3045
|
updatedAt: number;
|
|
2983
3046
|
icon?: string | undefined;
|
|
3047
|
+
priceDatasourceId?: string | undefined;
|
|
2984
3048
|
} | {
|
|
2985
3049
|
symbol: string;
|
|
2986
3050
|
type: "FiatCurrency";
|
|
@@ -3027,6 +3091,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3027
3091
|
};
|
|
3028
3092
|
updatedAt: number;
|
|
3029
3093
|
icon?: string | undefined;
|
|
3094
|
+
priceDatasourceId?: string | undefined;
|
|
3030
3095
|
} | {
|
|
3031
3096
|
symbol: string;
|
|
3032
3097
|
type: "FiatCurrency";
|
|
@@ -3073,6 +3138,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3073
3138
|
};
|
|
3074
3139
|
updatedAt: number;
|
|
3075
3140
|
icon?: string | undefined;
|
|
3141
|
+
priceDatasourceId?: string | undefined;
|
|
3076
3142
|
} | {
|
|
3077
3143
|
symbol: string;
|
|
3078
3144
|
type: "FiatCurrency";
|
|
@@ -3237,6 +3303,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3237
3303
|
decimals: number;
|
|
3238
3304
|
} | undefined;
|
|
3239
3305
|
}>;
|
|
3306
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3240
3307
|
updatedAt: z.ZodNumber;
|
|
3241
3308
|
}, "strip", z.ZodTypeAny, {
|
|
3242
3309
|
symbol: string;
|
|
@@ -3252,6 +3319,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3252
3319
|
};
|
|
3253
3320
|
updatedAt: number;
|
|
3254
3321
|
icon?: string | undefined;
|
|
3322
|
+
priceDatasourceId?: string | undefined;
|
|
3255
3323
|
}, {
|
|
3256
3324
|
symbol: string;
|
|
3257
3325
|
type: "CryptoCurrency";
|
|
@@ -3266,8 +3334,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3266
3334
|
};
|
|
3267
3335
|
updatedAt: number;
|
|
3268
3336
|
icon?: string | undefined;
|
|
3337
|
+
priceDatasourceId?: string | undefined;
|
|
3269
3338
|
}>, {
|
|
3270
3339
|
icon: string | undefined;
|
|
3340
|
+
priceDatasourceId: string | undefined;
|
|
3271
3341
|
symbol: string;
|
|
3272
3342
|
type: "CryptoCurrency";
|
|
3273
3343
|
id: string;
|
|
@@ -3294,6 +3364,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3294
3364
|
};
|
|
3295
3365
|
updatedAt: number;
|
|
3296
3366
|
icon?: string | undefined;
|
|
3367
|
+
priceDatasourceId?: string | undefined;
|
|
3297
3368
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3298
3369
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3299
3370
|
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">]>;
|
|
@@ -3379,6 +3450,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3379
3450
|
}, "strip", z.ZodTypeAny, {
|
|
3380
3451
|
asset: {
|
|
3381
3452
|
icon: string | undefined;
|
|
3453
|
+
priceDatasourceId: string | undefined;
|
|
3382
3454
|
symbol: string;
|
|
3383
3455
|
type: "CryptoCurrency";
|
|
3384
3456
|
id: string;
|
|
@@ -3437,6 +3509,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3437
3509
|
};
|
|
3438
3510
|
updatedAt: number;
|
|
3439
3511
|
icon?: string | undefined;
|
|
3512
|
+
priceDatasourceId?: string | undefined;
|
|
3440
3513
|
} | {
|
|
3441
3514
|
symbol: string;
|
|
3442
3515
|
type: "FiatCurrency";
|
|
@@ -3482,6 +3555,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3482
3555
|
} | undefined;
|
|
3483
3556
|
asset: {
|
|
3484
3557
|
icon: string | undefined;
|
|
3558
|
+
priceDatasourceId: string | undefined;
|
|
3485
3559
|
symbol: string;
|
|
3486
3560
|
type: "CryptoCurrency";
|
|
3487
3561
|
id: string;
|
|
@@ -3529,6 +3603,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3529
3603
|
};
|
|
3530
3604
|
updatedAt: number;
|
|
3531
3605
|
icon?: string | undefined;
|
|
3606
|
+
priceDatasourceId?: string | undefined;
|
|
3532
3607
|
} | {
|
|
3533
3608
|
symbol: string;
|
|
3534
3609
|
type: "FiatCurrency";
|
|
@@ -3637,6 +3712,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3637
3712
|
decimals: number;
|
|
3638
3713
|
} | undefined;
|
|
3639
3714
|
}>;
|
|
3715
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3640
3716
|
updatedAt: z.ZodNumber;
|
|
3641
3717
|
}, "strip", z.ZodTypeAny, {
|
|
3642
3718
|
symbol: string;
|
|
@@ -3652,6 +3728,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3652
3728
|
};
|
|
3653
3729
|
updatedAt: number;
|
|
3654
3730
|
icon?: string | undefined;
|
|
3731
|
+
priceDatasourceId?: string | undefined;
|
|
3655
3732
|
}, {
|
|
3656
3733
|
symbol: string;
|
|
3657
3734
|
type: "CryptoCurrency";
|
|
@@ -3666,8 +3743,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3666
3743
|
};
|
|
3667
3744
|
updatedAt: number;
|
|
3668
3745
|
icon?: string | undefined;
|
|
3746
|
+
priceDatasourceId?: string | undefined;
|
|
3669
3747
|
}>, {
|
|
3670
3748
|
icon: string | undefined;
|
|
3749
|
+
priceDatasourceId: string | undefined;
|
|
3671
3750
|
symbol: string;
|
|
3672
3751
|
type: "CryptoCurrency";
|
|
3673
3752
|
id: string;
|
|
@@ -3694,6 +3773,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3694
3773
|
};
|
|
3695
3774
|
updatedAt: number;
|
|
3696
3775
|
icon?: string | undefined;
|
|
3776
|
+
priceDatasourceId?: string | undefined;
|
|
3697
3777
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3698
3778
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3699
3779
|
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">]>;
|
|
@@ -3779,6 +3859,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3779
3859
|
}, "strip", z.ZodTypeAny, {
|
|
3780
3860
|
asset: {
|
|
3781
3861
|
icon: string | undefined;
|
|
3862
|
+
priceDatasourceId: string | undefined;
|
|
3782
3863
|
symbol: string;
|
|
3783
3864
|
type: "CryptoCurrency";
|
|
3784
3865
|
id: string;
|
|
@@ -3837,6 +3918,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3837
3918
|
};
|
|
3838
3919
|
updatedAt: number;
|
|
3839
3920
|
icon?: string | undefined;
|
|
3921
|
+
priceDatasourceId?: string | undefined;
|
|
3840
3922
|
} | {
|
|
3841
3923
|
symbol: string;
|
|
3842
3924
|
type: "FiatCurrency";
|
|
@@ -3882,6 +3964,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3882
3964
|
} | undefined;
|
|
3883
3965
|
asset: {
|
|
3884
3966
|
icon: string | undefined;
|
|
3967
|
+
priceDatasourceId: string | undefined;
|
|
3885
3968
|
symbol: string;
|
|
3886
3969
|
type: "CryptoCurrency";
|
|
3887
3970
|
id: string;
|
|
@@ -3929,6 +4012,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3929
4012
|
};
|
|
3930
4013
|
updatedAt: number;
|
|
3931
4014
|
icon?: string | undefined;
|
|
4015
|
+
priceDatasourceId?: string | undefined;
|
|
3932
4016
|
} | {
|
|
3933
4017
|
symbol: string;
|
|
3934
4018
|
type: "FiatCurrency";
|
|
@@ -4037,6 +4121,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4037
4121
|
decimals: number;
|
|
4038
4122
|
} | undefined;
|
|
4039
4123
|
}>;
|
|
4124
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
4040
4125
|
updatedAt: z.ZodNumber;
|
|
4041
4126
|
}, "strip", z.ZodTypeAny, {
|
|
4042
4127
|
symbol: string;
|
|
@@ -4052,6 +4137,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4052
4137
|
};
|
|
4053
4138
|
updatedAt: number;
|
|
4054
4139
|
icon?: string | undefined;
|
|
4140
|
+
priceDatasourceId?: string | undefined;
|
|
4055
4141
|
}, {
|
|
4056
4142
|
symbol: string;
|
|
4057
4143
|
type: "CryptoCurrency";
|
|
@@ -4066,8 +4152,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4066
4152
|
};
|
|
4067
4153
|
updatedAt: number;
|
|
4068
4154
|
icon?: string | undefined;
|
|
4155
|
+
priceDatasourceId?: string | undefined;
|
|
4069
4156
|
}>, {
|
|
4070
4157
|
icon: string | undefined;
|
|
4158
|
+
priceDatasourceId: string | undefined;
|
|
4071
4159
|
symbol: string;
|
|
4072
4160
|
type: "CryptoCurrency";
|
|
4073
4161
|
id: string;
|
|
@@ -4094,6 +4182,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4094
4182
|
};
|
|
4095
4183
|
updatedAt: number;
|
|
4096
4184
|
icon?: string | undefined;
|
|
4185
|
+
priceDatasourceId?: string | undefined;
|
|
4097
4186
|
}>, z.ZodEffects<z.ZodObject<{
|
|
4098
4187
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
4099
4188
|
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">]>;
|
|
@@ -4179,6 +4268,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4179
4268
|
}, "strip", z.ZodTypeAny, {
|
|
4180
4269
|
asset: {
|
|
4181
4270
|
icon: string | undefined;
|
|
4271
|
+
priceDatasourceId: string | undefined;
|
|
4182
4272
|
symbol: string;
|
|
4183
4273
|
type: "CryptoCurrency";
|
|
4184
4274
|
id: string;
|
|
@@ -4237,6 +4327,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4237
4327
|
};
|
|
4238
4328
|
updatedAt: number;
|
|
4239
4329
|
icon?: string | undefined;
|
|
4330
|
+
priceDatasourceId?: string | undefined;
|
|
4240
4331
|
} | {
|
|
4241
4332
|
symbol: string;
|
|
4242
4333
|
type: "FiatCurrency";
|
|
@@ -4282,6 +4373,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4282
4373
|
} | undefined;
|
|
4283
4374
|
asset: {
|
|
4284
4375
|
icon: string | undefined;
|
|
4376
|
+
priceDatasourceId: string | undefined;
|
|
4285
4377
|
symbol: string;
|
|
4286
4378
|
type: "CryptoCurrency";
|
|
4287
4379
|
id: string;
|
|
@@ -4329,6 +4421,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4329
4421
|
};
|
|
4330
4422
|
updatedAt: number;
|
|
4331
4423
|
icon?: string | undefined;
|
|
4424
|
+
priceDatasourceId?: string | undefined;
|
|
4332
4425
|
} | {
|
|
4333
4426
|
symbol: string;
|
|
4334
4427
|
type: "FiatCurrency";
|
|
@@ -4384,6 +4477,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4384
4477
|
} | undefined;
|
|
4385
4478
|
asset: {
|
|
4386
4479
|
icon: string | undefined;
|
|
4480
|
+
priceDatasourceId: string | undefined;
|
|
4387
4481
|
symbol: string;
|
|
4388
4482
|
type: "CryptoCurrency";
|
|
4389
4483
|
id: string;
|
|
@@ -4430,6 +4524,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4430
4524
|
} | undefined;
|
|
4431
4525
|
asset: {
|
|
4432
4526
|
icon: string | undefined;
|
|
4527
|
+
priceDatasourceId: string | undefined;
|
|
4433
4528
|
symbol: string;
|
|
4434
4529
|
type: "CryptoCurrency";
|
|
4435
4530
|
id: string;
|
|
@@ -4476,6 +4571,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4476
4571
|
} | undefined;
|
|
4477
4572
|
asset: {
|
|
4478
4573
|
icon: string | undefined;
|
|
4574
|
+
priceDatasourceId: string | undefined;
|
|
4479
4575
|
symbol: string;
|
|
4480
4576
|
type: "CryptoCurrency";
|
|
4481
4577
|
id: string;
|
|
@@ -4541,6 +4637,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4541
4637
|
};
|
|
4542
4638
|
updatedAt: number;
|
|
4543
4639
|
icon?: string | undefined;
|
|
4640
|
+
priceDatasourceId?: string | undefined;
|
|
4544
4641
|
} | {
|
|
4545
4642
|
symbol: string;
|
|
4546
4643
|
type: "FiatCurrency";
|
|
@@ -4587,6 +4684,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4587
4684
|
};
|
|
4588
4685
|
updatedAt: number;
|
|
4589
4686
|
icon?: string | undefined;
|
|
4687
|
+
priceDatasourceId?: string | undefined;
|
|
4590
4688
|
} | {
|
|
4591
4689
|
symbol: string;
|
|
4592
4690
|
type: "FiatCurrency";
|
|
@@ -4633,6 +4731,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4633
4731
|
};
|
|
4634
4732
|
updatedAt: number;
|
|
4635
4733
|
icon?: string | undefined;
|
|
4734
|
+
priceDatasourceId?: string | undefined;
|
|
4636
4735
|
} | {
|
|
4637
4736
|
symbol: string;
|
|
4638
4737
|
type: "FiatCurrency";
|