@@ -149,6 +149,7 @@ const deprecationCategoryString: string = notificationCategory.DEPRECATION
149
149
const performanceCategoryString : string = notificationCategory . PERFORMANCE
150
150
const topologyCategoryString : string = notificationCategory . TOPOLOGY
151
151
const securityCategoryString : string = notificationCategory . SECURITY
152
+ const schemaCategoryString : string = notificationCategory . SCHEMA
152
153
const genericCategoryString : string = notificationCategory . GENERIC
153
154
const unrecognizedCategoryString : string = notificationCategory . UNRECOGNIZED
154
155
const unsupportedCategoryString : string = notificationCategory . UNSUPPORTED
@@ -158,6 +159,7 @@ const deprecationCategory: NotificationCategory = notificationCategory.DEPRECATI
158
159
const performanceCategory : NotificationCategory = notificationCategory . PERFORMANCE
159
160
const topologyCategory : NotificationCategory = notificationCategory . TOPOLOGY
160
161
const securityCategory : NotificationCategory = notificationCategory . SECURITY
162
+ const schemaCategory : NotificationCategory = notificationCategory . SCHEMA
161
163
const genericCategory : NotificationCategory = notificationCategory . GENERIC
162
164
const unrecognizedCategory : NotificationCategory = notificationCategory . UNRECOGNIZED
163
165
const unsupportedCategory : NotificationCategory = notificationCategory . UNSUPPORTED
@@ -168,6 +170,7 @@ const deprecationClassificationString: string = notificationClassification.DEPRE
168
170
const performanceClassificationString : string = notificationClassification . PERFORMANCE
169
171
const topologyClassificationString : string = notificationClassification . TOPOLOGY
170
172
const securityClassificationString : string = notificationClassification . SECURITY
173
+ const schemaClassificationString : string = notificationClassification . SCHEMA
171
174
const genericClassificationString : string = notificationClassification . GENERIC
172
175
const unrecognizedClassificationString : string = notificationClassification . UNRECOGNIZED
173
176
const unsupportedClassificationString : string = notificationClassification . UNSUPPORTED
@@ -177,6 +180,7 @@ const deprecationClassification: NotificationClassification = notificationClassi
177
180
const performanceClassification : NotificationClassification = notificationClassification . PERFORMANCE
178
181
const topologyClassification : NotificationClassification = notificationClassification . TOPOLOGY
179
182
const securityClassification : NotificationClassification = notificationClassification . SECURITY
183
+ const schemaClassification : NotificationClassification = notificationClassification . SCHEMA
180
184
const genericClassification : NotificationClassification = notificationClassification . GENERIC
181
185
const unrecognizedClassification : NotificationClassification = notificationClassification . UNRECOGNIZED
182
186
const unsupportedClassification : NotificationClassification = notificationClassification . UNSUPPORTED
0 commit comments