@omnia/wcm 7.11.0-preview.3 → 7.11.1

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 (120) hide show
  1. package/LICENSE.txt +14 -0
  2. package/internal-do-not-import-from-here/core/Constants.d.ts +3 -0
  3. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +16 -0
  4. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +14 -23
  5. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +5 -1
  6. package/internal-do-not-import-from-here/fx/apis/ValidationRule.d.ts +24 -0
  7. package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
  8. package/internal-do-not-import-from-here/fx/constants.d.ts +1 -0
  9. package/internal-do-not-import-from-here/fx/helpers/LayoutHelper.d.ts +2 -0
  10. package/internal-do-not-import-from-here/fx/messaging/InternalWcmTopics.d.ts +2 -2
  11. package/internal-do-not-import-from-here/fx/messaging/PublicWcmTopics.d.ts +2 -2
  12. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +1 -0
  13. package/internal-do-not-import-from-here/fx/models/Constants.js +4 -1
  14. package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +5 -0
  15. package/internal-do-not-import-from-here/fx/models/ManifestIds.js +5 -0
  16. package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.d.ts +5 -1
  17. package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.js +1 -0
  18. package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlockStyles.d.ts +1 -1
  19. package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +4 -0
  20. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlockStyles.d.ts +2 -5
  21. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +1 -1
  22. package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +1 -0
  23. package/internal-do-not-import-from-here/fx/models/components/index.d.ts +0 -1
  24. package/internal-do-not-import-from-here/fx/models/components/index.js +0 -1
  25. package/internal-do-not-import-from-here/fx/models/exportToFile/ExportFileInQueueResult.d.ts +4 -0
  26. package/internal-do-not-import-from-here/fx/models/exportToFile/index.d.ts +1 -0
  27. package/internal-do-not-import-from-here/fx/models/exportToFile/index.js +4 -0
  28. package/internal-do-not-import-from-here/fx/models/index.d.ts +4 -0
  29. package/internal-do-not-import-from-here/fx/models/index.js +4 -0
  30. package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +1 -0
  31. package/internal-do-not-import-from-here/fx/models/pagequery/NewsletterViewSettings.d.ts +4 -1
  32. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +3 -0
  33. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +1 -0
  34. package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.d.ts +8 -3
  35. package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.js +1 -0
  36. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionDistributionChannel.d.ts +1 -0
  37. package/internal-do-not-import-from-here/fx/models/pages/RestoreNavigationMessage.d.ts +7 -0
  38. package/internal-do-not-import-from-here/fx/models/pages/{RestorePageResult.d.ts → RestoreNavigationResult.d.ts} +1 -1
  39. package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +2 -2
  40. package/internal-do-not-import-from-here/fx/models/pages/index.js +2 -2
  41. package/internal-do-not-import-from-here/fx/models/reusablecontent/ReusableContentTargetPageTrigger.d.ts +4 -0
  42. package/internal-do-not-import-from-here/fx/models/reusablecontent/index.d.ts +1 -0
  43. package/internal-do-not-import-from-here/fx/models/reusablecontent/index.js +4 -0
  44. package/internal-do-not-import-from-here/fx/models/tableofcontents/TableOfContentsLink.d.ts +7 -0
  45. package/internal-do-not-import-from-here/fx/models/tableofcontents/TableOfContentsSettings.d.ts +25 -0
  46. package/internal-do-not-import-from-here/fx/models/tableofcontents/TableOfContentsSettings.js +12 -0
  47. package/internal-do-not-import-from-here/fx/models/tableofcontents/index.d.ts +2 -0
  48. package/internal-do-not-import-from-here/fx/models/tableofcontents/index.js +5 -0
  49. package/internal-do-not-import-from-here/fx/models/validationrule/ValidationRuleProvider.d.ts +13 -0
  50. package/internal-do-not-import-from-here/fx/models/validationrule/index.d.ts +1 -0
  51. package/internal-do-not-import-from-here/fx/models/validationrule/index.js +4 -0
  52. package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +3 -0
  53. package/internal-do-not-import-from-here/fx/services/DurableLinkService.d.ts +10 -0
  54. package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +0 -2
  55. package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +2 -2
  56. package/internal-do-not-import-from-here/fx/services/PageService.d.ts +7 -3
  57. package/internal-do-not-import-from-here/fx/services/ReusablePageService.d.ts +1 -1
  58. package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
  59. package/internal-do-not-import-from-here/fx/shared/EnterpriseGlossaryHelper.d.ts +10 -0
  60. package/internal-do-not-import-from-here/fx/shared/OmniaSearchCategoryQueryHelper.d.ts +9 -1
  61. package/internal-do-not-import-from-here/fx/shared/index.d.ts +1 -0
  62. package/internal-do-not-import-from-here/fx/stores/CurrentPageStore.d.ts +0 -1
  63. package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +1 -3
  64. package/internal-do-not-import-from-here/fx/stores/PageBlockPropertyStore.d.ts +5 -3
  65. package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +2 -2
  66. package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +10 -2
  67. package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +3 -0
  68. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  69. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  70. package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveDependency.d.ts +2 -1
  71. package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfo.d.ts +24 -0
  72. package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoDependency.d.ts +13 -0
  73. package/internal-do-not-import-from-here/models/pagearchive/{PageArchiveInformationQueryRequest.d.ts → NavigationArchiveInfoQueryRequest.d.ts} +3 -3
  74. package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoQueryResult.d.ts +5 -0
  75. package/internal-do-not-import-from-here/models/pagearchive/{PageArchiveInformationReference.d.ts → NavigationArchiveInfoRef.d.ts} +1 -1
  76. package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoType.d.ts +8 -0
  77. package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoType.js +12 -0
  78. package/internal-do-not-import-from-here/models/pagearchive/index.d.ts +6 -6
  79. package/internal-do-not-import-from-here/models/pagearchive/index.js +6 -6
  80. package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivedNavigationArchiveInfoStatus.d.ts +4 -0
  81. package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivingNavigationArchiveInfoStatus.d.ts +4 -0
  82. package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivingNavigationArchiveInfoStatus.js +2 -0
  83. package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationErrorNavigationArchiveInfoStatus.d.ts +6 -0
  84. package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationErrorNavigationArchiveInfoStatus.js +2 -0
  85. package/internal-do-not-import-from-here/models/pagearchive/statuses/NavigationArchiveInfoStatus.d.ts +11 -0
  86. package/internal-do-not-import-from-here/models/pagearchive/statuses/NavigationArchiveInfoStatus.js +12 -0
  87. package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoredNavigationArchiveInfoStatus.d.ts +7 -0
  88. package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoredNavigationArchiveInfoStatus.js +2 -0
  89. package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoringNavigationArchiveInfoStatus.d.ts +4 -0
  90. package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoringNavigationArchiveInfoStatus.js +2 -0
  91. package/internal-do-not-import-from-here/models/pagearchive/statuses/index.d.ts +5 -5
  92. package/internal-do-not-import-from-here/models/pagearchive/statuses/index.js +5 -5
  93. package/package.json +3 -4
  94. package/internal-do-not-import-from-here/fx/models/components/SharepointPageTemplateStyles.d.ts +0 -10
  95. package/internal-do-not-import-from-here/fx/models/components/SharepointPageTemplateStyles.js +0 -4
  96. package/internal-do-not-import-from-here/fx/models/pages/RestorePageMessage.d.ts +0 -7
  97. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformation.d.ts +0 -19
  98. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationDependency.d.ts +0 -14
  99. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationQueryResult.d.ts +0 -5
  100. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationType.d.ts +0 -6
  101. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationType.js +0 -10
  102. package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivedPageArchiveInformationStatus.d.ts +0 -4
  103. package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivingPageArchiveInformationStatus.d.ts +0 -4
  104. package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationPageArchiveInformationStatus.d.ts +0 -6
  105. package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.d.ts +0 -11
  106. package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js +0 -12
  107. package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoredPageArchiveInformationStatus.d.ts +0 -7
  108. package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoringPageArchiveInformationStatus.d.ts +0 -4
  109. /package/internal-do-not-import-from-here/fx/models/{pages/RestorePageMessage.js → exportToFile/ExportFileInQueueResult.js} +0 -0
  110. /package/internal-do-not-import-from-here/fx/models/pages/{RestorePageResult.js → RestoreNavigationMessage.js} +0 -0
  111. /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformation.js → fx/models/pages/RestoreNavigationResult.js} +0 -0
  112. /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformationDependency.js → fx/models/reusablecontent/ReusableContentTargetPageTrigger.js} +0 -0
  113. /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformationQueryRequest.js → fx/models/tableofcontents/TableOfContentsLink.js} +0 -0
  114. /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformationQueryResult.js → fx/models/validationrule/ValidationRuleProvider.js} +0 -0
  115. /package/internal-do-not-import-from-here/models/pagearchive/{PageArchiveInformationReference.js → NavigationArchiveInfo.js} +0 -0
  116. /package/internal-do-not-import-from-here/models/pagearchive/{statuses/ArchivedPageArchiveInformationStatus.js → NavigationArchiveInfoDependency.js} +0 -0
  117. /package/internal-do-not-import-from-here/models/pagearchive/{statuses/ArchivingPageArchiveInformationStatus.js → NavigationArchiveInfoQueryRequest.js} +0 -0
  118. /package/internal-do-not-import-from-here/models/pagearchive/{statuses/MigrationPageArchiveInformationStatus.js → NavigationArchiveInfoQueryResult.js} +0 -0
  119. /package/internal-do-not-import-from-here/models/pagearchive/{statuses/RestoredPageArchiveInformationStatus.js → NavigationArchiveInfoRef.js} +0 -0
  120. /package/internal-do-not-import-from-here/models/pagearchive/statuses/{RestoringPageArchiveInformationStatus.js → ArchivedNavigationArchiveInfoStatus.js} +0 -0
package/LICENSE.txt ADDED
@@ -0,0 +1,14 @@
1
+ Omnia License
2
+ Copyright (c) 2026 Omnia Digital Workplace AB
3
+ All rights reserved.
4
+
5
+ Permission is hereby granted to any person or entity that has a valid license for the Omnia product (the "Licensee") to use this
6
+ software and associated documentation files (the "Software") solely in connection with a licensed Omnia installation.
7
+
8
+ The Software may not be modified, merged, adapted, copied (except for backup purposes), redistributed, sublicensed, sold, or
9
+ otherwise made available to any third party. The Software may not be used independently of a properly licensed Omnia product.
10
+
11
+ The above copyright notice and this permission notice shall be included in all copies of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, EXCEPT AS EXPRESSLY STATED IN A SEPARATE COMMERCIAL AGREEMENT, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
14
+ IN NO EVENT SHALL OMNIA DIGITAL WORKPLACE AB BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -22,6 +22,9 @@ export declare class WcmCoreConstants {
22
22
  static get OmniaSearchMigrationId(): string;
23
23
  static get Newsletter(): {
24
24
  SuffixDoneElement: string;
25
+ SuffixStartRenderingElement: string;
26
+ SuffixDoneRenderingElement: string;
27
+ PageRollupNewsletterView: string;
25
28
  };
26
29
  static get SemanticSearchReferenceType(): {
27
30
  providerId: Guid;
@@ -121,6 +121,10 @@ export declare module WCMCoreLocalization {
121
121
  Title: string;
122
122
  Summary: string;
123
123
  };
124
+ TableOfContents: {
125
+ Title: string;
126
+ Summary: string;
127
+ };
124
128
  };
125
129
  BlockSettings: {
126
130
  IncludeChildTerms: string;
@@ -238,12 +242,24 @@ export declare module WCMCoreLocalization {
238
242
  Title: string;
239
243
  ConsentInformation: string;
240
244
  };
245
+ New7Patch11WebContentManagementCoreFullControl: {
246
+ Category: string;
247
+ Description: string;
248
+ Title: string;
249
+ ConsentInformation: string;
250
+ };
241
251
  WebContentManagementSitesSelected: {
242
252
  Category: string;
243
253
  Description: string;
244
254
  Title: string;
245
255
  ConsentInformation: string;
246
256
  };
257
+ New7Patch11WebContentManagementSitesSelected: {
258
+ Category: string;
259
+ Description: string;
260
+ Title: string;
261
+ ConsentInformation: string;
262
+ };
247
263
  New7CalendarRollupCore: {
248
264
  Category: string;
249
265
  Description: string;
@@ -125,6 +125,7 @@ export declare module EditorLocalization {
125
125
  Restoring: string;
126
126
  ArchiveWithId: string;
127
127
  Pages: string;
128
+ Items: string;
128
129
  PageCollections: string;
129
130
  All: string;
130
131
  PageTypes: string;
@@ -144,15 +145,16 @@ export declare module EditorLocalization {
144
145
  PageCollectionNotFoundMessage: string;
145
146
  DefaultVariationPageNotFoundMessage: string;
146
147
  ParentPageNotFoundMessage: string;
148
+ ParentNodeNotFoundMessage: string;
147
149
  PageTypeNotFoundMessage: string;
148
150
  PageCollectionArchivedMessage: string;
149
- ParentPageArchivedMessage: string;
151
+ ParentNodeArchivedMessage: string;
150
152
  DefaultVariationPageArchivedMessage: string;
151
153
  PageTypeArchivedMessage: string;
152
154
  ThisArchiveIsNotRestorableMessage: string;
153
155
  OtherArchiveMustBeRestoredFirstMessage: string;
154
156
  SelectAnotherParentInPageCollection: string;
155
- SelectParentPage: string;
157
+ SelectParentNode: string;
156
158
  RestoredMessage: string;
157
159
  VariationNotFoundMessage: string;
158
160
  VariationPageIsAlreadyExistMessage: string;
@@ -315,8 +317,8 @@ export declare module EditorLocalization {
315
317
  Points: string;
316
318
  };
317
319
  NotificationReset: {
318
- NotificationPanel: string;
319
- NewNotificationWhenPageModified: string;
320
+ PublishNotifications: string;
321
+ UpdateNotificationPanelOnRepublish: string;
320
322
  EnableSilentPublish: string;
321
323
  NotCombinedWithApproval: string;
322
324
  };
@@ -699,6 +701,7 @@ export declare module EditorLocalization {
699
701
  ArchivePageType: {
700
702
  Title: string;
701
703
  NotAllowedByHavingApproval: string;
704
+ NotAllowedByBeingEditedByOtherUser: string;
702
705
  AllowedMessage: string;
703
706
  NotAllowedMessage: string;
704
707
  ActionRequiredMessage: string;
@@ -712,6 +715,11 @@ export declare module EditorLocalization {
712
715
  WarningMessage: string;
713
716
  HasBeenReusedByOtherPagesMessage: string;
714
717
  };
718
+ ArchiveNode: {
719
+ Title: string;
720
+ WarningMessage: string;
721
+ ConfirmationMessage: string;
722
+ };
715
723
  CopyPage: {
716
724
  Title: string;
717
725
  Instruction: string;
@@ -731,25 +739,6 @@ export declare module EditorLocalization {
731
739
  IsNotAppAdminMessage: string;
732
740
  HasVariationsMessage: string;
733
741
  };
734
- DeleteLink: {
735
- Title: string;
736
- ConfirmationMessage: string;
737
- };
738
- DeleteLabel: {
739
- ConfirmationMessage: string;
740
- Title: string;
741
- };
742
- WarningMoveNodeDialog: {
743
- GenericNodeContainsChildren: string;
744
- PageNodeHasGenericNodeWithChildren: string;
745
- NodeUnderGenericAncestor: string;
746
- Title: string;
747
- };
748
- WarningDeleteNodeDialog: {
749
- GenericNodeContainsChildren: string;
750
- PageNodeContainGenericNode: string;
751
- Title: string;
752
- };
753
742
  DuplicateUrlWarningMessage: string;
754
743
  DeleteBlock: {
755
744
  Title: string;
@@ -774,6 +763,7 @@ export declare module EditorLocalization {
774
763
  MoveAsChild: string;
775
764
  MoveAsSibling: string;
776
765
  DuplicateWarningMessageWhenMovingAsSibling: string;
766
+ ConfirmationMessage: string;
777
767
  };
778
768
  SendAppprovalRequest: {
779
769
  Title: string;
@@ -867,6 +857,7 @@ export declare module EditorLocalization {
867
857
  Summary: string;
868
858
  };
869
859
  PropertyMapping: string;
860
+ AutomaticallyMentionChannelInPost: string;
870
861
  };
871
862
  InviteAuthors: {
872
863
  Title: string;
@@ -101,7 +101,6 @@ export declare module PageRollupLocalization {
101
101
  Message: string;
102
102
  };
103
103
  SelectedPageNotHavePermissionOrDeletedOrHidden: string;
104
- EnableManagementPage: string;
105
104
  Variation: string;
106
105
  EnableWildcardSearch: string;
107
106
  PageRollupImageRatioSettings: string;
@@ -145,6 +144,11 @@ export declare module PageRollupLocalization {
145
144
  DateFormat: string;
146
145
  ShowAZPaging: string;
147
146
  AZFilteringProperty: string;
147
+ AutoSelectFirstCharacter: string;
148
+ GoToPage: string;
149
+ GoToPageText: string;
150
+ GoToPageColor: string;
151
+ GoToPageBackgroundColor: string;
148
152
  };
149
153
  PagePicker: {
150
154
  AddPage: string;
@@ -0,0 +1,24 @@
1
+ import { ApiPath } from "@omnia/fx/models";
2
+ import { ArchiveNodeValidationRuleProvider, MoveNodeValidationRuleProvider } from "../models";
3
+ export interface IValidationRuleProviderRegistrationApi<T> {
4
+ registerValidationRuleProvider: (provider: T) => void;
5
+ getValidationRuleProviders: () => T[];
6
+ }
7
+ declare module "./WcmApi" {
8
+ interface IWCMApi {
9
+ moveNodeValidationRule: {
10
+ registration: Promise<IValidationRuleProviderRegistrationApi<MoveNodeValidationRuleProvider>>;
11
+ };
12
+ archiveNodeValidationRule: {
13
+ registration: Promise<IValidationRuleProviderRegistrationApi<ArchiveNodeValidationRuleProvider>>;
14
+ };
15
+ }
16
+ interface IWCMExtendApiManifest {
17
+ archiveNodeValidationRule: {
18
+ registration: ApiPath;
19
+ };
20
+ moveNodeValidationRule: {
21
+ registration: ApiPath;
22
+ };
23
+ }
24
+ }
@@ -3,4 +3,5 @@ export * from "./PageRollup";
3
3
  export * from "./ChannelRollup";
4
4
  export * from "./MediaRollup";
5
5
  export * from "./AnalyticsReport";
6
+ export * from "./ValidationRule";
6
7
  export * from "./WcmApi";
@@ -48,6 +48,7 @@ export declare const BuiltInActionButtonHandlers: {
48
48
  InviteCoAuthors: ActionHandlerRegistrationId;
49
49
  AddToMyCalendar: ActionHandlerRegistrationId;
50
50
  PageFeedback: ActionHandlerRegistrationId;
51
+ Print: ActionHandlerRegistrationId;
51
52
  };
52
53
  export declare const WCMPageKeyPrefix: {
53
54
  page: string;
@@ -3,4 +3,6 @@ export declare module LayoutHelper {
3
3
  function registerBlockChangesAffectPagesChecker(elem: string, checker: (oldVal: any, newVal: any) => boolean): void;
4
4
  function checkBlockChangesAffectPages(layoutItem: LayoutItem, getLatestPublishedBlockData: (key: string) => any, getComingPublishedBlockData: (key: string) => any): boolean;
5
5
  function convertToPlainText(html: string): string;
6
+ function getPropertyBagKeyFromBlockId(id: string): string;
7
+ function getBlockIdFromPropertyBagKey(key: string): string;
6
8
  }
@@ -1,6 +1,6 @@
1
1
  import { IMessageBusTopicPublishSubscriber, NotificationMessage } from "@omnia/fx-models";
2
2
  import { MessageBusTopicMediator } from "@omnia/fx";
3
- import { CalendarRollupRegistrationView, PageRollupRegistrationView, RTFMediaPickerMessage, RTFLinkPickerMessage, PropertyUpdatedMessage, ChannelRollupRegistrationView, ContentBlockAutomaticSummaryRegistration } from "../models";
3
+ import { CalendarRollupRegistrationView, PageRollupRegistrationView, RTFMediaPickerMessage, RTFLinkPickerMessage, PropertyUpdatedMessage, ChannelRollupRegistrationView, ContentBlockAutomaticSummaryRegistration, ReusableContentTargetPageTrigger } from "../models";
4
4
  export declare class InternalWcmTopics {
5
5
  static get onEnterPrisePropertyUpdated(): IMessageBusTopicPublishSubscriber<PropertyUpdatedMessage>;
6
6
  static get refreshButtonByTypeId(): IMessageBusTopicPublishSubscriber<string>;
@@ -11,7 +11,7 @@ export declare class InternalWcmTopics {
11
11
  static get openRTFLinkPickerEditing(): IMessageBusTopicPublishSubscriber<RTFLinkPickerMessage>;
12
12
  static get enableMSTeamsDeepLinkExecution(): IMessageBusTopicPublishSubscriber<boolean>;
13
13
  static get enableInputMSTeamsUrl(): IMessageBusTopicPublishSubscriber<boolean>;
14
- static get publishTargetPagesTriggered(): IMessageBusTopicPublishSubscriber<boolean>;
14
+ static get publishTargetPagesTriggered(): IMessageBusTopicPublishSubscriber<ReusableContentTargetPageTrigger>;
15
15
  static get registerChannelRollupView(): IMessageBusTopicPublishSubscriber<ChannelRollupRegistrationView>;
16
16
  static get generateSummaryContentBlockTopic(): MessageBusTopicMediator<ContentBlockAutomaticSummaryRegistration>;
17
17
  static get updateContentBlockTopic(): MessageBusTopicMediator<void>;
@@ -1,5 +1,5 @@
1
1
  import { IMessageBusTopicPublishSubscriber, NotificationMessage } from "@omnia/fx-models";
2
- import { PageRollupRegistrationView, CalendarRollupRegistrationView, RTFLinkPickerMessage, RTFMediaPickerMessage, LinkPickerRegistration } from "../models";
2
+ import { PageRollupRegistrationView, CalendarRollupRegistrationView, RTFLinkPickerMessage, RTFMediaPickerMessage, LinkPickerRegistration, ReusableContentTargetPageTrigger } from "../models";
3
3
  export declare class Topics {
4
4
  static get notificationMessage(): IMessageBusTopicPublishSubscriber<NotificationMessage>;
5
5
  static get registerPageRollupView(): IMessageBusTopicPublishSubscriber<PageRollupRegistrationView>;
@@ -7,7 +7,7 @@ export declare class Topics {
7
7
  static get refreshButtonByTypeId(): IMessageBusTopicPublishSubscriber<string>;
8
8
  static get openRTFMediaPickerEditing(): IMessageBusTopicPublishSubscriber<RTFMediaPickerMessage>;
9
9
  static get openRTFLinkPickerEditing(): IMessageBusTopicPublishSubscriber<RTFLinkPickerMessage>;
10
- static get publishTargetPagesTriggered(): IMessageBusTopicPublishSubscriber<boolean>;
10
+ static get publishTargetPagesTriggered(): IMessageBusTopicPublishSubscriber<ReusableContentTargetPageTrigger>;
11
11
  static get registerLinkProviderTopic(): IMessageBusTopicPublishSubscriber<LinkPickerRegistration>;
12
12
  static get removeLinkProviderTopic(): IMessageBusTopicPublishSubscriber<LinkPickerRegistration>;
13
13
  }
@@ -186,4 +186,5 @@ export declare const OmniaSearchConstants: {
186
186
  readonly hiddenByPageId: string;
187
187
  readonly deletedAt: string;
188
188
  readonly suspended: string;
189
+ readonly publishingAppTitle: string;
189
190
  };
@@ -84,7 +84,7 @@ exports.PageRollupConstants = {
84
84
  return 500;
85
85
  },
86
86
  get DefaultPageSize() {
87
- return 30;
87
+ return 50;
88
88
  },
89
89
  get channelIdInternalName() {
90
90
  return "PChannelId";
@@ -340,5 +340,8 @@ exports.OmniaSearchConstants = {
340
340
  },
341
341
  get suspended() {
342
342
  return "suspended";
343
+ },
344
+ get publishingAppTitle() {
345
+ return "PublishingAppTitle";
343
346
  }
344
347
  };
@@ -108,6 +108,8 @@ export declare class WcmResourceManifests {
108
108
  static get PageCreationCore(): Guid;
109
109
  static get PageTypeAnalyticsCore(): Guid;
110
110
  static get PageBulkUpdateResources(): Guid;
111
+ static get MoveNodeValidationRuleProvider(): Guid;
112
+ static get ArchiveNodeValidationRuleProvider(): Guid;
111
113
  }
112
114
  export declare class WcmWebComponentManifests {
113
115
  static get LinkPickerExtension(): Guid;
@@ -281,6 +283,7 @@ export declare class WcmWebComponentManifests {
281
283
  static get ActionButtonPageFeedbackHandler(): Guid;
282
284
  static get ActionButtonPageFeedbackSettings(): Guid;
283
285
  static get ActionButtonPageFeedbackDialog(): Guid;
286
+ static get ActionButtonPrintHandler(): Guid;
284
287
  static get SharePage(): Guid;
285
288
  static get SubscribeButton(): Guid;
286
289
  static get ActionButtonSubscribeHandlerSettings(): Guid;
@@ -343,6 +346,8 @@ export declare class WcmWebComponentManifests {
343
346
  static get ChannelManagementBlade(): Guid;
344
347
  static get WcmAdminOmniaSearchBlade(): Guid;
345
348
  static get PageNavigationBlock(): Guid;
349
+ static get TableOfContents(): Guid;
350
+ static get TableOfContentsBlock(): Guid;
346
351
  static Blocks: {
347
352
  new (): {};
348
353
  readonly Banner: Guid;
@@ -121,6 +121,8 @@ class WcmResourceManifests {
121
121
  static get PageCreationCore() { return new fx_models_1.Guid("4c4b8bcc-ecc9-403e-934d-49bb26a75f3a"); }
122
122
  static get PageTypeAnalyticsCore() { return new fx_models_1.Guid("663a621f-90a8-45c5-bb9c-cd6c7c35d7f6"); }
123
123
  static get PageBulkUpdateResources() { return new fx_models_1.Guid("07f07d65-f0d3-4e63-8c8c-c949934606bd"); }
124
+ static get MoveNodeValidationRuleProvider() { return new fx_models_1.Guid("840b12b3-ae5b-4612-9d36-4c265ebefdb5"); }
125
+ static get ArchiveNodeValidationRuleProvider() { return new fx_models_1.Guid("402e1b43-8a0a-4b60-8200-94b441e75f50"); }
124
126
  }
125
127
  exports.WcmResourceManifests = WcmResourceManifests;
126
128
  class WcmWebComponentManifests {
@@ -297,6 +299,7 @@ class WcmWebComponentManifests {
297
299
  static get ActionButtonPageFeedbackHandler() { return new fx_models_1.Guid("66BD5D13-4FD6-40B1-B617-58ADFFED2077"); }
298
300
  static get ActionButtonPageFeedbackSettings() { return new fx_models_1.Guid("E8E01868-DF28-485D-B296-099B272B4619"); }
299
301
  static get ActionButtonPageFeedbackDialog() { return new fx_models_1.Guid("70343DA4-32A4-45A4-A19F-F2F13F0538A1"); }
302
+ static get ActionButtonPrintHandler() { return new fx_models_1.Guid("51a48027-a512-4823-9a70-fde38c8e5747"); }
300
303
  static get SharePage() { return new fx_models_1.Guid("03cc9cdf-57fd-40cb-b3cd-eac5c8a11ddf"); }
301
304
  static get SubscribeButton() { return new fx_models_1.Guid("5d0650eb-1a50-4de3-87f9-3e008ca9c623"); }
302
305
  static get ActionButtonSubscribeHandlerSettings() { return new fx_models_1.Guid("8e9797e4-6294-43c2-a768-178f3a7bbb87"); }
@@ -360,6 +363,8 @@ class WcmWebComponentManifests {
360
363
  static get ChannelManagementBlade() { return new fx_models_1.Guid("a8c1f0b5-ca39-46a6-9e0e-40e01d1744d3"); }
361
364
  static get WcmAdminOmniaSearchBlade() { return new fx_models_1.Guid("0751f1aa-16a0-4c80-b3e2-b678e8c52435"); }
362
365
  static get PageNavigationBlock() { return new fx_models_1.Guid("8674a7ae-1a35-4004-bf1c-f22edbdc57e5"); }
366
+ static get TableOfContents() { return new fx_models_1.Guid("6f1bb0f3-d5a6-4c75-8b4c-2ac6f1c63811"); }
367
+ static get TableOfContentsBlock() { return new fx_models_1.Guid("9f7a06e2-4969-4887-9509-f65fd351f1d2"); }
363
368
  static get NewsletterEmailSendingHandler() { return new fx_models_1.Guid("a47891d9-789a-454f-850d-bc4e129c4a39"); }
364
369
  static get ActionButtonInviteAuthorHandlerRegistration() { return new fx_models_1.Guid("3346b457-5f61-4406-9d67-60200e224243"); }
365
370
  static get ActionButtonInviteAuthorHandlerSubscription() { return new fx_models_1.Guid("39d4eab7-b146-4168-9059-9576c7a5e468"); }
@@ -18,7 +18,8 @@ export declare enum AutomaticPageCreationStatusType {
18
18
  Pending = 1,
19
19
  Success = 2,
20
20
  Failed = 3,
21
- InProgress = 4
21
+ InProgress = 4,
22
+ Skipped = 5
22
23
  }
23
24
  export interface AutomaticPageCreationStatus {
24
25
  type: AutomaticPageCreationStatusType;
@@ -36,3 +37,6 @@ export interface FailedAutomaticPageCreationStatus {
36
37
  export interface InProgressAutomaticPageCreationStatus {
37
38
  type: AutomaticPageCreationStatusType.InProgress;
38
39
  }
40
+ export interface SkippedAutomaticPageCreationStatus {
41
+ type: AutomaticPageCreationStatusType.Skipped;
42
+ }
@@ -7,4 +7,5 @@ var AutomaticPageCreationStatusType;
7
7
  AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["Success"] = 2] = "Success";
8
8
  AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["Failed"] = 3] = "Failed";
9
9
  AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["InProgress"] = 4] = "InProgress";
10
+ AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["Skipped"] = 5] = "Skipped";
10
11
  })(AutomaticPageCreationStatusType = exports.AutomaticPageCreationStatusType || (exports.AutomaticPageCreationStatusType = {}));
@@ -2,7 +2,7 @@ import { types } from "typestyle";
2
2
  import { SpacingSettings, Theming } from "@omnia/fx-models";
3
3
  export declare const CurrentNavigationBlockStyles: {
4
4
  wrapper: types.NestedCSSProperties;
5
- headerWrapper: (level: number, indentation: number, isRoutePath: boolean, theming: Theming, padding: SpacingSettings, rtl: boolean) => types.NestedCSSProperties;
5
+ headerWrapper: (level: number, indentation: number, isRoutePath: boolean, theming: Theming, padding: SpacingSettings, rtl: boolean, textColor: string) => types.NestedCSSProperties;
6
6
  rightIcon: types.NestedCSSProperties;
7
7
  arrowBtnCollapsedDefault: types.NestedCSSProperties;
8
8
  arrowBtnExpanded: types.NestedCSSProperties;
@@ -21,6 +21,7 @@ export interface LinkItem {
21
21
  icon: IconPickerModel;
22
22
  openInNewWindow: boolean;
23
23
  multilingualString?: MultilingualString;
24
+ urlSegment?: string;
24
25
  }
25
26
  export interface PageItemNode {
26
27
  pageId: number;
@@ -51,6 +52,9 @@ export interface DurableInfo {
51
52
  * Graph site ID.
52
53
  */
53
54
  siteId?: string;
55
+ downloadUrl?: string;
56
+ webUrl?: string;
57
+ absolutePath?: string;
54
58
  }
55
59
  export interface CustomLinkPropertyData extends LinkPickerPropertyData {
56
60
  isValidateTitle?: boolean;
@@ -3,7 +3,7 @@ import { SpacingSettings } from "@omnia/fx-models";
3
3
  import { ITheming } from "@omnia/fx/ux";
4
4
  import { PagePropertiesBlockSettings } from ".";
5
5
  export declare const PagePropertiesBlockAdvancedStyles: {
6
- propertyWrapper?: (isFlexBox: boolean) => types.NestedCSSProperties;
6
+ propertyWrapper?: (settings: PagePropertiesBlockSettings, isFlexBox: boolean) => types.NestedCSSProperties;
7
7
  propertyContentWrapper?: (settings: PagePropertiesBlockSettings, isFlexBox: boolean) => types.NestedCSSProperties;
8
8
  icon?: types.NestedCSSProperties;
9
9
  propertyLabelWrapper?: (fullWidth: boolean, textColor: string) => types.NestedCSSProperties;
@@ -25,8 +25,5 @@ export declare const PagePropertiesBlockStyles: {
25
25
  horizontalHeaderAlign?: types.NestedCSSProperties;
26
26
  horizontalHeaderAlignNoAvatarInOnePersonField?: types.NestedCSSProperties;
27
27
  horizontalHeaderAlignNoAvatarInLine?: types.NestedCSSProperties;
28
- horizontalTaxonomyNoAvatarInOnePersonField?: types.NestedCSSProperties;
29
- horizontalTaxonomyNoAvatarInLine?: types.NestedCSSProperties;
30
- horizontalRichText?: types.NestedCSSProperties;
31
- horizontaProcess?: types.NestedCSSProperties;
28
+ horizontalPropertyWrapperInPersonField?: (hideAvatar: boolean) => types.NestedCSSProperties;
32
29
  };
@@ -30,7 +30,7 @@ export interface PageRollupViewSettings {
30
30
  hideStartNode?: boolean;
31
31
  showAZPaging?: boolean;
32
32
  internalNamePropertyAZFilter?: string;
33
- defaultValuePropertyAZFilter?: string;
33
+ isAutoSelectFirstPropertyAZFilter?: boolean;
34
34
  }
35
35
  export interface PageRollupDateSettings {
36
36
  dateProp: string;
@@ -30,6 +30,7 @@ export interface RssReaderBlockSettings {
30
30
  selectedViewId: string;
31
31
  viewSettings?: RssReaderViewSettings;
32
32
  pagingType?: PagingTypes;
33
+ codepage?: number;
33
34
  }
34
35
  export interface LookupValue {
35
36
  id: any;
@@ -29,7 +29,6 @@ export * from "./MobileNavigationStyles";
29
29
  export * from "./NavigationNodeStyles";
30
30
  export * from "./LinkPickerStyles";
31
31
  export * from "./SearchTemplateOmniaPageStyles";
32
- export * from "./SharepointPageTemplateStyles";
33
32
  export * from "./CalendarRollupBlockStyles";
34
33
  export * from "./VariationSelectorBlock";
35
34
  export * from "./VariationInputStyles";
@@ -32,7 +32,6 @@ tslib_1.__exportStar(require("./MobileNavigationStyles"), exports);
32
32
  tslib_1.__exportStar(require("./NavigationNodeStyles"), exports);
33
33
  tslib_1.__exportStar(require("./LinkPickerStyles"), exports);
34
34
  tslib_1.__exportStar(require("./SearchTemplateOmniaPageStyles"), exports);
35
- tslib_1.__exportStar(require("./SharepointPageTemplateStyles"), exports);
36
35
  tslib_1.__exportStar(require("./CalendarRollupBlockStyles"), exports);
37
36
  tslib_1.__exportStar(require("./VariationSelectorBlock"), exports);
38
37
  tslib_1.__exportStar(require("./VariationInputStyles"), exports);
@@ -0,0 +1,4 @@
1
+ export interface ExportFileInQueueResult {
2
+ fileToken: string;
3
+ queueMessageId: string;
4
+ }
@@ -0,0 +1 @@
1
+ export * from "./ExportFileInQueueResult";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./ExportFileInQueueResult"), exports);
@@ -10,6 +10,7 @@ export * from "./Enums";
10
10
  export * from "./loc";
11
11
  export * from "./Constants";
12
12
  export * from "./pagenavigation";
13
+ export * from "./tableofcontents";
13
14
  export * from "./ManifestIds";
14
15
  export * from "./notifications";
15
16
  export * from "./block";
@@ -47,3 +48,6 @@ export * from "./analytics";
47
48
  export * from "./welcomeblock";
48
49
  export * from "./searchresultsource";
49
50
  export * from "./document";
51
+ export * from "./reusablecontent";
52
+ export * from "./exportToFile";
53
+ export * from "./validationrule";
@@ -14,6 +14,7 @@ tslib_1.__exportStar(require("./Enums"), exports);
14
14
  tslib_1.__exportStar(require("./loc"), exports);
15
15
  tslib_1.__exportStar(require("./Constants"), exports);
16
16
  tslib_1.__exportStar(require("./pagenavigation"), exports);
17
+ tslib_1.__exportStar(require("./tableofcontents"), exports);
17
18
  tslib_1.__exportStar(require("./ManifestIds"), exports);
18
19
  tslib_1.__exportStar(require("./notifications"), exports);
19
20
  tslib_1.__exportStar(require("./block"), exports);
@@ -51,3 +52,6 @@ tslib_1.__exportStar(require("./analytics"), exports);
51
52
  tslib_1.__exportStar(require("./welcomeblock"), exports);
52
53
  tslib_1.__exportStar(require("./searchresultsource"), exports);
53
54
  tslib_1.__exportStar(require("./document"), exports);
55
+ tslib_1.__exportStar(require("./reusablecontent"), exports);
56
+ tslib_1.__exportStar(require("./exportToFile"), exports);
57
+ tslib_1.__exportStar(require("./validationrule"), exports);
@@ -42,6 +42,7 @@ export declare module WCMFxLocalization {
42
42
  };
43
43
  Block: {
44
44
  PropertyToStoreData: string;
45
+ StoreSectionContentInProperty: string;
45
46
  EnableOverrideInWriteMode: string;
46
47
  EditContent: string;
47
48
  AddContent: string;
@@ -1,5 +1,5 @@
1
1
  import { PageRollupDateSettings, PageRollupViewSettings } from "..";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { GuidValue, MultilingualString } from "@omnia/fx-models";
3
3
  export interface NewsletterViewSettings extends PageRollupViewSettings, PageRollupDateSettings {
4
4
  imageProp: string;
5
5
  summaryProp: string;
@@ -8,4 +8,7 @@ export interface NewsletterViewSettings extends PageRollupViewSettings, PageRoll
8
8
  pageContentCharacterLimit: number;
9
9
  pageSummaryCharacterLimit: number;
10
10
  imagePropRatioUniqueId?: GuidValue;
11
+ goToPageText: MultilingualString;
12
+ goToPageColor: string;
13
+ goToPageBgColor: string;
11
14
  }
@@ -44,6 +44,9 @@ export interface ExportQueryPagesRequest extends BatchQueryPages {
44
44
  [internalName: string]: string;
45
45
  };
46
46
  }
47
+ /**
48
+ @deprecated Removed in 7.10. Use ExportFileInQueueResult instead.
49
+ */
47
50
  export interface ExportQueryPagesResult {
48
51
  fileToken: string;
49
52
  queueMessageId: string;
@@ -8,4 +8,5 @@ export interface PageRollupRegistrationView {
8
8
  supportClassicPaging?: boolean;
9
9
  supportScrollPaging?: boolean;
10
10
  limitRollupScopes?: Array<PageRollupEnums.RollupScopes>;
11
+ supportAzFiltering?: boolean;
11
12
  }
@@ -3,10 +3,15 @@ export declare enum ValidationArchivePageResult {
3
3
  NotAllowed = 0,
4
4
  Allowed = 1,
5
5
  AdditionalActionRequired = 2,
6
- NotAllowedByHavingApproval = 3
6
+ NotAllowedByHavingApproval = 3,
7
+ NotAllowedByBeingEditedByOtherUser = 4
7
8
  }
8
- export interface ArchivePageResult {
9
- versionId: number;
9
+ export interface NavigationArchiveResult {
10
10
  softDeletedPageIds: Array<PageId>;
11
11
  softDeletedAt: string;
12
12
  }
13
+ export interface PageNavigationNodeArchiveResult extends NavigationArchiveResult {
14
+ versionId: number;
15
+ }
16
+ export interface NavigationNodeArchiveResult extends NavigationArchiveResult {
17
+ }
@@ -7,4 +7,5 @@ var ValidationArchivePageResult;
7
7
  ValidationArchivePageResult[ValidationArchivePageResult["Allowed"] = 1] = "Allowed";
8
8
  ValidationArchivePageResult[ValidationArchivePageResult["AdditionalActionRequired"] = 2] = "AdditionalActionRequired";
9
9
  ValidationArchivePageResult[ValidationArchivePageResult["NotAllowedByHavingApproval"] = 3] = "NotAllowedByHavingApproval";
10
+ ValidationArchivePageResult[ValidationArchivePageResult["NotAllowedByBeingEditedByOtherUser"] = 4] = "NotAllowedByBeingEditedByOtherUser";
10
11
  })(ValidationArchivePageResult = exports.ValidationArchivePageResult || (exports.ValidationArchivePageResult = {}));
@@ -23,6 +23,7 @@ export interface MsTeamsDistributionChannelInfo extends DistributionChannelInfo
23
23
  groupId: string;
24
24
  channelId: string;
25
25
  propertiesMapping: MsTeamChannelDistributePropertyMapping;
26
+ includeChannelMention: boolean;
26
27
  }
27
28
  export interface YammerDistributePropertyMapping extends ChannelDistributePropertyMapping {
28
29
  }
@@ -0,0 +1,7 @@
1
+ import { NavigationArchiveInfoRef } from "../../../models";
2
+ import { NodeId } from "../navigation";
3
+ export interface RestoreNavigationMessage {
4
+ archiveInformationReference: NavigationArchiveInfoRef;
5
+ parentNavigationNodeId?: NodeId;
6
+ currentNavigationNodeUrlSegment?: string;
7
+ }
@@ -1,4 +1,4 @@
1
1
  import { GuidValue } from "@omnia/fx-models";
2
- export interface RestorePageResult {
2
+ export interface RestoreNavigationResult {
3
3
  pullingStatusById: GuidValue;
4
4
  }
@@ -23,8 +23,8 @@ export * from "./VersionEnterpriseProperties";
23
23
  export * from "./VersionPropertyBag";
24
24
  export * from "./VersionInformation";
25
25
  export * from "./PageHiddenResponse";
26
- export * from "./RestorePageMessage";
27
- export * from "./RestorePageResult";
26
+ export * from "./RestoreNavigationMessage";
27
+ export * from "./RestoreNavigationResult";
28
28
  export * from "./DefaultVariationPage";
29
29
  export * from "./ReadNews";
30
30
  export * from "./ReusablePages";
@@ -26,8 +26,8 @@ tslib_1.__exportStar(require("./VersionEnterpriseProperties"), exports);
26
26
  tslib_1.__exportStar(require("./VersionPropertyBag"), exports);
27
27
  tslib_1.__exportStar(require("./VersionInformation"), exports);
28
28
  tslib_1.__exportStar(require("./PageHiddenResponse"), exports);
29
- tslib_1.__exportStar(require("./RestorePageMessage"), exports);
30
- tslib_1.__exportStar(require("./RestorePageResult"), exports);
29
+ tslib_1.__exportStar(require("./RestoreNavigationMessage"), exports);
30
+ tslib_1.__exportStar(require("./RestoreNavigationResult"), exports);
31
31
  tslib_1.__exportStar(require("./DefaultVariationPage"), exports);
32
32
  tslib_1.__exportStar(require("./ReadNews"), exports);
33
33
  tslib_1.__exportStar(require("./ReusablePages"), exports);
@@ -0,0 +1,4 @@
1
+ export interface ReusableContentTargetPageTrigger {
2
+ triggerSync: boolean;
3
+ withoutNotification?: boolean;
4
+ }
@@ -0,0 +1 @@
1
+ export * from "./ReusableContentTargetPageTrigger";