@salesforce/lds-adapters-cms-authoring 0.131.0
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 +82 -0
- package/dist/es/es2018/cms-authoring.js +7141 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/adapters/createDeployment.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createManagedContent.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createManagedContentExportV2Job.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createManagedContentImportV2Job.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createManagedContentVariant.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createTranslationV2Job.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteManagedContentVariant.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/adapters/getCollectionItems.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getManagedContent.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getManagedContentByFolderId.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/adapters/getManagedContentReferencedBy.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getManagedContentSpace.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getManagedContentSpaces.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getManagedContentVariant.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getManagedContentVariantReferences.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getManagedContentVariantRendition.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getManagedContentVariantVersions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getSearchResults.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/patchManagedContentSpace.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/publishManagedContent.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/replaceManagedContentVariant.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/unpublishManagedContent.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/resources/deleteCmsDeploymentsByDeploymentId.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/resources/deleteCmsSiteAuthorContentByContentKey.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectCmsContentJobsByJobId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectCmsContentsVariantsByVariantId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/getCmsDeliveryCollectionByCollectionNameOrContentKeyAndTargetId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getCmsDeliveryCollectionMetadataByCollectionNameOrContentKeyAndTargetId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getCmsDeployments.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentByContentKey.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentContentKeys.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentNodeByContentKeyAndContentNode.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentNodesByContentKey.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getCmsSpacesPreviewEndpointsByContentSpaceId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsCollectionsByCollectionKeyOrId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsContent.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentJobsByJobId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentTypesByContentTypeFQN.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentVersionByManagedContentVersionId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsByContentKeyOrId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsReferencedByByContentKeyOrId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsRenditionsByContentKeyOrIdAndRenditionType.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsVariantsByVariantId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsVariantsReferencesByContentKeyOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsVariantsVersionsByVariantId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveriesContentsByContentKeyOrIdAndDeliveryChannelIdOrSiteId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersByFolderId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersItemsByFolderId.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsItemsSearch.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsSpaces.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCmsSpacesByContentSpaceId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryByCommunityId.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsByCommunityId.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsSearchByCommunityId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesMembersPermissionsByContentSpaceIdAndMemberIdOrMe.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentRoles.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/patchCmsDeploymentsByDeploymentId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectCmsContentVersionByManagedContentVersionId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectCmsFoldersItemsByFolderId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectCmsSchedulesByDeploymentId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectCmsSpacesByContentSpaceId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/postCmsDeliveryChannelsVariantsByChannelId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postCmsDeployments.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsContentKeysByChannelId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsContentTypesByChannelId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsNodeIdsByChannelId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentJobsExport.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentJobsImport.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesTranslationByContentSpaceId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesVersionByContentSpaceId.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesVersionsByContentSpaceId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentVariant.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContents.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentsPublish.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentsUnpublish.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentsVariants.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsFolders.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsSchedules.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsSpaces.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsSpacesContentsExportByContentSpaceId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsSpacesContentsImportByContentSpaceId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesContentVersionsByContentSpaceId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentTranslation.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentVersionByManagedContentVersionId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentsVariantsByVariantId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/AbstractMCSFolderRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/AbstractMContentRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/AbstractManagedContentReferencedByContributorRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AbstractManagedContentReferencedByItemRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/AbstractManagedContentSearchResultRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/CMSChannelRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/MCSiteContentCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/MCSiteContentRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByContentKeysInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByContentTypesInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByNodesInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/MCSiteNodeCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/MCSiteNodeRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/MCSiteVariantRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/MContentBodyRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/MContentCollectionMetadataRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/MContentCollectionRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/MContentDetailRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/MContentSummaryRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentAssociationsInputRep.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentAssociationsRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentBodyInputRep.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentChannelSummaryRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentChannelTargetEntitySummaryRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentChildRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionDetailRepresentation.d.ts +73 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionItemRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionItemTypeSummaryRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentDateAndTimeNodeValueRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentDateNodeValueRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentItemRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentDetailCollectionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentDetailRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentDocumentDeliveryRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentDocumentRepresentation.d.ts +103 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentExportContentJobRequestInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentExportContentV2JobRequestInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentExportContentV2JobRequestInputWrapperRep.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentExportJobItemIdsInputList.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentFolderSearchResultRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentFolderSummaryRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentImportV2JobRequestInputWrapperRep.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentInputRep.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentInputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentJobRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentJobRequestInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentLanguageSummaryRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentMediaNodeValueRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentMediaSourceNodeValueRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentNodeTypeRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentNodeValueRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentPreviewCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentPreviewRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentPublishInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentPublishInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentPublishOutputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByCollectionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByContributorItemRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByContributorRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByContributorWithContributorItemsRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByItemRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByRecordRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByVariantRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentRenditionRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentScheduleInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultContentTypeRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultItemsCollectionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceCollectionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderDetailRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderInputRep.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemCollectionInputRep.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemCollectionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemRepresentation.d.ts +75 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceInputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberPermissionsRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpacePermissionRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRoleCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRoleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceSummaryRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTextNodeValueRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationRequestInputRep.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationV2Representation.d.ts +75 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationV2RequestInputRep.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationV2RequestInputWrapperRep.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTypeRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSchemaRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSummaryRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentTypeViewRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentUnpublishInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentUnpublishInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentUnpublishOutputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentUserSummaryRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentV2JobRepresentation.d.ts +75 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentV2JobRequestInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantInputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantReferenceDetailsRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantReferencesCollectionRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantRepresentation.d.ts +95 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantSearchResultRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantStatusRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantUpdateInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantUpdateInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantV1InputRep.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantV1Representation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantVersionCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantVersionRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVersionCollectionRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInputRep.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInternalCollectionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInternalRepresentation.d.ts +81 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVersionRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVersionSiteNodeCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVersionSiteNodeRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2CollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2CollectionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2InputRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2Representation.d.ts +75 -0
- package/dist/es/es2018/types/src/generated/types/ReferenceRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/StreamedRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/TopicSummaryRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getCollectionItems/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getManagedContent/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/postConnectCmsContents/ingestSuccess.d.ts +4 -0
- package/package.json +69 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +7410 -0
- package/src/raml/api.raml +4307 -0
- package/src/raml/luvio.raml +607 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "b7195d9bbf04739345c7c2f91333b74c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ManagedContentPreviewRepresentation, existing: ManagedContentPreviewRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentPreviewRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ManagedContentPreviewRepresentationNormalized, incoming: ManagedContentPreviewRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ManagedContentPreviewRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentPreviewRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Information about a Managed Content Preview
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ManagedContentPreviewRepresentationNormalized {
|
|
18
|
+
/** ManagedContent channel name */
|
|
19
|
+
channelName: string;
|
|
20
|
+
/** ManagedContent previewEndpoint */
|
|
21
|
+
previewEndpoint: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Information about a Managed Content Preview
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ManagedContentPreviewRepresentation {
|
|
30
|
+
channelName: string;
|
|
31
|
+
previewEndpoint: string;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ManagedContentPublishInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "4ad20327d4f30a6bba0e2d89e5f35577";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ManagedContentPublishInputRepresentation, existing: ManagedContentPublishInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentPublishInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ManagedContentPublishInputRepresentationNormalized, incoming: ManagedContentPublishInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ManagedContentPublishInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentPublishInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input required for publishing content
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ManagedContentPublishInputRepresentationNormalized {
|
|
18
|
+
/** [Optional] The contents to publish. Either contentIds or variantIds is required. */
|
|
19
|
+
contentIds?: Array<string>;
|
|
20
|
+
/** Description for publish Action. */
|
|
21
|
+
description?: string;
|
|
22
|
+
/** [Optional] Include Content References for deployment. */
|
|
23
|
+
includeContentReferences?: boolean;
|
|
24
|
+
/** [Optional] The variants to publish. Either contentIds or variantIds is required. */
|
|
25
|
+
variantIds?: Array<string>;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Input required for publishing content
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface ManagedContentPublishInputRepresentation {
|
|
34
|
+
contentIds?: Array<string>;
|
|
35
|
+
description?: string;
|
|
36
|
+
includeContentReferences?: boolean;
|
|
37
|
+
variantIds?: Array<string>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ManagedContentPublishInputRepresentation as ManagedContentPublishInputRepresentation_ManagedContentPublishInputRepresentation } from './ManagedContentPublishInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "0bab4b1758be7f3baaf1d2b17b5ac99c";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ManagedContentPublishInputWrapperRepresentation, existing: ManagedContentPublishInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentPublishInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ManagedContentPublishInputWrapperRepresentationNormalized, incoming: ManagedContentPublishInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ManagedContentPublishInputWrapperRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentPublishInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Wrapper for Input required for publish managed content or variants
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedContentPublishInputWrapperRepresentationNormalized {
|
|
19
|
+
publishInput: ManagedContentPublishInputRepresentation_ManagedContentPublishInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wrapper for Input required for publish managed content or variants
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ManagedContentPublishInputWrapperRepresentation {
|
|
28
|
+
publishInput: ManagedContentPublishInputRepresentation_ManagedContentPublishInputRepresentation;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ManagedContentPublishOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 100;
|
|
3
|
+
export declare const VERSION = "789bce2e581ff7969982fbf2ffbfd9a5";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
id: string;
|
|
8
|
+
}
|
|
9
|
+
export type ManagedContentPublishOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialManagedContentPublishOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ManagedContentPublishOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ManagedContentPublishOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ManagedContentPublishOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: ManagedContentPublishOutputRepresentation, existing: ManagedContentPublishOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentPublishOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
|
+
export declare function equals(existing: ManagedContentPublishOutputRepresentationNormalized, incoming: ManagedContentPublishOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare function deepFreeze(input: ManagedContentPublishOutputRepresentation): void;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentPublishOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
21
|
+
/**
|
|
22
|
+
* Information about a Publish action
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string): deploymentId
|
|
26
|
+
*/
|
|
27
|
+
export interface ManagedContentPublishOutputRepresentationNormalized {
|
|
28
|
+
/** ManagedContentDeployment Entity Id */
|
|
29
|
+
deploymentId: string;
|
|
30
|
+
/** Provided description. */
|
|
31
|
+
description: string | null;
|
|
32
|
+
/** Publish Date */
|
|
33
|
+
publishDate: string | null;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Information about a Publish action
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* id (string): deploymentId
|
|
40
|
+
*/
|
|
41
|
+
export interface ManagedContentPublishOutputRepresentation {
|
|
42
|
+
deploymentId: string;
|
|
43
|
+
description: string | null;
|
|
44
|
+
publishDate: string | null;
|
|
45
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { AbstractManagedContentReferencedByItemRepresentation as AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation } from './AbstractManagedContentReferencedByItemRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 100;
|
|
4
|
+
export declare const VERSION = "c297f5edbe1b51eadd89e68f176520ba";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ManagedContentReferencedByCollectionRepresentation, existing: ManagedContentReferencedByCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentReferencedByCollectionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: ManagedContentReferencedByCollectionRepresentationNormalized, incoming: ManagedContentReferencedByCollectionRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: ManagedContentReferencedByCollectionRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentReferencedByCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Collection of rof referencing contents
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ManagedContentReferencedByCollectionRepresentationNormalized {
|
|
20
|
+
/** URL to the current page of managed content references. The default is 25 managed content references per page. */
|
|
21
|
+
currentPageUrl: string;
|
|
22
|
+
/** URL to the next page of managed content references, The default is 25 managed content references per page. */
|
|
23
|
+
nextPageUrl: string | null;
|
|
24
|
+
/** Managed content referenceBy for this page. */
|
|
25
|
+
referencedBy: Array<AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation>;
|
|
26
|
+
/** Total number of referencedBy contents across all pages. */
|
|
27
|
+
total: number;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Collection of rof referencing contents
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface ManagedContentReferencedByCollectionRepresentation {
|
|
36
|
+
currentPageUrl: string;
|
|
37
|
+
nextPageUrl: string | null;
|
|
38
|
+
referencedBy: Array<AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation>;
|
|
39
|
+
total: number;
|
|
40
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { ManagedContentUserSummaryRepresentation as ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation } from './ManagedContentUserSummaryRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "3306df3b2175592bfe07c027237f2b25";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ManagedContentReferencedByContributorItemRepresentation, existing: ManagedContentReferencedByContributorItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentReferencedByContributorItemRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ManagedContentReferencedByContributorItemRepresentationNormalized, incoming: ManagedContentReferencedByContributorItemRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ManagedContentReferencedByContributorItemRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentReferencedByContributorItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of the contributor item.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedContentReferencedByContributorItemRepresentationNormalized {
|
|
19
|
+
createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
|
|
20
|
+
/** Date when the reference from this contributor item to the managed content was created. */
|
|
21
|
+
createdDate: string;
|
|
22
|
+
/** Id of the contributor item */
|
|
23
|
+
id: string;
|
|
24
|
+
/** Reference type of the contributor item. */
|
|
25
|
+
referenceType: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Representation of the contributor item.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface ManagedContentReferencedByContributorItemRepresentation {
|
|
34
|
+
createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
|
|
35
|
+
createdDate: string;
|
|
36
|
+
id: string;
|
|
37
|
+
referenceType: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { AbstractManagedContentReferencedByContributorRepresentation as AbstractManagedContentReferencedByContributorRepresentation_AbstractManagedContentReferencedByContributorRepresentation } from './AbstractManagedContentReferencedByContributorRepresentation';
|
|
2
|
+
import { ManagedContentUserSummaryRepresentation as ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation } from './ManagedContentUserSummaryRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "0c8b8d4551ce47a050dc2f0995be9bdd";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ManagedContentReferencedByContributorRepresentation, existing: ManagedContentReferencedByContributorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentReferencedByContributorRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ManagedContentReferencedByContributorRepresentationNormalized, incoming: ManagedContentReferencedByContributorRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: ManagedContentReferencedByContributorRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentReferencedByContributorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation of the contributor
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ManagedContentReferencedByContributorRepresentationNormalized extends AbstractManagedContentReferencedByContributorRepresentation_AbstractManagedContentReferencedByContributorRepresentation {
|
|
20
|
+
createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
|
|
21
|
+
/** Date reference created */
|
|
22
|
+
createdDate: string;
|
|
23
|
+
/** Reference type of the contributor */
|
|
24
|
+
referenceType: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Representation of the contributor
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface ManagedContentReferencedByContributorRepresentation extends AbstractManagedContentReferencedByContributorRepresentation_AbstractManagedContentReferencedByContributorRepresentation {
|
|
33
|
+
createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
|
|
34
|
+
createdDate: string;
|
|
35
|
+
referenceType: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AbstractManagedContentReferencedByContributorRepresentation as AbstractManagedContentReferencedByContributorRepresentation_AbstractManagedContentReferencedByContributorRepresentation } from './AbstractManagedContentReferencedByContributorRepresentation';
|
|
2
|
+
import { ManagedContentReferencedByContributorItemRepresentation as ManagedContentReferencedByContributorItemRepresentation_ManagedContentReferencedByContributorItemRepresentation } from './ManagedContentReferencedByContributorItemRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "f138de9d74ceb518fdccbf217e290c43";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ManagedContentReferencedByContributorWithContributorItemsRepresentation, existing: ManagedContentReferencedByContributorWithContributorItemsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentReferencedByContributorWithContributorItemsRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ManagedContentReferencedByContributorWithContributorItemsRepresentationNormalized, incoming: ManagedContentReferencedByContributorWithContributorItemsRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: ManagedContentReferencedByContributorWithContributorItemsRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentReferencedByContributorWithContributorItemsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation of the contributor with contributor items
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ManagedContentReferencedByContributorWithContributorItemsRepresentationNormalized extends AbstractManagedContentReferencedByContributorRepresentation_AbstractManagedContentReferencedByContributorRepresentation {
|
|
20
|
+
/** List of contributor items */
|
|
21
|
+
contributorItems: Array<ManagedContentReferencedByContributorItemRepresentation_ManagedContentReferencedByContributorItemRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation of the contributor with contributor items
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ManagedContentReferencedByContributorWithContributorItemsRepresentation extends AbstractManagedContentReferencedByContributorRepresentation_AbstractManagedContentReferencedByContributorRepresentation {
|
|
30
|
+
contributorItems: Array<ManagedContentReferencedByContributorItemRepresentation_ManagedContentReferencedByContributorItemRepresentation>;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByItemRepresentation.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AbstractManagedContentReferencedByItemRepresentation as AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation } from './AbstractManagedContentReferencedByItemRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "f36c3004a806aefeb01489b4615de4cd";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ManagedContentReferencedByItemRepresentation, existing: ManagedContentReferencedByItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentReferencedByItemRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ManagedContentReferencedByItemRepresentationNormalized, incoming: ManagedContentReferencedByItemRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ManagedContentReferencedByItemRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentReferencedByItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of the contributor
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedContentReferencedByItemRepresentationNormalized extends AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Representation of the contributor
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ManagedContentReferencedByItemRepresentation extends AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation {
|
|
27
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByRecordRepresentation.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AbstractManagedContentReferencedByItemRepresentation as AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation } from './AbstractManagedContentReferencedByItemRepresentation';
|
|
2
|
+
import { ManagedContentUserSummaryRepresentation as ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation } from './ManagedContentUserSummaryRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "fcad92443d7f8b4d993415ad501ca358";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ManagedContentReferencedByRecordRepresentation, existing: ManagedContentReferencedByRecordRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentReferencedByRecordRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ManagedContentReferencedByRecordRepresentationNormalized, incoming: ManagedContentReferencedByRecordRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: ManagedContentReferencedByRecordRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentReferencedByRecordRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation of the referencing entity
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ManagedContentReferencedByRecordRepresentationNormalized extends AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation {
|
|
20
|
+
createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
|
|
21
|
+
/** Date when this reference was created. */
|
|
22
|
+
createdDate: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of the referencing entity
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ManagedContentReferencedByRecordRepresentation extends AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation {
|
|
31
|
+
createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
|
|
32
|
+
createdDate: string;
|
|
33
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AbstractManagedContentReferencedByItemRepresentation as AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation } from './AbstractManagedContentReferencedByItemRepresentation';
|
|
2
|
+
import { AbstractManagedContentReferencedByContributorRepresentation as AbstractManagedContentReferencedByContributorRepresentation_AbstractManagedContentReferencedByContributorRepresentation } from './AbstractManagedContentReferencedByContributorRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "891431f239644f56cd24a166b96b7c29";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ManagedContentReferencedByVariantRepresentation, existing: ManagedContentReferencedByVariantRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentReferencedByVariantRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ManagedContentReferencedByVariantRepresentationNormalized, incoming: ManagedContentReferencedByVariantRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: ManagedContentReferencedByVariantRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentReferencedByVariantRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation for the managed content variant referencing managed content.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ManagedContentReferencedByVariantRepresentationNormalized extends AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation {
|
|
20
|
+
/** Contributor list */
|
|
21
|
+
contributors: Array<AbstractManagedContentReferencedByContributorRepresentation_AbstractManagedContentReferencedByContributorRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation for the managed content variant referencing managed content.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ManagedContentReferencedByVariantRepresentation extends AbstractManagedContentReferencedByItemRepresentation_AbstractManagedContentReferencedByItemRepresentation {
|
|
30
|
+
contributors: Array<AbstractManagedContentReferencedByContributorRepresentation_AbstractManagedContentReferencedByContributorRepresentation>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 1000;
|
|
3
|
+
export declare const VERSION = "98edee4f058ced93570a7b0ce2293672";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ManagedContentRenditionRepresentation, existing: ManagedContentRenditionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentRenditionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: ManagedContentRenditionRepresentationNormalized, incoming: ManagedContentRenditionRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ManagedContentRenditionRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentRenditionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Information about a rendition of CMS content
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedContentRenditionRepresentationNormalized {
|
|
19
|
+
/** Globally unique identifier of a managed content */
|
|
20
|
+
contentKey: string;
|
|
21
|
+
/** The language of the managed content. */
|
|
22
|
+
language: string;
|
|
23
|
+
/** Id of the managed content. */
|
|
24
|
+
managedContentId: string;
|
|
25
|
+
/** Body containing rendition of content */
|
|
26
|
+
renditionBody: {
|
|
27
|
+
[key: string]: unknown;
|
|
28
|
+
};
|
|
29
|
+
/** Schema of rendition */
|
|
30
|
+
renditionSchema: {
|
|
31
|
+
[key: string]: unknown;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Information about a rendition of CMS content
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface ManagedContentRenditionRepresentation {
|
|
41
|
+
contentKey: string;
|
|
42
|
+
language: string;
|
|
43
|
+
managedContentId: string;
|
|
44
|
+
renditionBody: {
|
|
45
|
+
[key: string]: unknown;
|
|
46
|
+
};
|
|
47
|
+
renditionSchema: {
|
|
48
|
+
[key: string]: unknown;
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "19555bba992740d3c21f7a9d093ce989";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ManagedContentRepresentation, existing: ManagedContentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ManagedContentRepresentationNormalized, incoming: ManagedContentRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ManagedContentRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* The output representation of a managed content
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ManagedContentRepresentationNormalized {
|
|
18
|
+
/** Content key of a Managed Content */
|
|
19
|
+
contentKey: string;
|
|
20
|
+
/** Content type of a Managed Content */
|
|
21
|
+
contentType: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* The output representation of a managed content
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ManagedContentRepresentation {
|
|
30
|
+
contentKey: string;
|
|
31
|
+
contentType: string;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ManagedContentScheduleInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "dbbd49dd8fc38f0eb314f37d95729253";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ManagedContentScheduleInputRepresentation, existing: ManagedContentScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentScheduleInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ManagedContentScheduleInputRepresentationNormalized, incoming: ManagedContentScheduleInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ManagedContentScheduleInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentScheduleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input required for creating a scheduled deployment in 232
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ManagedContentScheduleInputRepresentationNormalized {
|
|
18
|
+
/** Action can be Publish/Unpublish for deployment */
|
|
19
|
+
action: string;
|
|
20
|
+
/** Authoring managed content space id where the deployment will be scheduled */
|
|
21
|
+
authorSpaceId: string;
|
|
22
|
+
/** Name of the deployment */
|
|
23
|
+
description: string;
|
|
24
|
+
/** Expiry date of the schedule */
|
|
25
|
+
expireDate: string;
|
|
26
|
+
/** PublishContentReference will help publish the reference item */
|
|
27
|
+
publishContentReference: boolean;
|
|
28
|
+
/** Setting the schedule date for the deployment */
|
|
29
|
+
scheduleDate: string;
|
|
30
|
+
/** For unpublish we need to set the versionIds */
|
|
31
|
+
versionIds: Array<string>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Input required for creating a scheduled deployment in 232
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface ManagedContentScheduleInputRepresentation {
|
|
40
|
+
action: string;
|
|
41
|
+
authorSpaceId: string;
|
|
42
|
+
description: string;
|
|
43
|
+
expireDate: string;
|
|
44
|
+
publishContentReference: boolean;
|
|
45
|
+
scheduleDate: string;
|
|
46
|
+
versionIds: Array<string>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { ManagedContentSearchResultRepresentation as ManagedContentSearchResultRepresentation_ManagedContentSearchResultRepresentation } from './ManagedContentSearchResultRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "572c8571162c9b4e876a5807918f62dc";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ManagedContentSearchResultCollectionRepresentation, existing: ManagedContentSearchResultCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSearchResultCollectionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ManagedContentSearchResultCollectionRepresentationNormalized, incoming: ManagedContentSearchResultCollectionRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ManagedContentSearchResultCollectionRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSearchResultCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* A container of paginated cms keyword-based search result items plus a short search result summary
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedContentSearchResultCollectionRepresentationNormalized {
|
|
19
|
+
/** total search result item count */
|
|
20
|
+
count: number;
|
|
21
|
+
/** search result URI */
|
|
22
|
+
currentPageUri: string;
|
|
23
|
+
/** an array of search result items */
|
|
24
|
+
items: Array<ManagedContentSearchResultRepresentation_ManagedContentSearchResultRepresentation>;
|
|
25
|
+
/** next search result URI */
|
|
26
|
+
nextPageUri: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A container of paginated cms keyword-based search result items plus a short search result summary
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface ManagedContentSearchResultCollectionRepresentation {
|
|
35
|
+
count: number;
|
|
36
|
+
currentPageUri: string;
|
|
37
|
+
items: Array<ManagedContentSearchResultRepresentation_ManagedContentSearchResultRepresentation>;
|
|
38
|
+
nextPageUri: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "5f6b2264633c914b484d448513feaa38";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ManagedContentSearchResultContentTypeRepresentation, existing: ManagedContentSearchResultContentTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSearchResultContentTypeRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ManagedContentSearchResultContentTypeRepresentationNormalized, incoming: ManagedContentSearchResultContentTypeRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ManagedContentSearchResultContentTypeRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSearchResultContentTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* A keyword-based search result item's content type
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ManagedContentSearchResultContentTypeRepresentationNormalized {
|
|
18
|
+
/** managed content type developer name */
|
|
19
|
+
developerName: string;
|
|
20
|
+
/** managed content type label */
|
|
21
|
+
label: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A keyword-based search result item's content type
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ManagedContentSearchResultContentTypeRepresentation {
|
|
30
|
+
developerName: string;
|
|
31
|
+
label: string;
|
|
32
|
+
}
|