fix(types): add missing 'mmDeduction' prop to RiskLimitV5
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bybit-api",
|
"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.",
|
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
|
|||||||
@@ -293,6 +293,7 @@ export interface RiskLimitV5 {
|
|||||||
section: any;
|
section: any;
|
||||||
isLowestRisk: 0 | 1;
|
isLowestRisk: 0 | 1;
|
||||||
maxLeverage: string;
|
maxLeverage: string;
|
||||||
|
mmDeduction: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @deprecated use DeliveryPriceV5 instead */
|
/** @deprecated use DeliveryPriceV5 instead */
|
||||||
|
|||||||
Reference in New Issue
Block a user