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

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;
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.41",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"