@omnia/workplace 7.0.88-preview → 7.0.90-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.
@@ -21,6 +21,7 @@ export declare const Constants: {
21
21
  createTeams: string;
22
22
  customEmail: string;
23
23
  yammerIntegration: string;
24
+ facebookWorkplace: string;
24
25
  };
25
26
  themingNavigationNodeKey: string;
26
27
  themeIds: {
@@ -236,4 +237,5 @@ export declare const TableNames: {
236
237
  export declare const SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
237
238
  export declare const SecrectInfoKey: {
238
239
  YammerToken: string;
240
+ FacebookWorkplaceToken: string;
239
241
  };
@@ -24,7 +24,8 @@ exports.Constants = {
24
24
  scheduledSPTeamSiteSync: "8deddbc9-4142-4da9-aa09-d4ca57b0de98",
25
25
  createTeams: "47caa101-2e7d-498b-b1cd-61eab0292785",
26
26
  customEmail: "2091fad0-6b95-4724-bd35-f5c8de52b443",
27
- yammerIntegration: "560986c7-56dd-4aea-abec-008825a53dc8"
27
+ yammerIntegration: "b8b09c2b-b7a4-447b-b6b9-fdd8a16bab0c",
28
+ facebookWorkplace: "8D243613-9966-4D10-AE7D-CD3938DA47AF",
28
29
  },
29
30
  themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
30
31
  themeIds: {
@@ -258,5 +259,6 @@ exports.TableNames = {
258
259
  };
259
260
  exports.SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
260
261
  exports.SecrectInfoKey = {
261
- YammerToken: "otc-yammer-token"
262
+ YammerToken: "otc-yammer-token",
263
+ FacebookWorkplaceToken: "otc-facebook-token"
262
264
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.0.88-preview",
4
+ "version": "7.0.90-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"