Skip to content

Commit 8027281

Browse files
committed
Remove ignoreInvalidMessages
1 parent 9b919d9 commit 8027281

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

scripts/build-types.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,6 @@ export interface OutgoingMessageTypes {
180180
* Authentication challenge response
181181
*/
182182
authentication?: string;
183-
/**
184-
* When \`ignoreInvalidMessages\` is true, the socket will not be closed for \`WebSocketCloseCode\`: \`MessageDecodeError\`, \`UnknownOpCode\`, or \`MissingDataKey\`. Instead, the message will be logged and ignored.
185-
*/
186-
ignoreInvalidMessages?: boolean;
187-
/**
188183
* 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.
189184
*/
190185
eventSubscriptions?: number;
@@ -193,11 +188,6 @@ export interface OutgoingMessageTypes {
193188
* Sent at any time after initial identification to update the provided session parameters.
194189
*/
195190
[WebSocketOpCode.Reidentify]: {
196-
/**
197-
* When \`ignoreInvalidMessages\` is true, the socket will not be closed for \`WebSocketCloseCode\`: \`MessageDecodeError\`, \`UnknownOpCode\`, or \`MissingDataKey\`. Instead, the message will be logged and ignored.
198-
*/
199-
ignoreInvalidMessages?: boolean;
200-
/**
201191
* 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.
202192
*/
203193
eventSubscriptions?: number;

0 commit comments

Comments
 (0)