Skip to content

Commit

Permalink
Merge branch 'master' into wsapi (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Jan 25, 2025
2 parents 753100c + 1fa53ba commit be81aa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 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": "bybit-api",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"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/websockets/ws-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export interface WSExecutionV5 {
execId: string;
execPrice: string;
execQty: string;
execPnl: string;
execType: ExecTypeV5;
execValue: string;
execTime: string;
Expand Down

0 comments on commit be81aa1

Please sign in to comment.