@omnia/wcm 7.10.0-preview.40 → 7.10.0-preview.42

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.
@@ -899,6 +899,7 @@ export declare module EditorLocalization {
899
899
  ApprovedAction: string;
900
900
  Cancel: string;
901
901
  Approval: string;
902
+ DeletionApproval: string;
902
903
  };
903
904
  PageReviewRule: {
904
905
  Title: string;
@@ -328,6 +328,7 @@ export declare module PageRollupLocalization {
328
328
  UnpublishedChanges: string;
329
329
  Default: string;
330
330
  ScheduledForArchiving: string;
331
+ WaitingForDeletion: string;
331
332
  };
332
333
  CalendarView: {
333
334
  General: string;
@@ -179,7 +179,7 @@ export declare module PublishingAppLocalization {
179
179
  Delete: string;
180
180
  SaveAndClose: string;
181
181
  Feedback: string;
182
- DeletionApproval: string;
182
+ ApprovalDeletion: string;
183
183
  CancelDeletionApproval: string;
184
184
  };
185
185
  SpeedDialButtons: {
@@ -46,7 +46,8 @@ export declare module PageRollupEnums {
46
46
  WaitingForApproval = 2,
47
47
  ScheduleForPublishing = 4,
48
48
  UnpublishedChanges = 8,
49
- ScheduleForArchiving = 16
49
+ ScheduleForArchiving = 16,
50
+ WaitingForDeletion = 32
50
51
  }
51
52
  enum VersionStatus {
52
53
  Any = 0,
@@ -59,6 +59,7 @@ var PageRollupEnums;
59
59
  WorkflowStatus[WorkflowStatus["ScheduleForPublishing"] = 4] = "ScheduleForPublishing";
60
60
  WorkflowStatus[WorkflowStatus["UnpublishedChanges"] = 8] = "UnpublishedChanges";
61
61
  WorkflowStatus[WorkflowStatus["ScheduleForArchiving"] = 16] = "ScheduleForArchiving";
62
+ WorkflowStatus[WorkflowStatus["WaitingForDeletion"] = 32] = "WaitingForDeletion";
62
63
  })(WorkflowStatus = PageRollupEnums.WorkflowStatus || (PageRollupEnums.WorkflowStatus = {}));
63
64
  let VersionStatus;
64
65
  (function (VersionStatus) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.40",
4
+ "version": "7.10.0-preview.42",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"