Export the schemaValidator helper function

This commit is contained in:
Dominik Henneke
2021-01-12 15:47:10 +01:00
parent c3d90881ce
commit f3b064e1c3
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-model': patch
---
Export the `schemaValidator` helper function.
+2 -1
View File
@@ -14,6 +14,8 @@
* limitations under the License.
*/
export { schemaValidator } from './util';
export type { KindValidator } from './types';
export { apiEntityV1alpha1Validator } from './ApiEntityV1alpha1';
export type {
ApiEntityV1alpha1 as ApiEntity,
@@ -40,7 +42,6 @@ export type {
TemplateEntityV1alpha1 as TemplateEntity,
TemplateEntityV1alpha1,
} from './TemplateEntityV1alpha1';
export type { KindValidator } from './types';
export { userEntityV1alpha1Validator } from './UserEntityV1alpha1';
export type {
UserEntityV1alpha1 as UserEntity,