@@ -149,6 +149,7 @@ const deprecationCategoryString: string = notificationCategory.DEPRECATION
149149const performanceCategoryString : string = notificationCategory . PERFORMANCE
150150const topologyCategoryString : string = notificationCategory . TOPOLOGY
151151const securityCategoryString : string = notificationCategory . SECURITY
152+ const schemaCategoryString : string = notificationCategory . SCHEMA
152153const genericCategoryString : string = notificationCategory . GENERIC
153154const unrecognizedCategoryString : string = notificationCategory . UNRECOGNIZED
154155const unsupportedCategoryString : string = notificationCategory . UNSUPPORTED
@@ -158,6 +159,7 @@ const deprecationCategory: NotificationCategory = notificationCategory.DEPRECATI
158159const performanceCategory : NotificationCategory = notificationCategory . PERFORMANCE
159160const topologyCategory : NotificationCategory = notificationCategory . TOPOLOGY
160161const securityCategory : NotificationCategory = notificationCategory . SECURITY
162+ const schemaCategory : NotificationCategory = notificationCategory . SCHEMA
161163const genericCategory : NotificationCategory = notificationCategory . GENERIC
162164const unrecognizedCategory : NotificationCategory = notificationCategory . UNRECOGNIZED
163165const unsupportedCategory : NotificationCategory = notificationCategory . UNSUPPORTED
@@ -168,6 +170,7 @@ const deprecationClassificationString: string = notificationClassification.DEPRE
168170const performanceClassificationString : string = notificationClassification . PERFORMANCE
169171const topologyClassificationString : string = notificationClassification . TOPOLOGY
170172const securityClassificationString : string = notificationClassification . SECURITY
173+ const schemaClassificationString : string = notificationClassification . SCHEMA
171174const genericClassificationString : string = notificationClassification . GENERIC
172175const unrecognizedClassificationString : string = notificationClassification . UNRECOGNIZED
173176const unsupportedClassificationString : string = notificationClassification . UNSUPPORTED
@@ -177,6 +180,7 @@ const deprecationClassification: NotificationClassification = notificationClassi
177180const performanceClassification : NotificationClassification = notificationClassification . PERFORMANCE
178181const topologyClassification : NotificationClassification = notificationClassification . TOPOLOGY
179182const securityClassification : NotificationClassification = notificationClassification . SECURITY
183+ const schemaClassification : NotificationClassification = notificationClassification . SCHEMA
180184const genericClassification : NotificationClassification = notificationClassification . GENERIC
181185const unrecognizedClassification : NotificationClassification = notificationClassification . UNRECOGNIZED
182186const unsupportedClassification : NotificationClassification = notificationClassification . UNSUPPORTED
0 commit comments