v3.10.9: chore() bump dependencies, fix() strict test, chore() run linter

This commit is contained in:
tiagosiebler
2024-06-24 13:04:47 +01:00
parent 0b3a30c338
commit 9a7b125f79
5 changed files with 682 additions and 363 deletions

View File

@@ -47,6 +47,9 @@ import {
DeliveryRecordV5,
DepositAddressResultV5,
DepositRecordV5,
ExchangeBrokerAccountInfoV5,
ExchangeBrokerEarningResultV5,
ExchangeBrokerSubAccountDepositRecordV5,
ExecutionV5,
FeeRateV5,
FundingRateHistoryResponseV5,
@@ -57,12 +60,14 @@ import {
GetAllowedDepositCoinInfoParamsV5,
GetAssetInfoParamsV5,
GetBorrowHistoryParamsV5,
GetBrokerSubAccountDepositsV5,
GetClassicTransactionLogsParamsV5,
GetClosedPnLParamsV5,
GetCoinExchangeRecordParamsV5,
GetDeliveryPriceParamsV5,
GetDeliveryRecordParamsV5,
GetDepositRecordParamsV5,
GetExchangeBrokerEarningsParamsV5,
GetExecutionListParamsV5,
GetFeeRateParamsV5,
GetFundingRateHistoryParamsV5,
@@ -156,11 +161,6 @@ import {
WalletBalanceV5,
WithdrawParamsV5,
WithdrawalRecordV5,
GetBrokerSubAccountDepositsV5,
GetExchangeBrokerEarningsParamsV5,
ExchangeBrokerAccountInfoV5,
ExchangeBrokerEarningResultV5,
ExchangeBrokerSubAccountDepositRecordV5,
} from './types';
import { REST_CLIENT_TYPE_ENUM } from './util';