@omnia/workplace 7.0.89-preview → 7.0.91-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.
@@ -5,7 +5,6 @@ export declare const Constants: {
5
5
  showNavigationBar: string;
6
6
  mobilelogin: string;
7
7
  rulesLinkHandler: string;
8
- documentLinkHandler: string;
9
8
  teamworkCore: string;
10
9
  teamworkAutomaticGovernance: string;
11
10
  teamsSingleSignOn: string;
@@ -21,6 +20,7 @@ export declare const Constants: {
21
20
  createTeams: string;
22
21
  customEmail: string;
23
22
  yammerIntegration: string;
23
+ facebookWorkplace: string;
24
24
  };
25
25
  themingNavigationNodeKey: string;
26
26
  themeIds: {
@@ -236,4 +236,5 @@ export declare const TableNames: {
236
236
  export declare const SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
237
237
  export declare const SecrectInfoKey: {
238
238
  YammerToken: string;
239
+ FacebookWorkplaceToken: string;
239
240
  };
@@ -9,7 +9,6 @@ exports.Constants = {
9
9
  showNavigationBar: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
10
10
  mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad",
11
11
  rulesLinkHandler: "ddca589b-9478-4267-b5bf-d557b4494dae",
12
- documentLinkHandler: "a6caf455-033e-4a04-82f3-83b925313145",
13
12
  teamworkCore: "0d16845b-5497-4616-afeb-edc50a09f6a2",
14
13
  teamworkAutomaticGovernance: "eb392913-bfe9-435b-874b-47d8d15f157c",
15
14
  teamsSingleSignOn: "4e0c0908-f60f-4a48-b3ac-ea092e31786c",
@@ -24,7 +23,8 @@ exports.Constants = {
24
23
  scheduledSPTeamSiteSync: "8deddbc9-4142-4da9-aa09-d4ca57b0de98",
25
24
  createTeams: "47caa101-2e7d-498b-b1cd-61eab0292785",
26
25
  customEmail: "2091fad0-6b95-4724-bd35-f5c8de52b443",
27
- yammerIntegration: "560986c7-56dd-4aea-abec-008825a53dc8"
26
+ yammerIntegration: "b8b09c2b-b7a4-447b-b6b9-fdd8a16bab0c",
27
+ facebookWorkplace: "8D243613-9966-4D10-AE7D-CD3938DA47AF",
28
28
  },
29
29
  themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
30
30
  themeIds: {
@@ -258,5 +258,6 @@ exports.TableNames = {
258
258
  };
259
259
  exports.SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
260
260
  exports.SecrectInfoKey = {
261
- YammerToken: "otc-yammer-token"
261
+ YammerToken: "otc-yammer-token",
262
+ FacebookWorkplaceToken: "otc-facebook-token"
262
263
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.0.89-preview",
4
+ "version": "7.0.91-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"