@omnia/fx-models 8.0.193-dev → 8.0.194-dev

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/Enums.d.ts CHANGED
@@ -353,6 +353,7 @@ export declare const RoleDefinitions: {
353
353
  QueryAppInstanceContributor: guid;
354
354
  QueryAppInstanceReader: guid;
355
355
  QueryAppInstanceViewer: guid;
356
+ DirectoryReader: guid;
356
357
  };
357
358
  export declare enum FeatureInstanceStatus {
358
359
  NotActivated = -1,
package/Enums.js CHANGED
@@ -390,6 +390,7 @@ exports.RoleDefinitions = {
390
390
  QueryAppInstanceContributor: (0, shared_1.guid)("847e8689-e86f-4dfd-be42-65f52b01ddf8"),
391
391
  QueryAppInstanceReader: (0, shared_1.guid)("d8e7acc5-1338-43d2-8307-c3e712340205"),
392
392
  QueryAppInstanceViewer: (0, shared_1.guid)("9b0b9c44-3356-408e-91a5-a29a7a83e924"),
393
+ DirectoryReader: (0, shared_1.guid)("83a919c4-2a71-4860-bcd9-7ebc639d00b8"),
393
394
  };
394
395
  var FeatureInstanceStatus;
395
396
  (function (FeatureInstanceStatus) {
@@ -20,3 +20,4 @@ export * from "./velcron";
20
20
  export * from "./DependencyInjection";
21
21
  export * from "./Messaging";
22
22
  export * from "./EventHook";
23
+ import "./Tooling";
@@ -24,3 +24,4 @@ tslib_1.__exportStar(require("./velcron"), exports);
24
24
  tslib_1.__exportStar(require("./DependencyInjection"), exports);
25
25
  tslib_1.__exportStar(require("./Messaging"), exports);
26
26
  tslib_1.__exportStar(require("./EventHook"), exports);
27
+ require("./Tooling"); // to make typing in npm packages
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.193-dev",
4
+ "version": "8.0.194-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"