@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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' | '
|
|
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' | '
|
|
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';
|