From bd45c0cae861775d8aa2113dd2d85a27085427b3 Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:48:27 +0200 Subject: [PATCH] chore(): Cleaned imports --- package-lock.json | 4 ++-- src/rest-client-v5.ts | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cea45ab..92e6a3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bybit-api", - "version": "3.10.7", + "version": "3.10.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bybit-api", - "version": "3.10.7", + "version": "3.10.8", "license": "MIT", "dependencies": { "axios": "^1.6.6", diff --git a/src/rest-client-v5.ts b/src/rest-client-v5.ts index e983d8d..90205f9 100644 --- a/src/rest-client-v5.ts +++ b/src/rest-client-v5.ts @@ -156,16 +156,12 @@ import { WalletBalanceV5, WithdrawParamsV5, WithdrawalRecordV5, -} from './types'; -import { GetBrokerSubAccountDepositsV5, GetExchangeBrokerEarningsParamsV5, -} from './types/request/v5-broker'; -import { ExchangeBrokerAccountInfoV5, ExchangeBrokerEarningResultV5, ExchangeBrokerSubAccountDepositRecordV5, -} from './types/response/v5-broker'; +} from './types'; import { REST_CLIENT_TYPE_ENUM } from './util'; import BaseRestClient from './util/BaseRestClient';