fix(types): add missing 'mmDeduction' prop to RiskLimitV5

This commit is contained in:
Thanh Tung
2024-11-17 23:02:56 +07:00
parent 304d5c28d7
commit 191f4dadb8
2 changed files with 2 additions and 1 deletions

View File

@@ -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",

View File

@@ -293,6 +293,7 @@ export interface RiskLimitV5 {
section: any;
isLowestRisk: 0 | 1;
maxLeverage: string;
mmDeduction: string;
}
/** @deprecated use DeliveryPriceV5 instead */