@omnia/management-system 7.8.10-preview → 7.8.12-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.
@@ -52,7 +52,13 @@ export declare module Enums {
52
52
  InRecyleBin = 7,
53
53
  Restoring = 8,
54
54
  Restored = 9,
55
- RecycleBinDeleting = 10
55
+ RecycleBinDeleting = 10,
56
+ FailedBeforePublishingDocument = 100,
57
+ FailedEnsureColumnsAndFolderWhenPublishingDocument = 101,
58
+ FailedConvertPdfFileWhenPublishingDocument = 102,
59
+ FailedCopyDocumentWhenPublishingDocument = 103,
60
+ FailedEnsurePermissionWhenPublishingDocument = 104,
61
+ FailedFinishingWhenPublishingDocument = 105
56
62
  }
57
63
  enum DocumentVersionType {
58
64
  Draft = 0,
@@ -68,6 +68,12 @@ var Enums;
68
68
  ProcessingStatus[ProcessingStatus["Restoring"] = 8] = "Restoring";
69
69
  ProcessingStatus[ProcessingStatus["Restored"] = 9] = "Restored";
70
70
  ProcessingStatus[ProcessingStatus["RecycleBinDeleting"] = 10] = "RecycleBinDeleting";
71
+ ProcessingStatus[ProcessingStatus["FailedBeforePublishingDocument"] = 100] = "FailedBeforePublishingDocument";
72
+ ProcessingStatus[ProcessingStatus["FailedEnsureColumnsAndFolderWhenPublishingDocument"] = 101] = "FailedEnsureColumnsAndFolderWhenPublishingDocument";
73
+ ProcessingStatus[ProcessingStatus["FailedConvertPdfFileWhenPublishingDocument"] = 102] = "FailedConvertPdfFileWhenPublishingDocument";
74
+ ProcessingStatus[ProcessingStatus["FailedCopyDocumentWhenPublishingDocument"] = 103] = "FailedCopyDocumentWhenPublishingDocument";
75
+ ProcessingStatus[ProcessingStatus["FailedEnsurePermissionWhenPublishingDocument"] = 104] = "FailedEnsurePermissionWhenPublishingDocument";
76
+ ProcessingStatus[ProcessingStatus["FailedFinishingWhenPublishingDocument"] = 105] = "FailedFinishingWhenPublishingDocument";
71
77
  })(ProcessingStatus = DocumentViewEnums.ProcessingStatus || (DocumentViewEnums.ProcessingStatus = {}));
72
78
  let DocumentVersionType;
73
79
  (function (DocumentVersionType) {
@@ -29,6 +29,7 @@ export interface DocumentTypeItemSettings extends DocumentTypeSettings {
29
29
  enableShowChangeButtonInRollup: boolean;
30
30
  replaceTokenOnPublishing: boolean;
31
31
  allowRevisions: boolean;
32
+ allowValidateUnacceptedChange: boolean;
32
33
  allowBypassApprovalForRevisions: boolean;
33
34
  showCreateDocumentIconInRollup: boolean;
34
35
  conversions: DocumentConversions;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "MIT",
4
- "version": "7.8.10-preview",
4
+ "version": "7.8.12-preview",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"