@salesforce/lds-adapters-cms-authoring 1.100.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (251) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/cms-authoring.js +6660 -0
  3. package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
  4. package/dist/types/src/generated/adapters/createDeployment.d.ts +15 -0
  5. package/dist/types/src/generated/adapters/createManagedContent.d.ts +15 -0
  6. package/dist/types/src/generated/adapters/createManagedContentExportV2Job.d.ts +16 -0
  7. package/dist/types/src/generated/adapters/createManagedContentImportV2Job.d.ts +16 -0
  8. package/dist/types/src/generated/adapters/createManagedContentVariant.d.ts +15 -0
  9. package/dist/types/src/generated/adapters/createTranslationV2Job.d.ts +16 -0
  10. package/dist/types/src/generated/adapters/deleteManagedContentVariant.d.ts +13 -0
  11. package/dist/types/src/generated/adapters/getCollectionItems.d.ts +28 -0
  12. package/dist/types/src/generated/adapters/getManagedContent.d.ts +28 -0
  13. package/dist/types/src/generated/adapters/getManagedContentByFolderId.d.ts +36 -0
  14. package/dist/types/src/generated/adapters/getManagedContentReferencedBy.d.ts +30 -0
  15. package/dist/types/src/generated/adapters/getManagedContentSpaces.d.ts +27 -0
  16. package/dist/types/src/generated/adapters/getManagedContentVariant.d.ts +27 -0
  17. package/dist/types/src/generated/adapters/getManagedContentVariantReferences.d.ts +27 -0
  18. package/dist/types/src/generated/adapters/getManagedContentVariantRendition.d.ts +30 -0
  19. package/dist/types/src/generated/adapters/getManagedContentVariantVersions.d.ts +30 -0
  20. package/dist/types/src/generated/adapters/getSearchResults.d.ts +32 -0
  21. package/dist/types/src/generated/adapters/publishManagedContent.d.ts +15 -0
  22. package/dist/types/src/generated/adapters/replaceManagedContentVariant.d.ts +16 -0
  23. package/dist/types/src/generated/adapters/unpublishManagedContent.d.ts +15 -0
  24. package/dist/types/src/generated/artifacts/main.d.ts +20 -0
  25. package/dist/types/src/generated/artifacts/sfdc.d.ts +33 -0
  26. package/dist/types/src/generated/resources/deleteCmsDeploymentsByDeploymentId.d.ts +9 -0
  27. package/dist/types/src/generated/resources/deleteCmsSiteAuthorContentByContentKey.d.ts +14 -0
  28. package/dist/types/src/generated/resources/deleteConnectCmsContentJobsByJobId.d.ts +11 -0
  29. package/dist/types/src/generated/resources/deleteConnectCmsContentsVariantsByVariantId.d.ts +12 -0
  30. package/dist/types/src/generated/resources/deleteConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +10 -0
  31. package/dist/types/src/generated/resources/deleteConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +10 -0
  32. package/dist/types/src/generated/resources/getCmsDeliveryCollectionByCollectionNameOrContentKeyAndTargetId.d.ts +21 -0
  33. package/dist/types/src/generated/resources/getCmsDeliveryCollectionMetadataByCollectionNameOrContentKeyAndTargetId.d.ts +19 -0
  34. package/dist/types/src/generated/resources/getCmsDeployments.d.ts +21 -0
  35. package/dist/types/src/generated/resources/getCmsSiteAuthorContentByContentKey.d.ts +18 -0
  36. package/dist/types/src/generated/resources/getCmsSiteAuthorContentContentKeys.d.ts +17 -0
  37. package/dist/types/src/generated/resources/getCmsSiteAuthorContentNodeByContentKeyAndContentNode.d.ts +16 -0
  38. package/dist/types/src/generated/resources/getCmsSiteAuthorContentNodesByContentKey.d.ts +18 -0
  39. package/dist/types/src/generated/resources/getCmsSpacesPreviewEndpointsByContentSpaceId.d.ts +18 -0
  40. package/dist/types/src/generated/resources/getConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +19 -0
  41. package/dist/types/src/generated/resources/getConnectCmsCollectionsByCollectionKeyOrId.d.ts +19 -0
  42. package/dist/types/src/generated/resources/getConnectCmsContent.d.ts +16 -0
  43. package/dist/types/src/generated/resources/getConnectCmsContentJobsByJobId.d.ts +15 -0
  44. package/dist/types/src/generated/resources/getConnectCmsContentTypesByContentTypeFQN.d.ts +19 -0
  45. package/dist/types/src/generated/resources/getConnectCmsContentVersionByManagedContentVersionId.d.ts +19 -0
  46. package/dist/types/src/generated/resources/getConnectCmsContentsByContentKeyOrId.d.ts +19 -0
  47. package/dist/types/src/generated/resources/getConnectCmsContentsReferencedByByContentKeyOrId.d.ts +21 -0
  48. package/dist/types/src/generated/resources/getConnectCmsContentsRenditionsByContentKeyOrIdAndRenditionType.d.ts +21 -0
  49. package/dist/types/src/generated/resources/getConnectCmsContentsVariantsByVariantId.d.ts +16 -0
  50. package/dist/types/src/generated/resources/getConnectCmsContentsVariantsReferencesByContentKeyOrId.d.ts +18 -0
  51. package/dist/types/src/generated/resources/getConnectCmsContentsVariantsVersionsByVariantId.d.ts +21 -0
  52. package/dist/types/src/generated/resources/getConnectCmsDeliveriesContentsByContentKeyOrIdAndDeliveryChannelIdOrSiteId.d.ts +19 -0
  53. package/dist/types/src/generated/resources/getConnectCmsFoldersByFolderId.d.ts +15 -0
  54. package/dist/types/src/generated/resources/getConnectCmsFoldersItemsByFolderId.d.ts +27 -0
  55. package/dist/types/src/generated/resources/getConnectCmsItemsSearch.d.ts +21 -0
  56. package/dist/types/src/generated/resources/getConnectCmsSpaces.d.ts +16 -0
  57. package/dist/types/src/generated/resources/getConnectCmsSpacesByContentSpaceId.d.ts +15 -0
  58. package/dist/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryByCommunityId.d.ts +25 -0
  59. package/dist/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsByCommunityId.d.ts +27 -0
  60. package/dist/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsSearchByCommunityId.d.ts +21 -0
  61. package/dist/types/src/generated/resources/getConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +19 -0
  62. package/dist/types/src/generated/resources/getConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +15 -0
  63. package/dist/types/src/generated/resources/getConnectManagedContentContentSpacesMembersPermissionsByContentSpaceIdAndMemberIdOrMe.d.ts +16 -0
  64. package/dist/types/src/generated/resources/getConnectManagedContentRoles.d.ts +15 -0
  65. package/dist/types/src/generated/resources/patchCmsDeploymentsByDeploymentId.d.ts +12 -0
  66. package/dist/types/src/generated/resources/patchConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +13 -0
  67. package/dist/types/src/generated/resources/patchConnectCmsContentVersionByManagedContentVersionId.d.ts +21 -0
  68. package/dist/types/src/generated/resources/patchConnectCmsFoldersItemsByFolderId.d.ts +13 -0
  69. package/dist/types/src/generated/resources/patchConnectCmsSchedulesByDeploymentId.d.ts +16 -0
  70. package/dist/types/src/generated/resources/patchConnectCmsSpacesByContentSpaceId.d.ts +19 -0
  71. package/dist/types/src/generated/resources/patchConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +21 -0
  72. package/dist/types/src/generated/resources/patchConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +14 -0
  73. package/dist/types/src/generated/resources/patchConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +14 -0
  74. package/dist/types/src/generated/resources/postCmsDeliveryChannelsVariantsByChannelId.d.ts +16 -0
  75. package/dist/types/src/generated/resources/postCmsDeployments.d.ts +13 -0
  76. package/dist/types/src/generated/resources/postCmsSiteDeliveryContentsContentKeysByChannelId.d.ts +16 -0
  77. package/dist/types/src/generated/resources/postCmsSiteDeliveryContentsContentTypesByChannelId.d.ts +15 -0
  78. package/dist/types/src/generated/resources/postCmsSiteDeliveryContentsNodeIdsByChannelId.d.ts +16 -0
  79. package/dist/types/src/generated/resources/postConnectCmsContentJobsExport.d.ts +17 -0
  80. package/dist/types/src/generated/resources/postConnectCmsContentJobsImport.d.ts +16 -0
  81. package/dist/types/src/generated/resources/postConnectCmsContentSpacesTranslationByContentSpaceId.d.ts +16 -0
  82. package/dist/types/src/generated/resources/postConnectCmsContentSpacesVersionByContentSpaceId.d.ts +24 -0
  83. package/dist/types/src/generated/resources/postConnectCmsContentSpacesVersionsByContentSpaceId.d.ts +15 -0
  84. package/dist/types/src/generated/resources/postConnectCmsContentVariant.d.ts +18 -0
  85. package/dist/types/src/generated/resources/postConnectCmsContents.d.ts +13 -0
  86. package/dist/types/src/generated/resources/postConnectCmsContentsPublish.d.ts +13 -0
  87. package/dist/types/src/generated/resources/postConnectCmsContentsUnpublish.d.ts +13 -0
  88. package/dist/types/src/generated/resources/postConnectCmsContentsVariants.d.ts +13 -0
  89. package/dist/types/src/generated/resources/postConnectCmsFolders.d.ts +13 -0
  90. package/dist/types/src/generated/resources/postConnectCmsSchedules.d.ts +18 -0
  91. package/dist/types/src/generated/resources/postConnectCmsSpaces.d.ts +19 -0
  92. package/dist/types/src/generated/resources/postConnectCmsSpacesContentsExportByContentSpaceId.d.ts +16 -0
  93. package/dist/types/src/generated/resources/postConnectCmsSpacesContentsImportByContentSpaceId.d.ts +16 -0
  94. package/dist/types/src/generated/resources/postConnectManagedContentContentSpacesContentVersionsByContentSpaceId.d.ts +23 -0
  95. package/dist/types/src/generated/resources/postConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +16 -0
  96. package/dist/types/src/generated/resources/postConnectManagedContentTranslation.d.ts +15 -0
  97. package/dist/types/src/generated/resources/putConnectCmsContentVersionByManagedContentVersionId.d.ts +21 -0
  98. package/dist/types/src/generated/resources/putConnectCmsContentsVariantsByVariantId.d.ts +16 -0
  99. package/dist/types/src/generated/types/AbstractMCSFolderRepresentation.d.ts +38 -0
  100. package/dist/types/src/generated/types/AbstractMContentRepresentation.d.ts +53 -0
  101. package/dist/types/src/generated/types/AbstractManagedContentReferencedByContributorRepresentation.d.ts +44 -0
  102. package/dist/types/src/generated/types/AbstractManagedContentReferencedByItemRepresentation.d.ts +50 -0
  103. package/dist/types/src/generated/types/AbstractManagedContentSearchResultRepresentation.d.ts +49 -0
  104. package/dist/types/src/generated/types/CMSChannelRepresentation.d.ts +47 -0
  105. package/dist/types/src/generated/types/MCDeliveryV2VariantCollectionRepresentation.d.ts +30 -0
  106. package/dist/types/src/generated/types/MCDeliveryV2VariantInputRepresentation.d.ts +32 -0
  107. package/dist/types/src/generated/types/MCDeliveryV2VariantRepresentation.d.ts +53 -0
  108. package/dist/types/src/generated/types/MCSiteContentCollectionRepresentation.d.ts +30 -0
  109. package/dist/types/src/generated/types/MCSiteContentRepresentation.d.ts +46 -0
  110. package/dist/types/src/generated/types/MCSiteDeliveryByContentKeysInputRepresentation.d.ts +32 -0
  111. package/dist/types/src/generated/types/MCSiteDeliveryByContentTypesInputRepresentation.d.ts +29 -0
  112. package/dist/types/src/generated/types/MCSiteDeliveryByNodesInputRepresentation.d.ts +32 -0
  113. package/dist/types/src/generated/types/MCSiteNodeCollectionRepresentation.d.ts +30 -0
  114. package/dist/types/src/generated/types/MCSiteNodeRepresentation.d.ts +45 -0
  115. package/dist/types/src/generated/types/MCSiteVariantRepresentation.d.ts +47 -0
  116. package/dist/types/src/generated/types/MContentBodyRepresentation.d.ts +33 -0
  117. package/dist/types/src/generated/types/MContentCollectionMetadataRepresentation.d.ts +39 -0
  118. package/dist/types/src/generated/types/MContentCollectionRepresentation.d.ts +51 -0
  119. package/dist/types/src/generated/types/MContentDetailRepresentation.d.ts +31 -0
  120. package/dist/types/src/generated/types/MContentSummaryRepresentation.d.ts +27 -0
  121. package/dist/types/src/generated/types/ManagedContentAssociationsInputRep.d.ts +33 -0
  122. package/dist/types/src/generated/types/ManagedContentAssociationsRepresentation.d.ts +30 -0
  123. package/dist/types/src/generated/types/ManagedContentBodyInputRep.d.ts +33 -0
  124. package/dist/types/src/generated/types/ManagedContentChannelSummaryRepresentation.d.ts +35 -0
  125. package/dist/types/src/generated/types/ManagedContentChannelTargetEntitySummaryRepresentation.d.ts +29 -0
  126. package/dist/types/src/generated/types/ManagedContentChildRepresentation.d.ts +35 -0
  127. package/dist/types/src/generated/types/ManagedContentCollectionDetailRepresentation.d.ts +73 -0
  128. package/dist/types/src/generated/types/ManagedContentCollectionItemRepresentation.d.ts +42 -0
  129. package/dist/types/src/generated/types/ManagedContentCollectionItemTypeSummaryRepresentation.d.ts +32 -0
  130. package/dist/types/src/generated/types/ManagedContentCollectionRepresentation.d.ts +30 -0
  131. package/dist/types/src/generated/types/ManagedContentDateAndTimeNodeValueRepresentation.d.ts +33 -0
  132. package/dist/types/src/generated/types/ManagedContentDateNodeValueRepresentation.d.ts +30 -0
  133. package/dist/types/src/generated/types/ManagedContentDeploymentCollectionRepresentation.d.ts +48 -0
  134. package/dist/types/src/generated/types/ManagedContentDeploymentInputRepresentation.d.ts +50 -0
  135. package/dist/types/src/generated/types/ManagedContentDeploymentInputWrapperRepresentation.d.ts +29 -0
  136. package/dist/types/src/generated/types/ManagedContentDeploymentItemRepresentation.d.ts +41 -0
  137. package/dist/types/src/generated/types/ManagedContentDeploymentRepresentation.d.ts +61 -0
  138. package/dist/types/src/generated/types/ManagedContentDetailCollectionRepresentation.d.ts +33 -0
  139. package/dist/types/src/generated/types/ManagedContentDetailRepresentation.d.ts +38 -0
  140. package/dist/types/src/generated/types/ManagedContentDocumentDeliveryRepresentation.d.ts +58 -0
  141. package/dist/types/src/generated/types/ManagedContentDocumentRepresentation.d.ts +103 -0
  142. package/dist/types/src/generated/types/ManagedContentExportContentJobRequestInputRepresentation.d.ts +44 -0
  143. package/dist/types/src/generated/types/ManagedContentExportContentV2JobRequestInputRepresentation.d.ts +41 -0
  144. package/dist/types/src/generated/types/ManagedContentExportContentV2JobRequestInputWrapperRep.d.ts +29 -0
  145. package/dist/types/src/generated/types/ManagedContentExportJobItemIdsInputList.d.ts +29 -0
  146. package/dist/types/src/generated/types/ManagedContentFolderSearchResultRepresentation.d.ts +30 -0
  147. package/dist/types/src/generated/types/ManagedContentFolderSummaryRepresentation.d.ts +32 -0
  148. package/dist/types/src/generated/types/ManagedContentImportV2JobRequestInputWrapperRep.d.ts +29 -0
  149. package/dist/types/src/generated/types/ManagedContentInputRep.d.ts +32 -0
  150. package/dist/types/src/generated/types/ManagedContentInputRepresentation.d.ts +45 -0
  151. package/dist/types/src/generated/types/ManagedContentInputWrapperRepresentation.d.ts +29 -0
  152. package/dist/types/src/generated/types/ManagedContentJobRepresentation.d.ts +65 -0
  153. package/dist/types/src/generated/types/ManagedContentJobRequestInputRepresentation.d.ts +41 -0
  154. package/dist/types/src/generated/types/ManagedContentLanguageSummaryRepresentation.d.ts +32 -0
  155. package/dist/types/src/generated/types/ManagedContentMediaNodeValueRepresentation.d.ts +57 -0
  156. package/dist/types/src/generated/types/ManagedContentMediaSourceNodeValueRepresentation.d.ts +51 -0
  157. package/dist/types/src/generated/types/ManagedContentNodeTypeRepresentation.d.ts +35 -0
  158. package/dist/types/src/generated/types/ManagedContentNodeValueRepresentation.d.ts +29 -0
  159. package/dist/types/src/generated/types/ManagedContentPreviewCollectionRepresentation.d.ts +30 -0
  160. package/dist/types/src/generated/types/ManagedContentPreviewRepresentation.d.ts +32 -0
  161. package/dist/types/src/generated/types/ManagedContentPublishInputRepresentation.d.ts +38 -0
  162. package/dist/types/src/generated/types/ManagedContentPublishInputWrapperRepresentation.d.ts +29 -0
  163. package/dist/types/src/generated/types/ManagedContentPublishOutputRepresentation.d.ts +45 -0
  164. package/dist/types/src/generated/types/ManagedContentReferencedByCollectionRepresentation.d.ts +40 -0
  165. package/dist/types/src/generated/types/ManagedContentReferencedByContributorItemRepresentation.d.ts +38 -0
  166. package/dist/types/src/generated/types/ManagedContentReferencedByContributorRepresentation.d.ts +36 -0
  167. package/dist/types/src/generated/types/ManagedContentReferencedByContributorWithContributorItemsRepresentation.d.ts +31 -0
  168. package/dist/types/src/generated/types/ManagedContentReferencedByItemRepresentation.d.ts +27 -0
  169. package/dist/types/src/generated/types/ManagedContentReferencedByRecordRepresentation.d.ts +33 -0
  170. package/dist/types/src/generated/types/ManagedContentReferencedByVariantRepresentation.d.ts +31 -0
  171. package/dist/types/src/generated/types/ManagedContentRenditionRepresentation.d.ts +50 -0
  172. package/dist/types/src/generated/types/ManagedContentRepresentation.d.ts +32 -0
  173. package/dist/types/src/generated/types/ManagedContentScheduleInputRepresentation.d.ts +47 -0
  174. package/dist/types/src/generated/types/ManagedContentSearchResultCollectionRepresentation.d.ts +39 -0
  175. package/dist/types/src/generated/types/ManagedContentSearchResultContentTypeRepresentation.d.ts +32 -0
  176. package/dist/types/src/generated/types/ManagedContentSearchResultItemsCollectionRepresentation.d.ts +40 -0
  177. package/dist/types/src/generated/types/ManagedContentSearchResultRepresentation.d.ts +45 -0
  178. package/dist/types/src/generated/types/ManagedContentSpaceCollectionRepresentation.d.ts +31 -0
  179. package/dist/types/src/generated/types/ManagedContentSpaceFolderDetailRepresentation.d.ts +43 -0
  180. package/dist/types/src/generated/types/ManagedContentSpaceFolderInputRep.d.ts +32 -0
  181. package/dist/types/src/generated/types/ManagedContentSpaceFolderItemCollectionInputRep.d.ts +32 -0
  182. package/dist/types/src/generated/types/ManagedContentSpaceFolderItemCollectionRepresentation.d.ts +37 -0
  183. package/dist/types/src/generated/types/ManagedContentSpaceFolderItemRepresentation.d.ts +75 -0
  184. package/dist/types/src/generated/types/ManagedContentSpaceFolderRepresentation.d.ts +27 -0
  185. package/dist/types/src/generated/types/ManagedContentSpaceInputRepresentation.d.ts +50 -0
  186. package/dist/types/src/generated/types/ManagedContentSpaceMemberCollectionRepresentation.d.ts +30 -0
  187. package/dist/types/src/generated/types/ManagedContentSpaceMemberInputRepresentation.d.ts +32 -0
  188. package/dist/types/src/generated/types/ManagedContentSpaceMemberPermissionsRepresentation.d.ts +38 -0
  189. package/dist/types/src/generated/types/ManagedContentSpaceMemberRepresentation.d.ts +35 -0
  190. package/dist/types/src/generated/types/ManagedContentSpacePermissionRepresentation.d.ts +53 -0
  191. package/dist/types/src/generated/types/ManagedContentSpaceRepresentation.d.ts +59 -0
  192. package/dist/types/src/generated/types/ManagedContentSpaceRoleCollectionRepresentation.d.ts +30 -0
  193. package/dist/types/src/generated/types/ManagedContentSpaceRoleRepresentation.d.ts +35 -0
  194. package/dist/types/src/generated/types/ManagedContentSpaceSummaryRepresentation.d.ts +32 -0
  195. package/dist/types/src/generated/types/ManagedContentTextNodeValueRepresentation.d.ts +30 -0
  196. package/dist/types/src/generated/types/ManagedContentTranslationRepresentation.d.ts +65 -0
  197. package/dist/types/src/generated/types/ManagedContentTranslationRequestInputRep.d.ts +38 -0
  198. package/dist/types/src/generated/types/ManagedContentTranslationV2Representation.d.ts +75 -0
  199. package/dist/types/src/generated/types/ManagedContentTranslationV2RequestInputRep.d.ts +50 -0
  200. package/dist/types/src/generated/types/ManagedContentTranslationV2RequestInputWrapperRep.d.ts +29 -0
  201. package/dist/types/src/generated/types/ManagedContentTypeRepresentation.d.ts +40 -0
  202. package/dist/types/src/generated/types/ManagedContentTypeSchemaRepresentation.d.ts +49 -0
  203. package/dist/types/src/generated/types/ManagedContentTypeSearchableCollectionRepresentation.d.ts +39 -0
  204. package/dist/types/src/generated/types/ManagedContentTypeSearchableInputRepresentation.d.ts +32 -0
  205. package/dist/types/src/generated/types/ManagedContentTypeSearchableRepresentation.d.ts +38 -0
  206. package/dist/types/src/generated/types/ManagedContentTypeSummaryRepresentation.d.ts +32 -0
  207. package/dist/types/src/generated/types/ManagedContentTypeViewRepresentation.d.ts +39 -0
  208. package/dist/types/src/generated/types/ManagedContentUnpublishInputRepresentation.d.ts +35 -0
  209. package/dist/types/src/generated/types/ManagedContentUnpublishInputWrapperRepresentation.d.ts +29 -0
  210. package/dist/types/src/generated/types/ManagedContentUnpublishOutputRepresentation.d.ts +45 -0
  211. package/dist/types/src/generated/types/ManagedContentUserSummaryRepresentation.d.ts +35 -0
  212. package/dist/types/src/generated/types/ManagedContentV2JobRepresentation.d.ts +75 -0
  213. package/dist/types/src/generated/types/ManagedContentV2JobRequestInputRepresentation.d.ts +35 -0
  214. package/dist/types/src/generated/types/ManagedContentVariantInputRepresentation.d.ts +45 -0
  215. package/dist/types/src/generated/types/ManagedContentVariantInputWrapperRepresentation.d.ts +29 -0
  216. package/dist/types/src/generated/types/ManagedContentVariantReferenceDetailsRepresentation.d.ts +67 -0
  217. package/dist/types/src/generated/types/ManagedContentVariantReferencesCollectionRepresentation.d.ts +35 -0
  218. package/dist/types/src/generated/types/ManagedContentVariantRepresentation.d.ts +95 -0
  219. package/dist/types/src/generated/types/ManagedContentVariantSearchResultRepresentation.d.ts +62 -0
  220. package/dist/types/src/generated/types/ManagedContentVariantStatusRepresentation.d.ts +32 -0
  221. package/dist/types/src/generated/types/ManagedContentVariantUpdateInputRepresentation.d.ts +39 -0
  222. package/dist/types/src/generated/types/ManagedContentVariantUpdateInputWrapperRepresentation.d.ts +29 -0
  223. package/dist/types/src/generated/types/ManagedContentVariantV1InputRep.d.ts +47 -0
  224. package/dist/types/src/generated/types/ManagedContentVariantV1Representation.d.ts +50 -0
  225. package/dist/types/src/generated/types/ManagedContentVariantVersionCollectionRepresentation.d.ts +49 -0
  226. package/dist/types/src/generated/types/ManagedContentVariantVersionRepresentation.d.ts +52 -0
  227. package/dist/types/src/generated/types/ManagedContentVersionCollectionRepresentation.d.ts +50 -0
  228. package/dist/types/src/generated/types/ManagedContentVersionInputRep.d.ts +51 -0
  229. package/dist/types/src/generated/types/ManagedContentVersionInternalCollectionRepresentation.d.ts +33 -0
  230. package/dist/types/src/generated/types/ManagedContentVersionInternalRepresentation.d.ts +81 -0
  231. package/dist/types/src/generated/types/ManagedContentVersionRepresentation.d.ts +65 -0
  232. package/dist/types/src/generated/types/ManagedContentVersionSiteNodeCollectionRepresentation.d.ts +30 -0
  233. package/dist/types/src/generated/types/ManagedContentVersionSiteNodeRepresentation.d.ts +41 -0
  234. package/dist/types/src/generated/types/ManagedContentVersionV2CollectionInputRepresentation.d.ts +29 -0
  235. package/dist/types/src/generated/types/ManagedContentVersionV2CollectionRepresentation.d.ts +33 -0
  236. package/dist/types/src/generated/types/ManagedContentVersionV2InputRepresentation.d.ts +54 -0
  237. package/dist/types/src/generated/types/ManagedContentVersionV2Representation.d.ts +75 -0
  238. package/dist/types/src/generated/types/ReferenceRepresentation.d.ts +26 -0
  239. package/dist/types/src/generated/types/StreamedRepresentation.d.ts +26 -0
  240. package/dist/types/src/generated/types/TopicSummaryRepresentation.d.ts +32 -0
  241. package/dist/types/src/generated/types/type-utils.d.ts +39 -0
  242. package/dist/types/src/raml-artifacts/adapters/getCollectionItems/onFetchResponseSuccess.d.ts +5 -0
  243. package/dist/types/src/raml-artifacts/adapters/getManagedContent/onFetchResponseSuccess.d.ts +5 -0
  244. package/dist/types/src/raml-artifacts/resources/postConnectCmsContents/ingestSuccess.d.ts +4 -0
  245. package/dist/umd/es2018/cms-authoring.js +6687 -0
  246. package/dist/umd/es5/cms-authoring.js +6726 -0
  247. package/package.json +72 -0
  248. package/sfdc/index.d.ts +1 -0
  249. package/sfdc/index.js +6878 -0
  250. package/src/raml/api.raml +4284 -0
  251. package/src/raml/luvio.raml +593 -0
@@ -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
+ }
@@ -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
+ }
@@ -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
+ }
@@ -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
+ }
@@ -0,0 +1,40 @@
1
+ import { AbstractManagedContentSearchResultRepresentation as AbstractManagedContentSearchResultRepresentation_AbstractManagedContentSearchResultRepresentation } from './AbstractManagedContentSearchResultRepresentation';
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 = "bbcdc04e5d094f6f8048bc2863d86527";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentSearchResultItemsCollectionRepresentation, existing: ManagedContentSearchResultItemsCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSearchResultItemsCollectionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: ManagedContentSearchResultItemsCollectionRepresentationNormalized, incoming: ManagedContentSearchResultItemsCollectionRepresentationNormalized): boolean;
10
+ export declare function deepFreeze(input: ManagedContentSearchResultItemsCollectionRepresentation): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSearchResultItemsCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * A container of paginated CMS keyword-based search result variant and folder items plus a short search result summary
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ManagedContentSearchResultItemsCollectionRepresentationNormalized {
20
+ /** The total count of search results. */
21
+ count: number;
22
+ /** The URI for the current page of search results. */
23
+ currentPageUri: string;
24
+ /** A list of search result items. */
25
+ items: Array<AbstractManagedContentSearchResultRepresentation_AbstractManagedContentSearchResultRepresentation>;
26
+ /** The URI for the next page of search results. */
27
+ nextPageUri: string;
28
+ }
29
+ /**
30
+ * A container of paginated CMS keyword-based search result variant and folder items plus a short search result summary
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface ManagedContentSearchResultItemsCollectionRepresentation {
36
+ count: number;
37
+ currentPageUri: string;
38
+ items: Array<AbstractManagedContentSearchResultRepresentation_AbstractManagedContentSearchResultRepresentation>;
39
+ nextPageUri: string;
40
+ }
@@ -0,0 +1,45 @@
1
+ import { ManagedContentSearchResultContentTypeRepresentation as ManagedContentSearchResultContentTypeRepresentation_ManagedContentSearchResultContentTypeRepresentation } from './ManagedContentSearchResultContentTypeRepresentation';
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 = "ce64c4bd0832308e5da3e1f327760f21";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentSearchResultRepresentation, existing: ManagedContentSearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSearchResultRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentSearchResultRepresentationNormalized, incoming: ManagedContentSearchResultRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentSearchResultRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSearchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * A keyword-based search result item
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentSearchResultRepresentationNormalized {
19
+ /** managed content content key */
20
+ contentKey: string;
21
+ /** managed content content type */
22
+ contentType: ManagedContentSearchResultContentTypeRepresentation_ManagedContentSearchResultContentTypeRepresentation;
23
+ /** managed content id */
24
+ id: string;
25
+ /** managed content published date */
26
+ publishDate: string;
27
+ /** managed content title */
28
+ title: string;
29
+ /** managed content (version) url name */
30
+ urlName: string;
31
+ }
32
+ /**
33
+ * A keyword-based search result item
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface ManagedContentSearchResultRepresentation {
39
+ contentKey: string;
40
+ contentType: ManagedContentSearchResultContentTypeRepresentation_ManagedContentSearchResultContentTypeRepresentation;
41
+ id: string;
42
+ publishDate: string;
43
+ title: string;
44
+ urlName: string;
45
+ }
@@ -0,0 +1,31 @@
1
+ import { ManagedContentSpaceRepresentation as ManagedContentSpaceRepresentation_ManagedContentSpaceRepresentation } from './ManagedContentSpaceRepresentation';
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 = "8bf10074a521799f8a3f77915051deb0";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentSpaceCollectionRepresentation, existing: ManagedContentSpaceCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceCollectionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: ManagedContentSpaceCollectionRepresentationNormalized, incoming: ManagedContentSpaceCollectionRepresentationNormalized): boolean;
10
+ export declare function deepFreeze(input: ManagedContentSpaceCollectionRepresentation): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Collection of Managed Content Spaces
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ManagedContentSpaceCollectionRepresentationNormalized {
20
+ /** ManagedContentSpace records corresponding to the current page. */
21
+ spaces: Array<ManagedContentSpaceRepresentation_ManagedContentSpaceRepresentation>;
22
+ }
23
+ /**
24
+ * Collection of Managed Content Spaces
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ManagedContentSpaceCollectionRepresentation {
30
+ spaces: Array<ManagedContentSpaceRepresentation_ManagedContentSpaceRepresentation>;
31
+ }
@@ -0,0 +1,43 @@
1
+ import { AbstractMCSFolderRepresentation as AbstractMCSFolderRepresentation_AbstractMCSFolderRepresentation } from './AbstractMCSFolderRepresentation';
2
+ import { ManagedContentSpaceFolderRepresentation as ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation } from './ManagedContentSpaceFolderRepresentation';
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 = "c7f4e18421abf8518331f7134f23db4a";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentSpaceFolderDetailRepresentation, existing: ManagedContentSpaceFolderDetailRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceFolderDetailRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: ManagedContentSpaceFolderDetailRepresentationNormalized, incoming: ManagedContentSpaceFolderDetailRepresentationNormalized): boolean;
10
+ export declare function deepFreeze(input: ManagedContentSpaceFolderDetailRepresentation): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceFolderDetailRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Detail Representation of a CMS Folder i.e. ManagedContentSpaceFolder
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ManagedContentSpaceFolderDetailRepresentationNormalized extends AbstractMCSFolderRepresentation_AbstractMCSFolderRepresentation {
20
+ /** The User ID of the user who created the folder */
21
+ createdBy: string;
22
+ /** The date when the folder was created */
23
+ createdDate: string;
24
+ /** The list of the parent folders in the hierarchy - starting from the root upto the direct parent of the folder */
25
+ folderHierarchy: Array<ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation>;
26
+ /** The User ID of the user who last modified the folder */
27
+ lastModifiedBy: string;
28
+ /** The date when the folder was last modified */
29
+ lastModifiedDate: string;
30
+ }
31
+ /**
32
+ * Detail Representation of a CMS Folder i.e. ManagedContentSpaceFolder
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface ManagedContentSpaceFolderDetailRepresentation extends AbstractMCSFolderRepresentation_AbstractMCSFolderRepresentation {
38
+ createdBy: string;
39
+ createdDate: string;
40
+ folderHierarchy: Array<ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation>;
41
+ lastModifiedBy: string;
42
+ lastModifiedDate: string;
43
+ }