@omnia/wcm 7.11.0-preview.4 → 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
@@ -0,0 +1,4 @@
1
+ import { NavigationArchiveInfoStatus, NavigationArchiveInfoStatusType } from "./NavigationArchiveInfoStatus";
2
+ export interface ArchivingNavigationArchiveInfoStatus extends NavigationArchiveInfoStatus {
3
+ type: NavigationArchiveInfoStatusType.Archiving;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import { NavigationArchiveInfoStatus, NavigationArchiveInfoStatusType } from "./NavigationArchiveInfoStatus";
2
+ export interface MigrationErrorNavigationArchiveInfoStatus extends NavigationArchiveInfoStatus {
3
+ type: NavigationArchiveInfoStatusType.MigrationError;
4
+ errorMessage: string;
5
+ errorDetail: string;
6
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ export declare enum NavigationArchiveInfoStatusType {
2
+ Archiving = 1,
3
+ Archived = 2,
4
+ Restoring = 3,
5
+ Restored = 4,
6
+ Migrating = 5,
7
+ MigrationError = 6
8
+ }
9
+ export interface NavigationArchiveInfoStatus {
10
+ type: NavigationArchiveInfoStatusType;
11
+ }
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NavigationArchiveInfoStatusType = void 0;
4
+ var NavigationArchiveInfoStatusType;
5
+ (function (NavigationArchiveInfoStatusType) {
6
+ NavigationArchiveInfoStatusType[NavigationArchiveInfoStatusType["Archiving"] = 1] = "Archiving";
7
+ NavigationArchiveInfoStatusType[NavigationArchiveInfoStatusType["Archived"] = 2] = "Archived";
8
+ NavigationArchiveInfoStatusType[NavigationArchiveInfoStatusType["Restoring"] = 3] = "Restoring";
9
+ NavigationArchiveInfoStatusType[NavigationArchiveInfoStatusType["Restored"] = 4] = "Restored";
10
+ NavigationArchiveInfoStatusType[NavigationArchiveInfoStatusType["Migrating"] = 5] = "Migrating";
11
+ NavigationArchiveInfoStatusType[NavigationArchiveInfoStatusType["MigrationError"] = 6] = "MigrationError";
12
+ })(NavigationArchiveInfoStatusType = exports.NavigationArchiveInfoStatusType || (exports.NavigationArchiveInfoStatusType = {}));
@@ -0,0 +1,7 @@
1
+ import { Identity } from "@omnia/fx-models";
2
+ import { NavigationArchiveInfoStatus, NavigationArchiveInfoStatusType } from "./NavigationArchiveInfoStatus";
3
+ export interface RestoredNavigationArchiveInfoStatus extends NavigationArchiveInfoStatus {
4
+ type: NavigationArchiveInfoStatusType.Restored;
5
+ restoredAt: string;
6
+ restoredBy: Identity;
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ import { NavigationArchiveInfoStatus, NavigationArchiveInfoStatusType } from "./NavigationArchiveInfoStatus";
2
+ export interface RestoringNavigationArchiveInfoStatus extends NavigationArchiveInfoStatus {
3
+ type: NavigationArchiveInfoStatusType.Restoring;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +1,5 @@
1
- export * from "./PageArchiveInformationStatus";
2
- export * from "./ArchivingPageArchiveInformationStatus";
3
- export * from "./ArchivedPageArchiveInformationStatus";
4
- export * from "./RestoringPageArchiveInformationStatus";
5
- export * from "./RestoredPageArchiveInformationStatus";
1
+ export * from "./NavigationArchiveInfoStatus";
2
+ export * from "./ArchivingNavigationArchiveInfoStatus";
3
+ export * from "./ArchivedNavigationArchiveInfoStatus";
4
+ export * from "./RestoringNavigationArchiveInfoStatus";
5
+ export * from "./RestoredNavigationArchiveInfoStatus";
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./PageArchiveInformationStatus"), exports);
5
- tslib_1.__exportStar(require("./ArchivingPageArchiveInformationStatus"), exports);
6
- tslib_1.__exportStar(require("./ArchivedPageArchiveInformationStatus"), exports);
7
- tslib_1.__exportStar(require("./RestoringPageArchiveInformationStatus"), exports);
8
- tslib_1.__exportStar(require("./RestoredPageArchiveInformationStatus"), exports);
4
+ tslib_1.__exportStar(require("./NavigationArchiveInfoStatus"), exports);
5
+ tslib_1.__exportStar(require("./ArchivingNavigationArchiveInfoStatus"), exports);
6
+ tslib_1.__exportStar(require("./ArchivedNavigationArchiveInfoStatus"), exports);
7
+ tslib_1.__exportStar(require("./RestoringNavigationArchiveInfoStatus"), exports);
8
+ tslib_1.__exportStar(require("./RestoredNavigationArchiveInfoStatus"), exports);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
- "license": "MIT",
4
- "version": "7.11.0-preview.4",
3
+ "license": "SEE LICENSE IN LICENSE.txt",
4
+ "version": "7.11.1",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -18,8 +18,7 @@
18
18
  "sharepoint"
19
19
  ],
20
20
  "author": "Omnia Digital Workplace AB",
21
- "dependencies": {
22
- },
21
+ "dependencies": {},
23
22
  "typings": "./index.d.ts",
24
23
  "bugs": {
25
24
  "url": "https://github.com/omniaintranet/OmniaWebContentManagement/issues"
@@ -1,10 +0,0 @@
1
- import { types } from "typestyle";
2
- export declare const SharepointPageTemplateStyles: {
3
- container?: types.NestedCSSProperties;
4
- image?: types.NestedCSSProperties;
5
- contentWapper?: types.NestedCSSProperties;
6
- propertiesBlock?: types.NestedCSSProperties;
7
- contentLine?: types.NestedCSSProperties;
8
- trimTextBox?: types.NestedCSSProperties;
9
- title?: (textColor: string) => types.NestedCSSProperties;
10
- };
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SharepointPageTemplateStyles = void 0;
4
- exports.SharepointPageTemplateStyles = {};
@@ -1,7 +0,0 @@
1
- import { PageArchiveInformationReference } from "../../../models";
2
- import { NodeId } from "../navigation";
3
- export interface RestorePageMessage {
4
- pageArchiveInformationReference: PageArchiveInformationReference;
5
- parentNavigationNodeId?: NodeId;
6
- currentPageNavigationNodeUrlSegment?: string;
7
- }
@@ -1,19 +0,0 @@
1
- import { PageArchiveInformationType } from "./PageArchiveInformationType";
2
- import { PageId } from "../../fx/models";
3
- import { GuidValue, Identity, ResolvedUserIdentity } from "@omnia/fx-models";
4
- import { PageArchiveInformationStatus } from "./statuses";
5
- import { PageArchiveDependency, NavigationArchiveDependency } from ".";
6
- export interface PageArchiveInformation {
7
- spItemId: number;
8
- publishingAppId: GuidValue;
9
- pageId: PageId;
10
- title: string;
11
- comment: string;
12
- archivedAt: string;
13
- archivedBy: Identity;
14
- type: PageArchiveInformationType;
15
- status: PageArchiveInformationStatus;
16
- pageDependency: PageArchiveDependency;
17
- navigationDependency: NavigationArchiveDependency;
18
- archivedByUser: ResolvedUserIdentity;
19
- }
@@ -1,14 +0,0 @@
1
- import { PageId, VariationId } from "../../fx/models";
2
- import { PageArchiveInformation } from "./PageArchiveInformation";
3
- export interface PageArchiveInformationDependency {
4
- dependentParentNode: PageArchiveInformation;
5
- dependentPageTypes: Array<PageArchiveInformation>;
6
- dependentOriginalPage: PageArchiveInformation;
7
- dependentPageCollection: PageArchiveInformation;
8
- optionalParentNodeWithPageId: PageId;
9
- requiredPageTypeIds: Array<PageId>;
10
- requiredOriginalPageId: PageId;
11
- requiredPageCollectionId: PageId;
12
- notFoundVaritaionIds: Array<VariationId>;
13
- alreadyExistPageForVariation: VariationId;
14
- }
@@ -1,5 +0,0 @@
1
- import { PageArchiveInformation } from ".";
2
- export interface PageArchiveInformationQueryResult {
3
- nextPage: string;
4
- items: Array<PageArchiveInformation>;
5
- }
@@ -1,6 +0,0 @@
1
- export declare enum PageArchiveInformationType {
2
- Pages = 1,
3
- PageCollection = 2,
4
- PageType = 3,
5
- PageVariation = 4
6
- }
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PageArchiveInformationType = void 0;
4
- var PageArchiveInformationType;
5
- (function (PageArchiveInformationType) {
6
- PageArchiveInformationType[PageArchiveInformationType["Pages"] = 1] = "Pages";
7
- PageArchiveInformationType[PageArchiveInformationType["PageCollection"] = 2] = "PageCollection";
8
- PageArchiveInformationType[PageArchiveInformationType["PageType"] = 3] = "PageType";
9
- PageArchiveInformationType[PageArchiveInformationType["PageVariation"] = 4] = "PageVariation";
10
- })(PageArchiveInformationType = exports.PageArchiveInformationType || (exports.PageArchiveInformationType = {}));
@@ -1,4 +0,0 @@
1
- import { PageArchiveInformationStatus, PageArchiveInformationStatusType } from "./PageArchiveInformationStatus";
2
- export interface ArchivedPageArchiveInformationStatus extends PageArchiveInformationStatus {
3
- type: PageArchiveInformationStatusType.Archived;
4
- }
@@ -1,4 +0,0 @@
1
- import { PageArchiveInformationStatus, PageArchiveInformationStatusType } from "./PageArchiveInformationStatus";
2
- export interface ArchivingPageArchiveInformationStatus extends PageArchiveInformationStatus {
3
- type: PageArchiveInformationStatusType.Archiving;
4
- }
@@ -1,6 +0,0 @@
1
- import { PageArchiveInformationStatus, PageArchiveInformationStatusType } from "./PageArchiveInformationStatus";
2
- export interface MigrationErrorPageArchiveInformationStatus extends PageArchiveInformationStatus {
3
- type: PageArchiveInformationStatusType.MigrationError;
4
- errorMessage: string;
5
- errorDetail: string;
6
- }
@@ -1,11 +0,0 @@
1
- export declare enum PageArchiveInformationStatusType {
2
- Archiving = 1,
3
- Archived = 2,
4
- Restoring = 3,
5
- Restored = 4,
6
- Migrating = 5,
7
- MigrationError = 6
8
- }
9
- export interface PageArchiveInformationStatus {
10
- type: PageArchiveInformationStatusType;
11
- }
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PageArchiveInformationStatusType = void 0;
4
- var PageArchiveInformationStatusType;
5
- (function (PageArchiveInformationStatusType) {
6
- PageArchiveInformationStatusType[PageArchiveInformationStatusType["Archiving"] = 1] = "Archiving";
7
- PageArchiveInformationStatusType[PageArchiveInformationStatusType["Archived"] = 2] = "Archived";
8
- PageArchiveInformationStatusType[PageArchiveInformationStatusType["Restoring"] = 3] = "Restoring";
9
- PageArchiveInformationStatusType[PageArchiveInformationStatusType["Restored"] = 4] = "Restored";
10
- PageArchiveInformationStatusType[PageArchiveInformationStatusType["Migrating"] = 5] = "Migrating";
11
- PageArchiveInformationStatusType[PageArchiveInformationStatusType["MigrationError"] = 6] = "MigrationError";
12
- })(PageArchiveInformationStatusType = exports.PageArchiveInformationStatusType || (exports.PageArchiveInformationStatusType = {}));
@@ -1,7 +0,0 @@
1
- import { Identity } from "@omnia/fx-models";
2
- import { PageArchiveInformationStatus, PageArchiveInformationStatusType } from "./PageArchiveInformationStatus";
3
- export interface RestoredPageArchiveInformationStatus extends PageArchiveInformationStatus {
4
- type: PageArchiveInformationStatusType.Restored;
5
- restoredAt: string;
6
- restoredBy: Identity;
7
- }
@@ -1,4 +0,0 @@
1
- import { PageArchiveInformationStatus, PageArchiveInformationStatusType } from "./PageArchiveInformationStatus";
2
- export interface RestoringPageArchiveInformationStatus extends PageArchiveInformationStatus {
3
- type: PageArchiveInformationStatusType.Restoring;
4
- }