@omnia/wcm 7.10.0-preview.65 → 7.10.0-preview.67

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.
@@ -264,7 +264,7 @@ export declare module PublishingAppLocalization {
264
264
  Content: string;
265
265
  };
266
266
  MailStatusUpdate: {
267
- Subject: string;
267
+ SubjectText: string;
268
268
  Content: string;
269
269
  };
270
270
  MailApprovalCompleted: {
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.65",
4
+ "version": "7.10.0-preview.67",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"