X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-FE-common%2Fsrc%2Fapp%2Fshared%2Fmodel%2Fapplications-onboarding%2Fapplications.ts;h=895e4ea29d03b12be234c34924ad60c473385317;hb=30fde7dffdeb16add93ff772c8e2e212cb6850e8;hp=bc0ce423f49399c93fcc46bafab8686c999dc1a3;hpb=d17fae7d8aefbd439cb8dceee2d959b20870bc1d;p=portal.git diff --git a/portal-FE-common/src/app/shared/model/applications-onboarding/applications.ts b/portal-FE-common/src/app/shared/model/applications-onboarding/applications.ts index bc0ce423..895e4ea2 100644 --- a/portal-FE-common/src/app/shared/model/applications-onboarding/applications.ts +++ b/portal-FE-common/src/app/shared/model/applications-onboarding/applications.ts @@ -37,34 +37,40 @@ */ export interface IApplications { - id ?: any; - name ?: any; - imageUrl ?: any; - imageLink ?: any; - description ?: any; - notes ?: any; - url ?: any - alternateUrl ?: any; - restUrl ?: any; - isOpen ?: any; - isEnabled ?: any; - motsId ?: any; - myLoginsAppName ?: any; - myLoginsAppOwner ?: any; - username ?: any; - appPassword ?: any; - thumbnail ?: any; - uebTopicName ?: any; - uebKey ?: any; - uebSecret ?: any; + id?: any; + appName?: any; + imageUrl?: any; + imageLink?: any; + appDescription?: any; + appNotes?: any; + landingPage?: any + alternateUrl?: any; + restUrl?: any; + isOpen?: any; + isEnabled?: any; + motsId?: any; + myLoginsAppName?: any; + myLoginsAppOwner?: any; + appBasicAuthUsername?: any; + appBasicAuthPassword?: any; + thumbnail?: any; + uebTopicName?: any; + uebKey?: any; + uebSecret?: any; + applicationType?: any; + rolesInAAF?: any; // ---- start ----to be removed - restrictedApp ?: any; - isCentralAuth ?: any; + restrictedApp?: any; + name?: any; + isCentralAuth?: any; + description?: any; + notes?: any; + url?: any; + username?: any; + appPassword?: any; // ---- end ----to be removed - applicationType ?: any; - rolesInAAF ?: any; - nameSpace ?: any; - usesCadi ?: any; - modeOfIntegration ?: any; - appAck ?: any; + nameSpace?: any; + usesCadi?: any; + modeOfIntegration?: any; + appAck?: any; } \ No newline at end of file