Merge pull request #394 from fireflies1988/fix/add-mmDeduction-to-RiskLimitV5
fix(types): add missing 'mmDeduction' prop to RiskLimitV5
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -293,6 +293,7 @@ export interface RiskLimitV5 {
|
||||
section: any;
|
||||
isLowestRisk: 0 | 1;
|
||||
maxLeverage: string;
|
||||
mmDeduction: string;
|
||||
}
|
||||
|
||||
/** @deprecated use DeliveryPriceV5 instead */
|
||||
|
||||
Reference in New Issue
Block a user