@omnia/wcm 7.9.54-preview → 7.9.55-preview

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.
@@ -72,8 +72,9 @@ export interface SuspendedSettings {
72
72
  changePageType: ChangePageTypeSettings;
73
73
  removeFromSearchEnabled: boolean;
74
74
  }
75
- export interface PageReviewRule {
75
+ export interface PageReviewRuleVersion {
76
76
  id: number;
77
+ ruleId: GuidValue;
77
78
  pageId: number;
78
79
  originalPageVersionId: number;
79
80
  title: MultilingualString;
@@ -86,14 +87,14 @@ export interface PageReviewRule {
86
87
  suspendedSettings: SuspendedSettings;
87
88
  }
88
89
  export interface PageReviewRuleEvaluationResult {
89
- pageReviewRule: PageReviewRule;
90
+ pageReviewRule: PageReviewRuleVersion;
90
91
  reviewDate: Date;
91
92
  showMessageBar: boolean;
92
93
  isSuspended: boolean;
93
94
  sendEmail: boolean;
94
95
  }
95
96
  export interface PageReviewRuleTestMailTemplateRequest {
96
- ruleId: number;
97
+ ruleVersionId: number;
97
98
  pageTypeId: number;
98
99
  identities: UserIdentity[];
99
100
  pageIds: PageId[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.9.54-preview",
4
+ "version": "7.9.55-preview",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"