Skip to content

Commit

Permalink
Merge pull request #463 from JJ-Cro/Update151024
Browse files Browse the repository at this point in the history
chore(): updated types
  • Loading branch information
tiagosiebler authored Oct 15, 2024
2 parents 4947d42 + 9099b6d commit 9fb2a3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binance",
"version": "2.13.6",
"version": "2.13.7",
"description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 1 addition & 6 deletions src/types/futures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
SymbolMaxIcebergOrdersFilter,
SymbolMaxPositionFilter,
SymbolPriceFilter,
SelfTradePreventionMode,
} from './shared';

export type FuturesContractType =
Expand Down Expand Up @@ -106,12 +107,6 @@ export type FuturesOrderType =
| 'TAKE_PROFIT_MARKET'
| 'TRAILING_STOP_MARKET';

export type SelfTradePreventionMode =
| 'NONE'
| 'EXPIRE_TAKER'
| 'EXPIRE_MAKER'
| 'EXPIRE_BOTH';

export type PriceMatchMode =
| 'NONE'
| 'OPPONENT'
Expand Down

0 comments on commit 9fb2a3d

Please sign in to comment.