@onecx/integration-interface 5.5.0 → 5.7.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onecx/integration-interface",
3
- "version": "5.5.0",
3
+ "version": "5.7.0",
4
4
  "peerDependencies": {
5
5
  "tslib": "^2.6.3",
6
6
  "rxjs": "7.8.1",
@@ -2,6 +2,7 @@ import { MicrofrontendRegistration } from './mfe-portal-registration.model';
2
2
  import { Route } from './route.model';
3
3
  export interface Workspace {
4
4
  id?: string;
5
+ displayName?: string;
5
6
  /**
6
7
  * @deprecated will be renamed to workspaceName
7
8
  */