Comparing version 2.2.5 to 2.2.6
@@ -92,3 +92,3 @@ import { AxiosRequestConfig } from 'axios'; | ||
}>; | ||
getBrokerSubAccountDepositHistory(params?: GetBrokerSubAccountDepositHistoryParams): Promise<BrokerSubAccountDepositHistory>; | ||
getBrokerSubAccountDepositHistory(params?: GetBrokerSubAccountDepositHistoryParams): Promise<BrokerSubAccountDepositHistory[]>; | ||
getBrokerUserCustomisedId(market: 'spot' | 'futures'): import("./util/requestUtils").GenericAPIResponse<any>; | ||
@@ -95,0 +95,0 @@ createBrokerSubAccount(params: CreateBrokerSubAccountParams): Promise<BrokerSubAccount>; |
@@ -812,2 +812,3 @@ import { ExchangeFilter, ExchangeSymbol, numberInString, OrderBookRow, OrderResponseType, OrderSide, OrderStatus, OrderTimeInForce, OrderType, RateLimiter, SideEffects, StringBoolean, SymbolFilter } from './shared'; | ||
limit?: number; | ||
showAllStatus?: boolean; | ||
} | ||
@@ -887,3 +888,3 @@ export interface CreateBrokerSubAccountParams { | ||
export interface GetBrokerSubAccountDepositHistoryParams { | ||
subaccounId?: string; | ||
subAccountId?: string; | ||
coin?: string; | ||
@@ -1302,2 +1303,3 @@ status?: number; | ||
size?: number; | ||
asset?: string; | ||
} | ||
@@ -1304,0 +1306,0 @@ export interface FlexibleProductPositionParams { |
{ | ||
"name": "binance", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "Node.js connector for Binance's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
406562
7432