chore(): Cleaned imports
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "bybit-api",
|
"name": "bybit-api",
|
||||||
"version": "3.10.7",
|
"version": "3.10.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "bybit-api",
|
"name": "bybit-api",
|
||||||
"version": "3.10.7",
|
"version": "3.10.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.6.6",
|
"axios": "^1.6.6",
|
||||||
|
|||||||
@@ -156,16 +156,12 @@ import {
|
|||||||
WalletBalanceV5,
|
WalletBalanceV5,
|
||||||
WithdrawParamsV5,
|
WithdrawParamsV5,
|
||||||
WithdrawalRecordV5,
|
WithdrawalRecordV5,
|
||||||
} from './types';
|
|
||||||
import {
|
|
||||||
GetBrokerSubAccountDepositsV5,
|
GetBrokerSubAccountDepositsV5,
|
||||||
GetExchangeBrokerEarningsParamsV5,
|
GetExchangeBrokerEarningsParamsV5,
|
||||||
} from './types/request/v5-broker';
|
|
||||||
import {
|
|
||||||
ExchangeBrokerAccountInfoV5,
|
ExchangeBrokerAccountInfoV5,
|
||||||
ExchangeBrokerEarningResultV5,
|
ExchangeBrokerEarningResultV5,
|
||||||
ExchangeBrokerSubAccountDepositRecordV5,
|
ExchangeBrokerSubAccountDepositRecordV5,
|
||||||
} from './types/response/v5-broker';
|
} from './types';
|
||||||
|
|
||||||
import { REST_CLIENT_TYPE_ENUM } from './util';
|
import { REST_CLIENT_TYPE_ENUM } from './util';
|
||||||
import BaseRestClient from './util/BaseRestClient';
|
import BaseRestClient from './util/BaseRestClient';
|
||||||
|
|||||||
Reference in New Issue
Block a user