From d4299d4e3ebcb6153668924e42267a43a51fa269 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Wed, 1 Nov 2023 09:59:27 +0000 Subject: [PATCH] v3.7.5: fix(): AccountOrderV5 interface optional properties --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee96ea9..b4b6116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bybit-api", - "version": "3.7.4", + "version": "3.7.5", "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",