From 87a7056fad82b862f20b9d6bf55df90b83fd0507 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Mon, 14 May 2018 12:57:55 -0700 Subject: [PATCH] Added version to entity models --- ui/src/app/domain/entity/filter.ts | 1 + ui/src/app/domain/entity/provider.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/src/app/domain/entity/filter.ts b/ui/src/app/domain/entity/filter.ts index 03860fcdd..58d386855 100644 --- a/ui/src/app/domain/entity/filter.ts +++ b/ui/src/app/domain/entity/filter.ts @@ -6,6 +6,7 @@ export class Filter implements MetadataFilter { id = ''; createdDate?: string; modifiedDate?: string; + version: string; filterName = ''; filterEnabled = false; diff --git a/ui/src/app/domain/entity/provider.ts b/ui/src/app/domain/entity/provider.ts index 4adbd32e1..f9bbb3692 100644 --- a/ui/src/app/domain/entity/provider.ts +++ b/ui/src/app/domain/entity/provider.ts @@ -16,6 +16,7 @@ export class Provider implements MetadataProvider { id = ''; createdDate?: string; modifiedDate?: string; + version: string; entityId = ''; serviceProviderName = '';