@omnia/wcm 7.11.26 → 7.11.28

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.
@@ -12,4 +12,5 @@ export interface PageOmniaSearchSettings extends ProviderSettings {
12
12
  filters?: Array<OmniaSearchPropertyFilter>;
13
13
  }>;
14
14
  currentUserSubscription?: boolean;
15
+ attributesToSearchOn?: string[];
15
16
  }
@@ -1,8 +1,7 @@
1
- import { VersionId, SendPageVersionPreviewMessage } from "../models";
1
+ import { VersionId } from "../models";
2
2
  export declare class NewsletterService {
3
3
  private httpClient;
4
4
  constructor();
5
- sendPagePreview(title: string, htmlContent: string, email: string): Promise<void>;
5
+ sendPagePreview(title: string, htmlContent: string, recipientIdentity: string, pageVersionId: VersionId): Promise<void>;
6
6
  addOrUpdatePagePagePreviewHtml(htmlContent: string, pageVersionId: VersionId): Promise<void>;
7
- sendPageVersionPreviewToRecipients(sendPageMessage: SendPageVersionPreviewMessage): Promise<void>;
8
7
  }
@@ -13,6 +13,7 @@ export declare class PageSearchHelper {
13
13
  featureStore: FeatureStore;
14
14
  pageRollupStore: PageRollupStore;
15
15
  omniaCtx: OmniaContext;
16
+ private richTextPropertyInternalNames;
16
17
  private static outOfScopeOmniaSearchProperties;
17
18
  queryBatchPages(queries: BatchQueryPages[], cancelRequest?: (cancelToken: any) => void): Promise<BatchQueryPagesResult>;
18
19
  private getOutOfScopeOmniaSearchQueries;
@@ -22,4 +23,7 @@ export declare class PageSearchHelper {
22
23
  private processPagesDetailData;
23
24
  private getUniquePageDetails;
24
25
  private mapProperties;
26
+ private replaceTokenWithDnsForRichTextProperties;
27
+ private getRichTextPropertyInternalNames;
28
+ private replaceTokenWithDns;
25
29
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "7.11.26",
4
+ "version": "7.11.28",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"