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