@omnia/types 8.0.196-dev → 8.0.198-dev
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/typings/index.d.ts +4 -1
package/package.json
CHANGED
package/typings/index.d.ts
CHANGED
@@ -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";
|