Skip to content

Commit

Permalink
Merge pull request #394 from fireflies1988/fix/add-mmDeduction-to-Ris…
Browse files Browse the repository at this point in the history
…kLimitV5

fix(types): add missing 'mmDeduction' prop to RiskLimitV5
  • Loading branch information
tiagosiebler authored Nov 18, 2024
2 parents 304d5c2 + 191f4da commit d1583a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/types/response/v5-market.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export interface RiskLimitV5 {
section: any;
isLowestRisk: 0 | 1;
maxLeverage: string;
mmDeduction: string;
}

/** @deprecated use DeliveryPriceV5 instead */
Expand Down

0 comments on commit d1583a9

Please sign in to comment.