@omnia/wcm 7.9.36 → 7.9.37

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.
@@ -183,4 +183,5 @@ export declare const OmniaSearchConstants: {
183
183
  readonly hiddenByPageId: string;
184
184
  readonly deletedAt: string;
185
185
  readonly suspended: string;
186
+ readonly publishingAppTitle: string;
186
187
  };
@@ -335,5 +335,8 @@ exports.OmniaSearchConstants = {
335
335
  },
336
336
  get suspended() {
337
337
  return "suspended";
338
+ },
339
+ get publishingAppTitle() {
340
+ return "PublishingAppTitle";
338
341
  }
339
342
  };
@@ -1,4 +1,4 @@
1
- import { EnterprisePropertyStore, TargetingPropertyStore } from "@omnia/fx/stores";
1
+ import { EnterprisePropertyStore, MultilingualStore, TargetingPropertyStore } from "@omnia/fx/stores";
2
2
  import { OmniaCategorySearchResult, SearchCategoryOption } from "@omnia/workplace/models";
3
3
  import { AppInfoStore, ChannelManagementStore, CurrentNavigationStore, PageRollupStore } from "../stores";
4
4
  import { OmniaSearchService } from "@omnia/fx/services";
@@ -16,6 +16,7 @@ export declare class OmniaSearchCategoryQueryHelper {
16
16
  private pagesStore;
17
17
  omniaSearchService: OmniaSearchService;
18
18
  termStore: TermStore;
19
+ multilingualStore: MultilingualStore;
19
20
  private enterpriseProperties;
20
21
  private querableProperties;
21
22
  private appInfos;
@@ -31,6 +32,8 @@ export declare class OmniaSearchCategoryQueryHelper {
31
32
  private resolveTermData;
32
33
  private processTermPropertyData;
33
34
  private isArrayString;
35
+ private hasPublishingAppTitleMapping;
36
+ private resolvePublishingAppTitleData;
34
37
  private ensureBuiltInPropertyValue;
35
38
  private mappingRefinerResult;
36
39
  private generateScopeFilterBuilders;
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.9.36",
4
+ "version": "7.9.37",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"