From 191f4dadb8ff954e4e98922dc2d31058b84636f8 Mon Sep 17 00:00:00 2001 From: Thanh Tung Date: Sun, 17 Nov 2024 23:02:56 +0700 Subject: [PATCH] fix(types): add missing 'mmDeduction' prop to RiskLimitV5 --- package.json | 2 +- src/types/response/v5-market.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aad3793..1b6a041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bybit-api", - "version": "3.10.25", + "version": "3.10.26", "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", diff --git a/src/types/response/v5-market.ts b/src/types/response/v5-market.ts index 29ac3ff..a5529fb 100644 --- a/src/types/response/v5-market.ts +++ b/src/types/response/v5-market.ts @@ -293,6 +293,7 @@ export interface RiskLimitV5 { section: any; isLowestRisk: 0 | 1; maxLeverage: string; + mmDeduction: string; } /** @deprecated use DeliveryPriceV5 instead */