@omnia/management-system 6.5.7 → 6.6.2

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.
@@ -135,7 +135,8 @@ export declare module Enums {
135
135
  ReviewWorkflow = 1,
136
136
  PublishWorkflow = 2,
137
137
  CreateDraft = 3,
138
- MovedDocument = 4
138
+ MovedDocument = 4,
139
+ PublishWithoutApproval = 5
139
140
  }
140
141
  enum ReviewReminderTaskOutcome {
141
142
  Undefined = 0,
@@ -157,6 +157,7 @@ export var Enums;
157
157
  WorkflowType[WorkflowType["PublishWorkflow"] = 2] = "PublishWorkflow";
158
158
  WorkflowType[WorkflowType["CreateDraft"] = 3] = "CreateDraft";
159
159
  WorkflowType[WorkflowType["MovedDocument"] = 4] = "MovedDocument";
160
+ WorkflowType[WorkflowType["PublishWithoutApproval"] = 5] = "PublishWithoutApproval";
160
161
  })(WorkflowType = DocumentViewEnums.WorkflowType || (DocumentViewEnums.WorkflowType = {}));
161
162
  var ReviewReminderTaskOutcome;
162
163
  (function (ReviewReminderTaskOutcome) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "MIT",
4
- "version": "6.5.7",
4
+ "version": "6.6.2",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"