Skip to content

Commit

Permalink
Merge pull request #392 from soranoo/master
Browse files Browse the repository at this point in the history
fix(type): fixed #391
  • Loading branch information
tiagosiebler authored Nov 6, 2024
2 parents 26754f9 + a057c0b commit 725f252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bybit-api",
"version": "3.10.23",
"version": "3.10.24",
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/types/websocket.events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export interface WSAccountOrderV5 {
cumExecQty: string;
cumExecValue: string;
cumExecFee: string;
closedPnl: string;
feeCurrency: string;
timeInForce: OrderTimeInForceV5;
orderType: OrderTypeV5;
Expand Down

0 comments on commit 725f252

Please sign in to comment.