@omnia/wcm 7.10.0-preview.13 → 7.10.0-preview.14

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,6 +264,22 @@ export declare module PublishingAppLocalization {
264
264
  VariationAuthor: string;
265
265
  Content: string;
266
266
  };
267
+ VariationNotification: {
268
+ VariationAuthor: {
269
+ NewPage: {
270
+ Subject: string;
271
+ Content: string;
272
+ };
273
+ NewVersion: {
274
+ Subject: string;
275
+ Content: string;
276
+ };
277
+ };
278
+ PageProperty: {
279
+ Subject: string;
280
+ Content: string;
281
+ };
282
+ };
267
283
  InvitationOfCoAuthors: {
268
284
  Subject: string;
269
285
  Body: 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.13",
4
+ "version": "7.10.0-preview.14",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"