@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,34 @@
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 = "4fad4faa0bf5fd47ecb6dc7c0a40f8b0";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentFailedVariantsRepresentation, existing: ManagedContentFailedVariantsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentFailedVariantsRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentFailedVariantsRepresentationNormalized, incoming: ManagedContentFailedVariantsRepresentationNormalized): 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: ManagedContentFailedVariantsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Information of failed variants when content cloning was partial success.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentFailedVariantsRepresentationNormalized {
17
+ /** Error message mentioning the reason of failure. */
18
+ errorMessage: string;
19
+ /** Language of failed translated variant. */
20
+ language: string;
21
+ /** Managed Content Variant ID of variant which failed to clone. */
22
+ sourceManagedContentVariantId: string;
23
+ }
24
+ /**
25
+ * Information of failed variants when content cloning was partial success.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ManagedContentFailedVariantsRepresentation {
31
+ errorMessage: string;
32
+ language: string;
33
+ sourceManagedContentVariantId: string;
34
+ }
@@ -0,0 +1,29 @@
1
+ import { AbstractManagedContentSearchResultRepresentation as AbstractManagedContentSearchResultRepresentation_AbstractManagedContentSearchResultRepresentation } from './AbstractManagedContentSearchResultRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, 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 = "fc69f594df895721aef84eca209bc4ca";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentFolderSearchResultRepresentation, existing: ManagedContentFolderSearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentFolderSearchResultRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentFolderSearchResultRepresentationNormalized, incoming: ManagedContentFolderSearchResultRepresentationNormalized): 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: ManagedContentFolderSearchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A keyword-based search result for a Managed Content Folder
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentFolderSearchResultRepresentationNormalized extends AbstractManagedContentSearchResultRepresentation_AbstractManagedContentSearchResultRepresentation {
18
+ /** The name of the managed content folder. */
19
+ name: string;
20
+ }
21
+ /**
22
+ * A keyword-based search result for a Managed Content Folder
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ManagedContentFolderSearchResultRepresentation extends AbstractManagedContentSearchResultRepresentation_AbstractManagedContentSearchResultRepresentation {
28
+ name: string;
29
+ }
@@ -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 = "aa624c1b1a2e8be8d99839979727e457";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentFolderSummaryRepresentation, existing: ManagedContentFolderSummaryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentFolderSummaryRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentFolderSummaryRepresentationNormalized, incoming: ManagedContentFolderSummaryRepresentationNormalized): 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: ManagedContentFolderSummaryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Information about a managed content folder.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentFolderSummaryRepresentationNormalized {
17
+ /** Id of the managed content folder in the authoring space. */
18
+ id: string;
19
+ /** Connect API resource url to get more information about managed content folder. */
20
+ resourceUrl: string;
21
+ }
22
+ /**
23
+ * Information about a managed content folder.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ManagedContentFolderSummaryRepresentation {
29
+ id: string;
30
+ resourceUrl: string;
31
+ }
@@ -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 = "d2c6e62289bb2626e563f1b7bcfa7f64";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentFormEmbedScriptInputRepresentation, existing: ManagedContentFormEmbedScriptInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentFormEmbedScriptInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentFormEmbedScriptInputRepresentationNormalized, incoming: ManagedContentFormEmbedScriptInputRepresentationNormalized): 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: ManagedContentFormEmbedScriptInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input to generate an embed script for external form.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentFormEmbedScriptInputRepresentationNormalized {
17
+ /** Domain name of the external site where form is hosted. */
18
+ domainName: string;
19
+ /** CMS content key for the form that's to be used on an external site. */
20
+ formContentKey: string;
21
+ }
22
+ /**
23
+ * Input to generate an embed script for external form.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ManagedContentFormEmbedScriptInputRepresentation {
29
+ domainName: string;
30
+ formContentKey: string;
31
+ }
@@ -0,0 +1,29 @@
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 TTL = 1000;
3
+ export declare const VERSION = "cc509706cdcf28fd1e133dd3df7ed8a0";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentFormEmbedScriptRepresentation, existing: ManagedContentFormEmbedScriptRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentFormEmbedScriptRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentFormEmbedScriptRepresentationNormalized, incoming: ManagedContentFormEmbedScriptRepresentationNormalized): 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: ManagedContentFormEmbedScriptRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents the embed script for external form.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentFormEmbedScriptRepresentationNormalized {
18
+ /** The code snippet for the external form. */
19
+ extFormCodeSnippet: string;
20
+ }
21
+ /**
22
+ * Represents the embed script for external form.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ManagedContentFormEmbedScriptRepresentation {
28
+ extFormCodeSnippet: string;
29
+ }
@@ -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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const TTL = 1000;
3
+ export declare const VERSION = "6a20423e3432da857b15655ba215a3b6";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentFormHandlerEmbedScriptRepresentation, existing: ManagedContentFormHandlerEmbedScriptRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentFormHandlerEmbedScriptRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentFormHandlerEmbedScriptRepresentationNormalized, incoming: ManagedContentFormHandlerEmbedScriptRepresentationNormalized): 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: ManagedContentFormHandlerEmbedScriptRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents the embed script for form handler.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentFormHandlerEmbedScriptRepresentationNormalized {
18
+ /** The form script for the embed script for form Handler. */
19
+ formScript: string;
20
+ /** The host script for the embed script for form Handler. */
21
+ hostScript: string;
22
+ }
23
+ /**
24
+ * Represents the embed script for form handler.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ManagedContentFormHandlerEmbedScriptRepresentation {
30
+ formScript: string;
31
+ hostScript: string;
32
+ }
@@ -0,0 +1,28 @@
1
+ import { ManagedContentV2JobRequestInputRepresentation as ManagedContentV2JobRequestInputRepresentation_ManagedContentV2JobRequestInputRepresentation } from './ManagedContentV2JobRequestInputRepresentation';
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 = "55ca9b9fb1689420c62344955686a612";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentImportV2JobRequestInputWrapperRep, existing: ManagedContentImportV2JobRequestInputWrapperRepNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentImportV2JobRequestInputWrapperRepNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentImportV2JobRequestInputWrapperRepNormalized, incoming: ManagedContentImportV2JobRequestInputWrapperRepNormalized): 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: ManagedContentImportV2JobRequestInputWrapperRep, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Wrapper for Input required for import V2 job
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentImportV2JobRequestInputWrapperRepNormalized {
18
+ managedContentV2JobRequest: ManagedContentV2JobRequestInputRepresentation_ManagedContentV2JobRequestInputRepresentation;
19
+ }
20
+ /**
21
+ * Wrapper for Input required for import V2 job
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface ManagedContentImportV2JobRequestInputWrapperRep {
27
+ managedContentV2JobRequest: ManagedContentV2JobRequestInputRepresentation_ManagedContentV2JobRequestInputRepresentation;
28
+ }
@@ -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 = "f1086fa805d3e9f86b3a53f2b0b39eda";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentInputRep, existing: ManagedContentInputRepNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentInputRepNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentInputRepNormalized, incoming: ManagedContentInputRepNormalized): 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: ManagedContentInputRep, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for a managed content
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentInputRepNormalized {
17
+ /** The published status the user wants to patch the latest version the content to */
18
+ connectManagedContentStatusEnum: string;
19
+ /** The published version id of the managed content. */
20
+ publishedVersionId: string;
21
+ }
22
+ /**
23
+ * Input representation for a managed content
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ManagedContentInputRep {
29
+ connectManagedContentStatusEnum: string;
30
+ publishedVersionId: string;
31
+ }
@@ -0,0 +1,50 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, 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 = "86971f98fbfe2baeacebd4372f211dd2";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentInputRepresentation, existing: ManagedContentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentInputRepresentationNormalized, incoming: ManagedContentInputRepresentationNormalized): 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: ManagedContentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for a managed content
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentInputRepresentationNormalized {
17
+ /** The body of the managed content. */
18
+ contentBody: {
19
+ [key: string]: unknown;
20
+ };
21
+ /** Content space or folder id where content will be created. */
22
+ contentSpaceOrFolderId: string;
23
+ /** Fully qualified name of the content type to create. This field is required. */
24
+ contentType: string;
25
+ /** External ID. Optional. */
26
+ externalId?: string;
27
+ /** External source in which content is created. Optional. */
28
+ externalSource?: {};
29
+ /** The title of the managed content. */
30
+ title?: string;
31
+ /** URL-friendly identifier of the content within the org. */
32
+ urlName?: string;
33
+ }
34
+ /**
35
+ * Input representation for a managed content
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface ManagedContentInputRepresentation {
41
+ contentBody: {
42
+ [key: string]: unknown;
43
+ };
44
+ contentSpaceOrFolderId: string;
45
+ contentType: string;
46
+ externalId?: string;
47
+ externalSource?: {};
48
+ title?: string;
49
+ urlName?: string;
50
+ }
@@ -0,0 +1,28 @@
1
+ import { ManagedContentInputRepresentation as ManagedContentInputRepresentation_ManagedContentInputRepresentation } from './ManagedContentInputRepresentation';
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 = "0f07944c493b5f2f61856ff84a9015a9";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentInputWrapperRepresentation, existing: ManagedContentInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentInputWrapperRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentInputWrapperRepresentationNormalized, incoming: ManagedContentInputWrapperRepresentationNormalized): 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: ManagedContentInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * wrapper for Input required for creating a variant
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentInputWrapperRepresentationNormalized {
18
+ ManagedContentInputParam: ManagedContentInputRepresentation_ManagedContentInputRepresentation;
19
+ }
20
+ /**
21
+ * wrapper for Input required for creating a variant
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface ManagedContentInputWrapperRepresentation {
27
+ ManagedContentInputParam: ManagedContentInputRepresentation_ManagedContentInputRepresentation;
28
+ }
@@ -0,0 +1,29 @@
1
+ import { ManagedContentJobBodyRepresentation as ManagedContentJobBodyRepresentation_ManagedContentJobBodyRepresentation } from './ManagedContentJobBodyRepresentation';
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 = "eba1876bba76cb05d9cbb8a968bd6796";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentJobBodyCollectionRepresentation, existing: ManagedContentJobBodyCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentJobBodyCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentJobBodyCollectionRepresentationNormalized, incoming: ManagedContentJobBodyCollectionRepresentationNormalized): 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: ManagedContentJobBodyCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Information about managed content job body
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentJobBodyCollectionRepresentationNormalized {
18
+ /** A list of bodies e.g. input, output or error for a managed content job */
19
+ jobBodies: Array<ManagedContentJobBodyRepresentation_ManagedContentJobBodyRepresentation>;
20
+ }
21
+ /**
22
+ * Information about managed content job body
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ManagedContentJobBodyCollectionRepresentation {
28
+ jobBodies: Array<ManagedContentJobBodyRepresentation_ManagedContentJobBodyRepresentation>;
29
+ }
@@ -0,0 +1,37 @@
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 = "7e57fd77c4503be9a8822f2603a04df3";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentJobBodyRepresentation, existing: ManagedContentJobBodyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentJobBodyRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentJobBodyRepresentationNormalized, incoming: ManagedContentJobBodyRepresentationNormalized): 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: ManagedContentJobBodyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Information about a managed content job body
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentJobBodyRepresentationNormalized {
17
+ /** The bodyType of a managed content job body */
18
+ bodyType: string;
19
+ /** The id of a managed content job */
20
+ id: string;
21
+ /** The name of a managed content job */
22
+ name: string;
23
+ /** The url of a managed content job body */
24
+ url: string;
25
+ }
26
+ /**
27
+ * Information about a managed content job body
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ManagedContentJobBodyRepresentation {
33
+ bodyType: string;
34
+ id: string;
35
+ name: string;
36
+ url: string;
37
+ }
@@ -0,0 +1,48 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ import { ManagedContentV2JobDetailRepresentation as ManagedContentV2JobDetailRepresentation_ManagedContentV2JobDetailRepresentation } from './ManagedContentV2JobDetailRepresentation';
3
+ export declare const TTL = 100;
4
+ export declare const VERSION = "75cfd71e168144693d36fa16f7d8f4d0";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentJobCollectionRepresentation, existing: ManagedContentJobCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentJobCollectionRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ jobs: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ManagedContentJobCollectionRepresentation, existing: ManagedContentJobCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ManagedContentJobCollectionRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ jobs?: $64$luvio_engine_LinkSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: ManagedContentJobCollectionRepresentationNormalized, incoming: ManagedContentJobCollectionRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentJobCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
21
+ /**
22
+ * Collection of ManagedContent Jobs
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ManagedContentJobCollectionRepresentationNormalized {
28
+ /** URL to the current page of Managed Content Jobs records. */
29
+ currentPageUrl: string;
30
+ /** ManagedContentJob Collection */
31
+ jobs: Array<$64$luvio_engine_StoreLink>;
32
+ /** URL to the next page of Managed Content jobs records. */
33
+ nextPageUrl: string | null;
34
+ /** URL to the previous page of Managed Content jobs records. */
35
+ previousPageUrl: string | null;
36
+ }
37
+ /**
38
+ * Collection of ManagedContent Jobs
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface ManagedContentJobCollectionRepresentation {
44
+ currentPageUrl: string;
45
+ jobs: Array<ManagedContentV2JobDetailRepresentation_ManagedContentV2JobDetailRepresentation>;
46
+ nextPageUrl: string | null;
47
+ previousPageUrl: string | null;
48
+ }
@@ -0,0 +1,64 @@
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 = "8cb61e48d5546a1c3852fe6644c476de";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentJobRepresentation, existing: ManagedContentJobRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentJobRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentJobRepresentationNormalized, incoming: ManagedContentJobRepresentationNormalized): 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: ManagedContentJobRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Information about a managed content import/export job
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentJobRepresentationNormalized {
17
+ /** The user id who created the managed content job */
18
+ createdBy: string;
19
+ /** The created date of the managed content job */
20
+ createdDate: string;
21
+ /** The URL to get the error content body of a managed content job */
22
+ errorBodyUrl: string;
23
+ /** The id of a managed content job */
24
+ id: string;
25
+ /** The URL to get the input content body of a managed content job */
26
+ inputBodyUrl: string;
27
+ /** The type of a managed content job */
28
+ jobType: string;
29
+ /** The last user id who has modified the managed content job */
30
+ lastModifiedBy: string;
31
+ /** The last time the managed content job has been modified */
32
+ lastModifiedDate: string;
33
+ /** The last status update date of a managed content job */
34
+ lastStatusUpdateDate: string;
35
+ /** The name of a managed content job */
36
+ name: string;
37
+ /** The URL to get the output content body of a managed content job */
38
+ outputBodyUrl: string;
39
+ /** The start date of a managed content job */
40
+ startDate: string;
41
+ /** The status of a managed content job */
42
+ status: string;
43
+ }
44
+ /**
45
+ * Information about a managed content import/export job
46
+ *
47
+ * Keys:
48
+ * (none)
49
+ */
50
+ export interface ManagedContentJobRepresentation {
51
+ createdBy: string;
52
+ createdDate: string;
53
+ errorBodyUrl: string;
54
+ id: string;
55
+ inputBodyUrl: string;
56
+ jobType: string;
57
+ lastModifiedBy: string;
58
+ lastModifiedDate: string;
59
+ lastStatusUpdateDate: string;
60
+ name: string;
61
+ outputBodyUrl: string;
62
+ startDate: string;
63
+ status: string;
64
+ }
@@ -0,0 +1,40 @@
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 = "7646f9bbf36687ea3897b12b21d6d173";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentJobRequestInputRepresentation, existing: ManagedContentJobRequestInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentJobRequestInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentJobRequestInputRepresentationNormalized, incoming: ManagedContentJobRequestInputRepresentationNormalized): 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: ManagedContentJobRequestInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a ManagedContent import/export job
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentJobRequestInputRepresentationNormalized {
17
+ /** Auto publish the data after import if that operation is permitted */
18
+ autoPublish: boolean;
19
+ /** ContentBody Id of Managed Content Import data */
20
+ contentBodyId: string;
21
+ /** Managed Content Space Id */
22
+ contentSpaceId: string;
23
+ /** Update existing content after importing data if it exists by including content key; Otherwise create new content */
24
+ includeContentKey: boolean;
25
+ /** Managed Content Job Name */
26
+ name: string;
27
+ }
28
+ /**
29
+ * Input representation for creating a ManagedContent import/export job
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface ManagedContentJobRequestInputRepresentation {
35
+ autoPublish: boolean;
36
+ contentBodyId: string;
37
+ contentSpaceId: string;
38
+ includeContentKey: boolean;
39
+ name: string;
40
+ }
@@ -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 = "bfb9774cd89d1fe96880107efed17f19";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentLanguageSummaryRepresentation, existing: ManagedContentLanguageSummaryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentLanguageSummaryRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentLanguageSummaryRepresentationNormalized, incoming: ManagedContentLanguageSummaryRepresentationNormalized): 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: ManagedContentLanguageSummaryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Display Label for Language and language locale
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentLanguageSummaryRepresentationNormalized {
17
+ /** Display Label for Language of a managed content variant. */
18
+ displayLabel: string;
19
+ /** Language locale of a managed content variant. */
20
+ locale: string;
21
+ }
22
+ /**
23
+ * Display Label for Language and language locale
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ManagedContentLanguageSummaryRepresentation {
29
+ displayLabel: string;
30
+ locale: string;
31
+ }
@@ -0,0 +1,28 @@
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 = "ea418ba03ec7783dcf87e8e3fb98988a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentLlmTranslationInputRepresentation, existing: ManagedContentLlmTranslationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentLlmTranslationInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentLlmTranslationInputRepresentationNormalized, incoming: ManagedContentLlmTranslationInputRepresentationNormalized): 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: ManagedContentLlmTranslationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation of a translation request using LLM
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ManagedContentLlmTranslationInputRepresentationNormalized {
17
+ /** Indicates the target languages for the export action */
18
+ targetLanguages: Array<string>;
19
+ }
20
+ /**
21
+ * Input representation of a translation request using LLM
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface ManagedContentLlmTranslationInputRepresentation {
27
+ targetLanguages: Array<string>;
28
+ }