@0xtorch/core 0.0.28 → 0.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_cjs/assets/definitions/astar.js +1 -0
- package/_cjs/assets/definitions/astar.js.map +1 -1
- package/_cjs/assets/definitions/avalanche.js +1 -0
- package/_cjs/assets/definitions/avalanche.js.map +1 -1
- package/_cjs/assets/definitions/bnb.js +1 -0
- package/_cjs/assets/definitions/bnb.js.map +1 -1
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js +14 -14
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_cjs/assets/definitions/ethereum.js +1 -0
- package/_cjs/assets/definitions/ethereum.js.map +1 -1
- package/_cjs/assets/definitions/fantom.js +1 -0
- package/_cjs/assets/definitions/fantom.js.map +1 -1
- package/_cjs/assets/definitions/kava.js +1 -0
- package/_cjs/assets/definitions/kava.js.map +1 -1
- package/_cjs/assets/definitions/mantle.js +1 -0
- package/_cjs/assets/definitions/mantle.js.map +1 -1
- package/_cjs/assets/definitions/maticNetwork.js +1 -0
- package/_cjs/assets/definitions/maticNetwork.js.map +1 -1
- package/_cjs/assets/definitions/metis.js +1 -0
- package/_cjs/assets/definitions/metis.js.map +1 -1
- package/_cjs/assets/definitions/moonbeam.js +1 -0
- package/_cjs/assets/definitions/moonbeam.js.map +1 -1
- package/_cjs/assets/definitions/moonriver.js +1 -0
- package/_cjs/assets/definitions/moonriver.js.map +1 -1
- package/_cjs/assets/definitions/oasys.js +1 -0
- package/_cjs/assets/definitions/oasys.js.map +1 -1
- package/_cjs/assets/definitions/ronin.js +1 -0
- package/_cjs/assets/definitions/ronin.js.map +1 -1
- package/_cjs/assets/definitions/solana.js +1 -0
- package/_cjs/assets/definitions/solana.js.map +1 -1
- package/_cjs/assets/schemas/cryptoCurrency.js +2 -0
- package/_cjs/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_cjs/setAccountActionPrices.js +19 -11
- package/_cjs/setAccountActionPrices.js.map +1 -1
- package/_cjs/tests/utils.js +3 -4
- package/_cjs/tests/utils.js.map +1 -1
- package/_esm/assets/definitions/astar.js +1 -0
- package/_esm/assets/definitions/astar.js.map +1 -1
- package/_esm/assets/definitions/avalanche.js +1 -0
- package/_esm/assets/definitions/avalanche.js.map +1 -1
- package/_esm/assets/definitions/bnb.js +1 -0
- package/_esm/assets/definitions/bnb.js.map +1 -1
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js +15 -15
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_esm/assets/definitions/ethereum.js +1 -0
- package/_esm/assets/definitions/ethereum.js.map +1 -1
- package/_esm/assets/definitions/fantom.js +1 -0
- package/_esm/assets/definitions/fantom.js.map +1 -1
- package/_esm/assets/definitions/kava.js +1 -0
- package/_esm/assets/definitions/kava.js.map +1 -1
- package/_esm/assets/definitions/mantle.js +1 -0
- package/_esm/assets/definitions/mantle.js.map +1 -1
- package/_esm/assets/definitions/maticNetwork.js +1 -0
- package/_esm/assets/definitions/maticNetwork.js.map +1 -1
- package/_esm/assets/definitions/metis.js +1 -0
- package/_esm/assets/definitions/metis.js.map +1 -1
- package/_esm/assets/definitions/moonbeam.js +1 -0
- package/_esm/assets/definitions/moonbeam.js.map +1 -1
- package/_esm/assets/definitions/moonriver.js +1 -0
- package/_esm/assets/definitions/moonriver.js.map +1 -1
- package/_esm/assets/definitions/oasys.js +1 -0
- package/_esm/assets/definitions/oasys.js.map +1 -1
- package/_esm/assets/definitions/ronin.js +1 -0
- package/_esm/assets/definitions/ronin.js.map +1 -1
- package/_esm/assets/definitions/solana.js +1 -0
- package/_esm/assets/definitions/solana.js.map +1 -1
- package/_esm/assets/schemas/cryptoCurrency.js +2 -0
- package/_esm/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_esm/setAccountActionPrices.js +19 -11
- package/_esm/setAccountActionPrices.js.map +1 -1
- package/_esm/tests/utils.js +3 -4
- package/_esm/tests/utils.js.map +1 -1
- package/_types/actions/schemas/action.d.ts +1378 -0
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
- package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
- package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/schemas/default/accountAction.d.ts +99 -0
- package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/normalAction.d.ts +99 -0
- package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/transfer.d.ts +88 -0
- package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
- package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
- package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
- package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/stake.d.ts +26 -0
- package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
- package/_types/actions/schemas/fee/fee.d.ts +26 -0
- package/_types/actions/schemas/fee/fee.d.ts.map +1 -1
- package/_types/actions/schemas/fee/transactionFee.d.ts +26 -0
- package/_types/actions/schemas/fee/transactionFee.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/ignore.d.ts +39 -0
- package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/move.d.ts +39 -0
- package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/spam.d.ts +52 -0
- package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
- package/_types/actions/schemas/income/atomicArbitrage.d.ts +52 -0
- package/_types/actions/schemas/income/atomicArbitrage.d.ts.map +1 -1
- package/_types/actions/schemas/income/income.d.ts +26 -0
- package/_types/actions/schemas/income/income.d.ts.map +1 -1
- package/_types/actions/schemas/income/nftRoyalty.d.ts +13 -0
- package/_types/actions/schemas/income/nftRoyalty.d.ts.map +1 -1
- package/_types/actions/schemas/income/swapIncome.d.ts +13 -0
- package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
- package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
- package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
- package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/schemas/replace/replace.d.ts +52 -0
- package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
- package/_types/actions/schemas/replace/unwrap.d.ts +52 -0
- package/_types/actions/schemas/replace/unwrap.d.ts.map +1 -1
- package/_types/actions/schemas/replace/wrap.d.ts +52 -0
- package/_types/actions/schemas/replace/wrap.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/buyCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyNft.d.ts +26 -0
- package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/mintNft.d.ts +26 -0
- package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/sellCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellNft.d.ts +26 -0
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/trade.d.ts +52 -0
- package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
- package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
- package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/valuedown/valuedown.d.ts +26 -0
- package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/schemas/valueup/valueup.d.ts +26 -0
- package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
- package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
- package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +3 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/assets/creates/createCryptoCurrency.d.ts +1 -0
- package/_types/assets/creates/createCryptoCurrency.d.ts.map +1 -1
- package/_types/assets/definitions/astar.d.ts +1 -0
- package/_types/assets/definitions/astar.d.ts.map +1 -1
- package/_types/assets/definitions/avalanche.d.ts +1 -0
- package/_types/assets/definitions/avalanche.d.ts.map +1 -1
- package/_types/assets/definitions/bnb.d.ts +1 -0
- package/_types/assets/definitions/bnb.d.ts.map +1 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts +2 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts.map +1 -1
- package/_types/assets/definitions/ethereum.d.ts +1 -0
- package/_types/assets/definitions/ethereum.d.ts.map +1 -1
- package/_types/assets/definitions/fantom.d.ts +1 -0
- package/_types/assets/definitions/fantom.d.ts.map +1 -1
- package/_types/assets/definitions/kava.d.ts +1 -0
- package/_types/assets/definitions/kava.d.ts.map +1 -1
- package/_types/assets/definitions/mantle.d.ts +1 -0
- package/_types/assets/definitions/mantle.d.ts.map +1 -1
- package/_types/assets/definitions/maticNetwork.d.ts +1 -0
- package/_types/assets/definitions/maticNetwork.d.ts.map +1 -1
- package/_types/assets/definitions/metis.d.ts +1 -0
- package/_types/assets/definitions/metis.d.ts.map +1 -1
- package/_types/assets/definitions/moonbeam.d.ts +1 -0
- package/_types/assets/definitions/moonbeam.d.ts.map +1 -1
- package/_types/assets/definitions/moonriver.d.ts +1 -0
- package/_types/assets/definitions/moonriver.d.ts.map +1 -1
- package/_types/assets/definitions/oasys.d.ts +1 -0
- package/_types/assets/definitions/oasys.d.ts.map +1 -1
- package/_types/assets/definitions/ronin.d.ts +1 -0
- package/_types/assets/definitions/ronin.d.ts.map +1 -1
- package/_types/assets/definitions/solana.d.ts +1 -0
- package/_types/assets/definitions/solana.d.ts.map +1 -1
- package/_types/assets/schemas/asset.d.ts +5 -0
- package/_types/assets/schemas/asset.d.ts.map +1 -1
- package/_types/assets/schemas/cryptoCurrency.d.ts +5 -0
- package/_types/assets/schemas/cryptoCurrency.d.ts.map +1 -1
- package/_types/assets/types/dataSource.d.ts +2 -3
- package/_types/assets/types/dataSource.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +57 -0
- package/_types/setAccountActionPrices.d.ts.map +1 -1
- package/_types/tests/utils.d.ts.map +1 -1
- package/assets/definitions/astar.ts +1 -0
- package/assets/definitions/avalanche.ts +1 -0
- package/assets/definitions/bnb.ts +1 -0
- package/assets/definitions/coingeckoCryptoCurrencyDataSource.ts +21 -25
- package/assets/definitions/ethereum.ts +1 -0
- package/assets/definitions/fantom.ts +1 -0
- package/assets/definitions/kava.ts +1 -0
- package/assets/definitions/mantle.ts +1 -0
- package/assets/definitions/maticNetwork.ts +1 -0
- package/assets/definitions/metis.ts +1 -0
- package/assets/definitions/moonbeam.ts +1 -0
- package/assets/definitions/moonriver.ts +1 -0
- package/assets/definitions/oasys.ts +1 -0
- package/assets/definitions/ronin.ts +1 -0
- package/assets/definitions/solana.ts +1 -0
- package/assets/schemas/cryptoCurrency.ts +2 -0
- package/assets/types/dataSource.ts +2 -3
- package/package.json +1 -1
- package/setAccountActionPrices.ts +20 -12
- package/tests/utils.ts +3 -4
- package/.DS_Store +0 -0
- package/actions/.DS_Store +0 -0
- package/assets/.DS_Store +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"normalAction.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/default/normalAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"normalAction.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/default/normalAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQpC,CAAA;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIzC,CAAA;AAEF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGxC,CAAA"}
|
|
@@ -76,6 +76,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
76
76
|
decimals: number;
|
|
77
77
|
} | undefined;
|
|
78
78
|
}>;
|
|
79
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
79
80
|
updatedAt: z.ZodNumber;
|
|
80
81
|
}, "strip", z.ZodTypeAny, {
|
|
81
82
|
symbol: string;
|
|
@@ -91,6 +92,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
91
92
|
};
|
|
92
93
|
updatedAt: number;
|
|
93
94
|
icon?: string | undefined;
|
|
95
|
+
priceDatasourceId?: string | undefined;
|
|
94
96
|
}, {
|
|
95
97
|
symbol: string;
|
|
96
98
|
type: "CryptoCurrency";
|
|
@@ -105,8 +107,10 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
105
107
|
};
|
|
106
108
|
updatedAt: number;
|
|
107
109
|
icon?: string | undefined;
|
|
110
|
+
priceDatasourceId?: string | undefined;
|
|
108
111
|
}>, {
|
|
109
112
|
icon: string | undefined;
|
|
113
|
+
priceDatasourceId: string | undefined;
|
|
110
114
|
symbol: string;
|
|
111
115
|
type: "CryptoCurrency";
|
|
112
116
|
id: string;
|
|
@@ -133,6 +137,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
133
137
|
};
|
|
134
138
|
updatedAt: number;
|
|
135
139
|
icon?: string | undefined;
|
|
140
|
+
priceDatasourceId?: string | undefined;
|
|
136
141
|
}>, z.ZodEffects<z.ZodObject<{
|
|
137
142
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
138
143
|
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">]>;
|
|
@@ -218,6 +223,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
218
223
|
}, "strip", z.ZodTypeAny, {
|
|
219
224
|
asset: {
|
|
220
225
|
icon: string | undefined;
|
|
226
|
+
priceDatasourceId: string | undefined;
|
|
221
227
|
symbol: string;
|
|
222
228
|
type: "CryptoCurrency";
|
|
223
229
|
id: string;
|
|
@@ -276,6 +282,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
276
282
|
};
|
|
277
283
|
updatedAt: number;
|
|
278
284
|
icon?: string | undefined;
|
|
285
|
+
priceDatasourceId?: string | undefined;
|
|
279
286
|
} | {
|
|
280
287
|
symbol: string;
|
|
281
288
|
type: "FiatCurrency";
|
|
@@ -321,6 +328,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
321
328
|
} | undefined;
|
|
322
329
|
asset: {
|
|
323
330
|
icon: string | undefined;
|
|
331
|
+
priceDatasourceId: string | undefined;
|
|
324
332
|
symbol: string;
|
|
325
333
|
type: "CryptoCurrency";
|
|
326
334
|
id: string;
|
|
@@ -368,6 +376,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
368
376
|
};
|
|
369
377
|
updatedAt: number;
|
|
370
378
|
icon?: string | undefined;
|
|
379
|
+
priceDatasourceId?: string | undefined;
|
|
371
380
|
} | {
|
|
372
381
|
symbol: string;
|
|
373
382
|
type: "FiatCurrency";
|
|
@@ -488,6 +497,7 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
488
497
|
decimals: number;
|
|
489
498
|
} | undefined;
|
|
490
499
|
}>;
|
|
500
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
491
501
|
updatedAt: z.ZodNumber;
|
|
492
502
|
}, "strip", z.ZodTypeAny, {
|
|
493
503
|
symbol: string;
|
|
@@ -503,6 +513,7 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
503
513
|
};
|
|
504
514
|
updatedAt: number;
|
|
505
515
|
icon?: string | undefined;
|
|
516
|
+
priceDatasourceId?: string | undefined;
|
|
506
517
|
}, {
|
|
507
518
|
symbol: string;
|
|
508
519
|
type: "CryptoCurrency";
|
|
@@ -517,8 +528,10 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
517
528
|
};
|
|
518
529
|
updatedAt: number;
|
|
519
530
|
icon?: string | undefined;
|
|
531
|
+
priceDatasourceId?: string | undefined;
|
|
520
532
|
}>, {
|
|
521
533
|
icon: string | undefined;
|
|
534
|
+
priceDatasourceId: string | undefined;
|
|
522
535
|
symbol: string;
|
|
523
536
|
type: "CryptoCurrency";
|
|
524
537
|
id: string;
|
|
@@ -545,10 +558,12 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
545
558
|
};
|
|
546
559
|
updatedAt: number;
|
|
547
560
|
icon?: string | undefined;
|
|
561
|
+
priceDatasourceId?: string | undefined;
|
|
548
562
|
}>;
|
|
549
563
|
}, "strip", z.ZodTypeAny, {
|
|
550
564
|
asset: {
|
|
551
565
|
icon: string | undefined;
|
|
566
|
+
priceDatasourceId: string | undefined;
|
|
552
567
|
symbol: string;
|
|
553
568
|
type: "CryptoCurrency";
|
|
554
569
|
id: string;
|
|
@@ -593,6 +608,7 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
593
608
|
};
|
|
594
609
|
updatedAt: number;
|
|
595
610
|
icon?: string | undefined;
|
|
611
|
+
priceDatasourceId?: string | undefined;
|
|
596
612
|
};
|
|
597
613
|
amount: {
|
|
598
614
|
value: bigint;
|
|
@@ -624,6 +640,7 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
624
640
|
} | undefined;
|
|
625
641
|
asset: {
|
|
626
642
|
icon: string | undefined;
|
|
643
|
+
priceDatasourceId: string | undefined;
|
|
627
644
|
symbol: string;
|
|
628
645
|
type: "CryptoCurrency";
|
|
629
646
|
id: string;
|
|
@@ -657,6 +674,7 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
657
674
|
};
|
|
658
675
|
updatedAt: number;
|
|
659
676
|
icon?: string | undefined;
|
|
677
|
+
priceDatasourceId?: string | undefined;
|
|
660
678
|
};
|
|
661
679
|
amount: {
|
|
662
680
|
value: bigint;
|
|
@@ -1116,6 +1134,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1116
1134
|
decimals: number;
|
|
1117
1135
|
} | undefined;
|
|
1118
1136
|
}>;
|
|
1137
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1119
1138
|
updatedAt: z.ZodNumber;
|
|
1120
1139
|
}, "strip", z.ZodTypeAny, {
|
|
1121
1140
|
symbol: string;
|
|
@@ -1131,6 +1150,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1131
1150
|
};
|
|
1132
1151
|
updatedAt: number;
|
|
1133
1152
|
icon?: string | undefined;
|
|
1153
|
+
priceDatasourceId?: string | undefined;
|
|
1134
1154
|
}, {
|
|
1135
1155
|
symbol: string;
|
|
1136
1156
|
type: "CryptoCurrency";
|
|
@@ -1145,8 +1165,10 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1145
1165
|
};
|
|
1146
1166
|
updatedAt: number;
|
|
1147
1167
|
icon?: string | undefined;
|
|
1168
|
+
priceDatasourceId?: string | undefined;
|
|
1148
1169
|
}>, {
|
|
1149
1170
|
icon: string | undefined;
|
|
1171
|
+
priceDatasourceId: string | undefined;
|
|
1150
1172
|
symbol: string;
|
|
1151
1173
|
type: "CryptoCurrency";
|
|
1152
1174
|
id: string;
|
|
@@ -1173,6 +1195,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1173
1195
|
};
|
|
1174
1196
|
updatedAt: number;
|
|
1175
1197
|
icon?: string | undefined;
|
|
1198
|
+
priceDatasourceId?: string | undefined;
|
|
1176
1199
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1177
1200
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1178
1201
|
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">]>;
|
|
@@ -1258,6 +1281,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1258
1281
|
}, "strip", z.ZodTypeAny, {
|
|
1259
1282
|
asset: {
|
|
1260
1283
|
icon: string | undefined;
|
|
1284
|
+
priceDatasourceId: string | undefined;
|
|
1261
1285
|
symbol: string;
|
|
1262
1286
|
type: "CryptoCurrency";
|
|
1263
1287
|
id: string;
|
|
@@ -1316,6 +1340,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1316
1340
|
};
|
|
1317
1341
|
updatedAt: number;
|
|
1318
1342
|
icon?: string | undefined;
|
|
1343
|
+
priceDatasourceId?: string | undefined;
|
|
1319
1344
|
} | {
|
|
1320
1345
|
symbol: string;
|
|
1321
1346
|
type: "FiatCurrency";
|
|
@@ -1361,6 +1386,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1361
1386
|
} | undefined;
|
|
1362
1387
|
asset: {
|
|
1363
1388
|
icon: string | undefined;
|
|
1389
|
+
priceDatasourceId: string | undefined;
|
|
1364
1390
|
symbol: string;
|
|
1365
1391
|
type: "CryptoCurrency";
|
|
1366
1392
|
id: string;
|
|
@@ -1408,6 +1434,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1408
1434
|
};
|
|
1409
1435
|
updatedAt: number;
|
|
1410
1436
|
icon?: string | undefined;
|
|
1437
|
+
priceDatasourceId?: string | undefined;
|
|
1411
1438
|
} | {
|
|
1412
1439
|
symbol: string;
|
|
1413
1440
|
type: "FiatCurrency";
|
|
@@ -1528,6 +1555,7 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1528
1555
|
decimals: number;
|
|
1529
1556
|
} | undefined;
|
|
1530
1557
|
}>;
|
|
1558
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1531
1559
|
updatedAt: z.ZodNumber;
|
|
1532
1560
|
}, "strip", z.ZodTypeAny, {
|
|
1533
1561
|
symbol: string;
|
|
@@ -1543,6 +1571,7 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1543
1571
|
};
|
|
1544
1572
|
updatedAt: number;
|
|
1545
1573
|
icon?: string | undefined;
|
|
1574
|
+
priceDatasourceId?: string | undefined;
|
|
1546
1575
|
}, {
|
|
1547
1576
|
symbol: string;
|
|
1548
1577
|
type: "CryptoCurrency";
|
|
@@ -1557,8 +1586,10 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1557
1586
|
};
|
|
1558
1587
|
updatedAt: number;
|
|
1559
1588
|
icon?: string | undefined;
|
|
1589
|
+
priceDatasourceId?: string | undefined;
|
|
1560
1590
|
}>, {
|
|
1561
1591
|
icon: string | undefined;
|
|
1592
|
+
priceDatasourceId: string | undefined;
|
|
1562
1593
|
symbol: string;
|
|
1563
1594
|
type: "CryptoCurrency";
|
|
1564
1595
|
id: string;
|
|
@@ -1585,10 +1616,12 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1585
1616
|
};
|
|
1586
1617
|
updatedAt: number;
|
|
1587
1618
|
icon?: string | undefined;
|
|
1619
|
+
priceDatasourceId?: string | undefined;
|
|
1588
1620
|
}>;
|
|
1589
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1590
1622
|
asset: {
|
|
1591
1623
|
icon: string | undefined;
|
|
1624
|
+
priceDatasourceId: string | undefined;
|
|
1592
1625
|
symbol: string;
|
|
1593
1626
|
type: "CryptoCurrency";
|
|
1594
1627
|
id: string;
|
|
@@ -1633,6 +1666,7 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1633
1666
|
};
|
|
1634
1667
|
updatedAt: number;
|
|
1635
1668
|
icon?: string | undefined;
|
|
1669
|
+
priceDatasourceId?: string | undefined;
|
|
1636
1670
|
};
|
|
1637
1671
|
amount: {
|
|
1638
1672
|
value: bigint;
|
|
@@ -1664,6 +1698,7 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1664
1698
|
} | undefined;
|
|
1665
1699
|
asset: {
|
|
1666
1700
|
icon: string | undefined;
|
|
1701
|
+
priceDatasourceId: string | undefined;
|
|
1667
1702
|
symbol: string;
|
|
1668
1703
|
type: "CryptoCurrency";
|
|
1669
1704
|
id: string;
|
|
@@ -1697,6 +1732,7 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1697
1732
|
};
|
|
1698
1733
|
updatedAt: number;
|
|
1699
1734
|
icon?: string | undefined;
|
|
1735
|
+
priceDatasourceId?: string | undefined;
|
|
1700
1736
|
};
|
|
1701
1737
|
amount: {
|
|
1702
1738
|
value: bigint;
|
|
@@ -2156,6 +2192,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2156
2192
|
decimals: number;
|
|
2157
2193
|
} | undefined;
|
|
2158
2194
|
}>;
|
|
2195
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2159
2196
|
updatedAt: z.ZodNumber;
|
|
2160
2197
|
}, "strip", z.ZodTypeAny, {
|
|
2161
2198
|
symbol: string;
|
|
@@ -2171,6 +2208,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2171
2208
|
};
|
|
2172
2209
|
updatedAt: number;
|
|
2173
2210
|
icon?: string | undefined;
|
|
2211
|
+
priceDatasourceId?: string | undefined;
|
|
2174
2212
|
}, {
|
|
2175
2213
|
symbol: string;
|
|
2176
2214
|
type: "CryptoCurrency";
|
|
@@ -2185,8 +2223,10 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2185
2223
|
};
|
|
2186
2224
|
updatedAt: number;
|
|
2187
2225
|
icon?: string | undefined;
|
|
2226
|
+
priceDatasourceId?: string | undefined;
|
|
2188
2227
|
}>, {
|
|
2189
2228
|
icon: string | undefined;
|
|
2229
|
+
priceDatasourceId: string | undefined;
|
|
2190
2230
|
symbol: string;
|
|
2191
2231
|
type: "CryptoCurrency";
|
|
2192
2232
|
id: string;
|
|
@@ -2213,6 +2253,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2213
2253
|
};
|
|
2214
2254
|
updatedAt: number;
|
|
2215
2255
|
icon?: string | undefined;
|
|
2256
|
+
priceDatasourceId?: string | undefined;
|
|
2216
2257
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2217
2258
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2218
2259
|
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">]>;
|
|
@@ -2298,6 +2339,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2298
2339
|
}, "strip", z.ZodTypeAny, {
|
|
2299
2340
|
asset: {
|
|
2300
2341
|
icon: string | undefined;
|
|
2342
|
+
priceDatasourceId: string | undefined;
|
|
2301
2343
|
symbol: string;
|
|
2302
2344
|
type: "CryptoCurrency";
|
|
2303
2345
|
id: string;
|
|
@@ -2356,6 +2398,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2356
2398
|
};
|
|
2357
2399
|
updatedAt: number;
|
|
2358
2400
|
icon?: string | undefined;
|
|
2401
|
+
priceDatasourceId?: string | undefined;
|
|
2359
2402
|
} | {
|
|
2360
2403
|
symbol: string;
|
|
2361
2404
|
type: "FiatCurrency";
|
|
@@ -2465,6 +2508,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2465
2508
|
decimals: number;
|
|
2466
2509
|
} | undefined;
|
|
2467
2510
|
}>;
|
|
2511
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2468
2512
|
updatedAt: z.ZodNumber;
|
|
2469
2513
|
}, "strip", z.ZodTypeAny, {
|
|
2470
2514
|
symbol: string;
|
|
@@ -2480,6 +2524,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2480
2524
|
};
|
|
2481
2525
|
updatedAt: number;
|
|
2482
2526
|
icon?: string | undefined;
|
|
2527
|
+
priceDatasourceId?: string | undefined;
|
|
2483
2528
|
}, {
|
|
2484
2529
|
symbol: string;
|
|
2485
2530
|
type: "CryptoCurrency";
|
|
@@ -2494,8 +2539,10 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2494
2539
|
};
|
|
2495
2540
|
updatedAt: number;
|
|
2496
2541
|
icon?: string | undefined;
|
|
2542
|
+
priceDatasourceId?: string | undefined;
|
|
2497
2543
|
}>, {
|
|
2498
2544
|
icon: string | undefined;
|
|
2545
|
+
priceDatasourceId: string | undefined;
|
|
2499
2546
|
symbol: string;
|
|
2500
2547
|
type: "CryptoCurrency";
|
|
2501
2548
|
id: string;
|
|
@@ -2522,6 +2569,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2522
2569
|
};
|
|
2523
2570
|
updatedAt: number;
|
|
2524
2571
|
icon?: string | undefined;
|
|
2572
|
+
priceDatasourceId?: string | undefined;
|
|
2525
2573
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2526
2574
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2527
2575
|
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">]>;
|
|
@@ -2607,6 +2655,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2607
2655
|
}, "strip", z.ZodTypeAny, {
|
|
2608
2656
|
asset: {
|
|
2609
2657
|
icon: string | undefined;
|
|
2658
|
+
priceDatasourceId: string | undefined;
|
|
2610
2659
|
symbol: string;
|
|
2611
2660
|
type: "CryptoCurrency";
|
|
2612
2661
|
id: string;
|
|
@@ -2665,6 +2714,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2665
2714
|
};
|
|
2666
2715
|
updatedAt: number;
|
|
2667
2716
|
icon?: string | undefined;
|
|
2717
|
+
priceDatasourceId?: string | undefined;
|
|
2668
2718
|
} | {
|
|
2669
2719
|
symbol: string;
|
|
2670
2720
|
type: "FiatCurrency";
|
|
@@ -2710,6 +2760,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2710
2760
|
} | undefined;
|
|
2711
2761
|
asset: {
|
|
2712
2762
|
icon: string | undefined;
|
|
2763
|
+
priceDatasourceId: string | undefined;
|
|
2713
2764
|
symbol: string;
|
|
2714
2765
|
type: "CryptoCurrency";
|
|
2715
2766
|
id: string;
|
|
@@ -2757,6 +2808,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2757
2808
|
};
|
|
2758
2809
|
updatedAt: number;
|
|
2759
2810
|
icon?: string | undefined;
|
|
2811
|
+
priceDatasourceId?: string | undefined;
|
|
2760
2812
|
} | {
|
|
2761
2813
|
symbol: string;
|
|
2762
2814
|
type: "FiatCurrency";
|
|
@@ -2877,6 +2929,7 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2877
2929
|
decimals: number;
|
|
2878
2930
|
} | undefined;
|
|
2879
2931
|
}>;
|
|
2932
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2880
2933
|
updatedAt: z.ZodNumber;
|
|
2881
2934
|
}, "strip", z.ZodTypeAny, {
|
|
2882
2935
|
symbol: string;
|
|
@@ -2892,6 +2945,7 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2892
2945
|
};
|
|
2893
2946
|
updatedAt: number;
|
|
2894
2947
|
icon?: string | undefined;
|
|
2948
|
+
priceDatasourceId?: string | undefined;
|
|
2895
2949
|
}, {
|
|
2896
2950
|
symbol: string;
|
|
2897
2951
|
type: "CryptoCurrency";
|
|
@@ -2906,8 +2960,10 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2906
2960
|
};
|
|
2907
2961
|
updatedAt: number;
|
|
2908
2962
|
icon?: string | undefined;
|
|
2963
|
+
priceDatasourceId?: string | undefined;
|
|
2909
2964
|
}>, {
|
|
2910
2965
|
icon: string | undefined;
|
|
2966
|
+
priceDatasourceId: string | undefined;
|
|
2911
2967
|
symbol: string;
|
|
2912
2968
|
type: "CryptoCurrency";
|
|
2913
2969
|
id: string;
|
|
@@ -2934,10 +2990,12 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2934
2990
|
};
|
|
2935
2991
|
updatedAt: number;
|
|
2936
2992
|
icon?: string | undefined;
|
|
2993
|
+
priceDatasourceId?: string | undefined;
|
|
2937
2994
|
}>;
|
|
2938
2995
|
}, "strip", z.ZodTypeAny, {
|
|
2939
2996
|
asset: {
|
|
2940
2997
|
icon: string | undefined;
|
|
2998
|
+
priceDatasourceId: string | undefined;
|
|
2941
2999
|
symbol: string;
|
|
2942
3000
|
type: "CryptoCurrency";
|
|
2943
3001
|
id: string;
|
|
@@ -2982,6 +3040,7 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2982
3040
|
};
|
|
2983
3041
|
updatedAt: number;
|
|
2984
3042
|
icon?: string | undefined;
|
|
3043
|
+
priceDatasourceId?: string | undefined;
|
|
2985
3044
|
};
|
|
2986
3045
|
amount: {
|
|
2987
3046
|
value: bigint;
|
|
@@ -3013,6 +3072,7 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
3013
3072
|
} | undefined;
|
|
3014
3073
|
asset: {
|
|
3015
3074
|
icon: string | undefined;
|
|
3075
|
+
priceDatasourceId: string | undefined;
|
|
3016
3076
|
symbol: string;
|
|
3017
3077
|
type: "CryptoCurrency";
|
|
3018
3078
|
id: string;
|
|
@@ -3046,6 +3106,7 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
3046
3106
|
};
|
|
3047
3107
|
updatedAt: number;
|
|
3048
3108
|
icon?: string | undefined;
|
|
3109
|
+
priceDatasourceId?: string | undefined;
|
|
3049
3110
|
};
|
|
3050
3111
|
amount: {
|
|
3051
3112
|
value: bigint;
|
|
@@ -3505,6 +3566,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3505
3566
|
decimals: number;
|
|
3506
3567
|
} | undefined;
|
|
3507
3568
|
}>;
|
|
3569
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3508
3570
|
updatedAt: z.ZodNumber;
|
|
3509
3571
|
}, "strip", z.ZodTypeAny, {
|
|
3510
3572
|
symbol: string;
|
|
@@ -3520,6 +3582,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3520
3582
|
};
|
|
3521
3583
|
updatedAt: number;
|
|
3522
3584
|
icon?: string | undefined;
|
|
3585
|
+
priceDatasourceId?: string | undefined;
|
|
3523
3586
|
}, {
|
|
3524
3587
|
symbol: string;
|
|
3525
3588
|
type: "CryptoCurrency";
|
|
@@ -3534,8 +3597,10 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3534
3597
|
};
|
|
3535
3598
|
updatedAt: number;
|
|
3536
3599
|
icon?: string | undefined;
|
|
3600
|
+
priceDatasourceId?: string | undefined;
|
|
3537
3601
|
}>, {
|
|
3538
3602
|
icon: string | undefined;
|
|
3603
|
+
priceDatasourceId: string | undefined;
|
|
3539
3604
|
symbol: string;
|
|
3540
3605
|
type: "CryptoCurrency";
|
|
3541
3606
|
id: string;
|
|
@@ -3562,6 +3627,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3562
3627
|
};
|
|
3563
3628
|
updatedAt: number;
|
|
3564
3629
|
icon?: string | undefined;
|
|
3630
|
+
priceDatasourceId?: string | undefined;
|
|
3565
3631
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3566
3632
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3567
3633
|
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">]>;
|
|
@@ -3647,6 +3713,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3647
3713
|
}, "strip", z.ZodTypeAny, {
|
|
3648
3714
|
asset: {
|
|
3649
3715
|
icon: string | undefined;
|
|
3716
|
+
priceDatasourceId: string | undefined;
|
|
3650
3717
|
symbol: string;
|
|
3651
3718
|
type: "CryptoCurrency";
|
|
3652
3719
|
id: string;
|
|
@@ -3705,6 +3772,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3705
3772
|
};
|
|
3706
3773
|
updatedAt: number;
|
|
3707
3774
|
icon?: string | undefined;
|
|
3775
|
+
priceDatasourceId?: string | undefined;
|
|
3708
3776
|
} | {
|
|
3709
3777
|
symbol: string;
|
|
3710
3778
|
type: "FiatCurrency";
|
|
@@ -3750,6 +3818,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3750
3818
|
} | undefined;
|
|
3751
3819
|
asset: {
|
|
3752
3820
|
icon: string | undefined;
|
|
3821
|
+
priceDatasourceId: string | undefined;
|
|
3753
3822
|
symbol: string;
|
|
3754
3823
|
type: "CryptoCurrency";
|
|
3755
3824
|
id: string;
|
|
@@ -3797,6 +3866,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3797
3866
|
};
|
|
3798
3867
|
updatedAt: number;
|
|
3799
3868
|
icon?: string | undefined;
|
|
3869
|
+
priceDatasourceId?: string | undefined;
|
|
3800
3870
|
} | {
|
|
3801
3871
|
symbol: string;
|
|
3802
3872
|
type: "FiatCurrency";
|
|
@@ -3905,6 +3975,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3905
3975
|
decimals: number;
|
|
3906
3976
|
} | undefined;
|
|
3907
3977
|
}>;
|
|
3978
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3908
3979
|
updatedAt: z.ZodNumber;
|
|
3909
3980
|
}, "strip", z.ZodTypeAny, {
|
|
3910
3981
|
symbol: string;
|
|
@@ -3920,6 +3991,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3920
3991
|
};
|
|
3921
3992
|
updatedAt: number;
|
|
3922
3993
|
icon?: string | undefined;
|
|
3994
|
+
priceDatasourceId?: string | undefined;
|
|
3923
3995
|
}, {
|
|
3924
3996
|
symbol: string;
|
|
3925
3997
|
type: "CryptoCurrency";
|
|
@@ -3934,8 +4006,10 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3934
4006
|
};
|
|
3935
4007
|
updatedAt: number;
|
|
3936
4008
|
icon?: string | undefined;
|
|
4009
|
+
priceDatasourceId?: string | undefined;
|
|
3937
4010
|
}>, {
|
|
3938
4011
|
icon: string | undefined;
|
|
4012
|
+
priceDatasourceId: string | undefined;
|
|
3939
4013
|
symbol: string;
|
|
3940
4014
|
type: "CryptoCurrency";
|
|
3941
4015
|
id: string;
|
|
@@ -3962,6 +4036,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3962
4036
|
};
|
|
3963
4037
|
updatedAt: number;
|
|
3964
4038
|
icon?: string | undefined;
|
|
4039
|
+
priceDatasourceId?: string | undefined;
|
|
3965
4040
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3966
4041
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3967
4042
|
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">]>;
|
|
@@ -4047,6 +4122,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4047
4122
|
}, "strip", z.ZodTypeAny, {
|
|
4048
4123
|
asset: {
|
|
4049
4124
|
icon: string | undefined;
|
|
4125
|
+
priceDatasourceId: string | undefined;
|
|
4050
4126
|
symbol: string;
|
|
4051
4127
|
type: "CryptoCurrency";
|
|
4052
4128
|
id: string;
|
|
@@ -4105,6 +4181,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4105
4181
|
};
|
|
4106
4182
|
updatedAt: number;
|
|
4107
4183
|
icon?: string | undefined;
|
|
4184
|
+
priceDatasourceId?: string | undefined;
|
|
4108
4185
|
} | {
|
|
4109
4186
|
symbol: string;
|
|
4110
4187
|
type: "FiatCurrency";
|
|
@@ -4150,6 +4227,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4150
4227
|
} | undefined;
|
|
4151
4228
|
asset: {
|
|
4152
4229
|
icon: string | undefined;
|
|
4230
|
+
priceDatasourceId: string | undefined;
|
|
4153
4231
|
symbol: string;
|
|
4154
4232
|
type: "CryptoCurrency";
|
|
4155
4233
|
id: string;
|
|
@@ -4197,6 +4275,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4197
4275
|
};
|
|
4198
4276
|
updatedAt: number;
|
|
4199
4277
|
icon?: string | undefined;
|
|
4278
|
+
priceDatasourceId?: string | undefined;
|
|
4200
4279
|
} | {
|
|
4201
4280
|
symbol: string;
|
|
4202
4281
|
type: "FiatCurrency";
|
|
@@ -4305,6 +4384,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4305
4384
|
decimals: number;
|
|
4306
4385
|
} | undefined;
|
|
4307
4386
|
}>;
|
|
4387
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
4308
4388
|
updatedAt: z.ZodNumber;
|
|
4309
4389
|
}, "strip", z.ZodTypeAny, {
|
|
4310
4390
|
symbol: string;
|
|
@@ -4320,6 +4400,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4320
4400
|
};
|
|
4321
4401
|
updatedAt: number;
|
|
4322
4402
|
icon?: string | undefined;
|
|
4403
|
+
priceDatasourceId?: string | undefined;
|
|
4323
4404
|
}, {
|
|
4324
4405
|
symbol: string;
|
|
4325
4406
|
type: "CryptoCurrency";
|
|
@@ -4334,8 +4415,10 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4334
4415
|
};
|
|
4335
4416
|
updatedAt: number;
|
|
4336
4417
|
icon?: string | undefined;
|
|
4418
|
+
priceDatasourceId?: string | undefined;
|
|
4337
4419
|
}>, {
|
|
4338
4420
|
icon: string | undefined;
|
|
4421
|
+
priceDatasourceId: string | undefined;
|
|
4339
4422
|
symbol: string;
|
|
4340
4423
|
type: "CryptoCurrency";
|
|
4341
4424
|
id: string;
|
|
@@ -4362,6 +4445,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4362
4445
|
};
|
|
4363
4446
|
updatedAt: number;
|
|
4364
4447
|
icon?: string | undefined;
|
|
4448
|
+
priceDatasourceId?: string | undefined;
|
|
4365
4449
|
}>, z.ZodEffects<z.ZodObject<{
|
|
4366
4450
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
4367
4451
|
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">]>;
|
|
@@ -4447,6 +4531,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4447
4531
|
}, "strip", z.ZodTypeAny, {
|
|
4448
4532
|
asset: {
|
|
4449
4533
|
icon: string | undefined;
|
|
4534
|
+
priceDatasourceId: string | undefined;
|
|
4450
4535
|
symbol: string;
|
|
4451
4536
|
type: "CryptoCurrency";
|
|
4452
4537
|
id: string;
|
|
@@ -4505,6 +4590,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4505
4590
|
};
|
|
4506
4591
|
updatedAt: number;
|
|
4507
4592
|
icon?: string | undefined;
|
|
4593
|
+
priceDatasourceId?: string | undefined;
|
|
4508
4594
|
} | {
|
|
4509
4595
|
symbol: string;
|
|
4510
4596
|
type: "FiatCurrency";
|
|
@@ -4550,6 +4636,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4550
4636
|
} | undefined;
|
|
4551
4637
|
asset: {
|
|
4552
4638
|
icon: string | undefined;
|
|
4639
|
+
priceDatasourceId: string | undefined;
|
|
4553
4640
|
symbol: string;
|
|
4554
4641
|
type: "CryptoCurrency";
|
|
4555
4642
|
id: string;
|
|
@@ -4597,6 +4684,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4597
4684
|
};
|
|
4598
4685
|
updatedAt: number;
|
|
4599
4686
|
icon?: string | undefined;
|
|
4687
|
+
priceDatasourceId?: string | undefined;
|
|
4600
4688
|
} | {
|
|
4601
4689
|
symbol: string;
|
|
4602
4690
|
type: "FiatCurrency";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/default/transfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAqBvB,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"transfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/default/transfer.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStC,CAAA;AAEL,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS7B,CAAA;AAEL,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIzB,CAAA"}
|