@myx-trade/sdk 1.0.2-beta.7 → 1.0.2-beta.8

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
@@ -2256,7 +2256,7 @@ declare class Position {
2256
2256
  message: string;
2257
2257
  } | {
2258
2258
  code: number;
2259
- message: any;
2259
+ message: string;
2260
2260
  data?: undefined;
2261
2261
  }>;
2262
2262
  }
package/dist/index.d.ts CHANGED
@@ -2256,7 +2256,7 @@ declare class Position {
2256
2256
  message: string;
2257
2257
  } | {
2258
2258
  code: number;
2259
- message: any;
2259
+ message: string;
2260
2260
  data?: undefined;
2261
2261
  }>;
2262
2262
  }