@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.
- package/LICENSE.txt +14 -0
- package/internal-do-not-import-from-here/core/Constants.d.ts +3 -0
- package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +16 -0
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +14 -23
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +5 -1
- package/internal-do-not-import-from-here/fx/apis/ValidationRule.d.ts +24 -0
- package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/constants.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/helpers/LayoutHelper.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/messaging/InternalWcmTopics.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/messaging/PublicWcmTopics.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/Constants.js +4 -1
- package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/ManifestIds.js +5 -0
- package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.d.ts +5 -1
- package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.js +1 -0
- package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlockStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlockStyles.d.ts +2 -5
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/components/index.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/models/components/index.js +0 -1
- package/internal-do-not-import-from-here/fx/models/exportToFile/ExportFileInQueueResult.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/exportToFile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/exportToFile/index.js +4 -0
- package/internal-do-not-import-from-here/fx/models/index.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/index.js +4 -0
- package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/NewsletterViewSettings.d.ts +4 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.d.ts +8 -3
- package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionDistributionChannel.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/RestoreNavigationMessage.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/pages/{RestorePageResult.d.ts → RestoreNavigationResult.d.ts} +1 -1
- package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/index.js +2 -2
- package/internal-do-not-import-from-here/fx/models/reusablecontent/ReusableContentTargetPageTrigger.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/reusablecontent/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/reusablecontent/index.js +4 -0
- package/internal-do-not-import-from-here/fx/models/tableofcontents/TableOfContentsLink.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/tableofcontents/TableOfContentsSettings.d.ts +25 -0
- package/internal-do-not-import-from-here/fx/models/tableofcontents/TableOfContentsSettings.js +12 -0
- package/internal-do-not-import-from-here/fx/models/tableofcontents/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/tableofcontents/index.js +5 -0
- package/internal-do-not-import-from-here/fx/models/validationrule/ValidationRuleProvider.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/validationrule/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/validationrule/index.js +4 -0
- package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/services/DurableLinkService.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +0 -2
- package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +7 -3
- package/internal-do-not-import-from-here/fx/services/ReusablePageService.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/shared/EnterpriseGlossaryHelper.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/shared/OmniaSearchCategoryQueryHelper.d.ts +9 -1
- package/internal-do-not-import-from-here/fx/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/stores/CurrentPageStore.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +1 -3
- package/internal-do-not-import-from-here/fx/stores/PageBlockPropertyStore.d.ts +5 -3
- package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +10 -2
- package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +3 -0
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveDependency.d.ts +2 -1
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfo.d.ts +24 -0
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoDependency.d.ts +13 -0
- package/internal-do-not-import-from-here/models/pagearchive/{PageArchiveInformationQueryRequest.d.ts → NavigationArchiveInfoQueryRequest.d.ts} +3 -3
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoQueryResult.d.ts +5 -0
- package/internal-do-not-import-from-here/models/pagearchive/{PageArchiveInformationReference.d.ts → NavigationArchiveInfoRef.d.ts} +1 -1
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoType.d.ts +8 -0
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoType.js +12 -0
- package/internal-do-not-import-from-here/models/pagearchive/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/pagearchive/index.js +6 -6
- package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivedNavigationArchiveInfoStatus.d.ts +4 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivingNavigationArchiveInfoStatus.d.ts +4 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivingNavigationArchiveInfoStatus.js +2 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationErrorNavigationArchiveInfoStatus.d.ts +6 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationErrorNavigationArchiveInfoStatus.js +2 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/NavigationArchiveInfoStatus.d.ts +11 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/NavigationArchiveInfoStatus.js +12 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoredNavigationArchiveInfoStatus.d.ts +7 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoredNavigationArchiveInfoStatus.js +2 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoringNavigationArchiveInfoStatus.d.ts +4 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoringNavigationArchiveInfoStatus.js +2 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/index.d.ts +5 -5
- package/internal-do-not-import-from-here/models/pagearchive/statuses/index.js +5 -5
- package/package.json +3 -4
- package/internal-do-not-import-from-here/fx/models/components/SharepointPageTemplateStyles.d.ts +0 -10
- package/internal-do-not-import-from-here/fx/models/components/SharepointPageTemplateStyles.js +0 -4
- package/internal-do-not-import-from-here/fx/models/pages/RestorePageMessage.d.ts +0 -7
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformation.d.ts +0 -19
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationDependency.d.ts +0 -14
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationQueryResult.d.ts +0 -5
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationType.d.ts +0 -6
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationType.js +0 -10
- package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivedPageArchiveInformationStatus.d.ts +0 -4
- package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivingPageArchiveInformationStatus.d.ts +0 -4
- package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationPageArchiveInformationStatus.d.ts +0 -6
- package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.d.ts +0 -11
- package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js +0 -12
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoredPageArchiveInformationStatus.d.ts +0 -7
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoringPageArchiveInformationStatus.d.ts +0 -4
- /package/internal-do-not-import-from-here/fx/models/{pages/RestorePageMessage.js → exportToFile/ExportFileInQueueResult.js} +0 -0
- /package/internal-do-not-import-from-here/fx/models/pages/{RestorePageResult.js → RestoreNavigationMessage.js} +0 -0
- /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformation.js → fx/models/pages/RestoreNavigationResult.js} +0 -0
- /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformationDependency.js → fx/models/reusablecontent/ReusableContentTargetPageTrigger.js} +0 -0
- /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformationQueryRequest.js → fx/models/tableofcontents/TableOfContentsLink.js} +0 -0
- /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformationQueryResult.js → fx/models/validationrule/ValidationRuleProvider.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/{PageArchiveInformationReference.js → NavigationArchiveInfo.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/{statuses/ArchivedPageArchiveInformationStatus.js → NavigationArchiveInfoDependency.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/{statuses/ArchivingPageArchiveInformationStatus.js → NavigationArchiveInfoQueryRequest.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/{statuses/MigrationPageArchiveInformationStatus.js → NavigationArchiveInfoQueryResult.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/{statuses/RestoredPageArchiveInformationStatus.js → NavigationArchiveInfoRef.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/statuses/{RestoringPageArchiveInformationStatus.js → ArchivedNavigationArchiveInfoStatus.js} +0 -0
|
@@ -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
|
+
}
|
package/internal-do-not-import-from-here/models/pagearchive/statuses/NavigationArchiveInfoStatus.js
ADDED
|
@@ -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
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./
|
|
5
|
-
export * from "./
|
|
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("./
|
|
5
|
-
tslib_1.__exportStar(require("./
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
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": "
|
|
4
|
-
"version": "7.11.
|
|
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"
|
package/internal-do-not-import-from-here/fx/models/components/SharepointPageTemplateStyles.d.ts
DELETED
|
@@ -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,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
|
-
}
|
package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationDependency.d.ts
DELETED
|
@@ -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,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,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
|
-
}
|
package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js
DELETED
|
@@ -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
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|