From 7d7d7f5d8e564374f063964d051ef68a61b23511 Mon Sep 17 00:00:00 2001 From: Chantsova Ekaterina Date: Wed, 19 Jan 2022 13:30:07 +0200 Subject: [PATCH] UI: asset models added to public api --- ui-ngx/src/app/shared/models/public-api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/shared/models/public-api.ts b/ui-ngx/src/app/shared/models/public-api.ts index 491a28146a..8c97669481 100644 --- a/ui-ngx/src/app/shared/models/public-api.ts +++ b/ui-ngx/src/app/shared/models/public-api.ts @@ -20,6 +20,7 @@ export * from './telemetry/telemetry.models'; export * from './time/time.models'; export * from './alarm.models'; export * from './alias.models'; +export * from './asset.models'; export * from './audit-log.models'; export * from './authority.enum'; export * from './base-data';