@omnia/wcm 8.0.1-vnext → 8.0.3-vnext
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.
- package/internal-do-not-import-from-here/core/Constants.d.ts +2 -0
- package/internal-do-not-import-from-here/core/Utils.d.ts +1 -4
- package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +14 -16
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +108 -0
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +13 -2
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +59 -1
- package/internal-do-not-import-from-here/core/loc/eventmanagement/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/constants.d.ts +5 -2
- package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +31 -0
- package/internal-do-not-import-from-here/fx/internal/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +27 -0
- package/internal-do-not-import-from-here/fx/internal/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/messaging/InternalWcmTopics.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +45 -2
- package/internal-do-not-import-from-here/fx/models/Constants.js +109 -4
- package/internal-do-not-import-from-here/fx/models/Enums.d.ts +4 -2
- package/internal-do-not-import-from-here/fx/models/Enums.js +3 -1
- package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +13 -2
- package/internal-do-not-import-from-here/fx/models/ManifestIds.js +15 -2
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyRequest.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyResult.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyResult.js +2 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +37 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.js +19 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.d.ts +11 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.js +2 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.js +2 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportSummary.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportSummary.js +2 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/index.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/index.js +7 -0
- package/internal-do-not-import-from-here/fx/models/apps/AppTemplateProperties.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/apps/WCMAppInstanceContext.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/apps/WCMAppInstanceContext.js +2 -0
- package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/components/MediaBlock.d.ts +15 -0
- package/internal-do-not-import-from-here/fx/models/components/MediaBlockStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.js +2 -0
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/digitalsignage/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/digitalsignage/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/eventmanagement/Participant.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/index.d.ts +4 -1
- package/internal-do-not-import-from-here/fx/models/index.js +4 -1
- package/internal-do-not-import-from-here/fx/models/pagenavigation/AnchorNavigationLink.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/AnchorNavigationLink.js +2 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.d.ts +17 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.js +9 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/index.js +5 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListViewSettings.d.ts +0 -2
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +19 -7
- package/internal-do-not-import-from-here/fx/models/pages/ApprovalRequestInfo.d.ts +7 -2
- package/internal-do-not-import-from-here/fx/models/pages/OpenAIPropertyMappingValue.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/pages/OpenAIPropertyMappingValue.js +2 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageTypeData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/approval/AnyoneApprovalData.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/AnyoneApprovalData.js +11 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalData.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalData.js +6 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.js +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.d.ts +64 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.js +54 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalType.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/pages/{ApprovalData.js → approval/ApprovalType.js} +3 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/LimitedUserApprovalData.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/LimitedUserApprovalData.js +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/MultiApprovalData.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/MultiApprovalData.js +11 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/PersonPropertyApprovalData.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/PersonPropertyApprovalData.js +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.js +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.js +6 -0
- package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +11 -1
- package/internal-do-not-import-from-here/fx/models/pages/index.js +11 -1
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.js +16 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.js +16 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.js +16 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/index.js +6 -0
- package/internal-do-not-import-from-here/fx/models/properties/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/properties/index.js +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.js +11 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.js +11 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.js +11 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/index.js +6 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.js +2 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.d.ts +10 -2
- package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.js +1 -1
- package/internal-do-not-import-from-here/fx/models/publishingrule/RejectPageInfo.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/SendBackPageInfo.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/SendBackPageInfo.js +2 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/index.js +2 -0
- package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +32 -0
- package/internal-do-not-import-from-here/fx/models/search/PageDocument.js +2 -0
- package/internal-do-not-import-from-here/fx/models/search/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/{urlstate → search}/index.js +1 -1
- package/internal-do-not-import-from-here/fx/models/social/Topics/UserTopic.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/social/Topics/UserTopic.js +2 -1
- package/internal-do-not-import-from-here/fx/services/AiContentPageReportService.d.ts +17 -0
- package/internal-do-not-import-from-here/fx/services/OmniaSearchPageService.d.ts +18 -0
- package/internal-do-not-import-from-here/fx/services/OpenAIPageCreationService.d.ts +18 -0
- package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +7 -6
- package/internal-do-not-import-from-here/fx/services/index.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +32 -0
- package/internal-do-not-import-from-here/fx/{stores → shared}/PageRollupStoreHelper.d.ts +9 -5
- package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +23 -0
- package/internal-do-not-import-from-here/fx/shared/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/stores/CurrentNavigationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +17 -5
- package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +23 -17
- package/internal-do-not-import-from-here/fx/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationQueryRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationPageArchiveInformationStatus.d.ts +6 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationPageArchiveInformationStatus.js +2 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.d.ts +2 -1
- package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js +1 -0
- package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.d.ts +25 -3
- package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.js +2 -0
- package/internal-do-not-import-from-here/models/publishingapp/editor/IPageEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/models/security/Security.d.ts +8 -1
- package/internal-do-not-import-from-here/models/security/Security.js +26 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestActionSettings.d.ts +7 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestActionSettings.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +1 -0
- package/internal-do-not-import-from-here/tooling.output.json +1 -0
- package/package.json +1 -1
- package/task.js +3 -3
- package/task.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/pages/ApprovalData.d.ts +0 -13
- package/internal-do-not-import-from-here/fx/models/urlstate/UrlState.d.ts +0 -25
- package/internal-do-not-import-from-here/fx/models/urlstate/index.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/services/UrlStateService.d.ts +0 -9
- package/internal-do-not-import-from-here/fx/stores/UrlHistoryStore.d.ts +0 -23
- /package/internal-do-not-import-from-here/fx/models/{urlstate/UrlState.js → aipagecontentreport/PageAiAnalysisPropertyRequest.js} +0 -0
|
@@ -17,4 +17,6 @@ export declare class WcmCoreConstants {
|
|
|
17
17
|
static get DocumentDataTypeProviderId(): string;
|
|
18
18
|
static get BackupDataLibraryUrl(): string;
|
|
19
19
|
static get WCMDocumentsLibraryUrl(): string;
|
|
20
|
+
static get PageDocumentIndexId(): string;
|
|
21
|
+
static get OmniaSearchMigrationId(): string;
|
|
20
22
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Page, NavigationNode, NavigationData, VariationId, VariationString, Variation } from "@omnia/wcm/models";
|
|
2
|
-
import {
|
|
2
|
+
import { LayoutItem } from "@omnia/fx-models";
|
|
3
3
|
export declare module Utils {
|
|
4
4
|
function isSupportedByOfficeWebApp(documentUrl: string): boolean;
|
|
5
5
|
function getOfficeIconByFileExtension(extension: string): string;
|
|
@@ -60,6 +60,3 @@ export declare module WCMGovernanceUtils {
|
|
|
60
60
|
function getMonth(date: Date, numberOfMonths: any): Date;
|
|
61
61
|
function equalMonth(date: Date, compare: Date): boolean;
|
|
62
62
|
}
|
|
63
|
-
export declare module LayoutUtils {
|
|
64
|
-
function generateEmptyLayout(id?: GuidValue, ownerLayoutId?: GuidValue): Layout;
|
|
65
|
-
}
|
|
@@ -169,7 +169,7 @@ export declare module WCMCoreLocalization {
|
|
|
169
169
|
Share: string;
|
|
170
170
|
};
|
|
171
171
|
Features: {
|
|
172
|
-
|
|
172
|
+
New7PublishingEnterpriseProperties: {
|
|
173
173
|
Title: string;
|
|
174
174
|
Description: string;
|
|
175
175
|
Category: string;
|
|
@@ -188,55 +188,49 @@ export declare module WCMCoreLocalization {
|
|
|
188
188
|
Description: string;
|
|
189
189
|
Category: string;
|
|
190
190
|
};
|
|
191
|
-
|
|
191
|
+
New7InfoScreen: {
|
|
192
192
|
Title: string;
|
|
193
193
|
Category: string;
|
|
194
194
|
Description: string;
|
|
195
195
|
};
|
|
196
|
-
|
|
196
|
+
New7DefaultCommunityPropertiesAndPageTypes: {
|
|
197
197
|
Title: string;
|
|
198
198
|
Description: string;
|
|
199
199
|
Category: string;
|
|
200
200
|
};
|
|
201
|
-
|
|
201
|
+
New7DefaultCommunityTemplate: {
|
|
202
202
|
Title: string;
|
|
203
203
|
Description: string;
|
|
204
204
|
Category: string;
|
|
205
205
|
};
|
|
206
|
-
|
|
207
|
-
Title: string;
|
|
208
|
-
Category: string;
|
|
209
|
-
Description: string;
|
|
210
|
-
ConsentInformation: string;
|
|
211
|
-
};
|
|
212
|
-
PublishingAppInfrastructure: {
|
|
206
|
+
New7PublishingAppInfrastructure: {
|
|
213
207
|
Title: string;
|
|
214
208
|
Description: string;
|
|
215
209
|
Category: string;
|
|
216
210
|
ConsentInformation: string;
|
|
217
211
|
};
|
|
218
|
-
|
|
212
|
+
New7VersionedControlledDocument: {
|
|
219
213
|
Title: string;
|
|
220
214
|
Description: string;
|
|
221
215
|
Category: string;
|
|
222
216
|
};
|
|
223
|
-
|
|
217
|
+
New7DigitalSignage: {
|
|
224
218
|
Title: string;
|
|
225
219
|
Category: string;
|
|
226
220
|
Description: string;
|
|
227
221
|
};
|
|
228
|
-
|
|
222
|
+
New7SiteSelectedPermissions: {
|
|
229
223
|
Category: string;
|
|
230
224
|
Description: string;
|
|
231
225
|
Title: string;
|
|
232
226
|
};
|
|
233
|
-
|
|
227
|
+
New7WebContentManagementCore: {
|
|
234
228
|
Category: string;
|
|
235
229
|
Description: string;
|
|
236
230
|
Title: string;
|
|
237
231
|
ConsentInformation: string;
|
|
238
232
|
};
|
|
239
|
-
|
|
233
|
+
New7CalendarRollupCore: {
|
|
240
234
|
Category: string;
|
|
241
235
|
Description: string;
|
|
242
236
|
Title: string;
|
|
@@ -247,6 +241,10 @@ export declare module WCMCoreLocalization {
|
|
|
247
241
|
Description: string;
|
|
248
242
|
Title: string;
|
|
249
243
|
};
|
|
244
|
+
ProvisionOmniaSearchData: {
|
|
245
|
+
Title: string;
|
|
246
|
+
Description: string;
|
|
247
|
+
};
|
|
250
248
|
};
|
|
251
249
|
ImageScalingBlockSettings: {
|
|
252
250
|
ForceDefaultScaling: string;
|
|
@@ -19,6 +19,7 @@ export declare module EditorLocalization {
|
|
|
19
19
|
ShowUrl: string;
|
|
20
20
|
ShowProperties: string;
|
|
21
21
|
AutoPublish: string;
|
|
22
|
+
AutoPublishDisableMessage: string;
|
|
22
23
|
EnableActivityTracking: string;
|
|
23
24
|
Activities: string;
|
|
24
25
|
EnableSendPageEmail: string;
|
|
@@ -57,12 +58,60 @@ export declare module EditorLocalization {
|
|
|
57
58
|
At: string;
|
|
58
59
|
Comment: string;
|
|
59
60
|
};
|
|
61
|
+
AnalysisPage: {
|
|
62
|
+
Time: string;
|
|
63
|
+
Name: string;
|
|
64
|
+
NoOfPages: string;
|
|
65
|
+
Failed: string;
|
|
66
|
+
Report: string;
|
|
67
|
+
ShowReport: string;
|
|
68
|
+
CreateNew: string;
|
|
69
|
+
Back: string;
|
|
70
|
+
DisplayPage: string;
|
|
71
|
+
Page: string;
|
|
72
|
+
PageCollection: string;
|
|
73
|
+
OutCome: string;
|
|
74
|
+
EditPage: string;
|
|
75
|
+
FixPage: string;
|
|
76
|
+
Prompt: string;
|
|
77
|
+
Outcome: string;
|
|
78
|
+
Property: string;
|
|
79
|
+
Result: {
|
|
80
|
+
BladeTitle: string;
|
|
81
|
+
ConfigurationError: string;
|
|
82
|
+
ContainFilterTextError: string;
|
|
83
|
+
};
|
|
84
|
+
ContentAnalysis: {
|
|
85
|
+
Title: string;
|
|
86
|
+
Validation: string;
|
|
87
|
+
};
|
|
88
|
+
Pages: {
|
|
89
|
+
Title: string;
|
|
90
|
+
Helptext: string;
|
|
91
|
+
Status: {
|
|
92
|
+
Passed: string;
|
|
93
|
+
Failed: string;
|
|
94
|
+
Fixing: string;
|
|
95
|
+
};
|
|
96
|
+
RetryTooltip: string;
|
|
97
|
+
};
|
|
98
|
+
TextProperties: {
|
|
99
|
+
Title: string;
|
|
100
|
+
Validation: string;
|
|
101
|
+
};
|
|
102
|
+
FixPageWarning: string;
|
|
103
|
+
ContentAnalysisSetting: string;
|
|
104
|
+
CreateAnalysis: string;
|
|
105
|
+
Warning: string;
|
|
106
|
+
};
|
|
60
107
|
PageArchive: {
|
|
61
108
|
Archive: string;
|
|
62
109
|
ArchivedPages: string;
|
|
63
110
|
AutoArchivePropertyTooltip: string;
|
|
64
111
|
Archiving: string;
|
|
65
112
|
Migrating: string;
|
|
113
|
+
MigrationError: string;
|
|
114
|
+
RetryMigrate: string;
|
|
66
115
|
Restore: string;
|
|
67
116
|
Restoring: string;
|
|
68
117
|
ArchiveWithId: string;
|
|
@@ -119,6 +168,7 @@ export declare module EditorLocalization {
|
|
|
119
168
|
CheckedOut: string;
|
|
120
169
|
PendingApproval: string;
|
|
121
170
|
Scheduled: string;
|
|
171
|
+
Analysis: string;
|
|
122
172
|
TakeControl: string;
|
|
123
173
|
GenerateExcelReport: string;
|
|
124
174
|
HasError: string;
|
|
@@ -169,6 +219,14 @@ export declare module EditorLocalization {
|
|
|
169
219
|
Nov: string;
|
|
170
220
|
Dec: string;
|
|
171
221
|
};
|
|
222
|
+
CalendarNavigation: {
|
|
223
|
+
NextDay: string;
|
|
224
|
+
PreviousDay: string;
|
|
225
|
+
NextWeek: string;
|
|
226
|
+
PreviousWeek: string;
|
|
227
|
+
NextMonth: string;
|
|
228
|
+
PreviousMonth: string;
|
|
229
|
+
};
|
|
172
230
|
};
|
|
173
231
|
ListView: string;
|
|
174
232
|
};
|
|
@@ -264,8 +322,20 @@ export declare module EditorLocalization {
|
|
|
264
322
|
Anyone: string;
|
|
265
323
|
LimitedUsers: string;
|
|
266
324
|
BasedOnPersonProperty: string;
|
|
325
|
+
TermDriven: string;
|
|
267
326
|
EmptyApproverMessage: string;
|
|
268
327
|
ApplyToAuthorOnly: string;
|
|
328
|
+
ApplyToNewPageOnly: string;
|
|
329
|
+
MultiStepApproval: string;
|
|
330
|
+
AddStepValidateMessage: string;
|
|
331
|
+
AllowEdit: string;
|
|
332
|
+
EnableReject: string;
|
|
333
|
+
EnableSendBack: string;
|
|
334
|
+
AddStep: string;
|
|
335
|
+
InheritParentSetting: string;
|
|
336
|
+
NoApproverFound: string;
|
|
337
|
+
SendForApprovalStep: string;
|
|
338
|
+
ApprovalHistory: string;
|
|
269
339
|
};
|
|
270
340
|
Scheduling: {
|
|
271
341
|
Title: string;
|
|
@@ -458,10 +528,18 @@ export declare module EditorLocalization {
|
|
|
458
528
|
Message: string;
|
|
459
529
|
};
|
|
460
530
|
MandatoryChannels: string;
|
|
531
|
+
AtleastOneChannelIsRequiredForNewPage: string;
|
|
461
532
|
};
|
|
462
533
|
PageCollectionPermission: {
|
|
463
534
|
Title: string;
|
|
464
535
|
};
|
|
536
|
+
OpenAI: {
|
|
537
|
+
Title: string;
|
|
538
|
+
AIGeneratedContent: string;
|
|
539
|
+
EnableSetting: string;
|
|
540
|
+
EnableOpenAI: string;
|
|
541
|
+
ImageRatio: string;
|
|
542
|
+
};
|
|
465
543
|
};
|
|
466
544
|
Dialogs: {
|
|
467
545
|
MoveToTenant: {
|
|
@@ -481,6 +559,9 @@ export declare module EditorLocalization {
|
|
|
481
559
|
};
|
|
482
560
|
SetPermission: {
|
|
483
561
|
Title: string;
|
|
562
|
+
ThereNeedsToBeAtLeastOneAdministratorInThePublishingApp: string;
|
|
563
|
+
YouAreAboutToRemoveYourselfAsAnAdministratorAreYouSureYouWantToContinue: string;
|
|
564
|
+
ThereIsAnOnGoingApprovalWorkflow: string;
|
|
484
565
|
};
|
|
485
566
|
CreatePage: {
|
|
486
567
|
NoTemplateSelected: string;
|
|
@@ -491,6 +572,12 @@ export declare module EditorLocalization {
|
|
|
491
572
|
Create: string;
|
|
492
573
|
Cancel: string;
|
|
493
574
|
NoPageTypeMessage: string;
|
|
575
|
+
Description: string;
|
|
576
|
+
OpenAIPrompt: string;
|
|
577
|
+
EnableCreatePageByOpenAI: string;
|
|
578
|
+
AutoGenerateContent: string;
|
|
579
|
+
PlaceholderPromptOpenAI: string;
|
|
580
|
+
PlaceholderImagePromptOpenAI: string;
|
|
494
581
|
};
|
|
495
582
|
EditNavigation: {
|
|
496
583
|
Title: string;
|
|
@@ -572,6 +659,7 @@ export declare module EditorLocalization {
|
|
|
572
659
|
MovePageCollection: {
|
|
573
660
|
Title: string;
|
|
574
661
|
SelectPublishingApp: string;
|
|
662
|
+
SelectBusinessProfile: string;
|
|
575
663
|
InvalidVariationsMessage: string;
|
|
576
664
|
ExistingUrlSegmentMessage: string;
|
|
577
665
|
IsNotAppAdminMessage: string;
|
|
@@ -693,6 +781,26 @@ export declare module EditorLocalization {
|
|
|
693
781
|
ValidateYammerGroupMessage: string;
|
|
694
782
|
ValidateRequiredPropertyMapping: string;
|
|
695
783
|
};
|
|
784
|
+
ApprovalForm: {
|
|
785
|
+
SendBack: string;
|
|
786
|
+
Reject: string;
|
|
787
|
+
Approve: string;
|
|
788
|
+
Send: string;
|
|
789
|
+
SentFrom: string;
|
|
790
|
+
Comment: string;
|
|
791
|
+
History: string;
|
|
792
|
+
};
|
|
793
|
+
ApprovalHistory: {
|
|
794
|
+
SendApprovalActionMessage: string;
|
|
795
|
+
SendBackActionMessage: string;
|
|
796
|
+
ApproveActionMessage: string;
|
|
797
|
+
RejectActionMessage: string;
|
|
798
|
+
NoVersionhistoryFound: string;
|
|
799
|
+
SendBackAction: string;
|
|
800
|
+
RejectAction: string;
|
|
801
|
+
ApprovedAction: string;
|
|
802
|
+
Cancel: string;
|
|
803
|
+
};
|
|
696
804
|
};
|
|
697
805
|
Tabs: {
|
|
698
806
|
Gamification: string;
|
|
@@ -161,8 +161,8 @@ export declare module PageRollupLocalization {
|
|
|
161
161
|
UniqueUsers: string;
|
|
162
162
|
Aggregate: string;
|
|
163
163
|
};
|
|
164
|
-
|
|
165
|
-
|
|
164
|
+
ShowProfileImage: string;
|
|
165
|
+
ShowName: string;
|
|
166
166
|
};
|
|
167
167
|
DynamicRoller: {
|
|
168
168
|
Title: string;
|
|
@@ -313,6 +313,7 @@ export declare module PageRollupLocalization {
|
|
|
313
313
|
WaitingForApproval: string;
|
|
314
314
|
ScheduledForPublishing: string;
|
|
315
315
|
UnpublishedChanges: string;
|
|
316
|
+
Default: string;
|
|
316
317
|
};
|
|
317
318
|
CalendarView: {
|
|
318
319
|
Title: string;
|
|
@@ -344,6 +345,16 @@ export declare module PageRollupLocalization {
|
|
|
344
345
|
EventHeight: string;
|
|
345
346
|
DefaultTime: string;
|
|
346
347
|
EventColor: string;
|
|
348
|
+
CalendarNavigation: {
|
|
349
|
+
NextDay: string;
|
|
350
|
+
PreviousDay: string;
|
|
351
|
+
NextWeek: string;
|
|
352
|
+
PreviousWeek: string;
|
|
353
|
+
NextMonth: string;
|
|
354
|
+
PreviousMonth: string;
|
|
355
|
+
Next: string;
|
|
356
|
+
Back: string;
|
|
357
|
+
};
|
|
347
358
|
};
|
|
348
359
|
Subscription: {
|
|
349
360
|
Subscribe: string;
|
|
@@ -19,6 +19,8 @@ export declare module PublishingAppLocalization {
|
|
|
19
19
|
IllegalCharacterMessage: string;
|
|
20
20
|
CannotFindLibrary: string;
|
|
21
21
|
Setup: string;
|
|
22
|
+
SharepointUrl: string;
|
|
23
|
+
Tooltip: string;
|
|
22
24
|
HomeBlade: {
|
|
23
25
|
Active: string;
|
|
24
26
|
PendingApproval: string;
|
|
@@ -99,6 +101,15 @@ export declare module PublishingAppLocalization {
|
|
|
99
101
|
DeleteDialogTitle: string;
|
|
100
102
|
DeleteConfirmMessage: string;
|
|
101
103
|
};
|
|
104
|
+
OmniaSearch: {
|
|
105
|
+
Title: string;
|
|
106
|
+
OmniaSearchLogs: string;
|
|
107
|
+
ReindexContent: string;
|
|
108
|
+
Logging: string;
|
|
109
|
+
ReindexContentMessageProgress: string;
|
|
110
|
+
ReindexContentMessage: string;
|
|
111
|
+
ConfirmReindexContentOmniaSearchMessage: string;
|
|
112
|
+
};
|
|
102
113
|
};
|
|
103
114
|
AppDefinition: {
|
|
104
115
|
AppDefinitionName: string;
|
|
@@ -114,6 +125,19 @@ export declare module PublishingAppLocalization {
|
|
|
114
125
|
SharePointCommunicationSite: string;
|
|
115
126
|
};
|
|
116
127
|
};
|
|
128
|
+
AppProvisioning: {
|
|
129
|
+
Steps: {
|
|
130
|
+
MemberStep: {
|
|
131
|
+
Participants: string;
|
|
132
|
+
PrimarySiteCollectionAdministrator: string;
|
|
133
|
+
InputField: {
|
|
134
|
+
Owner: string;
|
|
135
|
+
Members: string;
|
|
136
|
+
Readers: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
};
|
|
117
141
|
ActionButtons: {
|
|
118
142
|
DiscardChanges: string;
|
|
119
143
|
SaveasDraft: string;
|
|
@@ -136,6 +160,7 @@ export declare module PublishingAppLocalization {
|
|
|
136
160
|
CancelSchedule: string;
|
|
137
161
|
ScheduleTooltip: string;
|
|
138
162
|
SendForApproval: string;
|
|
163
|
+
Approval: string;
|
|
139
164
|
Approve: string;
|
|
140
165
|
Reject: string;
|
|
141
166
|
CancelApproval: string;
|
|
@@ -178,6 +203,28 @@ export declare module PublishingAppLocalization {
|
|
|
178
203
|
Subject: string;
|
|
179
204
|
};
|
|
180
205
|
PublishingApproval: {
|
|
206
|
+
MailApprovalStepAssigned: {
|
|
207
|
+
Subject: string;
|
|
208
|
+
Content: string;
|
|
209
|
+
};
|
|
210
|
+
MailStatusUpdate: {
|
|
211
|
+
Subject: string;
|
|
212
|
+
Content: string;
|
|
213
|
+
};
|
|
214
|
+
MailApprovalCompleted: {
|
|
215
|
+
Subject: string;
|
|
216
|
+
Content: string;
|
|
217
|
+
};
|
|
218
|
+
MailApprovalRejected: {
|
|
219
|
+
Subject: string;
|
|
220
|
+
Content: string;
|
|
221
|
+
};
|
|
222
|
+
MailApprovalCanceled: {
|
|
223
|
+
Subject: string;
|
|
224
|
+
Content: string;
|
|
225
|
+
};
|
|
226
|
+
MailHistoryItemSend: string;
|
|
227
|
+
MailHistoryItemFinish: string;
|
|
181
228
|
Approve: {
|
|
182
229
|
Subject: string;
|
|
183
230
|
Content: string;
|
|
@@ -258,7 +305,7 @@ export declare module PublishingAppLocalization {
|
|
|
258
305
|
AutomaticMachineTranslation: string;
|
|
259
306
|
ActiveRightToLeft: string;
|
|
260
307
|
AllowEditMachineTranslation: string;
|
|
261
|
-
|
|
308
|
+
New7WarningDialog: {
|
|
262
309
|
Title: string;
|
|
263
310
|
Message: string;
|
|
264
311
|
};
|
|
@@ -333,5 +380,16 @@ export declare module PublishingAppLocalization {
|
|
|
333
380
|
FileStorage: string;
|
|
334
381
|
FileStorageDescription: string;
|
|
335
382
|
};
|
|
383
|
+
AttachSite: {
|
|
384
|
+
AttachedSiteUrlPlaceHolder: string;
|
|
385
|
+
InvalidSiteUrlErrorMessage: string;
|
|
386
|
+
ExistedSiteUrlErrorMessage: string;
|
|
387
|
+
NoMatchingSPSiteTemplate: string;
|
|
388
|
+
};
|
|
389
|
+
Actions: {
|
|
390
|
+
CreateNew: string;
|
|
391
|
+
AttachSite: string;
|
|
392
|
+
Resolve: string;
|
|
393
|
+
};
|
|
336
394
|
}
|
|
337
395
|
}
|
|
@@ -8,13 +8,13 @@ export declare module CoreLocalization {
|
|
|
8
8
|
Description: string;
|
|
9
9
|
Category: string;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
New7EventManagement: {
|
|
12
12
|
Title: string;
|
|
13
13
|
Description: string;
|
|
14
14
|
Category: string;
|
|
15
15
|
ConsentInformation: string;
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
New7PageTypes: {
|
|
18
18
|
Title: string;
|
|
19
19
|
Description: string;
|
|
20
20
|
Category: string;
|
|
@@ -28,8 +28,8 @@ export declare const GovernanceDashboard: {
|
|
|
28
28
|
UnderuserdId: Guid;
|
|
29
29
|
ActiveUserReader: Guid;
|
|
30
30
|
ActiveUserContributor: Guid;
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
LinkStatusNotFoundId: Guid;
|
|
32
|
+
LinkStatusUnauthorizedId: Guid;
|
|
33
33
|
};
|
|
34
34
|
Properties: {
|
|
35
35
|
ReachFieldId: Guid;
|
|
@@ -144,3 +144,6 @@ export declare const CalendarConstants: {
|
|
|
144
144
|
};
|
|
145
145
|
getByValue: (value: Array<number>) => CalendarViewWeekdaysValue;
|
|
146
146
|
};
|
|
147
|
+
export declare const PageApprovalConstants: {
|
|
148
|
+
FakeDefaultFirstStepId: Guid;
|
|
149
|
+
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { EnterprisePropertyDefinition, GuidValue, Tag, Identity } from "@omnia/fx-models";
|
|
2
2
|
import { ItemQueryEnums, QueryFilter, PageId, VariationId } from "../models";
|
|
3
3
|
export declare module ItemQueryHelper {
|
|
4
|
+
const PageId = "PId";
|
|
5
|
+
const ConditionExpressionFilter = "ConditionExpressionFilter";
|
|
4
6
|
const VariationId = "VariationId";
|
|
5
7
|
function generateExcludePageId(logicalOperator: ItemQueryEnums.FilterLogicalOperator, pageId: PageId, filters?: Array<QueryFilter>): QueryFilter;
|
|
6
8
|
function generateFalseFilter(logicalOperator: ItemQueryEnums.FilterLogicalOperator, filters?: Array<QueryFilter>): QueryFilter;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Identity } from "@omnia/fx-models";
|
|
2
|
+
export declare enum ReindexContentOmniaSearchStatus {
|
|
3
|
+
Unassigned = 0,
|
|
4
|
+
Assigned = 1,
|
|
5
|
+
Success = 2,
|
|
6
|
+
Exception = 3
|
|
7
|
+
}
|
|
8
|
+
export interface ReindexContentOmniaSearchProgress {
|
|
9
|
+
total: number;
|
|
10
|
+
failed: number;
|
|
11
|
+
description: string;
|
|
12
|
+
succeed: number;
|
|
13
|
+
appsProgress: {
|
|
14
|
+
[publishingAppId: string]: ReindexContentOmniaSearchAppProgress;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
export interface ReindexContentOmniaSearchAppProgress {
|
|
18
|
+
failed: number;
|
|
19
|
+
succeed: number;
|
|
20
|
+
}
|
|
21
|
+
export interface ReindexContentOmniaSearch {
|
|
22
|
+
id: number;
|
|
23
|
+
status: ReindexContentOmniaSearchStatus;
|
|
24
|
+
createdAt: string;
|
|
25
|
+
createdBy: Identity;
|
|
26
|
+
modifiedAt: string;
|
|
27
|
+
modifiedBy: Identity;
|
|
28
|
+
error?: string;
|
|
29
|
+
resourceId?: string;
|
|
30
|
+
progress?: ReindexContentOmniaSearchProgress;
|
|
31
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { ReindexContentOmniaSearch } from "../models";
|
|
3
|
+
export declare class OmniaSearchPageStore extends Store {
|
|
4
|
+
private omniaSearchPageService;
|
|
5
|
+
onActivated(): void;
|
|
6
|
+
onDisposing(): void;
|
|
7
|
+
getters: {};
|
|
8
|
+
/**
|
|
9
|
+
* Implementation of mutations
|
|
10
|
+
*/
|
|
11
|
+
mutations: {};
|
|
12
|
+
/**
|
|
13
|
+
* Implementation of actions
|
|
14
|
+
*/
|
|
15
|
+
actions: {
|
|
16
|
+
triggerReindexContentOmniaSearchPublishingApp: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: string) => void, (failureReason: any) => void, () => Promise<string>>;
|
|
17
|
+
triggerReindexOmniaSearchTenant: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: string) => void, (failureReason: any) => void, () => Promise<string>>;
|
|
18
|
+
pollingReindexContentOmniaSearchStatus: import("@omnia/fx/stores").StoreAction<unknown, (resourceId: string) => void, (result: ReindexContentOmniaSearch, resourceId: string) => void, (failureReason: any, resourceId: string) => void, (resourceId: string) => Promise<ReindexContentOmniaSearch>>;
|
|
19
|
+
getReindexContentLogs: import("@omnia/fx/stores").StoreAction<unknown, (resourceId: string, pageNr?: number, pageSize?: number, sortColumn?: string, sortDesc?: boolean) => void, (result: {
|
|
20
|
+
total: number;
|
|
21
|
+
value: ReindexContentOmniaSearch[];
|
|
22
|
+
}, resourceId: string, pageNr?: number, pageSize?: number, sortColumn?: string, sortDesc?: boolean) => void, (failureReason: any, resourceId: string, pageNr?: number, pageSize?: number, sortColumn?: string, sortDesc?: boolean) => void, (resourceId: string, pageNr?: number, pageSize?: number, sortColumn?: string, sortDesc?: boolean) => Promise<{
|
|
23
|
+
total: number;
|
|
24
|
+
value: ReindexContentOmniaSearch[];
|
|
25
|
+
}>>;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { IMessageBusTopicPublishSubscriber, NotificationMessage } from "@omnia/fx-models";
|
|
2
|
-
import {
|
|
2
|
+
import { MessageBusTopicMediator } from "@omnia/fx";
|
|
3
|
+
import { CalendarRollupRegistrationView, PageRollupRegistrationView, RTFMediaPickerMessage, RTFLinkPickerMessage, PropertyUpdatedMessage, ChannelRollupRegistrationView, ContentBlockAutomaticSummaryRegistration } from "../models";
|
|
3
4
|
export declare class InternalWcmTopics {
|
|
4
5
|
static get onEnterPrisePropertyUpdated(): IMessageBusTopicPublishSubscriber<PropertyUpdatedMessage>;
|
|
5
6
|
static get refreshButtonByTypeId(): IMessageBusTopicPublishSubscriber<string>;
|
|
@@ -12,4 +13,5 @@ export declare class InternalWcmTopics {
|
|
|
12
13
|
static get enableInputMSTeamsUrl(): IMessageBusTopicPublishSubscriber<boolean>;
|
|
13
14
|
static get publishTargetPagesTriggered(): IMessageBusTopicPublishSubscriber<boolean>;
|
|
14
15
|
static get registerChannelRollupView(): IMessageBusTopicPublishSubscriber<ChannelRollupRegistrationView>;
|
|
16
|
+
static get generateSummaryContentBlockTopic(): MessageBusTopicMediator<ContentBlockAutomaticSummaryRegistration>;
|
|
15
17
|
}
|
|
@@ -22,6 +22,8 @@ export declare const PageRollupConstants: {
|
|
|
22
22
|
readonly navigationDepthLevelInternalName: string;
|
|
23
23
|
readonly navigationStartNodeInternalName: string;
|
|
24
24
|
readonly navigationSortInternalName: string;
|
|
25
|
+
readonly pCreatedAt: string;
|
|
26
|
+
readonly pCreatedBy: string;
|
|
25
27
|
readonly PageSizeMax: number;
|
|
26
28
|
readonly DefaultPageSize: number;
|
|
27
29
|
readonly channelIdInternalName: string;
|
|
@@ -45,13 +47,15 @@ export declare const Constants: {
|
|
|
45
47
|
community: string;
|
|
46
48
|
infoScreen: string;
|
|
47
49
|
eventmanagement: string;
|
|
48
|
-
yammerIntegration: string;
|
|
49
50
|
versionedControlledDocument: string;
|
|
50
51
|
digitalSignage: string;
|
|
51
52
|
socialReactions: string;
|
|
52
53
|
webContentManagementCore: string;
|
|
53
54
|
calendarRollupCore: string;
|
|
54
|
-
|
|
55
|
+
communityPropertiesAndPageTypes: string;
|
|
56
|
+
publishingAppInfrastructure: string;
|
|
57
|
+
eventPageType: string;
|
|
58
|
+
omniasearch: string;
|
|
55
59
|
};
|
|
56
60
|
communityAppDefinitionInfo: {
|
|
57
61
|
id: Guid;
|
|
@@ -77,6 +81,11 @@ export declare const Constants: {
|
|
|
77
81
|
documentDataTypeProvider: {
|
|
78
82
|
id: string;
|
|
79
83
|
};
|
|
84
|
+
properties: {
|
|
85
|
+
registrations: {
|
|
86
|
+
pagePropertyBindingProviderId: Guid;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
80
89
|
pageProvider: {
|
|
81
90
|
id: string;
|
|
82
91
|
};
|
|
@@ -86,6 +95,9 @@ export declare const Constants: {
|
|
|
86
95
|
prefixTokens: {
|
|
87
96
|
publishingApp: string;
|
|
88
97
|
};
|
|
98
|
+
reindexContent: {
|
|
99
|
+
tenantResourceId: string;
|
|
100
|
+
};
|
|
89
101
|
};
|
|
90
102
|
export declare class WCMEnterpriseProperties {
|
|
91
103
|
static Recipients: {
|
|
@@ -134,3 +146,34 @@ export declare const PageRollupFilterEngineContextPropertyTypes: {
|
|
|
134
146
|
publishingChannel: Guid;
|
|
135
147
|
checkedOutBy: Guid;
|
|
136
148
|
};
|
|
149
|
+
export declare const OmniaSearchConstants: {
|
|
150
|
+
timestamp(str: string): string;
|
|
151
|
+
readonly title: string;
|
|
152
|
+
readonly type: string;
|
|
153
|
+
readonly pageCollectionId: string;
|
|
154
|
+
readonly publishingAppId: string;
|
|
155
|
+
readonly pUrlSegment: string;
|
|
156
|
+
readonly pageId: string;
|
|
157
|
+
readonly channels: string;
|
|
158
|
+
readonly defaultChannel: string;
|
|
159
|
+
readonly layoutDataParentPageId: string;
|
|
160
|
+
readonly commentsAndLikesSettings: string;
|
|
161
|
+
readonly commentCount: string;
|
|
162
|
+
readonly reactionCount: string;
|
|
163
|
+
readonly commentCountLastWeek: string;
|
|
164
|
+
readonly reactionCountLastWeek: string;
|
|
165
|
+
readonly commentCountLastMonth: string;
|
|
166
|
+
readonly reactionCountLastMonth: string;
|
|
167
|
+
readonly pageHitsTotal: string;
|
|
168
|
+
readonly uniqueVisitorsTotal: string;
|
|
169
|
+
readonly pageHitsLastWeek: string;
|
|
170
|
+
readonly uniqueVisitorsLastWeek: string;
|
|
171
|
+
readonly pageHitsLastMonth: string;
|
|
172
|
+
readonly uniqueVisitorsLastMonth: string;
|
|
173
|
+
readonly variationId: string;
|
|
174
|
+
readonly variationOfPageId: string;
|
|
175
|
+
readonly notCreatedVariationIds: string;
|
|
176
|
+
readonly isDefaultPageVariation: string;
|
|
177
|
+
readonly hiddenByPageId: string;
|
|
178
|
+
readonly deletedAt: string;
|
|
179
|
+
};
|