@omnia/management-system 7.10.0-preview.35 → 7.10.0-preview.37

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.
@@ -211,6 +211,7 @@ export declare module Enums {
211
211
  Archived = 2,
212
212
  Suggested = 3
213
213
  }
214
+ const ManualSortInternalName = "b1ddcf1c-4b9b-4e94-8427-edb67c0e3a9a";
214
215
  }
215
216
  module DocumentStatisticsEnums {
216
217
  enum StatisticsType {
@@ -244,6 +244,7 @@ var Enums;
244
244
  ProcessDocumentRelationStatus[ProcessDocumentRelationStatus["Archived"] = 2] = "Archived";
245
245
  ProcessDocumentRelationStatus[ProcessDocumentRelationStatus["Suggested"] = 3] = "Suggested";
246
246
  })(ProcessDocumentRelationStatus = DocumentViewEnums.ProcessDocumentRelationStatus || (DocumentViewEnums.ProcessDocumentRelationStatus = {}));
247
+ DocumentViewEnums.ManualSortInternalName = "b1ddcf1c-4b9b-4e94-8427-edb67c0e3a9a";
247
248
  })(DocumentViewEnums = Enums.DocumentViewEnums || (Enums.DocumentViewEnums = {}));
248
249
  let DocumentStatisticsEnums;
249
250
  (function (DocumentStatisticsEnums) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.35",
4
+ "version": "7.10.0-preview.37",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"