@omnia/workplace 6.13.6-preview → 6.13.7-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.
@@ -207,4 +207,6 @@ export declare const SetupWizard: {
207
207
  ContentSettingsKey: string;
208
208
  NewsMangementSettingsKey: string;
209
209
  KnowledgeSharingPrerequisiteSettingsKey: string;
210
+ LearningCenterGeneralSettingsKey: string;
211
+ LearningCenterPropertiesSettingsKey: string;
210
212
  };
@@ -250,5 +250,7 @@ export var SetupWizard = {
250
250
  SharedLinkSettingsKey: "SetupWizardSharedLinksSettings",
251
251
  ContentSettingsKey: "SetupWizardContentSettings",
252
252
  NewsMangementSettingsKey: "SetupWizardNewsManagementSettings",
253
- KnowledgeSharingPrerequisiteSettingsKey: "KnowledgeSharingPrerequisiteSettings"
253
+ KnowledgeSharingPrerequisiteSettingsKey: "KnowledgeSharingPrerequisiteSettings",
254
+ LearningCenterGeneralSettingsKey: "SetupWizardLearningCenterGeneralSettings",
255
+ LearningCenterPropertiesSettingsKey: "SetupWizardLearningPropertiesGeneralSettings",
254
256
  };
@@ -438,6 +438,8 @@ export declare class WebComponentManifests {
438
438
  static get SetupWizardReviewStep(): Guid;
439
439
  static get SetupWizardKnowledgeSharingPrerequisiteStep(): Guid;
440
440
  static get SetupWizardDashboard(): Guid;
441
+ static get SetupWizardLearningCenterGeneralStep(): Guid;
442
+ static get SetupWizardLearningCenterPropertiesStep(): Guid;
441
443
  static get NewsManagementInputForm(): Guid;
442
444
  static get TeamworkActiveLastActivityMetricIndicator(): Guid;
443
445
  static get TeamworkActiveLastActivityMetricDetail(): Guid;
@@ -2160,6 +2160,16 @@ var WebComponentManifests = /** @class */ (function () {
2160
2160
  enumerable: false,
2161
2161
  configurable: true
2162
2162
  });
2163
+ Object.defineProperty(WebComponentManifests, "SetupWizardLearningCenterGeneralStep", {
2164
+ get: function () { return new Guid("accbe29d-82ee-433a-aa13-1237ce09ea81"); },
2165
+ enumerable: false,
2166
+ configurable: true
2167
+ });
2168
+ Object.defineProperty(WebComponentManifests, "SetupWizardLearningCenterPropertiesStep", {
2169
+ get: function () { return new Guid("65005044-e744-432c-bb2d-b249391df84d"); },
2170
+ enumerable: false,
2171
+ configurable: true
2172
+ });
2163
2173
  Object.defineProperty(WebComponentManifests, "NewsManagementInputForm", {
2164
2174
  get: function () { return new Guid("15d72326-01a2-435b-ab74-8377b668e8bc"); },
2165
2175
  enumerable: false,
@@ -1,5 +1,6 @@
1
1
  export interface MSTeamsApps {
2
2
  id: string;
3
+ appId: string;
3
4
  displayName: string;
4
5
  distributionMethod: string;
5
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "6.13.6-preview",
4
+ "version": "6.13.7-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"