@myx-trade/sdk 0.1.267-beta.72 → 0.1.267-beta.73

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.
package/dist/index.d.mts CHANGED
@@ -233,6 +233,7 @@ interface PositionTpSlOrderParams {
233
233
  tpPrice?: string;
234
234
  slSize?: string;
235
235
  slPrice?: string;
236
+ slippagePct: string;
236
237
  }
237
238
  interface TradingResult {
238
239
  success: boolean;
package/dist/index.d.ts CHANGED
@@ -233,6 +233,7 @@ interface PositionTpSlOrderParams {
233
233
  tpPrice?: string;
234
234
  slSize?: string;
235
235
  slPrice?: string;
236
+ slippagePct: string;
236
237
  }
237
238
  interface TradingResult {
238
239
  success: boolean;