diff --git a/packages/core/src/notification-filter.ts b/packages/core/src/notification-filter.ts index cd5e21b9e..8fdedb76b 100644 --- a/packages/core/src/notification-filter.ts +++ b/packages/core/src/notification-filter.ts @@ -41,7 +41,7 @@ Object.freeze(notificationFilterMinimumSeverityLevel) type NotificationFilterDisabledCategory = ExcludeUnknown /** - * @typedef {'HINT' | 'UNRECOGNIZED' | 'UNSUPPORTED' |'PERFORMANCE' | 'DEPRECATION' | 'GENERIC' } NotificationFilterDisabledCategory + * @typedef {'HINT' | 'UNRECOGNIZED' | 'UNSUPPORTED' |'PERFORMANCE' | 'TOPOLOGY' | 'SECURITY' | 'DEPRECATION' | 'GENERIC'} NotificationFilterDisabledCategory */ /** * Constants that represents the disabled categories in the {@link NotificationFilter} @@ -51,6 +51,8 @@ const notificationFilterDisabledCategory: EnumRecord /** - * @typedef {'HINT' | 'UNRECOGNIZED' | 'UNSUPPORTED' |'PERFORMANCE' | 'DEPRECATION' | 'GENERIC' } NotificationFilterDisabledCategory + * @typedef {'HINT' | 'UNRECOGNIZED' | 'UNSUPPORTED' |'PERFORMANCE' | 'TOPOLOGY' | 'SECURITY' | 'DEPRECATION' | 'GENERIC'} NotificationFilterDisabledCategory */ /** * Constants that represents the disabled categories in the {@link NotificationFilter} @@ -51,6 +51,8 @@ const notificationFilterDisabledCategory: EnumRecord