@omnia/workplace 7.6.99-preview → 7.6.101-preview
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.
|
@@ -17,6 +17,7 @@ export declare class WPRoleDefinition {
|
|
|
17
17
|
static get SearchBPAdmin(): Guid;
|
|
18
18
|
static get GlobalSignOffRequestAdmin(): Guid;
|
|
19
19
|
static get AnalyticsBpReader(): Guid;
|
|
20
|
+
static get AnalyticsBpReportViewer(): Guid;
|
|
20
21
|
}
|
|
21
22
|
export declare class WizardSetupConstant {
|
|
22
23
|
static get LocationPropertyTaxonomy(): Guid;
|
|
@@ -22,6 +22,7 @@ class WPRoleDefinition {
|
|
|
22
22
|
static get SearchBPAdmin() { return new fx_models_1.Guid("affe1bd8-b534-459b-bdd5-f11e5a2d1d73"); }
|
|
23
23
|
static get GlobalSignOffRequestAdmin() { return new fx_models_1.Guid("d20507d0-41c0-43a2-8ffc-13e923362f9d"); }
|
|
24
24
|
static get AnalyticsBpReader() { return new fx_models_1.Guid("ab0d9a26-a89a-4117-bfee-0e3013e456e1"); }
|
|
25
|
+
static get AnalyticsBpReportViewer() { return new fx_models_1.Guid("6a9551bb-8789-4669-a82b-71e5b5503e5d"); }
|
|
25
26
|
}
|
|
26
27
|
exports.WPRoleDefinition = WPRoleDefinition;
|
|
27
28
|
class WizardSetupConstant {
|