@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
|
@@ -159,6 +159,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
159
159
|
decimals: number;
|
|
160
160
|
} | undefined;
|
|
161
161
|
}>;
|
|
162
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
162
163
|
updatedAt: z.ZodNumber;
|
|
163
164
|
}, "strip", z.ZodTypeAny, {
|
|
164
165
|
symbol: string;
|
|
@@ -174,6 +175,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
174
175
|
};
|
|
175
176
|
updatedAt: number;
|
|
176
177
|
icon?: string | undefined;
|
|
178
|
+
priceDatasourceId?: string | undefined;
|
|
177
179
|
}, {
|
|
178
180
|
symbol: string;
|
|
179
181
|
type: "CryptoCurrency";
|
|
@@ -188,8 +190,10 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
188
190
|
};
|
|
189
191
|
updatedAt: number;
|
|
190
192
|
icon?: string | undefined;
|
|
193
|
+
priceDatasourceId?: string | undefined;
|
|
191
194
|
}>, {
|
|
192
195
|
icon: string | undefined;
|
|
196
|
+
priceDatasourceId: string | undefined;
|
|
193
197
|
symbol: string;
|
|
194
198
|
type: "CryptoCurrency";
|
|
195
199
|
id: string;
|
|
@@ -216,6 +220,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
216
220
|
};
|
|
217
221
|
updatedAt: number;
|
|
218
222
|
icon?: string | undefined;
|
|
223
|
+
priceDatasourceId?: string | undefined;
|
|
219
224
|
}>, z.ZodEffects<z.ZodObject<{
|
|
220
225
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
221
226
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -301,6 +306,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
301
306
|
}, "strip", z.ZodTypeAny, {
|
|
302
307
|
asset: {
|
|
303
308
|
icon: string | undefined;
|
|
309
|
+
priceDatasourceId: string | undefined;
|
|
304
310
|
symbol: string;
|
|
305
311
|
type: "CryptoCurrency";
|
|
306
312
|
id: string;
|
|
@@ -359,6 +365,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
359
365
|
};
|
|
360
366
|
updatedAt: number;
|
|
361
367
|
icon?: string | undefined;
|
|
368
|
+
priceDatasourceId?: string | undefined;
|
|
362
369
|
} | {
|
|
363
370
|
symbol: string;
|
|
364
371
|
type: "FiatCurrency";
|
|
@@ -404,6 +411,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
404
411
|
} | undefined;
|
|
405
412
|
asset: {
|
|
406
413
|
icon: string | undefined;
|
|
414
|
+
priceDatasourceId: string | undefined;
|
|
407
415
|
symbol: string;
|
|
408
416
|
type: "CryptoCurrency";
|
|
409
417
|
id: string;
|
|
@@ -451,6 +459,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
451
459
|
};
|
|
452
460
|
updatedAt: number;
|
|
453
461
|
icon?: string | undefined;
|
|
462
|
+
priceDatasourceId?: string | undefined;
|
|
454
463
|
} | {
|
|
455
464
|
symbol: string;
|
|
456
465
|
type: "FiatCurrency";
|
|
@@ -502,6 +511,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
502
511
|
} | undefined;
|
|
503
512
|
asset: {
|
|
504
513
|
icon: string | undefined;
|
|
514
|
+
priceDatasourceId: string | undefined;
|
|
505
515
|
symbol: string;
|
|
506
516
|
type: "CryptoCurrency";
|
|
507
517
|
id: string;
|
|
@@ -573,6 +583,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
573
583
|
};
|
|
574
584
|
updatedAt: number;
|
|
575
585
|
icon?: string | undefined;
|
|
586
|
+
priceDatasourceId?: string | undefined;
|
|
576
587
|
} | {
|
|
577
588
|
symbol: string;
|
|
578
589
|
type: "FiatCurrency";
|
|
@@ -651,6 +662,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
651
662
|
} | undefined;
|
|
652
663
|
asset: {
|
|
653
664
|
icon: string | undefined;
|
|
665
|
+
priceDatasourceId: string | undefined;
|
|
654
666
|
symbol: string;
|
|
655
667
|
type: "CryptoCurrency";
|
|
656
668
|
id: string;
|
|
@@ -713,6 +725,7 @@ export declare const normalActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
713
725
|
};
|
|
714
726
|
updatedAt: number;
|
|
715
727
|
icon?: string | undefined;
|
|
728
|
+
priceDatasourceId?: string | undefined;
|
|
716
729
|
} | {
|
|
717
730
|
symbol: string;
|
|
718
731
|
type: "FiatCurrency";
|
|
@@ -926,6 +939,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
926
939
|
decimals: number;
|
|
927
940
|
} | undefined;
|
|
928
941
|
}>;
|
|
942
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
929
943
|
updatedAt: z.ZodNumber;
|
|
930
944
|
}, "strip", z.ZodTypeAny, {
|
|
931
945
|
symbol: string;
|
|
@@ -941,6 +955,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
941
955
|
};
|
|
942
956
|
updatedAt: number;
|
|
943
957
|
icon?: string | undefined;
|
|
958
|
+
priceDatasourceId?: string | undefined;
|
|
944
959
|
}, {
|
|
945
960
|
symbol: string;
|
|
946
961
|
type: "CryptoCurrency";
|
|
@@ -955,8 +970,10 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
955
970
|
};
|
|
956
971
|
updatedAt: number;
|
|
957
972
|
icon?: string | undefined;
|
|
973
|
+
priceDatasourceId?: string | undefined;
|
|
958
974
|
}>, {
|
|
959
975
|
icon: string | undefined;
|
|
976
|
+
priceDatasourceId: string | undefined;
|
|
960
977
|
symbol: string;
|
|
961
978
|
type: "CryptoCurrency";
|
|
962
979
|
id: string;
|
|
@@ -983,6 +1000,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
983
1000
|
};
|
|
984
1001
|
updatedAt: number;
|
|
985
1002
|
icon?: string | undefined;
|
|
1003
|
+
priceDatasourceId?: string | undefined;
|
|
986
1004
|
}>, z.ZodEffects<z.ZodObject<{
|
|
987
1005
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
988
1006
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -1068,6 +1086,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1068
1086
|
}, "strip", z.ZodTypeAny, {
|
|
1069
1087
|
asset: {
|
|
1070
1088
|
icon: string | undefined;
|
|
1089
|
+
priceDatasourceId: string | undefined;
|
|
1071
1090
|
symbol: string;
|
|
1072
1091
|
type: "CryptoCurrency";
|
|
1073
1092
|
id: string;
|
|
@@ -1126,6 +1145,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1126
1145
|
};
|
|
1127
1146
|
updatedAt: number;
|
|
1128
1147
|
icon?: string | undefined;
|
|
1148
|
+
priceDatasourceId?: string | undefined;
|
|
1129
1149
|
} | {
|
|
1130
1150
|
symbol: string;
|
|
1131
1151
|
type: "FiatCurrency";
|
|
@@ -1171,6 +1191,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1171
1191
|
} | undefined;
|
|
1172
1192
|
asset: {
|
|
1173
1193
|
icon: string | undefined;
|
|
1194
|
+
priceDatasourceId: string | undefined;
|
|
1174
1195
|
symbol: string;
|
|
1175
1196
|
type: "CryptoCurrency";
|
|
1176
1197
|
id: string;
|
|
@@ -1218,6 +1239,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1218
1239
|
};
|
|
1219
1240
|
updatedAt: number;
|
|
1220
1241
|
icon?: string | undefined;
|
|
1242
|
+
priceDatasourceId?: string | undefined;
|
|
1221
1243
|
} | {
|
|
1222
1244
|
symbol: string;
|
|
1223
1245
|
type: "FiatCurrency";
|
|
@@ -1271,6 +1293,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1271
1293
|
} | undefined;
|
|
1272
1294
|
asset: {
|
|
1273
1295
|
icon: string | undefined;
|
|
1296
|
+
priceDatasourceId: string | undefined;
|
|
1274
1297
|
symbol: string;
|
|
1275
1298
|
type: "CryptoCurrency";
|
|
1276
1299
|
id: string;
|
|
@@ -1344,6 +1367,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1344
1367
|
};
|
|
1345
1368
|
updatedAt: number;
|
|
1346
1369
|
icon?: string | undefined;
|
|
1370
|
+
priceDatasourceId?: string | undefined;
|
|
1347
1371
|
} | {
|
|
1348
1372
|
symbol: string;
|
|
1349
1373
|
type: "FiatCurrency";
|
|
@@ -1424,6 +1448,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1424
1448
|
} | undefined;
|
|
1425
1449
|
asset: {
|
|
1426
1450
|
icon: string | undefined;
|
|
1451
|
+
priceDatasourceId: string | undefined;
|
|
1427
1452
|
symbol: string;
|
|
1428
1453
|
type: "CryptoCurrency";
|
|
1429
1454
|
id: string;
|
|
@@ -1488,6 +1513,7 @@ export declare const accountActionValueupSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1488
1513
|
};
|
|
1489
1514
|
updatedAt: number;
|
|
1490
1515
|
icon?: string | undefined;
|
|
1516
|
+
priceDatasourceId?: string | undefined;
|
|
1491
1517
|
} | {
|
|
1492
1518
|
symbol: string;
|
|
1493
1519
|
type: "FiatCurrency";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"valueup.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/valueup/valueup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"valueup.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/valueup/valueup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUjC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUlC,CAAA"}
|
|
@@ -130,6 +130,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
130
130
|
decimals: number;
|
|
131
131
|
} | undefined;
|
|
132
132
|
}>;
|
|
133
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
133
134
|
updatedAt: z.ZodNumber;
|
|
134
135
|
}, "strip", z.ZodTypeAny, {
|
|
135
136
|
symbol: string;
|
|
@@ -145,6 +146,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
145
146
|
};
|
|
146
147
|
updatedAt: number;
|
|
147
148
|
icon?: string | undefined;
|
|
149
|
+
priceDatasourceId?: string | undefined;
|
|
148
150
|
}, {
|
|
149
151
|
symbol: string;
|
|
150
152
|
type: "CryptoCurrency";
|
|
@@ -159,8 +161,10 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
159
161
|
};
|
|
160
162
|
updatedAt: number;
|
|
161
163
|
icon?: string | undefined;
|
|
164
|
+
priceDatasourceId?: string | undefined;
|
|
162
165
|
}>, {
|
|
163
166
|
icon: string | undefined;
|
|
167
|
+
priceDatasourceId: string | undefined;
|
|
164
168
|
symbol: string;
|
|
165
169
|
type: "CryptoCurrency";
|
|
166
170
|
id: string;
|
|
@@ -187,10 +191,12 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
187
191
|
};
|
|
188
192
|
updatedAt: number;
|
|
189
193
|
icon?: string | undefined;
|
|
194
|
+
priceDatasourceId?: string | undefined;
|
|
190
195
|
}>;
|
|
191
196
|
}, "strip", z.ZodTypeAny, {
|
|
192
197
|
asset: {
|
|
193
198
|
icon: string | undefined;
|
|
199
|
+
priceDatasourceId: string | undefined;
|
|
194
200
|
symbol: string;
|
|
195
201
|
type: "CryptoCurrency";
|
|
196
202
|
id: string;
|
|
@@ -235,6 +241,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
235
241
|
};
|
|
236
242
|
updatedAt: number;
|
|
237
243
|
icon?: string | undefined;
|
|
244
|
+
priceDatasourceId?: string | undefined;
|
|
238
245
|
};
|
|
239
246
|
amount: {
|
|
240
247
|
value: bigint;
|
|
@@ -266,6 +273,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
266
273
|
} | undefined;
|
|
267
274
|
asset: {
|
|
268
275
|
icon: string | undefined;
|
|
276
|
+
priceDatasourceId: string | undefined;
|
|
269
277
|
symbol: string;
|
|
270
278
|
type: "CryptoCurrency";
|
|
271
279
|
id: string;
|
|
@@ -299,6 +307,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
299
307
|
};
|
|
300
308
|
updatedAt: number;
|
|
301
309
|
icon?: string | undefined;
|
|
310
|
+
priceDatasourceId?: string | undefined;
|
|
302
311
|
};
|
|
303
312
|
amount: {
|
|
304
313
|
value: bigint;
|
|
@@ -594,6 +603,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
594
603
|
decimals: number;
|
|
595
604
|
} | undefined;
|
|
596
605
|
}>;
|
|
606
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
597
607
|
updatedAt: z.ZodNumber;
|
|
598
608
|
}, "strip", z.ZodTypeAny, {
|
|
599
609
|
symbol: string;
|
|
@@ -609,6 +619,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
609
619
|
};
|
|
610
620
|
updatedAt: number;
|
|
611
621
|
icon?: string | undefined;
|
|
622
|
+
priceDatasourceId?: string | undefined;
|
|
612
623
|
}, {
|
|
613
624
|
symbol: string;
|
|
614
625
|
type: "CryptoCurrency";
|
|
@@ -623,8 +634,10 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
623
634
|
};
|
|
624
635
|
updatedAt: number;
|
|
625
636
|
icon?: string | undefined;
|
|
637
|
+
priceDatasourceId?: string | undefined;
|
|
626
638
|
}>, {
|
|
627
639
|
icon: string | undefined;
|
|
640
|
+
priceDatasourceId: string | undefined;
|
|
628
641
|
symbol: string;
|
|
629
642
|
type: "CryptoCurrency";
|
|
630
643
|
id: string;
|
|
@@ -651,10 +664,12 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
651
664
|
};
|
|
652
665
|
updatedAt: number;
|
|
653
666
|
icon?: string | undefined;
|
|
667
|
+
priceDatasourceId?: string | undefined;
|
|
654
668
|
}>;
|
|
655
669
|
}, "strip", z.ZodTypeAny, {
|
|
656
670
|
asset: {
|
|
657
671
|
icon: string | undefined;
|
|
672
|
+
priceDatasourceId: string | undefined;
|
|
658
673
|
symbol: string;
|
|
659
674
|
type: "CryptoCurrency";
|
|
660
675
|
id: string;
|
|
@@ -699,6 +714,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
699
714
|
};
|
|
700
715
|
updatedAt: number;
|
|
701
716
|
icon?: string | undefined;
|
|
717
|
+
priceDatasourceId?: string | undefined;
|
|
702
718
|
};
|
|
703
719
|
amount: {
|
|
704
720
|
value: bigint;
|
|
@@ -730,6 +746,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
730
746
|
} | undefined;
|
|
731
747
|
asset: {
|
|
732
748
|
icon: string | undefined;
|
|
749
|
+
priceDatasourceId: string | undefined;
|
|
733
750
|
symbol: string;
|
|
734
751
|
type: "CryptoCurrency";
|
|
735
752
|
id: string;
|
|
@@ -763,6 +780,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
763
780
|
};
|
|
764
781
|
updatedAt: number;
|
|
765
782
|
icon?: string | undefined;
|
|
783
|
+
priceDatasourceId?: string | undefined;
|
|
766
784
|
};
|
|
767
785
|
amount: {
|
|
768
786
|
value: bigint;
|
|
@@ -990,6 +1008,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
990
1008
|
} | undefined;
|
|
991
1009
|
asset: {
|
|
992
1010
|
icon: string | undefined;
|
|
1011
|
+
priceDatasourceId: string | undefined;
|
|
993
1012
|
symbol: string;
|
|
994
1013
|
type: "CryptoCurrency";
|
|
995
1014
|
id: string;
|
|
@@ -1048,6 +1067,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1048
1067
|
} | undefined;
|
|
1049
1068
|
asset: {
|
|
1050
1069
|
icon: string | undefined;
|
|
1070
|
+
priceDatasourceId: string | undefined;
|
|
1051
1071
|
symbol: string;
|
|
1052
1072
|
type: "CryptoCurrency";
|
|
1053
1073
|
id: string;
|
|
@@ -1123,6 +1143,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1123
1143
|
};
|
|
1124
1144
|
updatedAt: number;
|
|
1125
1145
|
icon?: string | undefined;
|
|
1146
|
+
priceDatasourceId?: string | undefined;
|
|
1126
1147
|
};
|
|
1127
1148
|
amount: {
|
|
1128
1149
|
value: bigint;
|
|
@@ -1181,6 +1202,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1181
1202
|
};
|
|
1182
1203
|
updatedAt: number;
|
|
1183
1204
|
icon?: string | undefined;
|
|
1205
|
+
priceDatasourceId?: string | undefined;
|
|
1184
1206
|
};
|
|
1185
1207
|
amount: {
|
|
1186
1208
|
value: bigint;
|
|
@@ -1263,6 +1285,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1263
1285
|
} | undefined;
|
|
1264
1286
|
asset: {
|
|
1265
1287
|
icon: string | undefined;
|
|
1288
|
+
priceDatasourceId: string | undefined;
|
|
1266
1289
|
symbol: string;
|
|
1267
1290
|
type: "CryptoCurrency";
|
|
1268
1291
|
id: string;
|
|
@@ -1321,6 +1344,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1321
1344
|
} | undefined;
|
|
1322
1345
|
asset: {
|
|
1323
1346
|
icon: string | undefined;
|
|
1347
|
+
priceDatasourceId: string | undefined;
|
|
1324
1348
|
symbol: string;
|
|
1325
1349
|
type: "CryptoCurrency";
|
|
1326
1350
|
id: string;
|
|
@@ -1387,6 +1411,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1387
1411
|
};
|
|
1388
1412
|
updatedAt: number;
|
|
1389
1413
|
icon?: string | undefined;
|
|
1414
|
+
priceDatasourceId?: string | undefined;
|
|
1390
1415
|
};
|
|
1391
1416
|
amount: {
|
|
1392
1417
|
value: bigint;
|
|
@@ -1445,6 +1470,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1445
1470
|
};
|
|
1446
1471
|
updatedAt: number;
|
|
1447
1472
|
icon?: string | undefined;
|
|
1473
|
+
priceDatasourceId?: string | undefined;
|
|
1448
1474
|
};
|
|
1449
1475
|
amount: {
|
|
1450
1476
|
value: bigint;
|
|
@@ -1633,6 +1659,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1633
1659
|
decimals: number;
|
|
1634
1660
|
} | undefined;
|
|
1635
1661
|
}>;
|
|
1662
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1636
1663
|
updatedAt: z.ZodNumber;
|
|
1637
1664
|
}, "strip", z.ZodTypeAny, {
|
|
1638
1665
|
symbol: string;
|
|
@@ -1648,6 +1675,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1648
1675
|
};
|
|
1649
1676
|
updatedAt: number;
|
|
1650
1677
|
icon?: string | undefined;
|
|
1678
|
+
priceDatasourceId?: string | undefined;
|
|
1651
1679
|
}, {
|
|
1652
1680
|
symbol: string;
|
|
1653
1681
|
type: "CryptoCurrency";
|
|
@@ -1662,8 +1690,10 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1662
1690
|
};
|
|
1663
1691
|
updatedAt: number;
|
|
1664
1692
|
icon?: string | undefined;
|
|
1693
|
+
priceDatasourceId?: string | undefined;
|
|
1665
1694
|
}>, {
|
|
1666
1695
|
icon: string | undefined;
|
|
1696
|
+
priceDatasourceId: string | undefined;
|
|
1667
1697
|
symbol: string;
|
|
1668
1698
|
type: "CryptoCurrency";
|
|
1669
1699
|
id: string;
|
|
@@ -1690,10 +1720,12 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1690
1720
|
};
|
|
1691
1721
|
updatedAt: number;
|
|
1692
1722
|
icon?: string | undefined;
|
|
1723
|
+
priceDatasourceId?: string | undefined;
|
|
1693
1724
|
}>;
|
|
1694
1725
|
}, "strip", z.ZodTypeAny, {
|
|
1695
1726
|
asset: {
|
|
1696
1727
|
icon: string | undefined;
|
|
1728
|
+
priceDatasourceId: string | undefined;
|
|
1697
1729
|
symbol: string;
|
|
1698
1730
|
type: "CryptoCurrency";
|
|
1699
1731
|
id: string;
|
|
@@ -1738,6 +1770,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1738
1770
|
};
|
|
1739
1771
|
updatedAt: number;
|
|
1740
1772
|
icon?: string | undefined;
|
|
1773
|
+
priceDatasourceId?: string | undefined;
|
|
1741
1774
|
};
|
|
1742
1775
|
amount: {
|
|
1743
1776
|
value: bigint;
|
|
@@ -1769,6 +1802,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1769
1802
|
} | undefined;
|
|
1770
1803
|
asset: {
|
|
1771
1804
|
icon: string | undefined;
|
|
1805
|
+
priceDatasourceId: string | undefined;
|
|
1772
1806
|
symbol: string;
|
|
1773
1807
|
type: "CryptoCurrency";
|
|
1774
1808
|
id: string;
|
|
@@ -1802,6 +1836,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1802
1836
|
};
|
|
1803
1837
|
updatedAt: number;
|
|
1804
1838
|
icon?: string | undefined;
|
|
1839
|
+
priceDatasourceId?: string | undefined;
|
|
1805
1840
|
};
|
|
1806
1841
|
amount: {
|
|
1807
1842
|
value: bigint;
|
|
@@ -2097,6 +2132,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2097
2132
|
decimals: number;
|
|
2098
2133
|
} | undefined;
|
|
2099
2134
|
}>;
|
|
2135
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2100
2136
|
updatedAt: z.ZodNumber;
|
|
2101
2137
|
}, "strip", z.ZodTypeAny, {
|
|
2102
2138
|
symbol: string;
|
|
@@ -2112,6 +2148,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2112
2148
|
};
|
|
2113
2149
|
updatedAt: number;
|
|
2114
2150
|
icon?: string | undefined;
|
|
2151
|
+
priceDatasourceId?: string | undefined;
|
|
2115
2152
|
}, {
|
|
2116
2153
|
symbol: string;
|
|
2117
2154
|
type: "CryptoCurrency";
|
|
@@ -2126,8 +2163,10 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2126
2163
|
};
|
|
2127
2164
|
updatedAt: number;
|
|
2128
2165
|
icon?: string | undefined;
|
|
2166
|
+
priceDatasourceId?: string | undefined;
|
|
2129
2167
|
}>, {
|
|
2130
2168
|
icon: string | undefined;
|
|
2169
|
+
priceDatasourceId: string | undefined;
|
|
2131
2170
|
symbol: string;
|
|
2132
2171
|
type: "CryptoCurrency";
|
|
2133
2172
|
id: string;
|
|
@@ -2154,10 +2193,12 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2154
2193
|
};
|
|
2155
2194
|
updatedAt: number;
|
|
2156
2195
|
icon?: string | undefined;
|
|
2196
|
+
priceDatasourceId?: string | undefined;
|
|
2157
2197
|
}>;
|
|
2158
2198
|
}, "strip", z.ZodTypeAny, {
|
|
2159
2199
|
asset: {
|
|
2160
2200
|
icon: string | undefined;
|
|
2201
|
+
priceDatasourceId: string | undefined;
|
|
2161
2202
|
symbol: string;
|
|
2162
2203
|
type: "CryptoCurrency";
|
|
2163
2204
|
id: string;
|
|
@@ -2202,6 +2243,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2202
2243
|
};
|
|
2203
2244
|
updatedAt: number;
|
|
2204
2245
|
icon?: string | undefined;
|
|
2246
|
+
priceDatasourceId?: string | undefined;
|
|
2205
2247
|
};
|
|
2206
2248
|
amount: {
|
|
2207
2249
|
value: bigint;
|
|
@@ -2233,6 +2275,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2233
2275
|
} | undefined;
|
|
2234
2276
|
asset: {
|
|
2235
2277
|
icon: string | undefined;
|
|
2278
|
+
priceDatasourceId: string | undefined;
|
|
2236
2279
|
symbol: string;
|
|
2237
2280
|
type: "CryptoCurrency";
|
|
2238
2281
|
id: string;
|
|
@@ -2266,6 +2309,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2266
2309
|
};
|
|
2267
2310
|
updatedAt: number;
|
|
2268
2311
|
icon?: string | undefined;
|
|
2312
|
+
priceDatasourceId?: string | undefined;
|
|
2269
2313
|
};
|
|
2270
2314
|
amount: {
|
|
2271
2315
|
value: bigint;
|
|
@@ -2495,6 +2539,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2495
2539
|
} | undefined;
|
|
2496
2540
|
asset: {
|
|
2497
2541
|
icon: string | undefined;
|
|
2542
|
+
priceDatasourceId: string | undefined;
|
|
2498
2543
|
symbol: string;
|
|
2499
2544
|
type: "CryptoCurrency";
|
|
2500
2545
|
id: string;
|
|
@@ -2553,6 +2598,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2553
2598
|
} | undefined;
|
|
2554
2599
|
asset: {
|
|
2555
2600
|
icon: string | undefined;
|
|
2601
|
+
priceDatasourceId: string | undefined;
|
|
2556
2602
|
symbol: string;
|
|
2557
2603
|
type: "CryptoCurrency";
|
|
2558
2604
|
id: string;
|
|
@@ -2630,6 +2676,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2630
2676
|
};
|
|
2631
2677
|
updatedAt: number;
|
|
2632
2678
|
icon?: string | undefined;
|
|
2679
|
+
priceDatasourceId?: string | undefined;
|
|
2633
2680
|
};
|
|
2634
2681
|
amount: {
|
|
2635
2682
|
value: bigint;
|
|
@@ -2688,6 +2735,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2688
2735
|
};
|
|
2689
2736
|
updatedAt: number;
|
|
2690
2737
|
icon?: string | undefined;
|
|
2738
|
+
priceDatasourceId?: string | undefined;
|
|
2691
2739
|
};
|
|
2692
2740
|
amount: {
|
|
2693
2741
|
value: bigint;
|
|
@@ -2772,6 +2820,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2772
2820
|
} | undefined;
|
|
2773
2821
|
asset: {
|
|
2774
2822
|
icon: string | undefined;
|
|
2823
|
+
priceDatasourceId: string | undefined;
|
|
2775
2824
|
symbol: string;
|
|
2776
2825
|
type: "CryptoCurrency";
|
|
2777
2826
|
id: string;
|
|
@@ -2830,6 +2879,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2830
2879
|
} | undefined;
|
|
2831
2880
|
asset: {
|
|
2832
2881
|
icon: string | undefined;
|
|
2882
|
+
priceDatasourceId: string | undefined;
|
|
2833
2883
|
symbol: string;
|
|
2834
2884
|
type: "CryptoCurrency";
|
|
2835
2885
|
id: string;
|
|
@@ -2898,6 +2948,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2898
2948
|
};
|
|
2899
2949
|
updatedAt: number;
|
|
2900
2950
|
icon?: string | undefined;
|
|
2951
|
+
priceDatasourceId?: string | undefined;
|
|
2901
2952
|
};
|
|
2902
2953
|
amount: {
|
|
2903
2954
|
value: bigint;
|
|
@@ -2956,6 +3007,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2956
3007
|
};
|
|
2957
3008
|
updatedAt: number;
|
|
2958
3009
|
icon?: string | undefined;
|
|
3010
|
+
priceDatasourceId?: string | undefined;
|
|
2959
3011
|
};
|
|
2960
3012
|
amount: {
|
|
2961
3013
|
value: bigint;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"removeLiquidity.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/withdraw/removeLiquidity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"removeLiquidity.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/withdraw/removeLiquidity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBzC,CAAA;AAEL,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB1C,CAAA"}
|