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

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
@@ -2185,12 +2185,11 @@ declare class Position {
2185
2185
  code: number;
2186
2186
  data: PositionHistoryItem[];
2187
2187
  }>;
2188
- adjustCollateral({ poolId, positionId, adjustAmount, quoteToken, poolOracleType, chainId, address, }: {
2188
+ adjustCollateral({ poolId, positionId, adjustAmount, quoteToken, chainId, address, }: {
2189
2189
  poolId: string;
2190
2190
  positionId: string;
2191
2191
  adjustAmount: string;
2192
2192
  quoteToken: string;
2193
- poolOracleType: OracleType;
2194
2193
  chainId: number;
2195
2194
  address: string;
2196
2195
  }): Promise<{
package/dist/index.d.ts CHANGED
@@ -2185,12 +2185,11 @@ declare class Position {
2185
2185
  code: number;
2186
2186
  data: PositionHistoryItem[];
2187
2187
  }>;
2188
- adjustCollateral({ poolId, positionId, adjustAmount, quoteToken, poolOracleType, chainId, address, }: {
2188
+ adjustCollateral({ poolId, positionId, adjustAmount, quoteToken, chainId, address, }: {
2189
2189
  poolId: string;
2190
2190
  positionId: string;
2191
2191
  adjustAmount: string;
2192
2192
  quoteToken: string;
2193
- poolOracleType: OracleType;
2194
2193
  chainId: number;
2195
2194
  address: string;
2196
2195
  }): Promise<{