@pear-protocol/hyperliquid-sdk 0.1.33 → 0.1.34

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.ts CHANGED
@@ -989,6 +989,7 @@ interface CreatePositionRequestInput {
989
989
  ladderConfig?: LadderConfigInput;
990
990
  takeProfit?: TpSlThresholdInput | null;
991
991
  stopLoss?: TpSlThresholdInput | null;
992
+ marketSource?: 'HYPERLIQUID' | 'KALSHI';
992
993
  }
993
994
  interface CreatePositionResponseDto {
994
995
  orderId: string;
package/dist/types.d.ts CHANGED
@@ -961,6 +961,7 @@ export interface CreatePositionRequestInput {
961
961
  ladderConfig?: LadderConfigInput;
962
962
  takeProfit?: TpSlThresholdInput | null;
963
963
  stopLoss?: TpSlThresholdInput | null;
964
+ marketSource?: 'HYPERLIQUID' | 'KALSHI';
964
965
  }
965
966
  export interface CreatePositionResponseDto {
966
967
  orderId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pear-protocol/hyperliquid-sdk",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "React SDK for Pear Protocol Hyperliquid API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",