@omnia/workplace 7.11.19 → 7.11.23

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.
@@ -16,6 +16,7 @@ export declare class WPRoleDefinition {
16
16
  static get AnnouncementsBPAdmin(): Guid;
17
17
  static get SearchBPAdmin(): Guid;
18
18
  static get GlobalSignOffRequestAdmin(): Guid;
19
+ static get AnalyticsTenantAdmin(): Guid;
19
20
  static get AnalyticsBpReader(): Guid;
20
21
  static get AnalyticsBpReportViewer(): Guid;
21
22
  }
@@ -21,6 +21,7 @@ class WPRoleDefinition {
21
21
  static get AnnouncementsBPAdmin() { return new fx_models_1.Guid("5FA0CED5-F7AB-4C7A-99D9-1F291CB08CC1"); }
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
+ static get AnalyticsTenantAdmin() { return new fx_models_1.Guid("48837107-372a-4d71-9325-947a8a282371"); }
24
25
  static get AnalyticsBpReader() { return new fx_models_1.Guid("ab0d9a26-a89a-4117-bfee-0e3013e456e1"); }
25
26
  static get AnalyticsBpReportViewer() { return new fx_models_1.Guid("6a9551bb-8789-4669-a82b-71e5b5503e5d"); }
26
27
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace/models",
3
3
  "license": "MIT",
4
- "version": "7.11.18",
4
+ "version": "7.11.19",
5
5
  "description": "Omnia Workplace Models.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "7.11.19",
4
+ "version": "7.11.23",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"