@omnia/management-system 7.11.12 → 7.11.13

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.
@@ -104,7 +104,8 @@ export declare module Enums {
104
104
  Deleted = 34,
105
105
  Archiving = 35,
106
106
  ScheduledForPublishing = 36,
107
- FailedScheduleForPublishing = 37
107
+ FailedScheduleForPublishing = 37,
108
+ NotInPropertySetError = 38
108
109
  }
109
110
  enum TaskContentType {
110
111
  Undefined = 0,
@@ -122,6 +122,7 @@ var Enums;
122
122
  LibraryDocumentStatus[LibraryDocumentStatus["Archiving"] = 35] = "Archiving";
123
123
  LibraryDocumentStatus[LibraryDocumentStatus["ScheduledForPublishing"] = 36] = "ScheduledForPublishing";
124
124
  LibraryDocumentStatus[LibraryDocumentStatus["FailedScheduleForPublishing"] = 37] = "FailedScheduleForPublishing";
125
+ LibraryDocumentStatus[LibraryDocumentStatus["NotInPropertySetError"] = 38] = "NotInPropertySetError";
125
126
  })(LibraryDocumentStatus = DocumentViewEnums.LibraryDocumentStatus || (DocumentViewEnums.LibraryDocumentStatus = {}));
126
127
  let TaskContentType;
127
128
  (function (TaskContentType) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/management-system/models",
3
3
  "license": "MIT",
4
- "version": "7.11.11",
4
+ "version": "7.11.12",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "7.11.12",
4
+ "version": "7.11.13",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"