@pear-protocol/hyperliquid-sdk 0.0.75 → 0.0.76

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.
@@ -9,7 +9,7 @@ export interface PairAssetInput {
9
9
  }
10
10
  export interface TpSlThresholdInput {
11
11
  type: TpSlThresholdType;
12
- value: number;
12
+ value?: number;
13
13
  isTrailing?: boolean;
14
14
  trailingDeltaValue?: number;
15
15
  trailingActivationValue?: number;
package/dist/index.d.ts CHANGED
@@ -1100,7 +1100,7 @@ interface PairAssetInput {
1100
1100
  }
1101
1101
  interface TpSlThresholdInput {
1102
1102
  type: TpSlThresholdType;
1103
- value: number;
1103
+ value?: number;
1104
1104
  isTrailing?: boolean;
1105
1105
  trailingDeltaValue?: number;
1106
1106
  trailingActivationValue?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pear-protocol/hyperliquid-sdk",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "description": "React SDK for Pear Protocol Hyperliquid API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",