@omnia/types 8.0.197-dev → 8.0.199-dev

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/types",
3
3
  "license": "MIT",
4
- "version": "8.0.197-dev",
4
+ "version": "8.0.199-dev",
5
5
  "description": "Provide Omnia typings.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -15,7 +15,10 @@ import "@omnia/fx/index"
15
15
  import "@omnia/fx/ux/index"
16
16
  import "@omnia/wcm/index"
17
17
  import "@omnia/wcm/models/index"
18
+ import "@omnia/wcm/internal-do-not-import-from-here/models/Enums.tooling";
18
19
  import "@omnia/workplace/index"
19
20
  import "@omnia/workplace/models/index"
21
+ import "@omnia/workplace/internal-do-not-import-from-here/models/Enums.tooling";
20
22
  import "@omnia/management-system/index"
21
- import "@omnia/management-system/models/index"
23
+ import "@omnia/management-system/models/index"
24
+ import "@omnia/management-system/internal-do-not-import-from-here/models/Enums.tooling";