bybit-api 3.10.25 → 3.10.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -262,6 +262,7 @@ export interface RiskLimitV5 {
262
262
  section: any;
263
263
  isLowestRisk: 0 | 1;
264
264
  maxLeverage: string;
265
+ mmDeduction: string;
265
266
  }
266
267
  /** @deprecated use DeliveryPriceV5 instead */
267
268
  export interface OptionDeliveryPriceV5 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bybit-api",
3
- "version": "3.10.25",
3
+ "version": "3.10.26",
4
4
  "description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",