@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.
Files changed (161) hide show
  1. package/internal-do-not-import-from-here/core/Constants.d.ts +2 -0
  2. package/internal-do-not-import-from-here/core/Utils.d.ts +1 -4
  3. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +14 -16
  4. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +108 -0
  5. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +13 -2
  6. package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +59 -1
  7. package/internal-do-not-import-from-here/core/loc/eventmanagement/localize.d.ts +2 -2
  8. package/internal-do-not-import-from-here/fx/constants.d.ts +5 -2
  9. package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +2 -0
  10. package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +31 -0
  11. package/internal-do-not-import-from-here/fx/internal/models/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +27 -0
  13. package/internal-do-not-import-from-here/fx/internal/stores/index.d.ts +1 -0
  14. package/internal-do-not-import-from-here/fx/messaging/InternalWcmTopics.d.ts +3 -1
  15. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +45 -2
  16. package/internal-do-not-import-from-here/fx/models/Constants.js +109 -4
  17. package/internal-do-not-import-from-here/fx/models/Enums.d.ts +4 -2
  18. package/internal-do-not-import-from-here/fx/models/Enums.js +3 -1
  19. package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +13 -2
  20. package/internal-do-not-import-from-here/fx/models/ManifestIds.js +15 -2
  21. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyRequest.d.ts +4 -0
  22. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyResult.d.ts +4 -0
  23. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyResult.js +2 -0
  24. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +37 -0
  25. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.js +19 -0
  26. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.d.ts +11 -0
  27. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.js +2 -0
  28. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.d.ts +10 -0
  29. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.js +2 -0
  30. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportSummary.d.ts +10 -0
  31. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportSummary.js +2 -0
  32. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/index.d.ts +4 -0
  33. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/index.js +7 -0
  34. package/internal-do-not-import-from-here/fx/models/apps/AppTemplateProperties.d.ts +6 -0
  35. package/internal-do-not-import-from-here/fx/models/apps/WCMAppInstanceContext.d.ts +4 -0
  36. package/internal-do-not-import-from-here/fx/models/apps/WCMAppInstanceContext.js +2 -0
  37. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +4 -0
  38. package/internal-do-not-import-from-here/fx/models/components/MediaBlock.d.ts +15 -0
  39. package/internal-do-not-import-from-here/fx/models/components/MediaBlockStyles.d.ts +1 -0
  40. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +2 -0
  41. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.d.ts +8 -0
  42. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.js +2 -0
  43. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +1 -0
  44. package/internal-do-not-import-from-here/fx/models/digitalsignage/index.d.ts +1 -0
  45. package/internal-do-not-import-from-here/fx/models/digitalsignage/index.js +1 -0
  46. package/internal-do-not-import-from-here/fx/models/eventmanagement/Participant.d.ts +4 -4
  47. package/internal-do-not-import-from-here/fx/models/index.d.ts +4 -1
  48. package/internal-do-not-import-from-here/fx/models/index.js +4 -1
  49. package/internal-do-not-import-from-here/fx/models/pagenavigation/AnchorNavigationLink.d.ts +7 -0
  50. package/internal-do-not-import-from-here/fx/models/pagenavigation/AnchorNavigationLink.js +2 -0
  51. package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.d.ts +17 -0
  52. package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.js +9 -0
  53. package/internal-do-not-import-from-here/fx/models/pagenavigation/index.d.ts +2 -0
  54. package/internal-do-not-import-from-here/fx/models/pagenavigation/index.js +5 -0
  55. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +1 -0
  56. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -0
  57. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListViewSettings.d.ts +0 -2
  58. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +19 -7
  59. package/internal-do-not-import-from-here/fx/models/pages/ApprovalRequestInfo.d.ts +7 -2
  60. package/internal-do-not-import-from-here/fx/models/pages/OpenAIPropertyMappingValue.d.ts +9 -0
  61. package/internal-do-not-import-from-here/fx/models/pages/OpenAIPropertyMappingValue.js +2 -0
  62. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +8 -0
  63. package/internal-do-not-import-from-here/fx/models/pages/PageTypeData.d.ts +2 -2
  64. package/internal-do-not-import-from-here/fx/models/pages/approval/AnyoneApprovalData.d.ts +8 -0
  65. package/internal-do-not-import-from-here/fx/models/pages/approval/AnyoneApprovalData.js +11 -0
  66. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalData.d.ts +6 -0
  67. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalData.js +6 -0
  68. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.d.ts +8 -0
  69. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.js +10 -0
  70. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.d.ts +64 -0
  71. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.js +54 -0
  72. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalType.d.ts +8 -0
  73. package/internal-do-not-import-from-here/fx/models/pages/{ApprovalData.js → approval/ApprovalType.js} +3 -0
  74. package/internal-do-not-import-from-here/fx/models/pages/approval/LimitedUserApprovalData.d.ts +10 -0
  75. package/internal-do-not-import-from-here/fx/models/pages/approval/LimitedUserApprovalData.js +10 -0
  76. package/internal-do-not-import-from-here/fx/models/pages/approval/MultiApprovalData.d.ts +10 -0
  77. package/internal-do-not-import-from-here/fx/models/pages/approval/MultiApprovalData.js +11 -0
  78. package/internal-do-not-import-from-here/fx/models/pages/approval/PersonPropertyApprovalData.d.ts +9 -0
  79. package/internal-do-not-import-from-here/fx/models/pages/approval/PersonPropertyApprovalData.js +10 -0
  80. package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.d.ts +13 -0
  81. package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.js +10 -0
  82. package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.d.ts +4 -0
  83. package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.js +6 -0
  84. package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +11 -1
  85. package/internal-do-not-import-from-here/fx/models/pages/index.js +11 -1
  86. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.d.ts +13 -0
  87. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.js +16 -0
  88. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.d.ts +13 -0
  89. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.js +16 -0
  90. package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.d.ts +13 -0
  91. package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.js +16 -0
  92. package/internal-do-not-import-from-here/fx/models/properties/definitions/index.d.ts +3 -0
  93. package/internal-do-not-import-from-here/fx/models/properties/definitions/index.js +6 -0
  94. package/internal-do-not-import-from-here/fx/models/properties/index.d.ts +2 -0
  95. package/internal-do-not-import-from-here/fx/models/properties/index.js +5 -0
  96. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.d.ts +5 -0
  97. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.js +11 -0
  98. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.d.ts +5 -0
  99. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.js +11 -0
  100. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +5 -0
  101. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.js +11 -0
  102. package/internal-do-not-import-from-here/fx/models/properties/values/index.d.ts +3 -0
  103. package/internal-do-not-import-from-here/fx/models/properties/values/index.js +6 -0
  104. package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.d.ts +9 -0
  105. package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.js +2 -0
  106. package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.d.ts +10 -2
  107. package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.js +1 -1
  108. package/internal-do-not-import-from-here/fx/models/publishingrule/RejectPageInfo.d.ts +3 -0
  109. package/internal-do-not-import-from-here/fx/models/publishingrule/SendBackPageInfo.d.ts +6 -0
  110. package/internal-do-not-import-from-here/fx/models/publishingrule/SendBackPageInfo.js +2 -0
  111. package/internal-do-not-import-from-here/fx/models/publishingrule/index.d.ts +2 -0
  112. package/internal-do-not-import-from-here/fx/models/publishingrule/index.js +2 -0
  113. package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +32 -0
  114. package/internal-do-not-import-from-here/fx/models/search/PageDocument.js +2 -0
  115. package/internal-do-not-import-from-here/fx/models/search/index.d.ts +1 -0
  116. package/internal-do-not-import-from-here/fx/models/{urlstate → search}/index.js +1 -1
  117. package/internal-do-not-import-from-here/fx/models/social/Topics/UserTopic.d.ts +2 -1
  118. package/internal-do-not-import-from-here/fx/models/social/Topics/UserTopic.js +2 -1
  119. package/internal-do-not-import-from-here/fx/services/AiContentPageReportService.d.ts +17 -0
  120. package/internal-do-not-import-from-here/fx/services/OmniaSearchPageService.d.ts +18 -0
  121. package/internal-do-not-import-from-here/fx/services/OpenAIPageCreationService.d.ts +18 -0
  122. package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +2 -0
  123. package/internal-do-not-import-from-here/fx/services/PageService.d.ts +2 -1
  124. package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +7 -6
  125. package/internal-do-not-import-from-here/fx/services/index.d.ts +3 -1
  126. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +32 -0
  127. package/internal-do-not-import-from-here/fx/{stores → shared}/PageRollupStoreHelper.d.ts +9 -5
  128. package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +23 -0
  129. package/internal-do-not-import-from-here/fx/shared/index.d.ts +3 -0
  130. package/internal-do-not-import-from-here/fx/stores/CurrentNavigationStore.d.ts +2 -0
  131. package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +1 -0
  132. package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +17 -5
  133. package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +2 -1
  134. package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +23 -17
  135. package/internal-do-not-import-from-here/fx/stores/index.d.ts +0 -1
  136. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  137. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  138. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationQueryRequest.d.ts +2 -2
  139. package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationPageArchiveInformationStatus.d.ts +6 -0
  140. package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationPageArchiveInformationStatus.js +2 -0
  141. package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.d.ts +2 -1
  142. package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js +1 -0
  143. package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.d.ts +25 -3
  144. package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.js +2 -0
  145. package/internal-do-not-import-from-here/models/publishingapp/editor/IPageEditorItem.d.ts +1 -0
  146. package/internal-do-not-import-from-here/models/security/Security.d.ts +8 -1
  147. package/internal-do-not-import-from-here/models/security/Security.js +26 -1
  148. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestActionSettings.d.ts +7 -0
  149. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestActionSettings.js +2 -0
  150. package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +1 -0
  151. package/internal-do-not-import-from-here/models/signoffrequest/index.js +1 -0
  152. package/internal-do-not-import-from-here/tooling.output.json +1 -0
  153. package/package.json +1 -1
  154. package/task.js +3 -3
  155. package/task.ts +4 -4
  156. package/internal-do-not-import-from-here/fx/models/pages/ApprovalData.d.ts +0 -13
  157. package/internal-do-not-import-from-here/fx/models/urlstate/UrlState.d.ts +0 -25
  158. package/internal-do-not-import-from-here/fx/models/urlstate/index.d.ts +0 -1
  159. package/internal-do-not-import-from-here/fx/services/UrlStateService.d.ts +0 -9
  160. package/internal-do-not-import-from-here/fx/stores/UrlHistoryStore.d.ts +0 -23
  161. /package/internal-do-not-import-from-here/fx/models/{urlstate/UrlState.js → aipagecontentreport/PageAiAnalysisPropertyRequest.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PageRollupFilterEngineContextPropertyTypes = exports.PageBuiltInColumnConstants = exports.SignOffRequestConstants = exports.DigitalSignageConstants = exports.InfoScreenViewIdConstants = exports.InfoScreenConstants = exports.WCMEnterpriseProperties = exports.Constants = exports.PageRollupConstants = void 0;
3
+ exports.OmniaSearchConstants = exports.PageRollupFilterEngineContextPropertyTypes = exports.PageBuiltInColumnConstants = exports.SignOffRequestConstants = exports.DigitalSignageConstants = exports.InfoScreenViewIdConstants = exports.InfoScreenConstants = exports.WCMEnterpriseProperties = exports.Constants = exports.PageRollupConstants = void 0;
4
4
  const fx_models_1 = require("@omnia/fx-models");
5
5
  exports.PageRollupConstants = {
6
6
  get pageTitleAndLink() {
@@ -71,8 +71,14 @@ exports.PageRollupConstants = {
71
71
  get navigationSortInternalName() {
72
72
  return "009d5f06-f0ab-47ee-990c-e263f9495f15";
73
73
  },
74
+ get pCreatedAt() {
75
+ return "PCreatedAt";
76
+ },
77
+ get pCreatedBy() {
78
+ return "PCreatedBy";
79
+ },
74
80
  get PageSizeMax() {
75
- return 200;
81
+ return 500;
76
82
  },
77
83
  get DefaultPageSize() {
78
84
  return 30;
@@ -122,13 +128,15 @@ exports.Constants = {
122
128
  community: "c6d779e8-58ef-4f5d-9fe4-dbdd311bf9c9",
123
129
  infoScreen: "5899f95b-0b0e-43ef-bfc5-fb387467b914",
124
130
  eventmanagement: "5d84674a-da6f-455f-90e7-ec7c90ca3a26",
125
- yammerIntegration: "560986c7-56dd-4aea-abec-008825a53dc8",
126
131
  versionedControlledDocument: "5bc17781-4f2f-4119-8359-652300d9ace9",
127
132
  digitalSignage: "e6b16d30-0767-47e7-bc00-d02f77ec9541",
128
133
  socialReactions: "7aa05c7f-c939-4224-9835-be6fe847ccf8",
129
134
  webContentManagementCore: "5870a19f-3904-4a94-9b94-e5a2140ab000",
130
135
  calendarRollupCore: "07ab2c12-6f73-45b5-bf6f-864114a66415",
131
- brokenLinkDetection: "d1b958e2-8023-4324-a538-157b8f2c57b3"
136
+ communityPropertiesAndPageTypes: "e7f6a798-6ea4-4012-8c3c-f9e00bcd510b",
137
+ publishingAppInfrastructure: "4c880576-5645-4f13-b328-784f4a0fb8a9",
138
+ eventPageType: "f3a94830-a373-4e92-ad94-48b57f9783ee",
139
+ omniasearch: "5765b73b-0c92-48dd-bd2b-604dfdf0f9a5"
132
140
  },
133
141
  communityAppDefinitionInfo: {
134
142
  id: new fx_models_1.Guid("3b0e3cd4-911e-49cf-a401-b6c904526b85"),
@@ -155,6 +163,11 @@ exports.Constants = {
155
163
  documentDataTypeProvider: {
156
164
  id: "1bbedca1-baf3-4b90-86f6-2619d1d14431"
157
165
  },
166
+ properties: {
167
+ registrations: {
168
+ pagePropertyBindingProviderId: new fx_models_1.Guid("8731b89c-f671-497c-ba6e-902fdc60221b"),
169
+ }
170
+ },
158
171
  pageProvider: {
159
172
  id: "6639cddb-db09-43f8-b5dc-48d2d8e00812"
160
173
  },
@@ -164,6 +177,9 @@ exports.Constants = {
164
177
  prefixTokens: {
165
178
  publishingApp: "PublishingApp"
166
179
  },
180
+ reindexContent: {
181
+ tenantResourceId: "tenant"
182
+ }
167
183
  };
168
184
  class WCMEnterpriseProperties {
169
185
  }
@@ -217,3 +233,92 @@ exports.PageRollupFilterEngineContextPropertyTypes = {
217
233
  publishingChannel: new fx_models_1.Guid("0feb169b-0d7a-49e5-aa4c-e6bec46ede30"),
218
234
  checkedOutBy: new fx_models_1.Guid("49055adf-2723-4f50-93b1-dd8c6a3221dc")
219
235
  };
236
+ exports.OmniaSearchConstants = {
237
+ timestamp(str) {
238
+ return `${str}Timestamp`;
239
+ },
240
+ get title() {
241
+ return "title";
242
+ },
243
+ get type() {
244
+ return "type";
245
+ },
246
+ get pageCollectionId() {
247
+ return "pageCollectionId";
248
+ },
249
+ get publishingAppId() {
250
+ return "publishingAppId";
251
+ },
252
+ get pUrlSegment() {
253
+ return "pUrlSegment";
254
+ },
255
+ get pageId() {
256
+ return "pageId";
257
+ },
258
+ get channels() {
259
+ return "channels";
260
+ },
261
+ get defaultChannel() {
262
+ return "defaultChannel";
263
+ },
264
+ get layoutDataParentPageId() {
265
+ return "layoutDataParentPageId";
266
+ },
267
+ get commentsAndLikesSettings() {
268
+ return "commentsAndLikesSettings";
269
+ },
270
+ get commentCount() {
271
+ return "commentCount";
272
+ },
273
+ get reactionCount() {
274
+ return "reactionCount";
275
+ },
276
+ get commentCountLastWeek() {
277
+ return "commentCountLastWeek";
278
+ },
279
+ get reactionCountLastWeek() {
280
+ return "reactionCountLastWeek";
281
+ },
282
+ get commentCountLastMonth() {
283
+ return "commentCountLastMonth";
284
+ },
285
+ get reactionCountLastMonth() {
286
+ return "reactionCountLastMonth";
287
+ },
288
+ get pageHitsTotal() {
289
+ return "pageHitsTotal";
290
+ },
291
+ get uniqueVisitorsTotal() {
292
+ return "uniqueVisitorsTotal";
293
+ },
294
+ get pageHitsLastWeek() {
295
+ return "pageHitsLastWeek";
296
+ },
297
+ get uniqueVisitorsLastWeek() {
298
+ return "uniqueVisitorsLastWeek";
299
+ },
300
+ get pageHitsLastMonth() {
301
+ return "pageHitsLastMonth";
302
+ },
303
+ get uniqueVisitorsLastMonth() {
304
+ return "uniqueVisitorsLastMonth";
305
+ },
306
+ get variationId() {
307
+ return "variationId";
308
+ },
309
+ get variationOfPageId() {
310
+ return "variationOfPageId";
311
+ },
312
+ get notCreatedVariationIds() {
313
+ return "notCreatedVariationIds";
314
+ },
315
+ get isDefaultPageVariation() {
316
+ return "isDefaultPageVariation";
317
+ },
318
+ get hiddenByPageId() {
319
+ return "hiddenByPageId";
320
+ },
321
+ get deletedAt() {
322
+ return "deletedAt";
323
+ }
324
+ };
@@ -9,7 +9,8 @@ export declare enum ResourceEvaluators {
9
9
  SecurityResource = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.ISecurityResourceEvaluator",
10
10
  PageCollection = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IPageCollectionResourceEvaluator",
11
11
  ChannelSecurityResource = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IChannelSecurityResourceEvaluator",
12
- ExtensionResource = "Omnia.Fx.Extensions.Security.IExtensionInstanceResourceEvaluator"
12
+ ExtensionResource = "Omnia.Fx.Extensions.Security.IExtensionInstanceResourceEvaluator",
13
+ PageApprovalResource = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IPageApprovalSecurityResourceEvaluator"
13
14
  }
14
15
  export declare enum RoleDefinitions {
15
16
  Editor = "4e76e9ec-ecbc-48cc-bd50-68d573d795b1",
@@ -21,7 +22,8 @@ export declare enum RoleDefinitions {
21
22
  WCMChannelAdmin = "5c9df4ab-f6b4-432b-bfb8-65ef20bc0198",
22
23
  WCMChannelPublisher = "08a55ae6-75c3-4dff-afc3-be78745fdcc9",
23
24
  ChannelAdministratorListReader = "fb739a2e-b0e8-4c3e-825a-c5b21768bc67",
24
- DigitalSignageReader = "e5dd5245-2efe-4c2c-a734-3252554f8f99"
25
+ DigitalSignageReader = "e5dd5245-2efe-4c2c-a734-3252554f8f99",
26
+ Approver = "054b42f0-2d34-4ce0-b9ce-e14e9fd878c1"
25
27
  }
26
28
  export declare enum WcmPropertyDefaultValues {
27
29
  CalculateFromProperty = "[CalculateFromProperty]",
@@ -14,7 +14,8 @@ var ResourceEvaluators;
14
14
  ResourceEvaluators["SecurityResource"] = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.ISecurityResourceEvaluator";
15
15
  ResourceEvaluators["PageCollection"] = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IPageCollectionResourceEvaluator";
16
16
  ResourceEvaluators["ChannelSecurityResource"] = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IChannelSecurityResourceEvaluator";
17
- ResourceEvaluators["ExtensionResource"] = "Omnia.Fx.Extensions.Security.IExtensionInstanceResourceEvaluator"; // SHOULD BE IN OMNIA.FX
17
+ ResourceEvaluators["ExtensionResource"] = "Omnia.Fx.Extensions.Security.IExtensionInstanceResourceEvaluator";
18
+ ResourceEvaluators["PageApprovalResource"] = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IPageApprovalSecurityResourceEvaluator";
18
19
  })(ResourceEvaluators = exports.ResourceEvaluators || (exports.ResourceEvaluators = {}));
19
20
  var RoleDefinitions;
20
21
  (function (RoleDefinitions) {
@@ -29,6 +30,7 @@ var RoleDefinitions;
29
30
  RoleDefinitions["WCMChannelPublisher"] = "08a55ae6-75c3-4dff-afc3-be78745fdcc9";
30
31
  RoleDefinitions["ChannelAdministratorListReader"] = "fb739a2e-b0e8-4c3e-825a-c5b21768bc67";
31
32
  RoleDefinitions["DigitalSignageReader"] = "e5dd5245-2efe-4c2c-a734-3252554f8f99";
33
+ RoleDefinitions["Approver"] = "054b42f0-2d34-4ce0-b9ce-e14e9fd878c1";
32
34
  })(RoleDefinitions = exports.RoleDefinitions || (exports.RoleDefinitions = {}));
33
35
  var WcmPropertyDefaultValues;
34
36
  (function (WcmPropertyDefaultValues) {
@@ -33,6 +33,7 @@ export declare class WcmResourceManifests {
33
33
  static get AdminCore(): Guid;
34
34
  static get PublishingApp(): Guid;
35
35
  static get AdminRegistrations(): Guid;
36
+ static get AppProvisioningStepMemberStepTemplateRegistration(): Guid;
36
37
  static get AdminAppCore(): Guid;
37
38
  static get CommunitiesAdminRegistrations(): Guid;
38
39
  static get Editor(): Guid;
@@ -86,8 +87,9 @@ export declare class WcmResourceManifests {
86
87
  static get SignOffRequestPageProvider(): Guid;
87
88
  static get SignOffRequestBanner(): Guid;
88
89
  static get PublishingAppToken(): Guid;
89
- static get PagePropertiesPropvider(): Guid;
90
- static get PagePropertiesPropviderCore(): Guid;
90
+ static get PagePropertiesProvider(): Guid;
91
+ static get PagePropertiesProviderCore(): Guid;
92
+ static get PagePropertyBindingProvider(): Guid;
91
93
  static get RTFExtensions(): Guid;
92
94
  static get MySubscriptionProvider(): Guid;
93
95
  static get ChannelRollupCore(): Guid;
@@ -194,6 +196,9 @@ export declare class WcmWebComponentManifests {
194
196
  static get AdminPageCollectionSettingBlade(): Guid;
195
197
  static get AdminCreatePageCollection(): Guid;
196
198
  static get AdminPageCollectionSetting(): Guid;
199
+ static get AppProvisioningStepMemberStep(): Guid;
200
+ static get AppProvisioningStepMemberSummary(): Guid;
201
+ static get AppProvisioningInformationSummary(): Guid;
197
202
  static get ContentBlockBreakPointSettings(): Guid;
198
203
  static get TranslationDialog(): Guid;
199
204
  static get PageRollupRollerViewSettings(): Guid;
@@ -321,6 +326,7 @@ export declare class WcmWebComponentManifests {
321
326
  static get AppSettingsArchiveComponent(): Guid;
322
327
  static get CalendarRollupEventDialog(): Guid;
323
328
  static get ChannelManagementBlade(): Guid;
329
+ static get WcmAdminOmniaSearchBlade(): Guid;
324
330
  static Blocks: {
325
331
  new (): {};
326
332
  readonly Banner: Guid;
@@ -364,6 +370,11 @@ export declare class WcmWebComponentManifests {
364
370
  static get PageRollupCheckedOutByPropertyDefaultValueInput(): Guid;
365
371
  static get WCMGlossaryUISettingBlade(): Guid;
366
372
  static get WCMGlossaryUISettingsTree(): Guid;
373
+ static get ApprovalHistory(): Guid;
374
+ static get AttachSiteButton(): Guid;
375
+ static get AppEditing(): Guid;
376
+ static get OmniaSearchLoggingCore(): Guid;
377
+ static get OmniaSearchLogging(): Guid;
367
378
  }
368
379
  export declare class InfoScreenManifests {
369
380
  static get AdminRegistration(): Guid;
@@ -45,6 +45,7 @@ class WcmResourceManifests {
45
45
  static get AdminCore() { return new fx_models_1.Guid("2d252f53-20ec-4d98-a011-9c9a17ed050b"); }
46
46
  static get PublishingApp() { return new fx_models_1.Guid("bab17099-2c30-440a-9b95-0cb2c2e2839c"); }
47
47
  static get AdminRegistrations() { return new fx_models_1.Guid("370b9e63-1528-421c-a731-d279d83a113e"); }
48
+ static get AppProvisioningStepMemberStepTemplateRegistration() { return new fx_models_1.Guid("65ff901e-3320-4fdb-834d-d46435b3a60c"); }
48
49
  static get AdminAppCore() { return new fx_models_1.Guid("ff071b73-4c98-4b66-ae8b-bbcfe2ecffbd"); }
49
50
  static get CommunitiesAdminRegistrations() { return new fx_models_1.Guid("2f1873b1-6aeb-4286-bf59-9816bb1c1f85"); }
50
51
  static get Editor() { return new fx_models_1.Guid("d6aebf22-5e60-4895-bbe7-bda6736b0a75"); }
@@ -99,8 +100,9 @@ class WcmResourceManifests {
99
100
  static get SignOffRequestPageProvider() { return new fx_models_1.Guid("4852704d-f6cc-4465-94f2-35ce664b6b18"); }
100
101
  static get SignOffRequestBanner() { return new fx_models_1.Guid("aea1569f-94dc-498c-a0fc-3a525c851352"); }
101
102
  static get PublishingAppToken() { return new fx_models_1.Guid("3d0b5714-6e71-4ad6-a0f9-3a5a232cba6e"); }
102
- static get PagePropertiesPropvider() { return new fx_models_1.Guid("75e97f74-b5f6-4a17-9ed8-8dc2cff4e9b0"); }
103
- static get PagePropertiesPropviderCore() { return new fx_models_1.Guid("35ddf13a-319d-4245-a9d8-d321c8604447"); }
103
+ static get PagePropertiesProvider() { return new fx_models_1.Guid("75e97f74-b5f6-4a17-9ed8-8dc2cff4e9b0"); }
104
+ static get PagePropertiesProviderCore() { return new fx_models_1.Guid("35ddf13a-319d-4245-a9d8-d321c8604447"); }
105
+ static get PagePropertyBindingProvider() { return new fx_models_1.Guid("84dc7fa4-a70c-470d-90b5-3df966391626"); }
104
106
  static get RTFExtensions() { return new fx_models_1.Guid("cee422ab-d5bb-4f7c-b2b2-44b2169cd17b"); }
105
107
  static get MySubscriptionProvider() { return new fx_models_1.Guid("153b82dc-06a0-4b03-9192-801601c38b52"); }
106
108
  static get ChannelRollupCore() { return new fx_models_1.Guid("5c043b21-a4e4-4cac-908c-f35ad1b69b62"); }
@@ -210,6 +212,9 @@ class WcmWebComponentManifests {
210
212
  static get AdminPageCollectionSettingBlade() { return new fx_models_1.Guid("0e51c7bc-368e-4d75-8fc8-0345a395cd69"); }
211
213
  static get AdminCreatePageCollection() { return new fx_models_1.Guid("3b91e7fa-7c80-4829-98b2-635e743d9750"); }
212
214
  static get AdminPageCollectionSetting() { return new fx_models_1.Guid("30a668a4-efb0-45f7-a318-47685e0c7ce2"); }
215
+ static get AppProvisioningStepMemberStep() { return new fx_models_1.Guid("5699d7bb-2c5e-487d-9fa1-81431254980e"); }
216
+ static get AppProvisioningStepMemberSummary() { return new fx_models_1.Guid("c2a6266f-16dc-4114-9489-d7707d82beae"); }
217
+ static get AppProvisioningInformationSummary() { return new fx_models_1.Guid("61d306ed-6ef9-492a-b75a-f9b8e8941662"); }
213
218
  static get ContentBlockBreakPointSettings() { return new fx_models_1.Guid("8391E163-0623-43E6-871B-029470494A79"); }
214
219
  static get TranslationDialog() { return new fx_models_1.Guid("4a1b4080-7955-4143-9681-80eb8e94f09e"); }
215
220
  static get PageRollupRollerViewSettings() { return new fx_models_1.Guid("48A601CA-D5A5-4A4E-88D2-ABE88C204B78"); }
@@ -338,6 +343,7 @@ class WcmWebComponentManifests {
338
343
  static get AppSettingsArchiveComponent() { return new fx_models_1.Guid("1f673aa8-ea52-4e64-96bd-ea837012674b"); }
339
344
  static get CalendarRollupEventDialog() { return new fx_models_1.Guid("07C3E30D-939D-487E-AD01-189557BE3877"); }
340
345
  static get ChannelManagementBlade() { return new fx_models_1.Guid("a8c1f0b5-ca39-46a6-9e0e-40e01d1744d3"); }
346
+ static get WcmAdminOmniaSearchBlade() { return new fx_models_1.Guid("0751f1aa-16a0-4c80-b3e2-b678e8c52435"); }
341
347
  static get NewsletterEmailSendingHandler() { return new fx_models_1.Guid("a47891d9-789a-454f-850d-bc4e129c4a39"); }
342
348
  static get ActionButtonInviteAuthorHandlerRegistration() { return new fx_models_1.Guid("3346b457-5f61-4406-9d67-60200e224243"); }
343
349
  static get ActionButtonInviteAuthorHandlerSubscription() { return new fx_models_1.Guid("39d4eab7-b146-4168-9059-9576c7a5e468"); }
@@ -376,6 +382,13 @@ class WcmWebComponentManifests {
376
382
  static get PageRollupCheckedOutByPropertyDefaultValueInput() { return new fx_models_1.Guid("fafaef64-45e2-428d-9fa9-91553b12d33c"); }
377
383
  static get WCMGlossaryUISettingBlade() { return new fx_models_1.Guid("B7FB96AB-F603-4CF2-9A6C-D942154495D7"); }
378
384
  static get WCMGlossaryUISettingsTree() { return new fx_models_1.Guid("72FF9C45-7188-4B11-A856-133D7E3E28C8"); }
385
+ // public static get FxPhotoWallProvider(): Guid {return new Guid("12D1BCA1-D50B-4186-ACD5-0014584389C9");}
386
+ // public static get FxSliderDialogProvider(): Guid {return new Guid("AC5F615D-F975-43CF-97B3-AE930BA113D0");}
387
+ static get ApprovalHistory() { return new fx_models_1.Guid("567120e1-9549-448a-afde-6241df57fc96"); }
388
+ static get AttachSiteButton() { return new fx_models_1.Guid("7b0e1546-ebb1-406e-b03f-8cbb1a879a83"); }
389
+ static get AppEditing() { return new fx_models_1.Guid("3d7c043d-667b-475e-a579-4cc5baa658be"); }
390
+ static get OmniaSearchLoggingCore() { return new fx_models_1.Guid("2fe22ccb-1e6f-4585-8f98-118be55277b2"); }
391
+ static get OmniaSearchLogging() { return new fx_models_1.Guid("119607d0-27d0-46e5-a34c-ac5dadbadffb"); }
379
392
  }
380
393
  WcmWebComponentManifests.Blocks = class {
381
394
  static get Banner() { return new fx_models_1.Guid("fb5c76d4-ab00-49f7-b9e2-f7228a39a7aa"); }
@@ -0,0 +1,4 @@
1
+ export interface PageAiAnalysisPropertyRequest {
2
+ reportId: number;
3
+ pageVersionId: number;
4
+ }
@@ -0,0 +1,4 @@
1
+ export interface PageAiAnalysisPropertyResult {
2
+ reason: string;
3
+ isSucceed: boolean;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,37 @@
1
+ import { AiSettings, Guid, MultilingualString } from "@omnia/fx-models";
2
+ import { PageId } from "../pages";
3
+ export declare enum AiContentReportStatus {
4
+ InProgess = 0,
5
+ CompleteWithSuccess = 1,
6
+ CompleteWithFailure = 2,
7
+ CompleteWithError = 3
8
+ }
9
+ export declare enum AiContentReportPageStatus {
10
+ Fixing = 0,
11
+ AnalyzedWithSuccess = 1,
12
+ AnalyzedWithFailure = 2,
13
+ FixedWithSuccess = 3,
14
+ FixedWithFailure = 4,
15
+ Analyzing = 5
16
+ }
17
+ export interface AiAnalysisReportPageSnapshot {
18
+ pageId: PageId;
19
+ pageVersionId: number;
20
+ pageTitle: string;
21
+ pageCollectionId: PageId;
22
+ pageCollectionTitle: string;
23
+ status?: AiContentReportPageStatus;
24
+ errorMessage: string;
25
+ }
26
+ export interface PageAiAnalysisReportDetails {
27
+ properties: Array<string>;
28
+ pages: Array<AiAnalysisReportPageSnapshot>;
29
+ }
30
+ export interface PageAiAnalysisReport {
31
+ id: number;
32
+ name: MultilingualString;
33
+ aiSetting: AiSettings;
34
+ analysisDetails: PageAiAnalysisReportDetails;
35
+ status: AiContentReportStatus;
36
+ publishingAppId: Guid;
37
+ }
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AiContentReportPageStatus = exports.AiContentReportStatus = void 0;
4
+ var AiContentReportStatus;
5
+ (function (AiContentReportStatus) {
6
+ AiContentReportStatus[AiContentReportStatus["InProgess"] = 0] = "InProgess";
7
+ AiContentReportStatus[AiContentReportStatus["CompleteWithSuccess"] = 1] = "CompleteWithSuccess";
8
+ AiContentReportStatus[AiContentReportStatus["CompleteWithFailure"] = 2] = "CompleteWithFailure";
9
+ AiContentReportStatus[AiContentReportStatus["CompleteWithError"] = 3] = "CompleteWithError";
10
+ })(AiContentReportStatus = exports.AiContentReportStatus || (exports.AiContentReportStatus = {}));
11
+ var AiContentReportPageStatus;
12
+ (function (AiContentReportPageStatus) {
13
+ AiContentReportPageStatus[AiContentReportPageStatus["Fixing"] = 0] = "Fixing";
14
+ AiContentReportPageStatus[AiContentReportPageStatus["AnalyzedWithSuccess"] = 1] = "AnalyzedWithSuccess";
15
+ AiContentReportPageStatus[AiContentReportPageStatus["AnalyzedWithFailure"] = 2] = "AnalyzedWithFailure";
16
+ AiContentReportPageStatus[AiContentReportPageStatus["FixedWithSuccess"] = 3] = "FixedWithSuccess";
17
+ AiContentReportPageStatus[AiContentReportPageStatus["FixedWithFailure"] = 4] = "FixedWithFailure";
18
+ AiContentReportPageStatus[AiContentReportPageStatus["Analyzing"] = 5] = "Analyzing";
19
+ })(AiContentReportPageStatus = exports.AiContentReportPageStatus || (exports.AiContentReportPageStatus = {}));
@@ -0,0 +1,11 @@
1
+ import { AiSettings, GuidValue } from "@omnia/fx-models";
2
+ import { PageId } from "../pages";
3
+ export interface PageAiAnalysisReportMetaData {
4
+ properties: Array<string>;
5
+ pages: Array<PageId>;
6
+ }
7
+ export interface PageAiAnalysisReportAddRequest {
8
+ aiSetting: AiSettings;
9
+ analysisMetaData: PageAiAnalysisReportMetaData;
10
+ publishingAppId: GuidValue;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import { GuidValue } from "@omnia/fx-models";
2
+ export interface PageAiAnalysisReportPaging {
3
+ pageNumber?: number;
4
+ pageSize: number;
5
+ }
6
+ export interface PageAiAnalysisReportQuery {
7
+ reportId?: number;
8
+ publishingAppId: GuidValue;
9
+ paging?: PageAiAnalysisReportPaging;
10
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import { MultilingualString } from "@omnia/fx-models";
2
+ import { AiContentReportStatus } from "./PageAiAnalysisReport";
3
+ export interface PageAiAnalysisReportSummary {
4
+ id: number;
5
+ createdAt: Date;
6
+ name: MultilingualString;
7
+ totalPages: number;
8
+ noOfFailedPages: number;
9
+ status: AiContentReportStatus;
10
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export * from "./PageAiAnalysisReport";
2
+ export * from "./PageAiAnalysisReportAddRequest";
3
+ export * from "./PageAiAnalysisReportQuery";
4
+ export * from "./PageAiAnalysisReportSummary";
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./PageAiAnalysisReport"), exports);
5
+ tslib_1.__exportStar(require("./PageAiAnalysisReportAddRequest"), exports);
6
+ tslib_1.__exportStar(require("./PageAiAnalysisReportQuery"), exports);
7
+ tslib_1.__exportStar(require("./PageAiAnalysisReportSummary"), exports);
@@ -1,5 +1,10 @@
1
1
  import { AppTemplateProperties, GuidValue, Identity, RolePermissionSetting } from "@omnia/fx/models";
2
2
  import { Achievement, CreatePageCollectionLayoutRefData, PagePropertyMappingSetting, StatisticProviderSetting } from "..";
3
+ export interface Membership {
4
+ owners?: Array<Identity>;
5
+ members?: Array<Identity>;
6
+ readers?: Array<Identity>;
7
+ }
3
8
  export interface SPSitePermissions {
4
9
  defaultAdministrator: Identity[];
5
10
  secondAdministrator: Identity[];
@@ -7,6 +12,7 @@ export interface SPSitePermissions {
7
12
  }
8
13
  export interface SPCommunicationTemplateProperties extends AppTemplateProperties {
9
14
  setups: SPCommunicationTemplatePropertiesData;
15
+ membership?: Membership;
10
16
  }
11
17
  export interface SPCommunicationTemplatePropertiesData {
12
18
  permissions: SPSitePermissions;
@@ -0,0 +1,4 @@
1
+ export interface WcmAppInstanceContext {
2
+ spurl: string;
3
+ [name: string]: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ import { PropertyMapping } from "../block";
1
2
  import { SpacingSettings, MultilingualString, RichTextEditorExtensionRegistration, GuidValue, BlockSettingsWithDefaultProperty } from "@omnia/fx-models";
2
3
  export declare enum ContentBlockModes {
3
4
  RichText = 1,
@@ -39,3 +40,6 @@ export interface ContentBlockSettings extends BlockSettingsWithDefaultProperty<s
39
40
  enableAutomaticSummary?: boolean;
40
41
  summarizedProperty?: string;
41
42
  }
43
+ export interface ContentBlockAutomaticSummaryRegistration {
44
+ propertyMapping: PropertyMapping;
45
+ }
@@ -5,4 +5,19 @@ export interface MediaBlockSettings extends BlockSettingsWithDefaultProperty<Med
5
5
  preConfiguredImageScalingUniqueId?: GuidValue;
6
6
  forceScaling: boolean;
7
7
  cropRatioUniqueIds?: Array<GuidValue>;
8
+ displaySettings: DisplaySettings;
9
+ enableMultiSelect: boolean;
10
+ displayNumber?: number;
11
+ borderRadius: string;
12
+ roundBorder?: boolean;
13
+ }
14
+ export interface DisplaySettings {
15
+ display: {
16
+ viewTemplateId: GuidValue;
17
+ itemLimit: number;
18
+ };
19
+ dialog: {
20
+ viewTemplate: GuidValue;
21
+ showThumbnails: boolean;
22
+ };
8
23
  }
@@ -14,5 +14,6 @@ export declare const MediaBlockStyles: {
14
14
  pickerDialogContent?: types.NestedCSSProperties;
15
15
  videoBlockEditMode?: types.NestedCSSProperties;
16
16
  reusingContentMsg?: types.NestedCSSProperties;
17
+ galleryDialog?: types.NestedCSSProperties;
17
18
  blockSpacing?: (spacing: SpacingSettings, isVideoBlock?: boolean) => types.NestedCSSProperties;
18
19
  };
@@ -25,6 +25,8 @@ export interface PageRollupViewSettings {
25
25
  showExportToExcel: boolean;
26
26
  pageInNewTab: boolean;
27
27
  openInEditor: boolean;
28
+ navigationStartNodeId?: number;
29
+ hideStartNode?: boolean;
28
30
  }
29
31
  export interface PageRollupViewSettingsColumnMapping {
30
32
  internalName: string;
@@ -0,0 +1,8 @@
1
+ import { GuidValue } from "@omnia/fx-models";
2
+ import { DigitalSignageJsonProp } from "@omnia/wcm/models";
3
+ export interface DigitalSignageJsonTemplate {
4
+ id: GuidValue;
5
+ title: string;
6
+ embedImages: boolean;
7
+ jsonProps: DigitalSignageJsonProp[];
8
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -37,6 +37,7 @@ export interface DigitalSignageQuerySettings extends DigitalSignageSettingsBase
37
37
  priority: number;
38
38
  trimDuplicates: boolean;
39
39
  type: DigitalSignageQuerySettingsType;
40
+ templateId?: GuidValue;
40
41
  }
41
42
  export interface DigitalSignagePageRollupSettings extends DigitalSignageQuerySettings {
42
43
  type: DigitalSignageQuerySettingsType.PageRollup;
@@ -6,3 +6,4 @@ export * from "./DigitalSigningHtmlViewRegistration";
6
6
  export * from "./DigitalSigningPageRollupViewSettings";
7
7
  export * from "./PageDetailsQueryResultForDigitalScreen";
8
8
  export * from "./Announcement";
9
+ export * from "./DigitalSignageJsonTemplate";
@@ -9,3 +9,4 @@ tslib_1.__exportStar(require("./DigitalSigningHtmlViewRegistration"), exports);
9
9
  tslib_1.__exportStar(require("./DigitalSigningPageRollupViewSettings"), exports);
10
10
  tslib_1.__exportStar(require("./PageDetailsQueryResultForDigitalScreen"), exports);
11
11
  tslib_1.__exportStar(require("./Announcement"), exports);
12
+ tslib_1.__exportStar(require("./DigitalSignageJsonTemplate"), exports);
@@ -1,9 +1,9 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { GuidValue, Identity, UserIdentity } from "@omnia/fx-models";
2
2
  import { ParticipantType } from "./Enums";
3
3
  export interface Participant {
4
4
  id?: GuidValue;
5
5
  eventId?: GuidValue;
6
- loginName?: string;
6
+ loginName?: UserIdentity;
7
7
  name?: string;
8
8
  email?: string;
9
9
  phone?: string;
@@ -14,8 +14,8 @@ export interface Participant {
14
14
  participantType?: ParticipantType;
15
15
  statusResponse?: string;
16
16
  statusTime?: Date;
17
- createdBy?: string;
18
- modifiedBy?: string;
17
+ createdBy?: Identity;
18
+ modifiedBy?: Identity;
19
19
  outlookEventId?: string;
20
20
  eventName?: string;
21
21
  startDate?: Date;
@@ -9,6 +9,7 @@ export * from "./query";
9
9
  export * from "./Enums";
10
10
  export * from "./loc";
11
11
  export * from "./Constants";
12
+ export * from "./pagenavigation";
12
13
  export * from "./ManifestIds";
13
14
  export * from "./notifications";
14
15
  export * from "./block";
@@ -36,5 +37,7 @@ export * from "./digitalsignage";
36
37
  export * from "./channelquery";
37
38
  export * from "./fileuploader";
38
39
  export * from "./appsettings";
39
- export * from "./urlstate";
40
40
  export * from "./enterpriseglossary";
41
+ export * from "./aipagecontentreport";
42
+ export * from "./search";
43
+ export * from "./properties";
@@ -13,6 +13,7 @@ tslib_1.__exportStar(require("./query"), exports);
13
13
  tslib_1.__exportStar(require("./Enums"), exports);
14
14
  tslib_1.__exportStar(require("./loc"), exports);
15
15
  tslib_1.__exportStar(require("./Constants"), exports);
16
+ tslib_1.__exportStar(require("./pagenavigation"), exports);
16
17
  tslib_1.__exportStar(require("./ManifestIds"), exports);
17
18
  tslib_1.__exportStar(require("./notifications"), exports);
18
19
  tslib_1.__exportStar(require("./block"), exports);
@@ -40,5 +41,7 @@ tslib_1.__exportStar(require("./digitalsignage"), exports);
40
41
  tslib_1.__exportStar(require("./channelquery"), exports);
41
42
  tslib_1.__exportStar(require("./fileuploader"), exports);
42
43
  tslib_1.__exportStar(require("./appsettings"), exports);
43
- tslib_1.__exportStar(require("./urlstate"), exports);
44
44
  tslib_1.__exportStar(require("./enterpriseglossary"), exports);
45
+ tslib_1.__exportStar(require("./aipagecontentreport"), exports);
46
+ tslib_1.__exportStar(require("./search"), exports);
47
+ tslib_1.__exportStar(require("./properties"), exports);
@@ -0,0 +1,7 @@
1
+ import { MultilingualString } from "@omnia/fx-models";
2
+ export interface AnchorNavigationLink {
3
+ id: number;
4
+ title: MultilingualString;
5
+ anchorName: string;
6
+ selected: boolean;
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,17 @@
1
+ import { MultilingualString, SpacingSettings } from "@omnia/fx-models";
2
+ import { AnchorNavigationLink } from "./AnchorNavigationLink";
3
+ export declare enum PageNavigationDirection {
4
+ vertical = 0,
5
+ horizontal = 1,
6
+ dropDown = 2
7
+ }
8
+ export interface PageNavigationBlockSettings {
9
+ title: MultilingualString;
10
+ navigationNodes: Array<AnchorNavigationLink>;
11
+ direction: PageNavigationDirection;
12
+ sticky: boolean;
13
+ transparentBackground: boolean;
14
+ spacing: SpacingSettings;
15
+ size: number;
16
+ border: boolean;
17
+ }