@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,45 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 100;
3
+ export declare const VERSION = "2f473ff12e87a4fc2336695104ab8567";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type ManagedContentUnpublishOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialManagedContentUnpublishOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ManagedContentUnpublishOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ManagedContentUnpublishOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ManagedContentUnpublishOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: ManagedContentUnpublishOutputRepresentation, existing: ManagedContentUnpublishOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentUnpublishOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: ManagedContentUnpublishOutputRepresentationNormalized, incoming: ManagedContentUnpublishOutputRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: ManagedContentUnpublishOutputRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentUnpublishOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ /**
22
+ * Information about a Unpublished action
23
+ *
24
+ * Keys:
25
+ * id (string): deploymentId
26
+ */
27
+ export interface ManagedContentUnpublishOutputRepresentationNormalized {
28
+ /** ManagedContentDeployment Entity Id */
29
+ deploymentId: string;
30
+ /** Provided description. */
31
+ description: string | null;
32
+ /** Unpublish Date */
33
+ unpublishDate: string | null;
34
+ }
35
+ /**
36
+ * Information about a Unpublished action
37
+ *
38
+ * Keys:
39
+ * id (string): deploymentId
40
+ */
41
+ export interface ManagedContentUnpublishOutputRepresentation {
42
+ deploymentId: string;
43
+ description: string | null;
44
+ unpublishDate: string | null;
45
+ }
@@ -0,0 +1,35 @@
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 = "4b75ed6ff448da86412b605f7e775a62";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentUserSummaryRepresentation, existing: ManagedContentUserSummaryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentUserSummaryRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentUserSummaryRepresentationNormalized, incoming: ManagedContentUserSummaryRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentUserSummaryRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentUserSummaryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Information about a user who created/modified content.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentUserSummaryRepresentationNormalized {
18
+ /** The id of the user. */
19
+ id: string;
20
+ /** The name of the user. */
21
+ name?: string;
22
+ /** The connect endpoint resourceUrl of the user to get more information about the user. */
23
+ resourceUrl: string;
24
+ }
25
+ /**
26
+ * Information about a user who created/modified content.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ManagedContentUserSummaryRepresentation {
32
+ id: string;
33
+ name?: string;
34
+ resourceUrl: string;
35
+ }
@@ -0,0 +1,75 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 100;
3
+ export declare const VERSION = "9ae4bb8336d074517f1c980f5f3f7d82";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type ManagedContentV2JobRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialManagedContentV2JobRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ManagedContentV2JobRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ManagedContentV2JobRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ManagedContentV2JobRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: ManagedContentV2JobRepresentation, existing: ManagedContentV2JobRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentV2JobRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: ManagedContentV2JobRepresentationNormalized, incoming: ManagedContentV2JobRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: ManagedContentV2JobRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentV2JobRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ /**
22
+ * Information about a managed content import/export job
23
+ *
24
+ * Keys:
25
+ * id (string): id
26
+ */
27
+ export interface ManagedContentV2JobRepresentationNormalized {
28
+ /** The user id who created the managed content job */
29
+ createdBy: string;
30
+ /** The created date of the managed content job */
31
+ createdDate: string;
32
+ /** The URL to get the error content body of a managed content job */
33
+ errorBodyUrl: string | null;
34
+ /** The id of a managed content job */
35
+ id: string;
36
+ /** The URL to get the input content body of a managed content job */
37
+ inputBodyUrl: string | null;
38
+ /** The type of a managed content job */
39
+ jobType: string;
40
+ /** The last user id who has modified the managed content job */
41
+ lastModifiedBy: string;
42
+ /** The last time the managed content job has been modified */
43
+ lastModifiedDate: string;
44
+ /** The last status update date of a managed content job */
45
+ lastStatusUpdateDate: string;
46
+ /** The name of a managed content job */
47
+ name: string;
48
+ /** The URL to get the output content body of a managed content job */
49
+ outputBodyUrl: string | null;
50
+ /** The start date of a managed content job */
51
+ startDate: string | null;
52
+ /** The status of a managed content job */
53
+ status: string;
54
+ }
55
+ /**
56
+ * Information about a managed content import/export job
57
+ *
58
+ * Keys:
59
+ * id (string): id
60
+ */
61
+ export interface ManagedContentV2JobRepresentation {
62
+ createdBy: string;
63
+ createdDate: string;
64
+ errorBodyUrl: string | null;
65
+ id: string;
66
+ inputBodyUrl: string | null;
67
+ jobType: string;
68
+ lastModifiedBy: string;
69
+ lastModifiedDate: string;
70
+ lastStatusUpdateDate: string;
71
+ name: string;
72
+ outputBodyUrl: string | null;
73
+ startDate: string | null;
74
+ status: string;
75
+ }
@@ -0,0 +1,35 @@
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 = "1bf57fa15968df9f6b0790571cd4e25d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentV2JobRequestInputRepresentation, existing: ManagedContentV2JobRequestInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentV2JobRequestInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentV2JobRequestInputRepresentationNormalized, incoming: ManagedContentV2JobRequestInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentV2JobRequestInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentV2JobRequestInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for creating a ManagedContent import job
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentV2JobRequestInputRepresentationNormalized {
18
+ /** Auto publish the data after import if that operation is permitted */
19
+ autoPublish: boolean;
20
+ /** ManagedContentBody Id of Managed Content Import data */
21
+ managedContentBodyId: string;
22
+ /** Managed Content Job Name */
23
+ name: string;
24
+ }
25
+ /**
26
+ * Input representation for creating a ManagedContent import job
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ManagedContentV2JobRequestInputRepresentation {
32
+ autoPublish: boolean;
33
+ managedContentBodyId: string;
34
+ name: string;
35
+ }
@@ -0,0 +1,45 @@
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 = "23a396fca78d094080b600b5537ef514";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVariantInputRepresentation, existing: ManagedContentVariantInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVariantInputRepresentationNormalized, incoming: ManagedContentVariantInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentVariantInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for a managed variant.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVariantInputRepresentationNormalized {
18
+ /** The body of the managed content. */
19
+ contentBody: {
20
+ [key: string]: unknown;
21
+ };
22
+ /** The language of the variant */
23
+ language: string;
24
+ /** The managed content key or ID which is the content associated to the variant to be created */
25
+ managedContentKeyOrId: string;
26
+ /** The title of the managed content variant */
27
+ title?: string;
28
+ /** URL-friendly identifier of the content within the org. */
29
+ urlName?: string;
30
+ }
31
+ /**
32
+ * Input representation for a managed variant.
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface ManagedContentVariantInputRepresentation {
38
+ contentBody: {
39
+ [key: string]: unknown;
40
+ };
41
+ language: string;
42
+ managedContentKeyOrId: string;
43
+ title?: string;
44
+ urlName?: string;
45
+ }
@@ -0,0 +1,29 @@
1
+ import { ManagedContentVariantInputRepresentation as ManagedContentVariantInputRepresentation_ManagedContentVariantInputRepresentation } from './ManagedContentVariantInputRepresentation';
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 = "1b3bd6288205f2302c321da4a1553c9d";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentVariantInputWrapperRepresentation, existing: ManagedContentVariantInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantInputWrapperRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentVariantInputWrapperRepresentationNormalized, incoming: ManagedContentVariantInputWrapperRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentVariantInputWrapperRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * wrapper for Input required for creating a variant
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentVariantInputWrapperRepresentationNormalized {
19
+ managedContentVariantInputParam: ManagedContentVariantInputRepresentation_ManagedContentVariantInputRepresentation;
20
+ }
21
+ /**
22
+ * wrapper for Input required for creating a variant
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ManagedContentVariantInputWrapperRepresentation {
28
+ managedContentVariantInputParam: ManagedContentVariantInputRepresentation_ManagedContentVariantInputRepresentation;
29
+ }
@@ -0,0 +1,67 @@
1
+ import { ManagedContentTypeSummaryRepresentation as ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation } from './ManagedContentTypeSummaryRepresentation';
2
+ import { ManagedContentUserSummaryRepresentation as ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation } from './ManagedContentUserSummaryRepresentation';
3
+ import { ManagedContentLanguageSummaryRepresentation as ManagedContentLanguageSummaryRepresentation_ManagedContentLanguageSummaryRepresentation } from './ManagedContentLanguageSummaryRepresentation';
4
+ import { ManagedContentVariantStatusRepresentation as ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation } from './ManagedContentVariantStatusRepresentation';
5
+ 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';
6
+ export declare const VERSION = "9c048b627f36dc08a9fef8f96dfd1c5a";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: ManagedContentVariantReferenceDetailsRepresentation, existing: ManagedContentVariantReferenceDetailsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantReferenceDetailsRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: ManagedContentVariantReferenceDetailsRepresentationNormalized, incoming: ManagedContentVariantReferenceDetailsRepresentationNormalized): boolean;
12
+ export declare function deepFreeze(input: ManagedContentVariantReferenceDetailsRepresentation): void;
13
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
14
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantReferenceDetailsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
15
+ /**
16
+ * Information about referenced content variants
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface ManagedContentVariantReferenceDetailsRepresentationNormalized {
22
+ /** ContentKey of this reference Variant’s content */
23
+ contentKey: string;
24
+ /** Variant content type */
25
+ contentType: ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation;
26
+ /** User created this variant */
27
+ createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
28
+ /** Date variant got created */
29
+ createdDate: string;
30
+ /** Indicates whether this Variant is ready for publish */
31
+ isReady: boolean;
32
+ /** Variant language */
33
+ language: ManagedContentLanguageSummaryRepresentation_ManagedContentLanguageSummaryRepresentation;
34
+ /** User last modified this variant */
35
+ lastModifiedBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
36
+ /** Date variant got last modified */
37
+ lastModifiedDate: string;
38
+ /** managedContentId of this reference Variant’s content */
39
+ managedContentId: string;
40
+ /** Reference Variant id */
41
+ managedContentVariantId: string;
42
+ /** Indicates variant status.
43
+ */
44
+ status: ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation;
45
+ /** Title of the variant */
46
+ title: string;
47
+ }
48
+ /**
49
+ * Information about referenced content variants
50
+ *
51
+ * Keys:
52
+ * (none)
53
+ */
54
+ export interface ManagedContentVariantReferenceDetailsRepresentation {
55
+ contentKey: string;
56
+ contentType: ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation;
57
+ createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
58
+ createdDate: string;
59
+ isReady: boolean;
60
+ language: ManagedContentLanguageSummaryRepresentation_ManagedContentLanguageSummaryRepresentation;
61
+ lastModifiedBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
62
+ lastModifiedDate: string;
63
+ managedContentId: string;
64
+ managedContentVariantId: string;
65
+ status: ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation;
66
+ title: string;
67
+ }
@@ -0,0 +1,35 @@
1
+ import { ManagedContentVariantReferenceDetailsRepresentation as ManagedContentVariantReferenceDetailsRepresentation_ManagedContentVariantReferenceDetailsRepresentation } from './ManagedContentVariantReferenceDetailsRepresentation';
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 = "944ebf1d8e72c74b2d0a208b3dfa8326";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentVariantReferencesCollectionRepresentation, existing: ManagedContentVariantReferencesCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantReferencesCollectionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: ManagedContentVariantReferencesCollectionRepresentationNormalized, incoming: ManagedContentVariantReferencesCollectionRepresentationNormalized): boolean;
10
+ export declare function deepFreeze(input: ManagedContentVariantReferencesCollectionRepresentation): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantReferencesCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Collection of Reference variants
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ManagedContentVariantReferencesCollectionRepresentationNormalized {
20
+ /** Reference variants collection */
21
+ referenceVariants: {
22
+ [key: string]: Array<ManagedContentVariantReferenceDetailsRepresentation_ManagedContentVariantReferenceDetailsRepresentation>;
23
+ };
24
+ }
25
+ /**
26
+ * Collection of Reference variants
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ManagedContentVariantReferencesCollectionRepresentation {
32
+ referenceVariants: {
33
+ [key: string]: Array<ManagedContentVariantReferenceDetailsRepresentation_ManagedContentVariantReferenceDetailsRepresentation>;
34
+ };
35
+ }
@@ -0,0 +1,95 @@
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 function deepFreeze(input: ManagedContentVariantRepresentation): void;
24
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
25
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
26
+ /**
27
+ * Information about a managed content variant in authoring space.
28
+ *
29
+ * Keys:
30
+ * id (string): managedContentVariantId
31
+ */
32
+ export interface ManagedContentVariantRepresentationNormalized {
33
+ /** Body contains raw fields defined in the managed content type schema of this managed content variant. */
34
+ contentBody: {
35
+ [key: string]: unknown;
36
+ };
37
+ /** Globally unique identifier of a managed content and doesn't change when managed content is moved between production and sandbox environments. */
38
+ contentKey: string;
39
+ /** The content space of the managed content. */
40
+ contentSpace: ManagedContentSpaceSummaryRepresentation_ManagedContentSpaceSummaryRepresentation;
41
+ /** The type of the managed content. */
42
+ contentType: ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation;
43
+ /** The user who created the managed content variant. */
44
+ createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
45
+ /** The created date of the managed content variant. */
46
+ createdDate: string;
47
+ /** The content folder of the managed content. */
48
+ folder: ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation;
49
+ /** Is managed content variant published to any channel. */
50
+ isPublished: boolean;
51
+ /** The language of the managed content. */
52
+ language: string;
53
+ /** The last user who has modified the managed content variant. */
54
+ lastModifiedBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
55
+ /** The last time the managed content variant has been modified. */
56
+ lastModifiedDate: string;
57
+ /** Id of the managed content in authoring space. */
58
+ managedContentId: string;
59
+ /** The managed content variant in the authoring space. */
60
+ managedContentVariantId: string;
61
+ /** Version id of the managed content version. */
62
+ managedContentVersionId: string;
63
+ status: ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation;
64
+ /** The title of the managed content. */
65
+ title: string;
66
+ /** The content url name of the managed content. */
67
+ urlName: string;
68
+ }
69
+ /**
70
+ * Information about a managed content variant in authoring space.
71
+ *
72
+ * Keys:
73
+ * id (string): managedContentVariantId
74
+ */
75
+ export interface ManagedContentVariantRepresentation {
76
+ contentBody: {
77
+ [key: string]: unknown;
78
+ };
79
+ contentKey: string;
80
+ contentSpace: ManagedContentSpaceSummaryRepresentation_ManagedContentSpaceSummaryRepresentation;
81
+ contentType: ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation;
82
+ createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
83
+ createdDate: string;
84
+ folder: ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation;
85
+ isPublished: boolean;
86
+ language: string;
87
+ lastModifiedBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
88
+ lastModifiedDate: string;
89
+ managedContentId: string;
90
+ managedContentVariantId: string;
91
+ managedContentVersionId: string;
92
+ status: ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation;
93
+ title: string;
94
+ urlName: string;
95
+ }
@@ -0,0 +1,62 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ManagedContentVariantSearchResultRepresentation): void;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantSearchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
+ /**
15
+ * A keyword-based search result for a Managed Content Variant
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface ManagedContentVariantSearchResultRepresentationNormalized extends AbstractManagedContentSearchResultRepresentation_AbstractManagedContentSearchResultRepresentation {
21
+ /** The managed content key of the managed content variant. */
22
+ contentKey: string;
23
+ /** The content type of the managed content variant. */
24
+ contentType: ManagedContentSearchResultContentTypeRepresentation_ManagedContentSearchResultContentTypeRepresentation;
25
+ /** The language summary of the managed content variant. */
26
+ language: ManagedContentLanguageSummaryRepresentation_ManagedContentLanguageSummaryRepresentation;
27
+ /** The last time the managed content variant was published. */
28
+ lastPublishedDate: string;
29
+ /** The ID of the managed content parent of the managed content variant. */
30
+ managedContentId: string;
31
+ /** The MIME type of the managed content variant. */
32
+ mimeType: string;
33
+ /** The status of the managed content variant. */
34
+ status: string;
35
+ /** The title of the managed content variant. */
36
+ title: string;
37
+ /** The url of the managed content variant. */
38
+ urlName: string;
39
+ /** The url value for the managed content variant. */
40
+ urlValue: string;
41
+ /** The variant type of the managed content variant. */
42
+ variantType: string;
43
+ }
44
+ /**
45
+ * A keyword-based search result for a Managed Content Variant
46
+ *
47
+ * Keys:
48
+ * (none)
49
+ */
50
+ export interface ManagedContentVariantSearchResultRepresentation extends AbstractManagedContentSearchResultRepresentation_AbstractManagedContentSearchResultRepresentation {
51
+ contentKey: string;
52
+ contentType: ManagedContentSearchResultContentTypeRepresentation_ManagedContentSearchResultContentTypeRepresentation;
53
+ language: ManagedContentLanguageSummaryRepresentation_ManagedContentLanguageSummaryRepresentation;
54
+ lastPublishedDate: string;
55
+ managedContentId: string;
56
+ mimeType: string;
57
+ status: string;
58
+ title: string;
59
+ urlName: string;
60
+ urlValue: string;
61
+ variantType: string;
62
+ }
@@ -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 = "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 function deepFreeze(input: ManagedContentVariantStatusRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantStatusRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Information about a managed content variant's status in authoring space.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVariantStatusRepresentationNormalized {
18
+ /** Localized label for status. */
19
+ label: string;
20
+ /** Status of managed content variant. */
21
+ status: string;
22
+ }
23
+ /**
24
+ * Information about a managed content variant's status in authoring space.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ManagedContentVariantStatusRepresentation {
30
+ label: string;
31
+ status: string;
32
+ }
@@ -0,0 +1,39 @@
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 = "6547eb8bc4cc88e46a72e7fa067258ce";
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 function deepFreeze(input: ManagedContentVariantUpdateInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation of a managed content variant for PUT request
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVariantUpdateInputRepresentationNormalized {
18
+ /** The body of the managed content variant */
19
+ contentBody: {
20
+ [key: string]: unknown;
21
+ };
22
+ /** The title of the managed content variant */
23
+ title: string;
24
+ /** URL-friendly identifier of the content within the org. */
25
+ urlName: string;
26
+ }
27
+ /**
28
+ * Input representation of a managed content variant for PUT request
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ManagedContentVariantUpdateInputRepresentation {
34
+ contentBody: {
35
+ [key: string]: unknown;
36
+ };
37
+ title: string;
38
+ urlName: string;
39
+ }
@@ -0,0 +1,29 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ManagedContentVariantUpdateInputWrapperRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantUpdateInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * wrapper for Input required for replacing variant
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentVariantUpdateInputWrapperRepresentationNormalized {
19
+ ManagedContentVariantInputParam: ManagedContentVariantUpdateInputRepresentation_ManagedContentVariantUpdateInputRepresentation;
20
+ }
21
+ /**
22
+ * wrapper for Input required for replacing variant
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ManagedContentVariantUpdateInputWrapperRepresentation {
28
+ ManagedContentVariantInputParam: ManagedContentVariantUpdateInputRepresentation_ManagedContentVariantUpdateInputRepresentation;
29
+ }