@omnia/workplace 7.0.20-dev → 7.0.21-dev

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.
@@ -4,6 +4,17 @@ export declare const Constants: {
4
4
  ShowBusinessProfileHeader: string;
5
5
  showNavigationBar: string;
6
6
  mobilelogin: string;
7
+ teamworkCore: string;
8
+ teamworkAutomaticGovernance: string;
9
+ teamsSingleSignOn: string;
10
+ teamsChannelFeed: string;
11
+ msSearchExternal: string;
12
+ userSyncAd: string;
13
+ userSyncGraph: string;
14
+ userSyncSps: string;
15
+ userProfileSelfService: string;
16
+ sensitivityLabelsCore: string;
17
+ oneDriveDocumentCreationWizard: string;
7
18
  };
8
19
  themingNavigationNodeKey: string;
9
20
  themeIds: {
@@ -6,7 +6,18 @@ exports.Constants = {
6
6
  featureIds: {
7
7
  ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
8
8
  showNavigationBar: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
9
- mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad"
9
+ mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad",
10
+ teamworkCore: "0d16845b-5497-4616-afeb-edc50a09f6a2",
11
+ teamworkAutomaticGovernance: "eb392913-bfe9-435b-874b-47d8d15f157c",
12
+ teamsSingleSignOn: "4e0c0908-f60f-4a48-b3ac-ea092e31786c",
13
+ teamsChannelFeed: "443d2240-e361-4c15-b11e-06719d3bb681",
14
+ msSearchExternal: "ed099832-6221-473a-9d31-a4d7f8d82920",
15
+ userSyncAd: "e033381a-f1dc-4fec-8337-c10af9cd349d",
16
+ userSyncGraph: "90930daa-ad38-4a40-9fd4-e595b4f86ca0",
17
+ userSyncSps: "c0ff6ca4-ccc9-4a14-a475-a356db534450",
18
+ userProfileSelfService: "c230fbe8-0584-4d76-b5c0-dc610da74391",
19
+ sensitivityLabelsCore: "31297203-d465-4db8-8cf5-f6f6e9097671",
20
+ oneDriveDocumentCreationWizard: "7ee17fdd-a26b-4f0d-899b-b85e713a45cd"
10
21
  },
11
22
  themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
12
23
  themeIds: {
@@ -28,19 +28,7 @@ export declare module AppEnums {
28
28
  Strict = "Strict"
29
29
  }
30
30
  enum InstalledTeamApps {
31
- Website = "com.microsoft.teamspace.tab.web",
32
- Planner = "com.microsoft.teamspace.tab.planner",
33
- MicrosoftStream = "com.microsoftstream.embed.skypeteamstab",
34
- MicrosoftForms = "81fef3a6-72aa-4648-a763-de824aeafb7d",
35
- Word = "com.microsoft.teamspace.tab.file.staticviewer.word",
36
- Excel = "com.microsoft.teamspace.tab.file.staticviewer.excel",
37
- PowerPoint = "com.microsoft.teamspace.tab.file.staticviewer.powerpoint",
38
- PDF = "com.microsoft.teamspace.tab.file.staticviewer.pdf",
39
- Wiki = "com.microsoft.teamspace.tab.wiki",
40
- DocumentLibrary = "com.microsoft.teamspace.tab.files.sharepoint",
41
- OneNote = "0d820ecd-def2-4297-adad-78056cde7c78",
42
- PowerBI = "com.microsoft.teamspace.tab.powerbi",
43
- SharePoint = "2a527703-1f6f-4559-a332-d8a7d288cd88"
31
+ Planner = "com.microsoft.teamspace.tab.planner"
44
32
  }
45
33
  enum TeamAppsType {
46
34
  None = 0,
@@ -38,19 +38,7 @@ var AppEnums;
38
38
  })(GiphyContentRatingType = AppEnums.GiphyContentRatingType || (AppEnums.GiphyContentRatingType = {}));
39
39
  let InstalledTeamApps;
40
40
  (function (InstalledTeamApps) {
41
- InstalledTeamApps["Website"] = "com.microsoft.teamspace.tab.web";
42
41
  InstalledTeamApps["Planner"] = "com.microsoft.teamspace.tab.planner";
43
- InstalledTeamApps["MicrosoftStream"] = "com.microsoftstream.embed.skypeteamstab";
44
- InstalledTeamApps["MicrosoftForms"] = "81fef3a6-72aa-4648-a763-de824aeafb7d";
45
- InstalledTeamApps["Word"] = "com.microsoft.teamspace.tab.file.staticviewer.word";
46
- InstalledTeamApps["Excel"] = "com.microsoft.teamspace.tab.file.staticviewer.excel";
47
- InstalledTeamApps["PowerPoint"] = "com.microsoft.teamspace.tab.file.staticviewer.powerpoint";
48
- InstalledTeamApps["PDF"] = "com.microsoft.teamspace.tab.file.staticviewer.pdf";
49
- InstalledTeamApps["Wiki"] = "com.microsoft.teamspace.tab.wiki";
50
- InstalledTeamApps["DocumentLibrary"] = "com.microsoft.teamspace.tab.files.sharepoint";
51
- InstalledTeamApps["OneNote"] = "0d820ecd-def2-4297-adad-78056cde7c78";
52
- InstalledTeamApps["PowerBI"] = "com.microsoft.teamspace.tab.powerbi";
53
- InstalledTeamApps["SharePoint"] = "2a527703-1f6f-4559-a332-d8a7d288cd88";
54
42
  })(InstalledTeamApps = AppEnums.InstalledTeamApps || (AppEnums.InstalledTeamApps = {}));
55
43
  let TeamAppsType;
56
44
  (function (TeamAppsType) {
@@ -52,6 +52,7 @@ export interface TeamsAppConfig {
52
52
  entityId?: string;
53
53
  contentUrl?: string;
54
54
  websiteUrl?: string;
55
+ createPlannerBoard?: boolean;
55
56
  }
56
57
  export interface MemberSettings {
57
58
  allowCreateUpdateChannels?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.0.20-dev",
4
+ "version": "7.0.21-dev",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"