@nightlylabs/dex-sdk 0.0.54 → 0.0.55

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.cts CHANGED
@@ -951,7 +951,7 @@ type WsOracleUpdates = Extract<WsMessage, {
951
951
  type: 'OracleUpdates';
952
952
  }>;
953
953
  type WsUserUpdates = Extract<WsMessage, {
954
- type: 'BalanceChange' | 'Deposit' | 'Withdraw' | 'WithdrawLend' | 'Lend' | 'Borrow' | 'RepayBorrow' | 'PlacePerpLimitOrder' | 'PlacePerpMarketOrder' | 'CanceledPerpOrders' | 'OrderFills' | 'SetAutolend' | 'SetAlias' | 'AddApiKey' | 'RemoveApiKey';
954
+ type: 'BalanceChange' | 'Deposit' | 'Withdraw' | 'WithdrawLend' | 'Lend' | 'Borrow' | 'RepayBorrow' | 'PlacePerpLimitOrder' | 'PlacePerpMarketOrder' | 'CanceledPerpOrders' | 'OrderFills' | 'SetAutoLend' | 'SetAlias' | 'AddApiKey' | 'RemoveApiKey';
955
955
  }>;
956
956
  type WsPerpMarketUpdates = Extract<WsMessage, {
957
957
  type: 'OrderbookUpdate' | 'TradesUpdate';
package/dist/index.d.ts CHANGED
@@ -951,7 +951,7 @@ type WsOracleUpdates = Extract<WsMessage, {
951
951
  type: 'OracleUpdates';
952
952
  }>;
953
953
  type WsUserUpdates = Extract<WsMessage, {
954
- type: 'BalanceChange' | 'Deposit' | 'Withdraw' | 'WithdrawLend' | 'Lend' | 'Borrow' | 'RepayBorrow' | 'PlacePerpLimitOrder' | 'PlacePerpMarketOrder' | 'CanceledPerpOrders' | 'OrderFills' | 'SetAutolend' | 'SetAlias' | 'AddApiKey' | 'RemoveApiKey';
954
+ type: 'BalanceChange' | 'Deposit' | 'Withdraw' | 'WithdrawLend' | 'Lend' | 'Borrow' | 'RepayBorrow' | 'PlacePerpLimitOrder' | 'PlacePerpMarketOrder' | 'CanceledPerpOrders' | 'OrderFills' | 'SetAutoLend' | 'SetAlias' | 'AddApiKey' | 'RemoveApiKey';
955
955
  }>;
956
956
  type WsPerpMarketUpdates = Extract<WsMessage, {
957
957
  type: 'OrderbookUpdate' | 'TradesUpdate';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {