@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
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) {
|
@@ -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
|