@onecx/integration-interface 4.17.1 → 4.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onecx/integration-interface",
3
- "version": "4.17.1",
3
+ "version": "4.18.1",
4
4
  "peerDependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "rxjs": "7.8.1",
@@ -5,6 +5,7 @@ export interface Workspace {
5
5
  * @deprecated will be renamed to workspaceName
6
6
  */
7
7
  portalName: string;
8
+ workspaceName: string;
8
9
  /**
9
10
  * @deprecated will be removed
10
11
  */