@omnia/wcm 7.11.0-preview.2 → 7.11.0-preview.3

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.
@@ -265,7 +265,7 @@ export declare module PublishingAppLocalization {
265
265
  Content: string;
266
266
  };
267
267
  MailStatusUpdate: {
268
- Subject: string;
268
+ SubjectText: string;
269
269
  Content: string;
270
270
  };
271
271
  MailApprovalCompleted: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.11.0-preview.2",
4
+ "version": "7.11.0-preview.3",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"