@salesforce/lds-adapters-cms-authoring 0.1.0-dev1

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 (341) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/cms-authoring.js +14906 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/cloneManagedContentDocument.d.ts +19 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createDeployment.d.ts +16 -0
  6. package/dist/es/es2018/types/src/generated/adapters/createManagedContent.d.ts +16 -0
  7. package/dist/es/es2018/types/src/generated/adapters/createManagedContentExportV2Job.d.ts +17 -0
  8. package/dist/es/es2018/types/src/generated/adapters/createManagedContentImportV2Job.d.ts +17 -0
  9. package/dist/es/es2018/types/src/generated/adapters/createManagedContentTranslationVariants.d.ts +16 -0
  10. package/dist/es/es2018/types/src/generated/adapters/createManagedContentVariant.d.ts +16 -0
  11. package/dist/es/es2018/types/src/generated/adapters/createSchedule.d.ts +23 -0
  12. package/dist/es/es2018/types/src/generated/adapters/createTranslationV2Job.d.ts +17 -0
  13. package/dist/es/es2018/types/src/generated/adapters/deleteManagedContentVariant.d.ts +14 -0
  14. package/dist/es/es2018/types/src/generated/adapters/getAllCMSJobsForSpace.d.ts +30 -0
  15. package/dist/es/es2018/types/src/generated/adapters/getCMSJobForSpace.d.ts +29 -0
  16. package/dist/es/es2018/types/src/generated/adapters/getCollectionItems.d.ts +32 -0
  17. package/dist/es/es2018/types/src/generated/adapters/getDeployments.d.ts +34 -0
  18. package/dist/es/es2018/types/src/generated/adapters/getFormEmbedScript.d.ts +28 -0
  19. package/dist/es/es2018/types/src/generated/adapters/getFormHandlerEmbedScript.d.ts +27 -0
  20. package/dist/es/es2018/types/src/generated/adapters/getMCSFolderShareTargets.d.ts +27 -0
  21. package/dist/es/es2018/types/src/generated/adapters/getMCSFolderShares.d.ts +28 -0
  22. package/dist/es/es2018/types/src/generated/adapters/getManagedContent.d.ts +31 -0
  23. package/dist/es/es2018/types/src/generated/adapters/getManagedContentByFolderId.d.ts +35 -0
  24. package/dist/es/es2018/types/src/generated/adapters/getManagedContentDocumentCollection.d.ts +29 -0
  25. package/dist/es/es2018/types/src/generated/adapters/getManagedContentForSite.d.ts +32 -0
  26. package/dist/es/es2018/types/src/generated/adapters/getManagedContentPreviews.d.ts +29 -0
  27. package/dist/es/es2018/types/src/generated/adapters/getManagedContentProviders.d.ts +26 -0
  28. package/dist/es/es2018/types/src/generated/adapters/getManagedContentReferencedBy.d.ts +31 -0
  29. package/dist/es/es2018/types/src/generated/adapters/getManagedContentSingleItem.d.ts +28 -0
  30. package/dist/es/es2018/types/src/generated/adapters/getManagedContentSpace.d.ts +28 -0
  31. package/dist/es/es2018/types/src/generated/adapters/getManagedContentSpaceByFullyQualifiedName.d.ts +27 -0
  32. package/dist/es/es2018/types/src/generated/adapters/getManagedContentSpaceFolder.d.ts +28 -0
  33. package/dist/es/es2018/types/src/generated/adapters/getManagedContentSpaceFolderItemsV1.d.ts +37 -0
  34. package/dist/es/es2018/types/src/generated/adapters/getManagedContentSpaceOrchestratorConfig.d.ts +28 -0
  35. package/dist/es/es2018/types/src/generated/adapters/getManagedContentSpaces.d.ts +32 -0
  36. package/dist/es/es2018/types/src/generated/adapters/getManagedContentTaxonomyTerms.d.ts +27 -0
  37. package/dist/es/es2018/types/src/generated/adapters/getManagedContentTypesForMixin.d.ts +28 -0
  38. package/dist/es/es2018/types/src/generated/adapters/getManagedContentVariant.d.ts +28 -0
  39. package/dist/es/es2018/types/src/generated/adapters/getManagedContentVariantReferences.d.ts +28 -0
  40. package/dist/es/es2018/types/src/generated/adapters/getManagedContentVariantRendition.d.ts +31 -0
  41. package/dist/es/es2018/types/src/generated/adapters/getManagedContentVariantVersions.d.ts +31 -0
  42. package/dist/es/es2018/types/src/generated/adapters/getSearchResults.d.ts +33 -0
  43. package/dist/es/es2018/types/src/generated/adapters/getWebUrls.d.ts +29 -0
  44. package/dist/es/es2018/types/src/generated/adapters/patchManagedContentSpace.d.ts +17 -0
  45. package/dist/es/es2018/types/src/generated/adapters/postManagedContentSpace.d.ts +27 -0
  46. package/dist/es/es2018/types/src/generated/adapters/postManagedContentSpaceFolder.d.ts +16 -0
  47. package/dist/es/es2018/types/src/generated/adapters/publishManagedContent.d.ts +19 -0
  48. package/dist/es/es2018/types/src/generated/adapters/putManagedContentSpaceOrchestratorConfig.d.ts +17 -0
  49. package/dist/es/es2018/types/src/generated/adapters/replaceManagedContentVariant.d.ts +17 -0
  50. package/dist/es/es2018/types/src/generated/adapters/unpublishManagedContent.d.ts +17 -0
  51. package/dist/es/es2018/types/src/generated/adapters/updateDeployment.d.ts +17 -0
  52. package/dist/es/es2018/types/src/generated/adapters/updateMCSFolderShares.d.ts +18 -0
  53. package/dist/es/es2018/types/src/generated/adapters/updateManagedContentTaxonomyTerms.d.ts +18 -0
  54. package/dist/es/es2018/types/src/generated/adapters/updateManagedContentWebUrl.d.ts +20 -0
  55. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +51 -0
  56. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +88 -0
  57. package/dist/es/es2018/types/src/generated/resources/deleteCmsDeploymentsByDeploymentId.d.ts +9 -0
  58. package/dist/es/es2018/types/src/generated/resources/deleteCmsSiteAuthorContentByContentKey.d.ts +14 -0
  59. package/dist/es/es2018/types/src/generated/resources/deleteConnectCmsContentJobsByJobId.d.ts +11 -0
  60. package/dist/es/es2018/types/src/generated/resources/deleteConnectCmsContentsVariantsByVariantId.d.ts +12 -0
  61. package/dist/es/es2018/types/src/generated/resources/deleteConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +10 -0
  62. package/dist/es/es2018/types/src/generated/resources/deleteConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +10 -0
  63. package/dist/es/es2018/types/src/generated/resources/getCmsDeliveryCollectionByCollectionNameOrContentKeyAndTargetId.d.ts +21 -0
  64. package/dist/es/es2018/types/src/generated/resources/getCmsDeliveryCollectionMetadataByCollectionNameOrContentKeyAndTargetId.d.ts +19 -0
  65. package/dist/es/es2018/types/src/generated/resources/getCmsDeployments.d.ts +22 -0
  66. package/dist/es/es2018/types/src/generated/resources/getCmsFoldersItemsByFolderId.d.ts +27 -0
  67. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentByContentKey.d.ts +18 -0
  68. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentContentKeys.d.ts +17 -0
  69. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentNodeByContentKeyAndContentNode.d.ts +16 -0
  70. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentNodesByContentKey.d.ts +18 -0
  71. package/dist/es/es2018/types/src/generated/resources/getCmsSpacesJobsByContentSpaceId.d.ts +20 -0
  72. package/dist/es/es2018/types/src/generated/resources/getCmsSpacesJobsByContentSpaceIdAndJobId.d.ts +17 -0
  73. package/dist/es/es2018/types/src/generated/resources/getConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +19 -0
  74. package/dist/es/es2018/types/src/generated/resources/getConnectCmsCollectionsByCollectionKeyOrId.d.ts +22 -0
  75. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContent.d.ts +16 -0
  76. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentJobsByJobId.d.ts +15 -0
  77. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentTypesByContentTypeFQN.d.ts +19 -0
  78. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentVersionByManagedContentVersionId.d.ts +19 -0
  79. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsByContentKeyOrId.d.ts +21 -0
  80. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsReferencedByByContentKeyOrId.d.ts +21 -0
  81. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsRenditionsByContentKeyOrIdAndRenditionType.d.ts +21 -0
  82. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsTaxonomyTermsByContentKeyOrId.d.ts +15 -0
  83. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsVariantsByVariantId.d.ts +16 -0
  84. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsVariantsReferencesByContentKeyOrId.d.ts +18 -0
  85. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsVariantsVersionsByVariantId.d.ts +21 -0
  86. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsWebUrlsByContentKeyOrId.d.ts +19 -0
  87. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveriesContentsByContentKeyOrIdAndDeliveryChannelIdOrSiteId.d.ts +19 -0
  88. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDigitalAssetManagementProviders.d.ts +12 -0
  89. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDigitalAssetManagementProvidersContentsByProviderInstanceId.d.ts +19 -0
  90. package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersByFolderId.d.ts +18 -0
  91. package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersItemsByFolderId.d.ts +25 -0
  92. package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersShareTargetsByFolderId.d.ts +15 -0
  93. package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersSharesByFolderId.d.ts +16 -0
  94. package/dist/es/es2018/types/src/generated/resources/getConnectCmsItemsSearch.d.ts +21 -0
  95. package/dist/es/es2018/types/src/generated/resources/getConnectCmsSpaces.d.ts +20 -0
  96. package/dist/es/es2018/types/src/generated/resources/getConnectCmsSpacesByContentSpaceId.d.ts +16 -0
  97. package/dist/es/es2018/types/src/generated/resources/getConnectCmsSpacesByFullyQualifiedName.d.ts +15 -0
  98. package/dist/es/es2018/types/src/generated/resources/getConnectCmsSpacesContentTypesByContentSpaceId.d.ts +18 -0
  99. package/dist/es/es2018/types/src/generated/resources/getConnectCmsSpacesOrchestratorConfigByContentSpaceId.d.ts +16 -0
  100. package/dist/es/es2018/types/src/generated/resources/getConnectCmsSpacesPreviewEndpointsByContentSpaceId.d.ts +19 -0
  101. package/dist/es/es2018/types/src/generated/resources/getConnectCmsSpacesSingleItemContentByContentSpaceIdAndContentTypeFQN.d.ts +16 -0
  102. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryByCommunityId.d.ts +25 -0
  103. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsByCommunityId.d.ts +27 -0
  104. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsSearchByCommunityId.d.ts +21 -0
  105. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +19 -0
  106. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +15 -0
  107. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesMembersPermissionsByContentSpaceIdAndMemberIdOrMe.d.ts +16 -0
  108. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentRoles.d.ts +15 -0
  109. package/dist/es/es2018/types/src/generated/resources/getConnectSitesCmsContentsByContentKeyOrIdAndSiteId.d.ts +22 -0
  110. package/dist/es/es2018/types/src/generated/resources/getConnectUmaFormEmbedScriptByDomainNameAndFormContentKey.d.ts +16 -0
  111. package/dist/es/es2018/types/src/generated/resources/getConnectUmaFormHandlerEmbedScriptByFormContentKey.d.ts +15 -0
  112. package/dist/es/es2018/types/src/generated/resources/patchCmsDeploymentsByDeploymentId.d.ts +12 -0
  113. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +13 -0
  114. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsContentsTaxonomyTermsByContentKeyOrId.d.ts +19 -0
  115. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsContentsWebUrlsByManagedContentWebUrlId.d.ts +19 -0
  116. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsFoldersItemsByFolderId.d.ts +13 -0
  117. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsFoldersSharesByFolderId.d.ts +17 -0
  118. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsSchedulesByDeploymentId.d.ts +16 -0
  119. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsSpacesByContentSpaceId.d.ts +16 -0
  120. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +14 -0
  121. package/dist/es/es2018/types/src/generated/resources/postCmsDeployments.d.ts +13 -0
  122. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesTranslationByContentSpaceId.d.ts +16 -0
  123. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContents.d.ts +13 -0
  124. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentsCloneByContentKeyOrId.d.ts +18 -0
  125. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentsPublish.d.ts +16 -0
  126. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentsTranslateByContentKeyOrId.d.ts +15 -0
  127. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentsUnpublish.d.ts +14 -0
  128. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentsVariants.d.ts +13 -0
  129. package/dist/es/es2018/types/src/generated/resources/postConnectCmsFolders.d.ts +13 -0
  130. package/dist/es/es2018/types/src/generated/resources/postConnectCmsSchedules.d.ts +20 -0
  131. package/dist/es/es2018/types/src/generated/resources/postConnectCmsSpaces.d.ts +24 -0
  132. package/dist/es/es2018/types/src/generated/resources/postConnectCmsSpacesContentsExportByContentSpaceId.d.ts +16 -0
  133. package/dist/es/es2018/types/src/generated/resources/postConnectCmsSpacesContentsImportByContentSpaceId.d.ts +16 -0
  134. package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentsVariantsByVariantId.d.ts +16 -0
  135. package/dist/es/es2018/types/src/generated/resources/putConnectCmsSpacesOrchestratorConfigByContentSpaceId.d.ts +16 -0
  136. package/dist/es/es2018/types/src/generated/types/AbstractMCSFolderRepresentation.d.ts +37 -0
  137. package/dist/es/es2018/types/src/generated/types/AbstractMContentRepresentation.d.ts +52 -0
  138. package/dist/es/es2018/types/src/generated/types/AbstractManagedContentReferencedByContributorRepresentation.d.ts +43 -0
  139. package/dist/es/es2018/types/src/generated/types/AbstractManagedContentReferencedByItemRepresentation.d.ts +50 -0
  140. package/dist/es/es2018/types/src/generated/types/AbstractManagedContentSearchResultRepresentation.d.ts +48 -0
  141. package/dist/es/es2018/types/src/generated/types/CMSChannelRepresentation.d.ts +46 -0
  142. package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantCollectionRepresentation.d.ts +29 -0
  143. package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantInputRepresentation.d.ts +31 -0
  144. package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantRepresentation.d.ts +52 -0
  145. package/dist/es/es2018/types/src/generated/types/MCSFolderShareCollectionRepresentation.d.ts +42 -0
  146. package/dist/es/es2018/types/src/generated/types/MCSFolderShareCollectionUpdateInputRepresentation.d.ts +32 -0
  147. package/dist/es/es2018/types/src/generated/types/MCSFolderShareInputRepresentation.d.ts +28 -0
  148. package/dist/es/es2018/types/src/generated/types/MCSFolderShareRepresentation.d.ts +37 -0
  149. package/dist/es/es2018/types/src/generated/types/MCSFolderShareTargetCollectionRepresentation.d.ts +30 -0
  150. package/dist/es/es2018/types/src/generated/types/MCSFolderShareTargetRepresentation.d.ts +34 -0
  151. package/dist/es/es2018/types/src/generated/types/MCSiteContentCollectionRepresentation.d.ts +29 -0
  152. package/dist/es/es2018/types/src/generated/types/MCSiteContentRepresentation.d.ts +45 -0
  153. package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByContentKeysInputRepresentation.d.ts +31 -0
  154. package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByContentTypesInputRepresentation.d.ts +28 -0
  155. package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByNodesInputRepresentation.d.ts +31 -0
  156. package/dist/es/es2018/types/src/generated/types/MCSiteNodeCollectionRepresentation.d.ts +29 -0
  157. package/dist/es/es2018/types/src/generated/types/MCSiteNodeRepresentation.d.ts +44 -0
  158. package/dist/es/es2018/types/src/generated/types/MCSiteVariantRepresentation.d.ts +46 -0
  159. package/dist/es/es2018/types/src/generated/types/MContentBodyRepresentation.d.ts +32 -0
  160. package/dist/es/es2018/types/src/generated/types/MContentCollectionMetadataRepresentation.d.ts +38 -0
  161. package/dist/es/es2018/types/src/generated/types/MContentCollectionRepresentation.d.ts +50 -0
  162. package/dist/es/es2018/types/src/generated/types/MContentDetailRepresentation.d.ts +30 -0
  163. package/dist/es/es2018/types/src/generated/types/MContentSummaryRepresentation.d.ts +26 -0
  164. package/dist/es/es2018/types/src/generated/types/ManagedContentAssociatedRecordRepresentation.d.ts +31 -0
  165. package/dist/es/es2018/types/src/generated/types/ManagedContentAssociationsInputRep.d.ts +32 -0
  166. package/dist/es/es2018/types/src/generated/types/ManagedContentAssociationsRepresentation.d.ts +29 -0
  167. package/dist/es/es2018/types/src/generated/types/ManagedContentBodyInputRep.d.ts +32 -0
  168. package/dist/es/es2018/types/src/generated/types/ManagedContentBusinessUnitRepresentation.d.ts +31 -0
  169. package/dist/es/es2018/types/src/generated/types/ManagedContentChannelSummaryRepresentation.d.ts +34 -0
  170. package/dist/es/es2018/types/src/generated/types/ManagedContentChannelTargetEntitySummaryRepresentation.d.ts +28 -0
  171. package/dist/es/es2018/types/src/generated/types/ManagedContentChildRepresentation.d.ts +34 -0
  172. package/dist/es/es2018/types/src/generated/types/ManagedContentCloneStatusRepresentation.d.ts +31 -0
  173. package/dist/es/es2018/types/src/generated/types/ManagedContentClonedVariantRepresentation.d.ts +34 -0
  174. package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionDetailRepresentation.d.ts +66 -0
  175. package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionItemRepresentation.d.ts +41 -0
  176. package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionItemTypeSummaryRepresentation.d.ts +31 -0
  177. package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionRepresentation.d.ts +29 -0
  178. package/dist/es/es2018/types/src/generated/types/ManagedContentDateAndTimeNodeValueRepresentation.d.ts +32 -0
  179. package/dist/es/es2018/types/src/generated/types/ManagedContentDateNodeValueRepresentation.d.ts +29 -0
  180. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentCollectionRepresentation.d.ts +48 -0
  181. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentInputRepresentation.d.ts +49 -0
  182. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentInputWrapperRepresentation.d.ts +28 -0
  183. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentItemRepresentation.d.ts +49 -0
  184. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentRepresentation.d.ts +61 -0
  185. package/dist/es/es2018/types/src/generated/types/ManagedContentDetailCollectionRepresentation.d.ts +32 -0
  186. package/dist/es/es2018/types/src/generated/types/ManagedContentDetailRepresentation.d.ts +37 -0
  187. package/dist/es/es2018/types/src/generated/types/ManagedContentDocumentCloneInputRepresentation.d.ts +37 -0
  188. package/dist/es/es2018/types/src/generated/types/ManagedContentDocumentCloneRepresentation.d.ts +71 -0
  189. package/dist/es/es2018/types/src/generated/types/ManagedContentDocumentCollectionRepresentation.d.ts +39 -0
  190. package/dist/es/es2018/types/src/generated/types/ManagedContentDocumentDeliveryRepresentation.d.ts +57 -0
  191. package/dist/es/es2018/types/src/generated/types/ManagedContentDocumentRepresentation.d.ts +105 -0
  192. package/dist/es/es2018/types/src/generated/types/ManagedContentExportContentJobRequestInputRepresentation.d.ts +43 -0
  193. package/dist/es/es2018/types/src/generated/types/ManagedContentExportContentV2JobRequestInputRepresentation.d.ts +43 -0
  194. package/dist/es/es2018/types/src/generated/types/ManagedContentExportContentV2JobRequestInputWrapperRep.d.ts +28 -0
  195. package/dist/es/es2018/types/src/generated/types/ManagedContentExportJobItemIdsInputList.d.ts +28 -0
  196. package/dist/es/es2018/types/src/generated/types/ManagedContentExternalSourceInputRepresentation.d.ts +31 -0
  197. package/dist/es/es2018/types/src/generated/types/ManagedContentFailedVariantsRepresentation.d.ts +34 -0
  198. package/dist/es/es2018/types/src/generated/types/ManagedContentFolderSearchResultRepresentation.d.ts +29 -0
  199. package/dist/es/es2018/types/src/generated/types/ManagedContentFolderSummaryRepresentation.d.ts +31 -0
  200. package/dist/es/es2018/types/src/generated/types/ManagedContentFormEmbedScriptInputRepresentation.d.ts +31 -0
  201. package/dist/es/es2018/types/src/generated/types/ManagedContentFormEmbedScriptRepresentation.d.ts +29 -0
  202. package/dist/es/es2018/types/src/generated/types/ManagedContentFormHandlerEmbedScriptRepresentation.d.ts +32 -0
  203. package/dist/es/es2018/types/src/generated/types/ManagedContentImportV2JobRequestInputWrapperRep.d.ts +28 -0
  204. package/dist/es/es2018/types/src/generated/types/ManagedContentInputRep.d.ts +31 -0
  205. package/dist/es/es2018/types/src/generated/types/ManagedContentInputRepresentation.d.ts +50 -0
  206. package/dist/es/es2018/types/src/generated/types/ManagedContentInputWrapperRepresentation.d.ts +28 -0
  207. package/dist/es/es2018/types/src/generated/types/ManagedContentJobBodyCollectionRepresentation.d.ts +29 -0
  208. package/dist/es/es2018/types/src/generated/types/ManagedContentJobBodyRepresentation.d.ts +37 -0
  209. package/dist/es/es2018/types/src/generated/types/ManagedContentJobCollectionRepresentation.d.ts +48 -0
  210. package/dist/es/es2018/types/src/generated/types/ManagedContentJobRepresentation.d.ts +64 -0
  211. package/dist/es/es2018/types/src/generated/types/ManagedContentJobRequestInputRepresentation.d.ts +40 -0
  212. package/dist/es/es2018/types/src/generated/types/ManagedContentLanguageSummaryRepresentation.d.ts +31 -0
  213. package/dist/es/es2018/types/src/generated/types/ManagedContentLlmTranslationInputRepresentation.d.ts +28 -0
  214. package/dist/es/es2018/types/src/generated/types/ManagedContentMediaNodeValueRepresentation.d.ts +56 -0
  215. package/dist/es/es2018/types/src/generated/types/ManagedContentMediaSourceNodeValueRepresentation.d.ts +50 -0
  216. package/dist/es/es2018/types/src/generated/types/ManagedContentNodeTypeRepresentation.d.ts +34 -0
  217. package/dist/es/es2018/types/src/generated/types/ManagedContentNodeValueRepresentation.d.ts +28 -0
  218. package/dist/es/es2018/types/src/generated/types/ManagedContentOrchestratorConfigInputRepresentation.d.ts +28 -0
  219. package/dist/es/es2018/types/src/generated/types/ManagedContentOrchestratorConfigInputWrapperRepresentation.d.ts +28 -0
  220. package/dist/es/es2018/types/src/generated/types/ManagedContentOrchestratorConfigRepresentation.d.ts +48 -0
  221. package/dist/es/es2018/types/src/generated/types/ManagedContentPreviewCollectionRepresentation.d.ts +30 -0
  222. package/dist/es/es2018/types/src/generated/types/ManagedContentPreviewRepresentation.d.ts +34 -0
  223. package/dist/es/es2018/types/src/generated/types/ManagedContentProviderCollectionRepresentation.d.ts +39 -0
  224. package/dist/es/es2018/types/src/generated/types/ManagedContentProviderInstanceInputRepresentation.d.ts +37 -0
  225. package/dist/es/es2018/types/src/generated/types/ManagedContentProviderInstanceRepresentation.d.ts +37 -0
  226. package/dist/es/es2018/types/src/generated/types/ManagedContentProviderRepresentation.d.ts +47 -0
  227. package/dist/es/es2018/types/src/generated/types/ManagedContentPublishInputRepresentation.d.ts +40 -0
  228. package/dist/es/es2018/types/src/generated/types/ManagedContentPublishOutputRepresentation.d.ts +44 -0
  229. package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByCollectionRepresentation.d.ts +39 -0
  230. package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByContributorItemRepresentation.d.ts +37 -0
  231. package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByContributorRepresentation.d.ts +35 -0
  232. package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByContributorWithContributorItemsRepresentation.d.ts +30 -0
  233. package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByItemRepresentation.d.ts +26 -0
  234. package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByRecordRepresentation.d.ts +32 -0
  235. package/dist/es/es2018/types/src/generated/types/ManagedContentReferencedByVariantRepresentation.d.ts +41 -0
  236. package/dist/es/es2018/types/src/generated/types/ManagedContentRenditionRepresentation.d.ts +49 -0
  237. package/dist/es/es2018/types/src/generated/types/ManagedContentRepresentation.d.ts +31 -0
  238. package/dist/es/es2018/types/src/generated/types/ManagedContentScheduleInputRepresentation.d.ts +52 -0
  239. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultCollectionRepresentation.d.ts +38 -0
  240. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultContentTypeRepresentation.d.ts +31 -0
  241. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultItemsCollectionRepresentation.d.ts +39 -0
  242. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultRepresentation.d.ts +44 -0
  243. package/dist/es/es2018/types/src/generated/types/ManagedContentSingleItemDocumentRepresentation.d.ts +88 -0
  244. package/dist/es/es2018/types/src/generated/types/ManagedContentSiteInfoRepresentation.d.ts +31 -0
  245. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceBaseTypeRepresentation.d.ts +28 -0
  246. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceByFQNRepresentation.d.ts +84 -0
  247. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceCollectionRepresentation.d.ts +30 -0
  248. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderDetailRepresentation.d.ts +45 -0
  249. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderInputRep.d.ts +31 -0
  250. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemCollectionInputRep.d.ts +31 -0
  251. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemCollectionRepresentation.d.ts +36 -0
  252. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemRepresentation.d.ts +80 -0
  253. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemV1CollectionRepresentation.d.ts +36 -0
  254. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemV1Representation.d.ts +64 -0
  255. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderRepresentation.d.ts +44 -0
  256. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceInputRepresentation.d.ts +62 -0
  257. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceInputWrapperRepresentation.d.ts +28 -0
  258. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberCollectionRepresentation.d.ts +29 -0
  259. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberInputRepresentation.d.ts +31 -0
  260. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberPermissionsRepresentation.d.ts +37 -0
  261. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberRepresentation.d.ts +34 -0
  262. package/dist/es/es2018/types/src/generated/types/ManagedContentSpacePermissionRepresentation.d.ts +52 -0
  263. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRepresentation.d.ts +88 -0
  264. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRoleCollectionRepresentation.d.ts +29 -0
  265. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRoleRepresentation.d.ts +34 -0
  266. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceSummaryRepresentation.d.ts +31 -0
  267. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceUpdateInputRepresentation.d.ts +50 -0
  268. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceUpdateInputWrapperRepresentation.d.ts +28 -0
  269. package/dist/es/es2018/types/src/generated/types/ManagedContentTaxonomyPathFragmentRepresentation.d.ts +41 -0
  270. package/dist/es/es2018/types/src/generated/types/ManagedContentTaxonomyPathRepresentation.d.ts +36 -0
  271. package/dist/es/es2018/types/src/generated/types/ManagedContentTaxonomyTermCollectionRepresentation.d.ts +54 -0
  272. package/dist/es/es2018/types/src/generated/types/ManagedContentTaxonomyTermRepresentation.d.ts +54 -0
  273. package/dist/es/es2018/types/src/generated/types/ManagedContentTaxonomyTermsInputRepresentation.d.ts +32 -0
  274. package/dist/es/es2018/types/src/generated/types/ManagedContentTextNodeValueRepresentation.d.ts +29 -0
  275. package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationRepresentation.d.ts +64 -0
  276. package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationRequestInputRep.d.ts +37 -0
  277. package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationV2Representation.d.ts +74 -0
  278. package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationV2RequestInputRep.d.ts +49 -0
  279. package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationV2RequestInputWrapperRep.d.ts +28 -0
  280. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeRepresentation.d.ts +39 -0
  281. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSchemaRepresentation.d.ts +48 -0
  282. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableCollectionRepresentation.d.ts +38 -0
  283. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableInputRepresentation.d.ts +31 -0
  284. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableRepresentation.d.ts +37 -0
  285. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSummaryCollectionRepresentation.d.ts +33 -0
  286. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSummaryRepresentation.d.ts +32 -0
  287. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeViewRepresentation.d.ts +38 -0
  288. package/dist/es/es2018/types/src/generated/types/ManagedContentUnpublishInputRepresentation.d.ts +34 -0
  289. package/dist/es/es2018/types/src/generated/types/ManagedContentUnpublishOutputRepresentation.d.ts +44 -0
  290. package/dist/es/es2018/types/src/generated/types/ManagedContentUserSummaryRepresentation.d.ts +34 -0
  291. package/dist/es/es2018/types/src/generated/types/ManagedContentV2JobDetailRepresentation.d.ts +66 -0
  292. package/dist/es/es2018/types/src/generated/types/ManagedContentV2JobRepresentation.d.ts +74 -0
  293. package/dist/es/es2018/types/src/generated/types/ManagedContentV2JobRequestInputRepresentation.d.ts +34 -0
  294. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantCollectionRepresentation.d.ts +51 -0
  295. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantInputRepresentation.d.ts +44 -0
  296. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantInputWrapperRepresentation.d.ts +28 -0
  297. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantReferenceDetailsRepresentation.d.ts +75 -0
  298. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantReferencesCollectionRepresentation.d.ts +34 -0
  299. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantRepresentation.d.ts +94 -0
  300. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantSearchResultRepresentation.d.ts +61 -0
  301. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantSnapshotSummaryRepresentation.d.ts +44 -0
  302. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantStatusRepresentation.d.ts +31 -0
  303. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantUpdateInputRepresentation.d.ts +38 -0
  304. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantUpdateInputWrapperRepresentation.d.ts +28 -0
  305. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantV1InputRep.d.ts +46 -0
  306. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantV1Representation.d.ts +49 -0
  307. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantVersionCollectionRepresentation.d.ts +48 -0
  308. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantVersionRepresentation.d.ts +51 -0
  309. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionCollectionRepresentation.d.ts +49 -0
  310. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInputRep.d.ts +50 -0
  311. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInternalCollectionRepresentation.d.ts +32 -0
  312. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInternalRepresentation.d.ts +80 -0
  313. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionRepresentation.d.ts +64 -0
  314. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionSiteNodeCollectionRepresentation.d.ts +29 -0
  315. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionSiteNodeRepresentation.d.ts +40 -0
  316. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2CollectionInputRepresentation.d.ts +28 -0
  317. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2CollectionRepresentation.d.ts +32 -0
  318. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2InputRepresentation.d.ts +53 -0
  319. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2Representation.d.ts +74 -0
  320. package/dist/es/es2018/types/src/generated/types/ManagedContentWebUrlInfoRepresentation.d.ts +31 -0
  321. package/dist/es/es2018/types/src/generated/types/ManagedContentWebUrlRedirectInfoInputRepresentation.d.ts +28 -0
  322. package/dist/es/es2018/types/src/generated/types/ManagedContentWebUrlRedirectInfoOutputRepresentation.d.ts +28 -0
  323. package/dist/es/es2018/types/src/generated/types/ManagedContentWebUrlRepresentation.d.ts +59 -0
  324. package/dist/es/es2018/types/src/generated/types/ManagedContentWebUrlUpdateInputRepresentation.d.ts +38 -0
  325. package/dist/es/es2018/types/src/generated/types/ManagedContentWebUrlsRepresentation.d.ts +30 -0
  326. package/dist/es/es2018/types/src/generated/types/ManagedContentWorkflowConfigInputRepresentation.d.ts +31 -0
  327. package/dist/es/es2018/types/src/generated/types/ManagedContentWorkflowConfigRepresentation.d.ts +31 -0
  328. package/dist/es/es2018/types/src/generated/types/ReferenceRepresentation.d.ts +25 -0
  329. package/dist/es/es2018/types/src/generated/types/StreamedRepresentation.d.ts +25 -0
  330. package/dist/es/es2018/types/src/generated/types/TopicSummaryRepresentation.d.ts +31 -0
  331. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  332. package/dist/es/es2018/types/src/raml-artifacts/adapters/getManagedContent/onFetchResponseSuccess.d.ts +5 -0
  333. package/dist/es/es2018/types/src/raml-artifacts/adapters/getManagedContentDocumentCollection/onFetchResponseSuccess.d.ts +4 -0
  334. package/dist/es/es2018/types/src/raml-artifacts/adapters/getManagedContentForSite/onFetchResponseSuccess.d.ts +5 -0
  335. package/dist/es/es2018/types/src/raml-artifacts/resources/postConnectCmsContents/ingestSuccess.d.ts +4 -0
  336. package/dist/es/es2018/types/src/raml-artifacts/resources/postConnectCmsContentsTranslateByContentKeyOrId/ingestSuccess.d.ts +4 -0
  337. package/package.json +76 -0
  338. package/sfdc/index.d.ts +1 -0
  339. package/sfdc/index.js +15611 -0
  340. package/src/raml/api.raml +5952 -0
  341. package/src/raml/luvio.raml +891 -0
@@ -0,0 +1,94 @@
1
+ import { ManagedContentSpaceSummaryRepresentation as ManagedContentSpaceSummaryRepresentation_ManagedContentSpaceSummaryRepresentation } from './ManagedContentSpaceSummaryRepresentation';
2
+ import { ManagedContentTypeSummaryRepresentation as ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation } from './ManagedContentTypeSummaryRepresentation';
3
+ import { ManagedContentUserSummaryRepresentation as ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation } from './ManagedContentUserSummaryRepresentation';
4
+ import { ManagedContentFolderSummaryRepresentation as ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation } from './ManagedContentFolderSummaryRepresentation';
5
+ import { ManagedContentVariantStatusRepresentation as ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation } from './ManagedContentVariantStatusRepresentation';
6
+ 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';
7
+ export declare const TTL = 3600000;
8
+ export declare const VERSION = "7752c6a8bb6b113a02bfde83f39e5957";
9
+ export declare function validate(obj: any, path?: string): TypeError | null;
10
+ export declare const RepresentationType: string;
11
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
12
+ id: string;
13
+ }
14
+ export type ManagedContentVariantRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
15
+ export type PartialManagedContentVariantRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
17
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ManagedContentVariantRepresentationNormalizedKeyMetadata;
18
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ManagedContentVariantRepresentation): string;
19
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ManagedContentVariantRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
20
+ export declare function normalize(input: ManagedContentVariantRepresentation, existing: ManagedContentVariantRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantRepresentationNormalized;
21
+ export declare const select: () => $64$luvio_engine_BaseFragment;
22
+ export declare function equals(existing: ManagedContentVariantRepresentationNormalized, incoming: ManagedContentVariantRepresentationNormalized): boolean;
23
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
24
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
25
+ /**
26
+ * Information about a managed content variant in authoring space.
27
+ *
28
+ * Keys:
29
+ * id (string): managedContentVariantId
30
+ */
31
+ export interface ManagedContentVariantRepresentationNormalized {
32
+ /** Body contains raw fields defined in the managed content type schema of this managed content variant. */
33
+ contentBody: {
34
+ [key: string]: unknown;
35
+ };
36
+ /** Globally unique identifier of a managed content and doesn't change when managed content is moved between production and sandbox environments. */
37
+ contentKey: string;
38
+ /** The content space of the managed content. */
39
+ contentSpace: ManagedContentSpaceSummaryRepresentation_ManagedContentSpaceSummaryRepresentation;
40
+ /** The type of the managed content. */
41
+ contentType: ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation;
42
+ /** The user who created the managed content variant. */
43
+ createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
44
+ /** The created date of the managed content variant. */
45
+ createdDate: string;
46
+ /** The content folder of the managed content. */
47
+ folder: ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation;
48
+ /** Is managed content variant published to any channel. */
49
+ isPublished: boolean;
50
+ /** The language of the managed content. */
51
+ language: string;
52
+ /** The last user who has modified the managed content variant. */
53
+ lastModifiedBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
54
+ /** The last time the managed content variant has been modified. */
55
+ lastModifiedDate: string;
56
+ /** Id of the managed content in authoring space. */
57
+ managedContentId: string;
58
+ /** The managed content variant in the authoring space. */
59
+ managedContentVariantId: string;
60
+ /** Version id of the managed content version. */
61
+ managedContentVersionId: string;
62
+ status: ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation;
63
+ /** The title of the managed content. */
64
+ title: string;
65
+ /** The content url name of the managed content. */
66
+ urlName: string;
67
+ }
68
+ /**
69
+ * Information about a managed content variant in authoring space.
70
+ *
71
+ * Keys:
72
+ * id (string): managedContentVariantId
73
+ */
74
+ export interface ManagedContentVariantRepresentation {
75
+ contentBody: {
76
+ [key: string]: unknown;
77
+ };
78
+ contentKey: string;
79
+ contentSpace: ManagedContentSpaceSummaryRepresentation_ManagedContentSpaceSummaryRepresentation;
80
+ contentType: ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation;
81
+ createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
82
+ createdDate: string;
83
+ folder: ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation;
84
+ isPublished: boolean;
85
+ language: string;
86
+ lastModifiedBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
87
+ lastModifiedDate: string;
88
+ managedContentId: string;
89
+ managedContentVariantId: string;
90
+ managedContentVersionId: string;
91
+ status: ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation;
92
+ title: string;
93
+ urlName: string;
94
+ }
@@ -0,0 +1,61 @@
1
+ import { AbstractManagedContentSearchResultRepresentation as AbstractManagedContentSearchResultRepresentation_AbstractManagedContentSearchResultRepresentation } from './AbstractManagedContentSearchResultRepresentation';
2
+ import { ManagedContentSearchResultContentTypeRepresentation as ManagedContentSearchResultContentTypeRepresentation_ManagedContentSearchResultContentTypeRepresentation } from './ManagedContentSearchResultContentTypeRepresentation';
3
+ import { ManagedContentLanguageSummaryRepresentation as ManagedContentLanguageSummaryRepresentation_ManagedContentLanguageSummaryRepresentation } from './ManagedContentLanguageSummaryRepresentation';
4
+ 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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
5
+ export declare const VERSION = "c4517de48667026fa09e71cbf3f471fe";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: ManagedContentVariantSearchResultRepresentation, existing: ManagedContentVariantSearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantSearchResultRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: ManagedContentVariantSearchResultRepresentationNormalized, incoming: ManagedContentVariantSearchResultRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantSearchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * A keyword-based search result for a Managed Content Variant
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ManagedContentVariantSearchResultRepresentationNormalized extends AbstractManagedContentSearchResultRepresentation_AbstractManagedContentSearchResultRepresentation {
20
+ /** The managed content key of the managed content variant. */
21
+ contentKey: string;
22
+ /** The content type of the managed content variant. */
23
+ contentType: ManagedContentSearchResultContentTypeRepresentation_ManagedContentSearchResultContentTypeRepresentation;
24
+ /** The language summary of the managed content variant. */
25
+ language: ManagedContentLanguageSummaryRepresentation_ManagedContentLanguageSummaryRepresentation;
26
+ /** The last time the managed content variant was published. */
27
+ lastPublishedDate: string;
28
+ /** The ID of the managed content parent of the managed content variant. */
29
+ managedContentId: string;
30
+ /** The MIME type of the managed content variant. */
31
+ mimeType: string;
32
+ /** The status of the managed content variant. */
33
+ status: string;
34
+ /** The title of the managed content variant. */
35
+ title: string;
36
+ /** The url of the managed content variant. */
37
+ urlName: string;
38
+ /** The url value for the managed content variant. */
39
+ urlValue: string;
40
+ /** The variant type of the managed content variant. */
41
+ variantType: string;
42
+ }
43
+ /**
44
+ * A keyword-based search result for a Managed Content Variant
45
+ *
46
+ * Keys:
47
+ * (none)
48
+ */
49
+ export interface ManagedContentVariantSearchResultRepresentation extends AbstractManagedContentSearchResultRepresentation_AbstractManagedContentSearchResultRepresentation {
50
+ contentKey: string;
51
+ contentType: ManagedContentSearchResultContentTypeRepresentation_ManagedContentSearchResultContentTypeRepresentation;
52
+ language: ManagedContentLanguageSummaryRepresentation_ManagedContentLanguageSummaryRepresentation;
53
+ lastPublishedDate: string;
54
+ managedContentId: string;
55
+ mimeType: string;
56
+ status: string;
57
+ title: string;
58
+ urlName: string;
59
+ urlValue: string;
60
+ variantType: string;
61
+ }
@@ -0,0 +1,44 @@
1
+ import { ManagedContentTypeSummaryRepresentation as ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation } from './ManagedContentTypeSummaryRepresentation';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "c30d880a3dba684a405d1cf961af2b76";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentVariantSnapshotSummaryRepresentation, existing: ManagedContentVariantSnapshotSummaryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantSnapshotSummaryRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentVariantSnapshotSummaryRepresentationNormalized, incoming: ManagedContentVariantSnapshotSummaryRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantSnapshotSummaryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Information about a MCVariantSnapshot
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVariantSnapshotSummaryRepresentationNormalized {
18
+ /** ManagedContentVariantSnapshot contentType */
19
+ contentType: ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation | null;
20
+ /** ManagedContentVariantSnapshot id */
21
+ id: string | null;
22
+ /** ManagedContentVariantSnapshot language */
23
+ language: string | null;
24
+ /** ManagedContentVariantSnapshot lastModifiedDate */
25
+ lastModifiedDate: string | null;
26
+ /** ManagedContentVariantSnapshot name */
27
+ name: string | null;
28
+ /** ManagedContentVariantSnapshot url */
29
+ urlValue: string | null;
30
+ }
31
+ /**
32
+ * Information about a MCVariantSnapshot
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface ManagedContentVariantSnapshotSummaryRepresentation {
38
+ contentType: ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation | null;
39
+ id: string | null;
40
+ language: string | null;
41
+ lastModifiedDate: string | null;
42
+ name: string | null;
43
+ urlValue: string | null;
44
+ }
@@ -0,0 +1,31 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "212084227c6927ef90b09da2ecb6a0e2";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVariantStatusRepresentation, existing: ManagedContentVariantStatusRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantStatusRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVariantStatusRepresentationNormalized, incoming: ManagedContentVariantStatusRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantStatusRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Information about a managed content variant's status in authoring space.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentVariantStatusRepresentationNormalized {
17
+ /** Localized label for status. */
18
+ label: string;
19
+ /** Status of managed content variant. */
20
+ status: string;
21
+ }
22
+ /**
23
+ * Information about a managed content variant's status in authoring space.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ManagedContentVariantStatusRepresentation {
29
+ label: string;
30
+ status: string;
31
+ }
@@ -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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "a1d64e5e5c36eb5bbf9957ddb61abc85";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVariantUpdateInputRepresentation, existing: ManagedContentVariantUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantUpdateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVariantUpdateInputRepresentationNormalized, incoming: ManagedContentVariantUpdateInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation of a managed content variant for PUT request
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentVariantUpdateInputRepresentationNormalized {
17
+ /** The body of the managed content variant */
18
+ contentBody: {
19
+ [key: string]: unknown;
20
+ };
21
+ /** The title of the managed content variant */
22
+ title?: string;
23
+ /** URL-friendly identifier of the content within the org. */
24
+ urlName?: string;
25
+ }
26
+ /**
27
+ * Input representation of a managed content variant for PUT request
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ManagedContentVariantUpdateInputRepresentation {
33
+ contentBody: {
34
+ [key: string]: unknown;
35
+ };
36
+ title?: string;
37
+ urlName?: string;
38
+ }
@@ -0,0 +1,28 @@
1
+ import { ManagedContentVariantUpdateInputRepresentation as ManagedContentVariantUpdateInputRepresentation_ManagedContentVariantUpdateInputRepresentation } from './ManagedContentVariantUpdateInputRepresentation';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "3bcb6be2d956a334789f2255844541c8";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentVariantUpdateInputWrapperRepresentation, existing: ManagedContentVariantUpdateInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantUpdateInputWrapperRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentVariantUpdateInputWrapperRepresentationNormalized, incoming: ManagedContentVariantUpdateInputWrapperRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantUpdateInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * wrapper for Input required for replacing variant
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVariantUpdateInputWrapperRepresentationNormalized {
18
+ ManagedContentVariantInputParam: ManagedContentVariantUpdateInputRepresentation_ManagedContentVariantUpdateInputRepresentation;
19
+ }
20
+ /**
21
+ * wrapper for Input required for replacing variant
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface ManagedContentVariantUpdateInputWrapperRepresentation {
27
+ ManagedContentVariantInputParam: ManagedContentVariantUpdateInputRepresentation_ManagedContentVariantUpdateInputRepresentation;
28
+ }
@@ -0,0 +1,46 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "8faff6c4fdb9d5284b2a1a59f33c14a5";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVariantV1InputRep, existing: ManagedContentVariantV1InputRepNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantV1InputRepNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVariantV1InputRepNormalized, incoming: ManagedContentVariantV1InputRepNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantV1InputRep, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation of a managed content variant request
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentVariantV1InputRepNormalized {
17
+ /** Indicates the body of a variation */
18
+ body: {};
19
+ /** Indicates the language of a variation */
20
+ language: string;
21
+ /** Managed Content Version Id */
22
+ managedContentVersionId: string;
23
+ /** Indicates the name of a variation */
24
+ name: string;
25
+ /** Indicates the parent id of a variation */
26
+ parentId: string;
27
+ /** Indicates the type of the ManagedContentVariant */
28
+ type: string;
29
+ /** Indicates the url name of a variation */
30
+ urlName: string;
31
+ }
32
+ /**
33
+ * Input representation of a managed content variant request
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface ManagedContentVariantV1InputRep {
39
+ body: {};
40
+ language: string;
41
+ managedContentVersionId: string;
42
+ name: string;
43
+ parentId: string;
44
+ type: string;
45
+ urlName: string;
46
+ }
@@ -0,0 +1,49 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "4e8b10f2db71fa3178f5b12c94bd4dd9";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVariantV1Representation, existing: ManagedContentVariantV1RepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantV1RepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVariantV1RepresentationNormalized, incoming: ManagedContentVariantV1RepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantV1Representation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Information about a managed content variant
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentVariantV1RepresentationNormalized {
17
+ /** The body of a managed content variant */
18
+ body: string;
19
+ /** The id of a managed content variant */
20
+ id: string;
21
+ /** The language of a managed content variant */
22
+ language: string;
23
+ /** The id of a managed content version */
24
+ managedContentVersionId: string;
25
+ /** The name of a managed content variant */
26
+ name: string;
27
+ /** The id of a parent */
28
+ parentId: string;
29
+ /** The url name of a managed content variant */
30
+ urlName: string;
31
+ /** The variant of a managed content variant */
32
+ variantType: string;
33
+ }
34
+ /**
35
+ * Information about a managed content variant
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface ManagedContentVariantV1Representation {
41
+ body: string;
42
+ id: string;
43
+ language: string;
44
+ managedContentVersionId: string;
45
+ name: string;
46
+ parentId: string;
47
+ urlName: string;
48
+ variantType: string;
49
+ }
@@ -0,0 +1,48 @@
1
+ import { ManagedContentVariantVersionRepresentation as ManagedContentVariantVersionRepresentation_ManagedContentVariantVersionRepresentation } from './ManagedContentVariantVersionRepresentation';
2
+ 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';
3
+ export declare const TTL = 100;
4
+ export declare const VERSION = "993f4fe3a5b12699f037079dbe30610b";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
+ variantId: string;
9
+ }
10
+ export type ManagedContentVariantVersionCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialManagedContentVariantVersionCollectionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ManagedContentVariantVersionCollectionRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ManagedContentVariantVersionCollectionRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ManagedContentVariantVersionCollectionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: ManagedContentVariantVersionCollectionRepresentation, existing: ManagedContentVariantVersionCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantVersionCollectionRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_BaseFragment;
18
+ export declare function equals(existing: ManagedContentVariantVersionCollectionRepresentationNormalized, incoming: ManagedContentVariantVersionCollectionRepresentationNormalized): boolean;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantVersionCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
+ /**
22
+ * Collection Representation of paginated published versions for given variantId
23
+ *
24
+ * Keys:
25
+ * variantId (string): managedContentVariantId
26
+ */
27
+ export interface ManagedContentVariantVersionCollectionRepresentationNormalized {
28
+ /** The URL to the current page */
29
+ currentPageUrl: string;
30
+ /** The variant Id of fetched record. */
31
+ managedContentVariantId: string;
32
+ /** The URL to the next page, null if there isn't the next page */
33
+ nextPageUrl?: string;
34
+ /** List of versions containing status, createdBy, createdDate and version number of variant. */
35
+ versions: Array<ManagedContentVariantVersionRepresentation_ManagedContentVariantVersionRepresentation>;
36
+ }
37
+ /**
38
+ * Collection Representation of paginated published versions for given variantId
39
+ *
40
+ * Keys:
41
+ * variantId (string): managedContentVariantId
42
+ */
43
+ export interface ManagedContentVariantVersionCollectionRepresentation {
44
+ currentPageUrl: string;
45
+ managedContentVariantId: string;
46
+ nextPageUrl?: string;
47
+ versions: Array<ManagedContentVariantVersionRepresentation_ManagedContentVariantVersionRepresentation>;
48
+ }
@@ -0,0 +1,51 @@
1
+ import { ManagedContentUserSummaryRepresentation as ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation } from './ManagedContentUserSummaryRepresentation';
2
+ import { ManagedContentVariantStatusRepresentation as ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation } from './ManagedContentVariantStatusRepresentation';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
+ export declare const VERSION = "b3925e38275bba1395b59f07e26e235d";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentVariantVersionRepresentation, existing: ManagedContentVariantVersionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantVersionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: ManagedContentVariantVersionRepresentationNormalized, incoming: ManagedContentVariantVersionRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantVersionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Representation of paginated published version for given variantId
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentVariantVersionRepresentationNormalized {
19
+ /** User who created the current version. */
20
+ createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
21
+ /** Date on which version was created. */
22
+ createdDate: string;
23
+ /** User who last modified the version. */
24
+ lastModifiedBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
25
+ /** Date on which version was last Modified. */
26
+ lastModifiedDate: string;
27
+ /** Resource URL of current version. */
28
+ resourceUrl: string;
29
+ /** The status of the managed content variant version - published, draft, revised. */
30
+ status: ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation;
31
+ /** Title of current version. */
32
+ title: string;
33
+ /** The version number of variant. */
34
+ versionNumber: string;
35
+ }
36
+ /**
37
+ * Representation of paginated published version for given variantId
38
+ *
39
+ * Keys:
40
+ * (none)
41
+ */
42
+ export interface ManagedContentVariantVersionRepresentation {
43
+ createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
44
+ createdDate: string;
45
+ lastModifiedBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
46
+ lastModifiedDate: string;
47
+ resourceUrl: string;
48
+ status: ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation;
49
+ title: string;
50
+ versionNumber: string;
51
+ }
@@ -0,0 +1,49 @@
1
+ import { ManagedContentVersionRepresentation as ManagedContentVersionRepresentation_ManagedContentVersionRepresentation } from './ManagedContentVersionRepresentation';
2
+ import { ManagedContentTypeRepresentation as ManagedContentTypeRepresentation_ManagedContentTypeRepresentation } from './ManagedContentTypeRepresentation';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
+ export declare const VERSION = "3645bd4ebe694a6006ec35bce886010b";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentVersionCollectionRepresentation, existing: ManagedContentVersionCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionCollectionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: ManagedContentVersionCollectionRepresentationNormalized, incoming: ManagedContentVersionCollectionRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Collection of managed content versions.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentVersionCollectionRepresentationNormalized {
19
+ /** URL to the current page of managed content versions. The default is 25 managed content versions per page. */
20
+ currentPageUrl: string;
21
+ /** Managed content versions for this page. */
22
+ items: Array<ManagedContentVersionRepresentation_ManagedContentVersionRepresentation>;
23
+ /** Managed content types for this page. */
24
+ managedContentTypes: {
25
+ [key: string]: ManagedContentTypeRepresentation_ManagedContentTypeRepresentation;
26
+ };
27
+ /** URL to the next page of managed content versions, The default is 25 managed content versions per page. */
28
+ nextPageUrl: string;
29
+ /** Total number of versions across all pages. */
30
+ total: number;
31
+ /** Total number of content types across all pages. */
32
+ totalTypes: number;
33
+ }
34
+ /**
35
+ * Collection of managed content versions.
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface ManagedContentVersionCollectionRepresentation {
41
+ currentPageUrl: string;
42
+ items: Array<ManagedContentVersionRepresentation_ManagedContentVersionRepresentation>;
43
+ managedContentTypes: {
44
+ [key: string]: ManagedContentTypeRepresentation_ManagedContentTypeRepresentation;
45
+ };
46
+ nextPageUrl: string;
47
+ total: number;
48
+ totalTypes: number;
49
+ }
@@ -0,0 +1,50 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "82094ff30b5b9e206765d2bb232f129a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVersionInputRep, existing: ManagedContentVersionInputRepNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionInputRepNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVersionInputRepNormalized, incoming: ManagedContentVersionInputRepNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionInputRep, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for a managed content
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentVersionInputRepNormalized {
17
+ /** Input Representation for associations for managed content. Describes how a ManagedContent is organized. Examples are the list of topics that are assigned to a ManagedContent and the folders in which the ManagedContent is placed. */
18
+ associations: {};
19
+ /** The body of the managed content version. */
20
+ body: {
21
+ [key: string]: {};
22
+ };
23
+ /** Id of a managed content id. This is only required when creating a new version of an already existing managed content. If this is specified the operation will mean "create a new version of the managed content with id". */
24
+ managedContentId: string;
25
+ /** Id of a ManagedContentSpaceFolder in which the Content should be created. */
26
+ spaceFolderId: string;
27
+ /** The title of the managed content version. */
28
+ title: string;
29
+ /** The type of the managed content, represents a category of content such as News, Blog or Story. The ManagedContentType.DeveloperName of the active ManagedContentTypeVersion of the ManagedContentVersion. This is always required. */
30
+ type: string;
31
+ /** A string that uniquely identifies the content within the org, could be used in e.g. URLs. */
32
+ urlName: string;
33
+ }
34
+ /**
35
+ * Input representation for a managed content
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface ManagedContentVersionInputRep {
41
+ associations: {};
42
+ body: {
43
+ [key: string]: {};
44
+ };
45
+ managedContentId: string;
46
+ spaceFolderId: string;
47
+ title: string;
48
+ type: string;
49
+ urlName: string;
50
+ }
@@ -0,0 +1,32 @@
1
+ import { ManagedContentVersionInternalRepresentation as ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation } from './ManagedContentVersionInternalRepresentation';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "120783f08a518bf2b2f2a23d5a111d6b";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentVersionInternalCollectionRepresentation, existing: ManagedContentVersionInternalCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionInternalCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentVersionInternalCollectionRepresentationNormalized, incoming: ManagedContentVersionInternalCollectionRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionInternalCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Collection of managed content versions.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVersionInternalCollectionRepresentationNormalized {
18
+ /** Managed content versions for this page. */
19
+ items: Array<ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation>;
20
+ /** Total number of versions accros all pages. */
21
+ total: number;
22
+ }
23
+ /**
24
+ * Collection of managed content versions.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ManagedContentVersionInternalCollectionRepresentation {
30
+ items: Array<ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation>;
31
+ total: number;
32
+ }