@salesforce/lds-adapters-experience-model 0.131.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/experience-model.js +2234 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
  4. package/dist/es/es2018/types/src/generated/adapters/getBlockType.d.ts +30 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getBlockTypes.d.ts +34 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getContentType.d.ts +30 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getContentTypes.d.ts +34 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getPropertyType.d.ts +30 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getPropertyTypes.d.ts +31 -0
  10. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +6 -0
  11. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +13 -0
  12. package/dist/es/es2018/types/src/generated/resources/deleteCmsDeploymentsByDeploymentId.d.ts +9 -0
  13. package/dist/es/es2018/types/src/generated/resources/deleteCmsSiteAuthorContentByContentKey.d.ts +14 -0
  14. package/dist/es/es2018/types/src/generated/resources/deleteConnectCmsContentJobsByJobId.d.ts +11 -0
  15. package/dist/es/es2018/types/src/generated/resources/deleteConnectCmsFoldersByFolderId.d.ts +11 -0
  16. package/dist/es/es2018/types/src/generated/resources/deleteConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +10 -0
  17. package/dist/es/es2018/types/src/generated/resources/deleteConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +10 -0
  18. package/dist/es/es2018/types/src/generated/resources/getCmsContentsByContentKeyOrId.d.ts +18 -0
  19. package/dist/es/es2018/types/src/generated/resources/getCmsDeliveryCollectionByCollectionNameOrContentKeyAndTargetId.d.ts +21 -0
  20. package/dist/es/es2018/types/src/generated/resources/getCmsDeliveryCollectionMetadataByCollectionNameOrContentKeyAndTargetId.d.ts +19 -0
  21. package/dist/es/es2018/types/src/generated/resources/getCmsDeployments.d.ts +21 -0
  22. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentByContentKey.d.ts +18 -0
  23. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentContentKeys.d.ts +17 -0
  24. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentNodeByContentKeyAndContentNode.d.ts +16 -0
  25. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentNodesByContentKey.d.ts +18 -0
  26. package/dist/es/es2018/types/src/generated/resources/getCmsSpacesByContentSpaceId.d.ts +15 -0
  27. package/dist/es/es2018/types/src/generated/resources/getConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +19 -0
  28. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContent.d.ts +16 -0
  29. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentJobsByJobId.d.ts +15 -0
  30. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentTypesByContentTypeFQN.d.ts +20 -0
  31. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentVersionByManagedContentVersionId.d.ts +19 -0
  32. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsVariantsByVariantId.d.ts +15 -0
  33. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveryChannels.d.ts +16 -0
  34. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveryChannelsContentsQueryByChannelId.d.ts +27 -0
  35. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveryChannelsContentsSearchByChannelId.d.ts +21 -0
  36. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveryChannelsMediaContentByChannelIdAndMediaGuid.d.ts +16 -0
  37. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveryRecordsContentsByRecordId.d.ts +22 -0
  38. package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersByFolderId.d.ts +15 -0
  39. package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersItemsByFolderId.d.ts +25 -0
  40. package/dist/es/es2018/types/src/generated/resources/getConnectCmsManagementChannels.d.ts +16 -0
  41. package/dist/es/es2018/types/src/generated/resources/getConnectCmsManagementChannelsByChannelId.d.ts +15 -0
  42. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryByCommunityId.d.ts +25 -0
  43. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsByCommunityId.d.ts +27 -0
  44. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsSearchByCommunityId.d.ts +21 -0
  45. package/dist/es/es2018/types/src/generated/resources/getConnectExperienceModelBlockTypes.d.ts +23 -0
  46. package/dist/es/es2018/types/src/generated/resources/getConnectExperienceModelBlockTypesByFullyQualifiedName.d.ts +21 -0
  47. package/dist/es/es2018/types/src/generated/resources/getConnectExperienceModelContentTypes.d.ts +23 -0
  48. package/dist/es/es2018/types/src/generated/resources/getConnectExperienceModelContentTypesByFullyQualifiedName.d.ts +21 -0
  49. package/dist/es/es2018/types/src/generated/resources/getConnectExperienceModelPropertyTypes.d.ts +20 -0
  50. package/dist/es/es2018/types/src/generated/resources/getConnectExperienceModelPropertyTypesByFullyQualifiedName.d.ts +21 -0
  51. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +19 -0
  52. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +15 -0
  53. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesMembersPermissionsByContentSpaceIdAndMemberIdOrMe.d.ts +16 -0
  54. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentRoles.d.ts +15 -0
  55. package/dist/es/es2018/types/src/generated/resources/patchCmsDeploymentsByDeploymentId.d.ts +9 -0
  56. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +13 -0
  57. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsContentVersionByManagedContentVersionId.d.ts +21 -0
  58. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsFoldersByFolderId.d.ts +13 -0
  59. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsFoldersItemsByFolderId.d.ts +13 -0
  60. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsManagementChannelsByChannelId.d.ts +17 -0
  61. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsSchedulesByDeploymentId.d.ts +13 -0
  62. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +21 -0
  63. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +14 -0
  64. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +14 -0
  65. package/dist/es/es2018/types/src/generated/resources/postCmsContents.d.ts +18 -0
  66. package/dist/es/es2018/types/src/generated/resources/postCmsDeliveryChannelsVariantsByChannelId.d.ts +16 -0
  67. package/dist/es/es2018/types/src/generated/resources/postCmsDeployments.d.ts +17 -0
  68. package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsContentKeysByChannelId.d.ts +16 -0
  69. package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsContentTypesByChannelId.d.ts +15 -0
  70. package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsNodeIdsByChannelId.d.ts +16 -0
  71. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentJobsExport.d.ts +17 -0
  72. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentJobsImport.d.ts +16 -0
  73. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesVersionByContentSpaceId.d.ts +24 -0
  74. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesVersionsByContentSpaceId.d.ts +15 -0
  75. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentVariant.d.ts +18 -0
  76. package/dist/es/es2018/types/src/generated/resources/postConnectCmsFolders.d.ts +13 -0
  77. package/dist/es/es2018/types/src/generated/resources/postConnectCmsManagementChannels.d.ts +17 -0
  78. package/dist/es/es2018/types/src/generated/resources/postConnectCmsSchedules.d.ts +18 -0
  79. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesContentVersionsByContentSpaceId.d.ts +23 -0
  80. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +16 -0
  81. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentTranslation.d.ts +15 -0
  82. package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentVersionByManagedContentVersionId.d.ts +21 -0
  83. package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentsVariantsByVariantId.d.ts +16 -0
  84. package/dist/es/es2018/types/src/generated/types/AbstractMCSFolderRepresentation.d.ts +35 -0
  85. package/dist/es/es2018/types/src/generated/types/AbstractMContentRepresentation.d.ts +50 -0
  86. package/dist/es/es2018/types/src/generated/types/ExperienceModelBlockTypeCollectionRepresentation.d.ts +43 -0
  87. package/dist/es/es2018/types/src/generated/types/ExperienceModelBlockTypeDetailRepresentation.d.ts +63 -0
  88. package/dist/es/es2018/types/src/generated/types/ExperienceModelBlockTypeSummaryRepresentation.d.ts +52 -0
  89. package/dist/es/es2018/types/src/generated/types/ExperienceModelContentTypeCollectionRepresentation.d.ts +43 -0
  90. package/dist/es/es2018/types/src/generated/types/ExperienceModelContentTypeDetailRepresentation.d.ts +55 -0
  91. package/dist/es/es2018/types/src/generated/types/ExperienceModelContentTypeSummaryRepresentation.d.ts +45 -0
  92. package/dist/es/es2018/types/src/generated/types/ExperienceModelPropertyTypeCollectionRepresentation.d.ts +43 -0
  93. package/dist/es/es2018/types/src/generated/types/ExperienceModelPropertyTypeDetailRepresentation.d.ts +55 -0
  94. package/dist/es/es2018/types/src/generated/types/ExperienceModelPropertyTypeSummaryRepresentation.d.ts +45 -0
  95. package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantCollectionRepresentation.d.ts +30 -0
  96. package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantInputRepresentation.d.ts +32 -0
  97. package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantRepresentation.d.ts +53 -0
  98. package/dist/es/es2018/types/src/generated/types/MCSiteContentCollectionRepresentation.d.ts +30 -0
  99. package/dist/es/es2018/types/src/generated/types/MCSiteContentRepresentation.d.ts +46 -0
  100. package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByContentKeysInputRepresentation.d.ts +32 -0
  101. package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByContentTypesInputRepresentation.d.ts +29 -0
  102. package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByNodesInputRepresentation.d.ts +32 -0
  103. package/dist/es/es2018/types/src/generated/types/MCSiteNodeCollectionRepresentation.d.ts +30 -0
  104. package/dist/es/es2018/types/src/generated/types/MCSiteNodeRepresentation.d.ts +45 -0
  105. package/dist/es/es2018/types/src/generated/types/MCSiteVariantRepresentation.d.ts +47 -0
  106. package/dist/es/es2018/types/src/generated/types/MContentBodyRepresentation.d.ts +33 -0
  107. package/dist/es/es2018/types/src/generated/types/MContentCollectionMetadataRepresentation.d.ts +39 -0
  108. package/dist/es/es2018/types/src/generated/types/MContentCollectionRepresentation.d.ts +51 -0
  109. package/dist/es/es2018/types/src/generated/types/MContentDetailRepresentation.d.ts +31 -0
  110. package/dist/es/es2018/types/src/generated/types/MContentSummaryRepresentation.d.ts +27 -0
  111. package/dist/es/es2018/types/src/generated/types/ManagedContentAssociationsInputRep.d.ts +33 -0
  112. package/dist/es/es2018/types/src/generated/types/ManagedContentAssociationsRepresentation.d.ts +30 -0
  113. package/dist/es/es2018/types/src/generated/types/ManagedContentBodyInputRep.d.ts +33 -0
  114. package/dist/es/es2018/types/src/generated/types/ManagedContentChannelCollectionRepresentation.d.ts +42 -0
  115. package/dist/es/es2018/types/src/generated/types/ManagedContentChannelInputRepresentation.d.ts +44 -0
  116. package/dist/es/es2018/types/src/generated/types/ManagedContentChannelRepresentation.d.ts +47 -0
  117. package/dist/es/es2018/types/src/generated/types/ManagedContentChildRepresentation.d.ts +35 -0
  118. package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionRepresentation.d.ts +30 -0
  119. package/dist/es/es2018/types/src/generated/types/ManagedContentDateAndTimeNodeValueRepresentation.d.ts +34 -0
  120. package/dist/es/es2018/types/src/generated/types/ManagedContentDateNodeValueRepresentation.d.ts +30 -0
  121. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentCollectionRepresentation.d.ts +39 -0
  122. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentInputRepresentation.d.ts +44 -0
  123. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentItemRepresentation.d.ts +41 -0
  124. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentRepresentation.d.ts +51 -0
  125. package/dist/es/es2018/types/src/generated/types/ManagedContentDetailCollectionRepresentation.d.ts +33 -0
  126. package/dist/es/es2018/types/src/generated/types/ManagedContentDetailRepresentation.d.ts +38 -0
  127. package/dist/es/es2018/types/src/generated/types/ManagedContentDocumentRepresentation.d.ts +74 -0
  128. package/dist/es/es2018/types/src/generated/types/ManagedContentExportContentJobRequestInputRepresentation.d.ts +44 -0
  129. package/dist/es/es2018/types/src/generated/types/ManagedContentExportJobItemIdsInputList.d.ts +29 -0
  130. package/dist/es/es2018/types/src/generated/types/ManagedContentFolderSummaryRepresentation.d.ts +32 -0
  131. package/dist/es/es2018/types/src/generated/types/ManagedContentInputRep.d.ts +32 -0
  132. package/dist/es/es2018/types/src/generated/types/ManagedContentInputRepresentation.d.ts +45 -0
  133. package/dist/es/es2018/types/src/generated/types/ManagedContentJobRepresentation.d.ts +65 -0
  134. package/dist/es/es2018/types/src/generated/types/ManagedContentJobRequestInputRepresentation.d.ts +41 -0
  135. package/dist/es/es2018/types/src/generated/types/ManagedContentMediaNodeValueRepresentation.d.ts +57 -0
  136. package/dist/es/es2018/types/src/generated/types/ManagedContentMediaSourceNodeValueRepresentation.d.ts +51 -0
  137. package/dist/es/es2018/types/src/generated/types/ManagedContentNodeTypeRepresentation.d.ts +35 -0
  138. package/dist/es/es2018/types/src/generated/types/ManagedContentNodeValueRepresentation.d.ts +34 -0
  139. package/dist/es/es2018/types/src/generated/types/ManagedContentRepresentation.d.ts +32 -0
  140. package/dist/es/es2018/types/src/generated/types/ManagedContentScheduleInputRepresentation.d.ts +47 -0
  141. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultCollectionRepresentation.d.ts +39 -0
  142. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultContentTypeRepresentation.d.ts +32 -0
  143. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultRepresentation.d.ts +45 -0
  144. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderDetailRepresentation.d.ts +43 -0
  145. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderInputRep.d.ts +32 -0
  146. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemCollectionInputRep.d.ts +32 -0
  147. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemCollectionRepresentation.d.ts +36 -0
  148. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemRepresentation.d.ts +65 -0
  149. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderRepresentation.d.ts +27 -0
  150. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberCollectionRepresentation.d.ts +30 -0
  151. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberInputRepresentation.d.ts +32 -0
  152. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberPermissionsRepresentation.d.ts +38 -0
  153. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberRepresentation.d.ts +35 -0
  154. package/dist/es/es2018/types/src/generated/types/ManagedContentSpacePermissionRepresentation.d.ts +50 -0
  155. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRepresentation.d.ts +56 -0
  156. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRoleCollectionRepresentation.d.ts +30 -0
  157. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRoleRepresentation.d.ts +35 -0
  158. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceSummaryRepresentation.d.ts +32 -0
  159. package/dist/es/es2018/types/src/generated/types/ManagedContentTextNodeValueRepresentation.d.ts +30 -0
  160. package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationRepresentation.d.ts +65 -0
  161. package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationRequestInputRep.d.ts +38 -0
  162. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeRepresentation.d.ts +40 -0
  163. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSchemaRepresentation.d.ts +49 -0
  164. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableCollectionRepresentation.d.ts +39 -0
  165. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableInputRepresentation.d.ts +32 -0
  166. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableRepresentation.d.ts +38 -0
  167. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSummaryRepresentation.d.ts +32 -0
  168. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeViewRepresentation.d.ts +39 -0
  169. package/dist/es/es2018/types/src/generated/types/ManagedContentUserSummaryRepresentation.d.ts +32 -0
  170. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantRepresentation.d.ts +79 -0
  171. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantUpdateInputRepresentation.d.ts +39 -0
  172. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantV1InputRep.d.ts +47 -0
  173. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantV1Representation.d.ts +50 -0
  174. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionCollectionRepresentation.d.ts +50 -0
  175. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInputRep.d.ts +51 -0
  176. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInternalCollectionRepresentation.d.ts +33 -0
  177. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInternalRepresentation.d.ts +81 -0
  178. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionRepresentation.d.ts +66 -0
  179. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionSiteNodeCollectionRepresentation.d.ts +30 -0
  180. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionSiteNodeRepresentation.d.ts +41 -0
  181. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2CollectionInputRepresentation.d.ts +29 -0
  182. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2CollectionRepresentation.d.ts +33 -0
  183. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2InputRepresentation.d.ts +54 -0
  184. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2Representation.d.ts +75 -0
  185. package/dist/es/es2018/types/src/generated/types/ReferenceRepresentation.d.ts +32 -0
  186. package/dist/es/es2018/types/src/generated/types/StreamedRepresentation.d.ts +26 -0
  187. package/dist/es/es2018/types/src/generated/types/TopicSummaryRepresentation.d.ts +32 -0
  188. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
  189. package/package.json +68 -0
  190. package/sfdc/index.d.ts +1 -0
  191. package/sfdc/index.js +2306 -0
  192. package/src/raml/api.raml +3820 -0
  193. package/src/raml/luvio.raml +129 -0
@@ -0,0 +1,47 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "8faff6c4fdb9d5284b2a1a59f33c14a5";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVariantV1InputRep, existing: ManagedContentVariantV1InputRepNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantV1InputRepNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVariantV1InputRepNormalized, incoming: ManagedContentVariantV1InputRepNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentVariantV1InputRep): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantV1InputRep, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation of a managed content variant request
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVariantV1InputRepNormalized {
18
+ /** Indicates the body of a variation */
19
+ body: {};
20
+ /** Indicates the language of a variation */
21
+ language: string;
22
+ /** Managed Content Version Id */
23
+ managedContentVersionId: string;
24
+ /** Indicates the name of a variation */
25
+ name: string;
26
+ /** Indicates the parent id of a variation */
27
+ parentId: string;
28
+ /** Indicates the type of the ManagedContentVariant */
29
+ type: string;
30
+ /** Indicates the url name of a variation */
31
+ urlName: string;
32
+ }
33
+ /**
34
+ * Input representation of a managed content variant request
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface ManagedContentVariantV1InputRep {
40
+ body: {};
41
+ language: string;
42
+ managedContentVersionId: string;
43
+ name: string;
44
+ parentId: string;
45
+ type: string;
46
+ urlName: string;
47
+ }
@@ -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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "4e8b10f2db71fa3178f5b12c94bd4dd9";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVariantV1Representation, existing: ManagedContentVariantV1RepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVariantV1RepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVariantV1RepresentationNormalized, incoming: ManagedContentVariantV1RepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentVariantV1Representation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVariantV1Representation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Information about a managed content variant
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVariantV1RepresentationNormalized {
18
+ /** The body of a managed content variant */
19
+ body: string;
20
+ /** The id of a managed content variant */
21
+ id: string;
22
+ /** The language of a managed content variant */
23
+ language: string;
24
+ /** The id of a managed content version */
25
+ managedContentVersionId: string;
26
+ /** The name of a managed content variant */
27
+ name: string;
28
+ /** The id of a parent */
29
+ parentId: string;
30
+ /** The url name of a managed content variant */
31
+ urlName: string;
32
+ /** The variant of a managed content variant */
33
+ variantType: string;
34
+ }
35
+ /**
36
+ * Information about a managed content variant
37
+ *
38
+ * Keys:
39
+ * (none)
40
+ */
41
+ export interface ManagedContentVariantV1Representation {
42
+ body: string;
43
+ id: string;
44
+ language: string;
45
+ managedContentVersionId: string;
46
+ name: string;
47
+ parentId: string;
48
+ urlName: string;
49
+ variantType: string;
50
+ }
@@ -0,0 +1,50 @@
1
+ import { ManagedContentVersionRepresentation as ManagedContentVersionRepresentation_ManagedContentVersionRepresentation } from './ManagedContentVersionRepresentation';
2
+ import { ManagedContentTypeRepresentation as ManagedContentTypeRepresentation_ManagedContentTypeRepresentation } from './ManagedContentTypeRepresentation';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const VERSION = "3645bd4ebe694a6006ec35bce886010b";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentVersionCollectionRepresentation, existing: ManagedContentVersionCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionCollectionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: ManagedContentVersionCollectionRepresentationNormalized, incoming: ManagedContentVersionCollectionRepresentationNormalized): boolean;
10
+ export declare function deepFreeze(input: ManagedContentVersionCollectionRepresentation): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Collection of managed content versions.
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ManagedContentVersionCollectionRepresentationNormalized {
20
+ /** URL to the current page of managed content versions. The default is 25 managed content versions per page. */
21
+ currentPageUrl: string;
22
+ /** Managed content versions for this page. */
23
+ items: Array<ManagedContentVersionRepresentation_ManagedContentVersionRepresentation>;
24
+ /** Managed content types for this page. */
25
+ managedContentTypes: {
26
+ [key: string]: ManagedContentTypeRepresentation_ManagedContentTypeRepresentation;
27
+ };
28
+ /** URL to the next page of managed content versions, The default is 25 managed content versions per page. */
29
+ nextPageUrl: string;
30
+ /** Total number of versions across all pages. */
31
+ total: number;
32
+ /** Total number of content types across all pages. */
33
+ totalTypes: number;
34
+ }
35
+ /**
36
+ * Collection of managed content versions.
37
+ *
38
+ * Keys:
39
+ * (none)
40
+ */
41
+ export interface ManagedContentVersionCollectionRepresentation {
42
+ currentPageUrl: string;
43
+ items: Array<ManagedContentVersionRepresentation_ManagedContentVersionRepresentation>;
44
+ managedContentTypes: {
45
+ [key: string]: ManagedContentTypeRepresentation_ManagedContentTypeRepresentation;
46
+ };
47
+ nextPageUrl: string;
48
+ total: number;
49
+ totalTypes: number;
50
+ }
@@ -0,0 +1,51 @@
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 = "82094ff30b5b9e206765d2bb232f129a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVersionInputRep, existing: ManagedContentVersionInputRepNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionInputRepNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVersionInputRepNormalized, incoming: ManagedContentVersionInputRepNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentVersionInputRep): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionInputRep, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for a managed content
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVersionInputRepNormalized {
18
+ /** Input Representation for associations for managed content. Describes how a ManagedContent is organized. Examples are the list of topics that are assigned to a ManagedContent and the folders in which the ManagedContent is placed. */
19
+ associations: {};
20
+ /** The body of the managed content version. */
21
+ body: {
22
+ [key: string]: {};
23
+ };
24
+ /** Id of a managed content id. This is only required when creating a new version of an already existing managed content. If this is specified the operation will mean “create a new version of the managed content with id”. */
25
+ managedContentId: string;
26
+ /** Id of a ManagedContentSpaceFolder in which the Content should be created. */
27
+ spaceFolderId: string;
28
+ /** The title of the managed content version. */
29
+ title: string;
30
+ /** The type of the managed content, represents a category of content such as News, Blog or Story. The ManagedContentType.DeveloperName of the active ManagedContentTypeVersion of the ManagedContentVersion. This is always required. */
31
+ type: string;
32
+ /** A string that uniquely identifies the content within the org, could be used in e.g. URLs. */
33
+ urlName: string;
34
+ }
35
+ /**
36
+ * Input representation for a managed content
37
+ *
38
+ * Keys:
39
+ * (none)
40
+ */
41
+ export interface ManagedContentVersionInputRep {
42
+ associations: {};
43
+ body: {
44
+ [key: string]: {};
45
+ };
46
+ managedContentId: string;
47
+ spaceFolderId: string;
48
+ title: string;
49
+ type: string;
50
+ urlName: string;
51
+ }
@@ -0,0 +1,33 @@
1
+ import { ManagedContentVersionInternalRepresentation as ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation } from './ManagedContentVersionInternalRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "120783f08a518bf2b2f2a23d5a111d6b";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentVersionInternalCollectionRepresentation, existing: ManagedContentVersionInternalCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionInternalCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentVersionInternalCollectionRepresentationNormalized, incoming: ManagedContentVersionInternalCollectionRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentVersionInternalCollectionRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionInternalCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Collection of managed content versions.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentVersionInternalCollectionRepresentationNormalized {
19
+ /** Managed content versions for this page. */
20
+ items: Array<ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation>;
21
+ /** Total number of versions accros all pages. */
22
+ total: number;
23
+ }
24
+ /**
25
+ * Collection of managed content versions.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ManagedContentVersionInternalCollectionRepresentation {
31
+ items: Array<ManagedContentVersionInternalRepresentation_ManagedContentVersionInternalRepresentation>;
32
+ total: number;
33
+ }
@@ -0,0 +1,81 @@
1
+ import { ManagedContentAssociationsRepresentation as ManagedContentAssociationsRepresentation_ManagedContentAssociationsRepresentation } from './ManagedContentAssociationsRepresentation';
2
+ import { ReferenceRepresentation as ReferenceRepresentation_ReferenceRepresentation } from './ReferenceRepresentation';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const VERSION = "bef7bebf0b431a15870104277c555841";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentVersionInternalRepresentation, existing: ManagedContentVersionInternalRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionInternalRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: ManagedContentVersionInternalRepresentationNormalized, incoming: ManagedContentVersionInternalRepresentationNormalized): boolean;
10
+ export declare function deepFreeze(input: ManagedContentVersionInternalRepresentation): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionInternalRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Information about a managed content version.
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ManagedContentVersionInternalRepresentationNormalized {
20
+ /** The Managed Content Associations, e.g. topic associations, describing how this Managed Content is organized and discoverable */
21
+ associations: ManagedContentAssociationsRepresentation_ManagedContentAssociationsRepresentation;
22
+ /** The unique identifer of the managed content in the authoring space. */
23
+ authoredManagedContentId: string;
24
+ /** Get the body */
25
+ body: {
26
+ [key: string]: {};
27
+ };
28
+ /** The content key */
29
+ contentKey: string;
30
+ createdByReference: ReferenceRepresentation_ReferenceRepresentation;
31
+ /** Get the date when the managed content version was created. */
32
+ createdDate: string;
33
+ /** Response record Id */
34
+ id: string;
35
+ lastUpdatedByReference: ReferenceRepresentation_ReferenceRepresentation;
36
+ /** Id of the managed content that this is a version of */
37
+ managedContentId: string;
38
+ /** Master Language of the managed content in the authoring space. */
39
+ masterLanguage: string;
40
+ /** Get the date when managed content version was published. */
41
+ publishDate: string;
42
+ /** The status of the managed content version. */
43
+ status: string;
44
+ /** Get the title of the managed content version. */
45
+ title: string;
46
+ /** The type of the managed content version. */
47
+ type: string;
48
+ /** The type label of the managed content version. */
49
+ typeLabel: string;
50
+ /** Get the date when the managed content version was updated. */
51
+ updatedDate: string;
52
+ /** The url of the managed content version */
53
+ urlName: string;
54
+ }
55
+ /**
56
+ * Information about a managed content version.
57
+ *
58
+ * Keys:
59
+ * (none)
60
+ */
61
+ export interface ManagedContentVersionInternalRepresentation {
62
+ associations: ManagedContentAssociationsRepresentation_ManagedContentAssociationsRepresentation;
63
+ authoredManagedContentId: string;
64
+ body: {
65
+ [key: string]: {};
66
+ };
67
+ contentKey: string;
68
+ createdByReference: ReferenceRepresentation_ReferenceRepresentation;
69
+ createdDate: string;
70
+ id: string;
71
+ lastUpdatedByReference: ReferenceRepresentation_ReferenceRepresentation;
72
+ managedContentId: string;
73
+ masterLanguage: string;
74
+ publishDate: string;
75
+ status: string;
76
+ title: string;
77
+ type: string;
78
+ typeLabel: string;
79
+ updatedDate: string;
80
+ urlName: string;
81
+ }
@@ -0,0 +1,66 @@
1
+ import { ManagedContentAssociationsRepresentation as ManagedContentAssociationsRepresentation_ManagedContentAssociationsRepresentation } from './ManagedContentAssociationsRepresentation';
2
+ import { ManagedContentNodeValueRepresentation as ManagedContentNodeValueRepresentation_ManagedContentNodeValueRepresentation } from './ManagedContentNodeValueRepresentation';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ import { ManagedContentDateAndTimeNodeValueRepresentation as ManagedContentDateAndTimeNodeValueRepresentation_ManagedContentDateAndTimeNodeValueRepresentation } from './ManagedContentDateAndTimeNodeValueRepresentation';
5
+ export declare const VERSION = "53b3dab3c92d1892aa5825471c442c91";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: ManagedContentVersionRepresentation, existing: ManagedContentVersionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: ManagedContentVersionRepresentationNormalized, incoming: ManagedContentVersionRepresentationNormalized): boolean;
11
+ export declare function deepFreeze(input: ManagedContentVersionRepresentation): void;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
+ /**
15
+ * Information about a managed content version.
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface ManagedContentVersionRepresentationNormalized {
21
+ /** The Managed Content Associations, e.g. topic associations, describing how this Managed Content is organized and discoverable */
22
+ associations: ManagedContentAssociationsRepresentation_ManagedContentAssociationsRepresentation;
23
+ /** The content key */
24
+ contentKey: string;
25
+ /** Get the content nodes */
26
+ contentNodes: {
27
+ [key: string]: ManagedContentNodeValueRepresentation_ManagedContentNodeValueRepresentation;
28
+ };
29
+ /** The content url name of the managed content version. */
30
+ contentUrlName: string;
31
+ /** The language of the managed content version. */
32
+ language: string;
33
+ /** The unique identifier of the managed content in the authoring space. */
34
+ managedContentId: string;
35
+ /** Get the date when the managed content version was last published. */
36
+ publishedDate: string;
37
+ /** Get the title of the managed content version. */
38
+ title: string;
39
+ /** The type of the managed content version. */
40
+ type: string;
41
+ /** The type label of the managed content type. */
42
+ typeLabel: string;
43
+ /** Unauthenticated delivery Url */
44
+ unauthenticatedUrl: string;
45
+ }
46
+ /**
47
+ * Information about a managed content version.
48
+ *
49
+ * Keys:
50
+ * (none)
51
+ */
52
+ export interface ManagedContentVersionRepresentation {
53
+ associations: ManagedContentAssociationsRepresentation_ManagedContentAssociationsRepresentation;
54
+ contentKey: string;
55
+ contentNodes: {
56
+ [key: string]: ManagedContentDateAndTimeNodeValueRepresentation_ManagedContentDateAndTimeNodeValueRepresentation;
57
+ };
58
+ contentUrlName: string;
59
+ language: string;
60
+ managedContentId: string;
61
+ publishedDate: string;
62
+ title: string;
63
+ type: string;
64
+ typeLabel: string;
65
+ unauthenticatedUrl: string;
66
+ }
@@ -0,0 +1,30 @@
1
+ import { ManagedContentVersionSiteNodeRepresentation as ManagedContentVersionSiteNodeRepresentation_ManagedContentVersionSiteNodeRepresentation } from './ManagedContentVersionSiteNodeRepresentation';
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 = "d006df4f3e96d971e4c3beec92dcffae";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentVersionSiteNodeCollectionRepresentation, existing: ManagedContentVersionSiteNodeCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionSiteNodeCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentVersionSiteNodeCollectionRepresentationNormalized, incoming: ManagedContentVersionSiteNodeCollectionRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentVersionSiteNodeCollectionRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionSiteNodeCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * The managed content version node collection representation of a content for a site
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentVersionSiteNodeCollectionRepresentationNormalized {
19
+ /** parentId of the node returned */
20
+ nodes: Array<ManagedContentVersionSiteNodeRepresentation_ManagedContentVersionSiteNodeRepresentation>;
21
+ }
22
+ /**
23
+ * The managed content version node collection representation of a content for a site
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ManagedContentVersionSiteNodeCollectionRepresentation {
29
+ nodes: Array<ManagedContentVersionSiteNodeRepresentation_ManagedContentVersionSiteNodeRepresentation>;
30
+ }
@@ -0,0 +1,41 @@
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 = "fd7060f8bc61898434fe2fca45e864ee";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVersionSiteNodeRepresentation, existing: ManagedContentVersionSiteNodeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionSiteNodeRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVersionSiteNodeRepresentationNormalized, incoming: ManagedContentVersionSiteNodeRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentVersionSiteNodeRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionSiteNodeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * The managed content version node representation of a content for a site
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVersionSiteNodeRepresentationNormalized {
18
+ /** Content key of a Managed Content */
19
+ contentKey: string;
20
+ /** id of the node returned */
21
+ id: string;
22
+ /** Managed Content Version id */
23
+ managedContentVersionId: string;
24
+ /** Node body */
25
+ nodeBody: string;
26
+ /** parentId of the node returned */
27
+ parentId: string;
28
+ }
29
+ /**
30
+ * The managed content version node representation of a content for a site
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface ManagedContentVersionSiteNodeRepresentation {
36
+ contentKey: string;
37
+ id: string;
38
+ managedContentVersionId: string;
39
+ nodeBody: string;
40
+ parentId: string;
41
+ }
@@ -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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "154a42838aa87d99adc9f6842d857778";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVersionV2CollectionInputRepresentation, existing: ManagedContentVersionV2CollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionV2CollectionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVersionV2CollectionInputRepresentationNormalized, incoming: ManagedContentVersionV2CollectionInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentVersionV2CollectionInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionV2CollectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for collection of managed content version
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVersionV2CollectionInputRepresentationNormalized {
18
+ /** List of IDs of the ManagedContentVersion that need to be bulk inserted. */
19
+ managedContentVersions: Array<{}>;
20
+ }
21
+ /**
22
+ * Input representation for collection of managed content version
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ManagedContentVersionV2CollectionInputRepresentation {
28
+ managedContentVersions: Array<{}>;
29
+ }
@@ -0,0 +1,33 @@
1
+ import { ManagedContentVersionV2Representation as ManagedContentVersionV2Representation_ManagedContentVersionV2Representation } from './ManagedContentVersionV2Representation';
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 = "d540d162663dafc21fd3255af616d9dd";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentVersionV2CollectionRepresentation, existing: ManagedContentVersionV2CollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionV2CollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentVersionV2CollectionRepresentationNormalized, incoming: ManagedContentVersionV2CollectionRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentVersionV2CollectionRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionV2CollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Collection of json based managed content versions.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentVersionV2CollectionRepresentationNormalized {
19
+ /** Total number of versions across all pages. */
20
+ total: number;
21
+ /** Managed content versions for this page. */
22
+ versions: Array<ManagedContentVersionV2Representation_ManagedContentVersionV2Representation>;
23
+ }
24
+ /**
25
+ * Collection of json based managed content versions.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ManagedContentVersionV2CollectionRepresentation {
31
+ total: number;
32
+ versions: Array<ManagedContentVersionV2Representation_ManagedContentVersionV2Representation>;
33
+ }
@@ -0,0 +1,54 @@
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 = "851d0a1e7d105bf71589739f9b43fb51";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentVersionV2InputRepresentation, existing: ManagedContentVersionV2InputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentVersionV2InputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentVersionV2InputRepresentationNormalized, incoming: ManagedContentVersionV2InputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentVersionV2InputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentVersionV2InputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for a managed content version
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentVersionV2InputRepresentationNormalized {
18
+ /** The body of the managed content version. */
19
+ body: {
20
+ [key: string]: {};
21
+ };
22
+ /** Content Key of a managed content id. */
23
+ contentKey: string;
24
+ /** The language of the managed content version. */
25
+ language: string;
26
+ /** Id of a managed content id. This is only required when creating a new version of an already existing managed content. If this is specified the operation will mean “create a new version of the managed content with id”. */
27
+ managedContentId: string;
28
+ /** Content Key of Parent Managed Content */
29
+ parentIdOrKey: string;
30
+ /** The title of the managed content version. */
31
+ title: string;
32
+ /** The type of the managed content, represents a category of content such as News, Blog or Story. The ManagedContentType.DeveloperName of the active ManagedContentTypeVersion of the ManagedContentVersion. This is always required. */
33
+ type: string;
34
+ /** A string that uniquely identifies the content within the org, could be used in e.g. URLs. */
35
+ urlName: string;
36
+ }
37
+ /**
38
+ * Input representation for a managed content version
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface ManagedContentVersionV2InputRepresentation {
44
+ body: {
45
+ [key: string]: {};
46
+ };
47
+ contentKey: string;
48
+ language: string;
49
+ managedContentId: string;
50
+ parentIdOrKey: string;
51
+ title: string;
52
+ type: string;
53
+ urlName: string;
54
+ }