@nightlylabs/dex-sdk 0.0.74 → 0.0.75
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
|
@@ -1072,7 +1072,7 @@ type WsOracleUpdates = Extract<WsMessage, {
|
|
|
1072
1072
|
type: 'OracleUpdates';
|
|
1073
1073
|
}>;
|
|
1074
1074
|
type WsUserUpdates = Extract<WsMessage, {
|
|
1075
|
-
type: 'BalanceChange' | 'Deposit' | 'Withdraw' | 'WithdrawLend' | 'Lend' | 'Borrow' | 'RepayBorrow' | 'PlacePerpLimitOrder' | 'PlacePerpMarketOrder' | 'CanceledPerpOrders' | 'OrderFills' | 'SetAutoLend' | 'SetAlias' | 'AddApiKey' | 'RemoveApiKey' | 'ClaimReferralFee';
|
|
1075
|
+
type: 'BalanceChange' | 'Deposit' | 'Withdraw' | 'WithdrawLend' | 'Lend' | 'Borrow' | 'RepayBorrow' | 'PlacePerpLimitOrder' | 'PlacePerpMarketOrder' | 'CanceledPerpOrders' | 'OrderFills' | 'SetAutoLend' | 'SetAlias' | 'AddApiKey' | 'RemoveApiKey' | 'ClaimReferralFee' | 'UpdateUserFeeTier' | 'UserTransferSent' | 'UserTransferReceived';
|
|
1076
1076
|
}>;
|
|
1077
1077
|
type WsPerpMarketUpdates = Extract<WsMessage, {
|
|
1078
1078
|
type: 'OrderbookUpdate' | 'TradesUpdate';
|
package/dist/index.d.ts
CHANGED
|
@@ -1072,7 +1072,7 @@ type WsOracleUpdates = Extract<WsMessage, {
|
|
|
1072
1072
|
type: 'OracleUpdates';
|
|
1073
1073
|
}>;
|
|
1074
1074
|
type WsUserUpdates = Extract<WsMessage, {
|
|
1075
|
-
type: 'BalanceChange' | 'Deposit' | 'Withdraw' | 'WithdrawLend' | 'Lend' | 'Borrow' | 'RepayBorrow' | 'PlacePerpLimitOrder' | 'PlacePerpMarketOrder' | 'CanceledPerpOrders' | 'OrderFills' | 'SetAutoLend' | 'SetAlias' | 'AddApiKey' | 'RemoveApiKey' | 'ClaimReferralFee';
|
|
1075
|
+
type: 'BalanceChange' | 'Deposit' | 'Withdraw' | 'WithdrawLend' | 'Lend' | 'Borrow' | 'RepayBorrow' | 'PlacePerpLimitOrder' | 'PlacePerpMarketOrder' | 'CanceledPerpOrders' | 'OrderFills' | 'SetAutoLend' | 'SetAlias' | 'AddApiKey' | 'RemoveApiKey' | 'ClaimReferralFee' | 'UpdateUserFeeTier' | 'UserTransferSent' | 'UserTransferReceived';
|
|
1076
1076
|
}>;
|
|
1077
1077
|
type WsPerpMarketUpdates = Extract<WsMessage, {
|
|
1078
1078
|
type: 'OrderbookUpdate' | 'TradesUpdate';
|