@omnia/workplace 7.6.52-preview → 7.6.53-preview

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,6 +26,7 @@ export declare const Constants: {
26
26
  analyticsBusinessProfile: string;
27
27
  msTeamsPushNotification: string;
28
28
  teamworkProperties: string;
29
+ signOffRequest: string;
29
30
  };
30
31
  themingNavigationNodeKey: string;
31
32
  themeIds: {
@@ -30,6 +30,7 @@ exports.Constants = {
30
30
  analyticsBusinessProfile: "9c76c51c-e3a7-44b3-9c10-c12914834b2c",
31
31
  msTeamsPushNotification: "d2542bf4-942f-4732-b9fc-0bfc6472180b",
32
32
  teamworkProperties: "af763ba5-c028-48ff-abf2-c272920170d8",
33
+ signOffRequest: "51318721-4c03-43c6-950f-ccad11dbc9e0",
33
34
  },
34
35
  themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
35
36
  themeIds: {
@@ -24,6 +24,7 @@ export declare class SignOffRequestStore extends Store {
24
24
  readonly SignOffRequestSettingsKey = "wp.signoffrequest.globalsettings";
25
25
  onActivated(): void;
26
26
  onDisposing(): void;
27
+ private isFeatureActivated;
27
28
  /**
28
29
  * Implementation of getters
29
30
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.6.52-preview",
4
+ "version": "7.6.53-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"