From e06d7d27676b411519f9a7b65a6dffdf0a034ca9 Mon Sep 17 00:00:00 2001 From: Thijmen Maus Date: Sun, 11 Feb 2024 15:49:05 +0100 Subject: [PATCH] chore(v5): update imports order to fix codestyle --- src/rest-client-v5.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/rest-client-v5.ts b/src/rest-client-v5.ts index 8d1a844..d3fb058 100644 --- a/src/rest-client-v5.ts +++ b/src/rest-client-v5.ts @@ -72,10 +72,10 @@ import { GetOpenInterestParamsV5, GetOptionDeliveryPriceParamsV5, GetOrderbookParamsV5, - GetPremiumIndexPriceKlineParamsV5, GetPreUpgradeClosedPnlParamsV5, GetPreUpgradeOrderHistoryParamsV5, GetPreUpgradeTradeHistoryParamsV5, + GetPremiumIndexPriceKlineParamsV5, GetPublicTradingHistoryParamsV5, GetRiskLimitParamsV5, GetSettlementRecordParamsV5, @@ -91,18 +91,18 @@ import { InsuranceResponseV5, InternalDepositRecordV5, InternalTransferRecordV5, - LeveragedTokenMarketResultV5, LeverageTokenInfoV5, + LeveragedTokenMarketResultV5, MMPModifyParamsV5, MMPStateV5, OHLCKlineV5, OHLCVKlineV5, OpenInterestResponseV5, OptionDeliveryPriceV5, - OrderbookResponseV5, OrderParamsV5, OrderResultV5, OrderSideV5, + OrderbookResponseV5, PositionInfoParamsV5, PositionV5, PublicTradeV5, @@ -118,18 +118,18 @@ import { SetLeverageParamsV5, SetRiskLimitParamsV5, SetRiskLimitResultV5, - SettlementRecordV5, SetTPSLModeParamsV5, SetTradingStopParamsV5, + SettlementRecordV5, SpotBorrowCheckResultV5, SpotLeveragedTokenOrderHistoryV5, SubMemberV5, SwitchIsolatedMarginParamsV5, SwitchPositionModeParamsV5, + TPSLModeV5, TickerLinearInverseV5, TickerOptionV5, TickerSpotV5, - TPSLModeV5, TransactionLogV5, UnifiedAccountUpgradeResultV5, UniversalTransferParamsV5, @@ -137,8 +137,8 @@ import { UpdateApiKeyParamsV5, UpdateApiKeyResultV5, WalletBalanceV5, - WithdrawalRecordV5, WithdrawParamsV5, + WithdrawalRecordV5, } from './types'; import { REST_CLIENT_TYPE_ENUM } from './util';