Skip to content

Commit e0f19b2

Browse files
committed
Update typings to [email protected]
1 parent 5f45bb4 commit e0f19b2

File tree

2 files changed

+523
-12
lines changed

2 files changed

+523
-12
lines changed

scripts/build-types.ts

+2
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export interface OutgoingMessageTypes {
180180
* Authentication challenge response
181181
*/
182182
authentication?: string;
183+
/**
183184
* Bitmask of \`EventSubscription\` items to subscribe to events and event categories at will. By default, all event categories are subscribed, except for events marked as high volume. High volume events must be explicitly subscribed to.
184185
*/
185186
eventSubscriptions?: number;
@@ -188,6 +189,7 @@ export interface OutgoingMessageTypes {
188189
* Sent at any time after initial identification to update the provided session parameters.
189190
*/
190191
[WebSocketOpCode.Reidentify]: {
192+
/**
191193
* Bitmask of \`EventSubscription\` items to subscribe to events and event categories at will. By default, all event categories are subscribed, except for events marked as high volume. High volume events must be explicitly subscribed to.
192194
*/
193195
eventSubscriptions?: number;

0 commit comments

Comments
 (0)