binance 2.15.3 → 2.15.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,6 +79,7 @@ export interface NewFuturesOrderParams<numberType = number> {
79
79
  newOrderRespType?: OrderResponseType;
80
80
  selfTradePreventionMode?: SelfTradePreventionMode;
81
81
  priceMatch?: PriceMatchMode;
82
+ goodTillDate?: number;
82
83
  }
83
84
  export interface ModifyFuturesOrderParams<numberType = number> {
84
85
  orderId?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"futures.js","sourceRoot":"","sources":["../../src/types/futures.ts"],"names":[],"mappings":";;;AAgFA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,sCAAkB,CAAA;IAClB,wCAAoB,CAAA;AACtB,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B;AAID,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,8CAAwB,CAAA;IACxB,gDAA0B,CAAA;AAC5B,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B;AA6DD,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACtC,yGAAqB,CAAA;IACrB,+GAAwB,CAAA;AAC1B,CAAC,EAHW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAGvC"}
1
+ {"version":3,"file":"futures.js","sourceRoot":"","sources":["../../src/types/futures.ts"],"names":[],"mappings":";;;AAgFA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,sCAAkB,CAAA;IAClB,wCAAoB,CAAA;AACtB,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B;AAID,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,8CAAwB,CAAA;IACxB,gDAA0B,CAAA;AAC5B,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B;AA8DD,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACtC,yGAAqB,CAAA;IACrB,+GAAwB,CAAA;AAC1B,CAAC,EAHW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAGvC"}
@@ -738,6 +738,7 @@ export interface AccountInformation {
738
738
  accoountType: string;
739
739
  balances: SpotAssetBalance[];
740
740
  permissions: any[];
741
+ uid: number;
741
742
  }
742
743
  export interface CrossMarginAccountTransferParams {
743
744
  asset: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.15.3",
3
+ "version": "2.15.5",
4
4
  "description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -92,4 +92,4 @@
92
92
  "url": "https://github.com/tiagosiebler/binance/issues"
93
93
  },
94
94
  "homepage": "https://github.com/tiagosiebler/binance#readme"
95
- }
95
+ }