@omnia/management-system 7.7.75-preview → 7.7.77-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.
@@ -31,6 +31,7 @@ export declare class ODMWebComponentManifests {
31
31
  }
32
32
  export declare class ODMResourceManifests {
33
33
  static get FxCore(): Guid;
34
+ static get Feature(): Guid;
34
35
  static get DocumentLibraryCore(): Guid;
35
36
  static get DocumentRollupSettingsTabsResources(): Guid;
36
37
  static get DocumentPickerCore(): Guid;
@@ -37,6 +37,7 @@ class ODMWebComponentManifests {
37
37
  exports.ODMWebComponentManifests = ODMWebComponentManifests;
38
38
  class ODMResourceManifests {
39
39
  static get FxCore() { return new fx_models_1.Guid("54a125ba-c2f8-4c4c-b549-ce0c3861026b"); }
40
+ static get Feature() { return new fx_models_1.Guid("974bf99e-ab9b-4774-9199-715d0a6096f3"); }
40
41
  static get DocumentLibraryCore() { return new fx_models_1.Guid("ec9a51e6-d7fb-4bc5-9c94-de112d40f15e"); }
41
42
  static get DocumentRollupSettingsTabsResources() { return new fx_models_1.Guid("99ec4a1f-0ffe-40f1-8a37-34b35fffc549"); }
42
43
  static get DocumentPickerCore() { return new fx_models_1.Guid("e5c00825-e233-4589-97b5-a48bf954e1cb"); }
@@ -11,7 +11,7 @@ declare module "../../../apis/index" {
11
11
  };
12
12
  }
13
13
  interface IMSExtendApiManifest {
14
- ApprovalTaskCustomView: {
14
+ approvalTaskCustomView: {
15
15
  use: ApiPath;
16
16
  registration: ApiPath;
17
17
  };
@@ -6,12 +6,12 @@ export interface IDocumentTypeSettingConfigurationApi {
6
6
  }
7
7
  declare module "../../../apis/index" {
8
8
  interface IMSApi {
9
- ducumentTypeSettingCustomTab: {
9
+ documentTypeSettingCustomTab: {
10
10
  registration: Promise<IDocumentTypeSettingConfigurationApi>;
11
11
  };
12
12
  }
13
13
  interface IMSExtendApiManifest {
14
- ducumentTypeSettingCustomTab: {
14
+ documentTypeSettingCustomTab: {
15
15
  use: ApiPath;
16
16
  registration: ApiPath;
17
17
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "MIT",
4
- "version": "7.7.75-preview",
4
+ "version": "7.7.77-preview",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"