@salesforce/lds-adapters-cms-type 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 (138) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/cms-type.js +368 -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/getContentType.d.ts +30 -0
  5. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
  6. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +3 -0
  7. package/dist/es/es2018/types/src/generated/resources/deleteCmsDeploymentsByDeploymentId.d.ts +9 -0
  8. package/dist/es/es2018/types/src/generated/resources/deleteCmsSiteAuthorContentByContentKey.d.ts +14 -0
  9. package/dist/es/es2018/types/src/generated/resources/deleteConnectCmsContentJobsByJobId.d.ts +11 -0
  10. package/dist/es/es2018/types/src/generated/resources/deleteConnectCmsFoldersByFolderId.d.ts +11 -0
  11. package/dist/es/es2018/types/src/generated/resources/deleteConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +10 -0
  12. package/dist/es/es2018/types/src/generated/resources/deleteConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +10 -0
  13. package/dist/es/es2018/types/src/generated/resources/getCmsContentsByContentKeyOrId.d.ts +18 -0
  14. package/dist/es/es2018/types/src/generated/resources/getCmsDeliveryCollectionByCollectionNameOrContentKeyAndTargetId.d.ts +21 -0
  15. package/dist/es/es2018/types/src/generated/resources/getCmsDeliveryCollectionMetadataByCollectionNameOrContentKeyAndTargetId.d.ts +19 -0
  16. package/dist/es/es2018/types/src/generated/resources/getCmsDeployments.d.ts +21 -0
  17. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentByContentKey.d.ts +18 -0
  18. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentContentKeys.d.ts +17 -0
  19. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentNodeByContentKeyAndContentNode.d.ts +16 -0
  20. package/dist/es/es2018/types/src/generated/resources/getCmsSiteAuthorContentNodesByContentKey.d.ts +18 -0
  21. package/dist/es/es2018/types/src/generated/resources/getCmsSpacesByContentSpaceId.d.ts +15 -0
  22. package/dist/es/es2018/types/src/generated/resources/getConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +19 -0
  23. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContent.d.ts +16 -0
  24. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentJobsByJobId.d.ts +15 -0
  25. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentTypesByContentTypeFQN.d.ts +20 -0
  26. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentVersionByManagedContentVersionId.d.ts +19 -0
  27. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentsVariantsByVariantId.d.ts +15 -0
  28. package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersByFolderId.d.ts +15 -0
  29. package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersItemsByFolderId.d.ts +25 -0
  30. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryByCommunityId.d.ts +25 -0
  31. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsByCommunityId.d.ts +27 -0
  32. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsSearchByCommunityId.d.ts +21 -0
  33. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +19 -0
  34. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +15 -0
  35. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesMembersPermissionsByContentSpaceIdAndMemberIdOrMe.d.ts +16 -0
  36. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentRoles.d.ts +15 -0
  37. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +13 -0
  38. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsFoldersItemsByFolderId.d.ts +13 -0
  39. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +14 -0
  40. package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentsVariantsByVariantId.d.ts +16 -0
  41. package/dist/es/es2018/types/src/generated/types/AbstractMCSFolderRepresentation.d.ts +34 -0
  42. package/dist/es/es2018/types/src/generated/types/AbstractMContentRepresentation.d.ts +49 -0
  43. package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantCollectionRepresentation.d.ts +29 -0
  44. package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantInputRepresentation.d.ts +31 -0
  45. package/dist/es/es2018/types/src/generated/types/MCDeliveryV2VariantRepresentation.d.ts +52 -0
  46. package/dist/es/es2018/types/src/generated/types/MCSiteContentCollectionRepresentation.d.ts +29 -0
  47. package/dist/es/es2018/types/src/generated/types/MCSiteContentRepresentation.d.ts +45 -0
  48. package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByContentKeysInputRepresentation.d.ts +31 -0
  49. package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByContentTypesInputRepresentation.d.ts +28 -0
  50. package/dist/es/es2018/types/src/generated/types/MCSiteDeliveryByNodesInputRepresentation.d.ts +31 -0
  51. package/dist/es/es2018/types/src/generated/types/MCSiteNodeCollectionRepresentation.d.ts +29 -0
  52. package/dist/es/es2018/types/src/generated/types/MCSiteNodeRepresentation.d.ts +44 -0
  53. package/dist/es/es2018/types/src/generated/types/MCSiteVariantRepresentation.d.ts +46 -0
  54. package/dist/es/es2018/types/src/generated/types/MContentBodyRepresentation.d.ts +32 -0
  55. package/dist/es/es2018/types/src/generated/types/MContentCollectionMetadataRepresentation.d.ts +38 -0
  56. package/dist/es/es2018/types/src/generated/types/MContentCollectionRepresentation.d.ts +50 -0
  57. package/dist/es/es2018/types/src/generated/types/MContentDetailRepresentation.d.ts +30 -0
  58. package/dist/es/es2018/types/src/generated/types/MContentSummaryRepresentation.d.ts +26 -0
  59. package/dist/es/es2018/types/src/generated/types/ManagedContentAssociationsInputRep.d.ts +32 -0
  60. package/dist/es/es2018/types/src/generated/types/ManagedContentAssociationsRepresentation.d.ts +29 -0
  61. package/dist/es/es2018/types/src/generated/types/ManagedContentBodyInputRep.d.ts +32 -0
  62. package/dist/es/es2018/types/src/generated/types/ManagedContentChildRepresentation.d.ts +34 -0
  63. package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionRepresentation.d.ts +29 -0
  64. package/dist/es/es2018/types/src/generated/types/ManagedContentDateAndTimeNodeValueRepresentation.d.ts +33 -0
  65. package/dist/es/es2018/types/src/generated/types/ManagedContentDateNodeValueRepresentation.d.ts +29 -0
  66. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentCollectionRepresentation.d.ts +38 -0
  67. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentInputRepresentation.d.ts +43 -0
  68. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentItemRepresentation.d.ts +40 -0
  69. package/dist/es/es2018/types/src/generated/types/ManagedContentDeploymentRepresentation.d.ts +50 -0
  70. package/dist/es/es2018/types/src/generated/types/ManagedContentDetailCollectionRepresentation.d.ts +32 -0
  71. package/dist/es/es2018/types/src/generated/types/ManagedContentDetailRepresentation.d.ts +37 -0
  72. package/dist/es/es2018/types/src/generated/types/ManagedContentDocumentRepresentation.d.ts +76 -0
  73. package/dist/es/es2018/types/src/generated/types/ManagedContentExportContentJobRequestInputRepresentation.d.ts +43 -0
  74. package/dist/es/es2018/types/src/generated/types/ManagedContentExportJobItemIdsInputList.d.ts +28 -0
  75. package/dist/es/es2018/types/src/generated/types/ManagedContentFolderSummaryRepresentation.d.ts +31 -0
  76. package/dist/es/es2018/types/src/generated/types/ManagedContentInputRep.d.ts +31 -0
  77. package/dist/es/es2018/types/src/generated/types/ManagedContentInputRepresentation.d.ts +44 -0
  78. package/dist/es/es2018/types/src/generated/types/ManagedContentJobRepresentation.d.ts +64 -0
  79. package/dist/es/es2018/types/src/generated/types/ManagedContentJobRequestInputRepresentation.d.ts +40 -0
  80. package/dist/es/es2018/types/src/generated/types/ManagedContentMediaNodeValueRepresentation.d.ts +56 -0
  81. package/dist/es/es2018/types/src/generated/types/ManagedContentMediaSourceNodeValueRepresentation.d.ts +50 -0
  82. package/dist/es/es2018/types/src/generated/types/ManagedContentNodeTypeRepresentation.d.ts +34 -0
  83. package/dist/es/es2018/types/src/generated/types/ManagedContentNodeValueRepresentation.d.ts +33 -0
  84. package/dist/es/es2018/types/src/generated/types/ManagedContentRepresentation.d.ts +31 -0
  85. package/dist/es/es2018/types/src/generated/types/ManagedContentScheduleInputRepresentation.d.ts +46 -0
  86. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultCollectionRepresentation.d.ts +38 -0
  87. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultContentTypeRepresentation.d.ts +31 -0
  88. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultRepresentation.d.ts +44 -0
  89. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderDetailRepresentation.d.ts +42 -0
  90. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderInputRep.d.ts +31 -0
  91. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemCollectionInputRep.d.ts +31 -0
  92. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemCollectionRepresentation.d.ts +35 -0
  93. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemRepresentation.d.ts +64 -0
  94. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderRepresentation.d.ts +26 -0
  95. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberCollectionRepresentation.d.ts +29 -0
  96. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberInputRepresentation.d.ts +31 -0
  97. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberPermissionsRepresentation.d.ts +37 -0
  98. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberRepresentation.d.ts +34 -0
  99. package/dist/es/es2018/types/src/generated/types/ManagedContentSpacePermissionRepresentation.d.ts +49 -0
  100. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRepresentation.d.ts +55 -0
  101. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRoleCollectionRepresentation.d.ts +29 -0
  102. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRoleRepresentation.d.ts +34 -0
  103. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceSummaryRepresentation.d.ts +31 -0
  104. package/dist/es/es2018/types/src/generated/types/ManagedContentTextNodeValueRepresentation.d.ts +29 -0
  105. package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationRepresentation.d.ts +64 -0
  106. package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationRequestInputRep.d.ts +37 -0
  107. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeRepresentation.d.ts +39 -0
  108. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSchemaRepresentation.d.ts +49 -0
  109. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableCollectionRepresentation.d.ts +38 -0
  110. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableInputRepresentation.d.ts +31 -0
  111. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableRepresentation.d.ts +37 -0
  112. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSummaryRepresentation.d.ts +31 -0
  113. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeViewRepresentation.d.ts +38 -0
  114. package/dist/es/es2018/types/src/generated/types/ManagedContentUserSummaryRepresentation.d.ts +31 -0
  115. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantRepresentation.d.ts +78 -0
  116. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantUpdateInputRepresentation.d.ts +38 -0
  117. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantV1InputRep.d.ts +46 -0
  118. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantV1Representation.d.ts +49 -0
  119. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionCollectionRepresentation.d.ts +49 -0
  120. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInputRep.d.ts +50 -0
  121. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInternalCollectionRepresentation.d.ts +32 -0
  122. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInternalRepresentation.d.ts +80 -0
  123. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionRepresentation.d.ts +65 -0
  124. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionSiteNodeCollectionRepresentation.d.ts +29 -0
  125. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionSiteNodeRepresentation.d.ts +40 -0
  126. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2CollectionInputRepresentation.d.ts +28 -0
  127. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2CollectionRepresentation.d.ts +32 -0
  128. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2InputRepresentation.d.ts +53 -0
  129. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2Representation.d.ts +74 -0
  130. package/dist/es/es2018/types/src/generated/types/ReferenceRepresentation.d.ts +31 -0
  131. package/dist/es/es2018/types/src/generated/types/StreamedRepresentation.d.ts +25 -0
  132. package/dist/es/es2018/types/src/generated/types/TopicSummaryRepresentation.d.ts +31 -0
  133. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  134. package/package.json +75 -0
  135. package/sfdc/index.d.ts +1 -0
  136. package/sfdc/index.js +399 -0
  137. package/src/raml/api.raml +2924 -0
  138. package/src/raml/luvio.raml +17 -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 = "2e617388b0de13d29210032b5dd841bd";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AbstractMCSFolderRepresentation, existing: AbstractMCSFolderRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractMCSFolderRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AbstractMCSFolderRepresentationNormalized, incoming: AbstractMCSFolderRepresentationNormalized): 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: AbstractMCSFolderRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Abstract Representation of a CMS Folder i.e. ManagedContentSpaceFolder having only Id, Name, ParentFolderId
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AbstractMCSFolderRepresentationNormalized {
17
+ /** The ID of the folder - ManagedContentSpaceFolder */
18
+ id: string;
19
+ /** The name of the folder */
20
+ name: string;
21
+ /** The ID of the folder's parent */
22
+ parentFolderId: string;
23
+ }
24
+ /**
25
+ * Abstract Representation of a CMS Folder i.e. ManagedContentSpaceFolder having only Id, Name, ParentFolderId
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface AbstractMCSFolderRepresentation {
31
+ id: string;
32
+ name: string;
33
+ parentFolderId: string;
34
+ }
@@ -0,0 +1,49 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "9812cbd4ce119cf54ff8ae4395bb024c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AbstractMContentRepresentation, existing: AbstractMContentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractMContentRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AbstractMContentRepresentationNormalized, incoming: AbstractMContentRepresentationNormalized): 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: AbstractMContentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Compact information about a content.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AbstractMContentRepresentationNormalized {
17
+ /** The content key */
18
+ contentKey: string;
19
+ /** The content url name of the managed content version. */
20
+ contentUrlName: string;
21
+ /** The language of the managed content version. */
22
+ language: string;
23
+ /** The unique identifier of the managed content in the authoring space. */
24
+ managedContentId: string;
25
+ /** Get the date when the managed content version was last published. */
26
+ publishedDate: string;
27
+ /** Get the title of the managed content version. */
28
+ title: string;
29
+ /** The type of the managed content version. */
30
+ type: string;
31
+ /** The type label of the managed content type. */
32
+ typeLabel: string;
33
+ }
34
+ /**
35
+ * Compact information about a content.
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface AbstractMContentRepresentation {
41
+ contentKey: string;
42
+ contentUrlName: string;
43
+ language: string;
44
+ managedContentId: string;
45
+ publishedDate: string;
46
+ title: string;
47
+ type: string;
48
+ typeLabel: string;
49
+ }
@@ -0,0 +1,29 @@
1
+ import { MCDeliveryV2VariantRepresentation as MCDeliveryV2VariantRepresentation_MCDeliveryV2VariantRepresentation } from './MCDeliveryV2VariantRepresentation';
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 = "146cb4d6725310adf034ab404389a8fe";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: MCDeliveryV2VariantCollectionRepresentation, existing: MCDeliveryV2VariantCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MCDeliveryV2VariantCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: MCDeliveryV2VariantCollectionRepresentationNormalized, incoming: MCDeliveryV2VariantCollectionRepresentationNormalized): 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: MCDeliveryV2VariantCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * The collection representing the list of managed content variant information
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface MCDeliveryV2VariantCollectionRepresentationNormalized {
18
+ /** List of all variants */
19
+ variants: Array<MCDeliveryV2VariantRepresentation_MCDeliveryV2VariantRepresentation>;
20
+ }
21
+ /**
22
+ * The collection representing the list of managed content variant information
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface MCDeliveryV2VariantCollectionRepresentation {
28
+ variants: Array<MCDeliveryV2VariantRepresentation_MCDeliveryV2VariantRepresentation>;
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 = "df20e473027ac5f214e9c9e6dbbaf745";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: MCDeliveryV2VariantInputRepresentation, existing: MCDeliveryV2VariantInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MCDeliveryV2VariantInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: MCDeliveryV2VariantInputRepresentationNormalized, incoming: MCDeliveryV2VariantInputRepresentationNormalized): 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: MCDeliveryV2VariantInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation to get variants by content ids and variant key
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface MCDeliveryV2VariantInputRepresentationNormalized {
17
+ /** List of contentIds to filter variants */
18
+ contentIds: Array<string>;
19
+ /** Variant Key to filter variants */
20
+ variantKey: string;
21
+ }
22
+ /**
23
+ * Input representation to get variants by content ids and variant key
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface MCDeliveryV2VariantInputRepresentation {
29
+ contentIds: Array<string>;
30
+ variantKey: string;
31
+ }
@@ -0,0 +1,52 @@
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 = "429fac81596061cb8e65ecb4c2539c0d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: MCDeliveryV2VariantRepresentation, existing: MCDeliveryV2VariantRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MCDeliveryV2VariantRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: MCDeliveryV2VariantRepresentationNormalized, incoming: MCDeliveryV2VariantRepresentationNormalized): 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: MCDeliveryV2VariantRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * The output representation of a managed content variant detailed information
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface MCDeliveryV2VariantRepresentationNormalized {
17
+ /** Content Key of the content */
18
+ contentKey: string;
19
+ /** Content type of the content */
20
+ contentType: string;
21
+ /** Language of the variant */
22
+ language: string;
23
+ /** Last updated by (user id) of the variant */
24
+ lastUpdatedBy: string;
25
+ /** Id of the Managed Content */
26
+ managedContentId: string;
27
+ /** Published Date of the variant */
28
+ publishedDate: string;
29
+ /** Title of the variant */
30
+ title: string;
31
+ /** UrlName of the variant */
32
+ urlName: string;
33
+ /** Variant Key of the variant */
34
+ variantKey: string;
35
+ }
36
+ /**
37
+ * The output representation of a managed content variant detailed information
38
+ *
39
+ * Keys:
40
+ * (none)
41
+ */
42
+ export interface MCDeliveryV2VariantRepresentation {
43
+ contentKey: string;
44
+ contentType: string;
45
+ language: string;
46
+ lastUpdatedBy: string;
47
+ managedContentId: string;
48
+ publishedDate: string;
49
+ title: string;
50
+ urlName: string;
51
+ variantKey: string;
52
+ }
@@ -0,0 +1,29 @@
1
+ import { MCSiteContentRepresentation as MCSiteContentRepresentation_MCSiteContentRepresentation } from './MCSiteContentRepresentation';
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 = "ee3e857aefed96df2f66e7a70b1d83e2";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: MCSiteContentCollectionRepresentation, existing: MCSiteContentCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MCSiteContentCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: MCSiteContentCollectionRepresentationNormalized, incoming: MCSiteContentCollectionRepresentationNormalized): 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: MCSiteContentCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * The collection representing the list of managed content detailed information
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface MCSiteContentCollectionRepresentationNormalized {
18
+ /** List of all contents delivered to a site */
19
+ contents: Array<MCSiteContentRepresentation_MCSiteContentRepresentation>;
20
+ }
21
+ /**
22
+ * The collection representing the list of managed content detailed information
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface MCSiteContentCollectionRepresentation {
28
+ contents: Array<MCSiteContentRepresentation_MCSiteContentRepresentation>;
29
+ }
@@ -0,0 +1,45 @@
1
+ import { ManagedContentChildRepresentation as ManagedContentChildRepresentation_ManagedContentChildRepresentation } from './ManagedContentChildRepresentation';
2
+ import { MCSiteVariantRepresentation as MCSiteVariantRepresentation_MCSiteVariantRepresentation } from './MCSiteVariantRepresentation';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
+ export declare const VERSION = "e6075cf4afe12349242c3d4e8f0c07e8";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: MCSiteContentRepresentation, existing: MCSiteContentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MCSiteContentRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: MCSiteContentRepresentationNormalized, incoming: MCSiteContentRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: MCSiteContentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * The output representation of a managed content detailed information
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface MCSiteContentRepresentationNormalized {
19
+ /** List of all immediate children of this content */
20
+ children: Array<ManagedContentChildRepresentation_ManagedContentChildRepresentation>;
21
+ /** Content key of a Managed Content */
22
+ contentKey: string;
23
+ /** Type of a Managed Content */
24
+ contentType: string;
25
+ /** Id of a Managed Content */
26
+ managedContentId: string;
27
+ /** Parent's Content key */
28
+ parentContentKey: string;
29
+ /** List of variants of this content delivered */
30
+ variants: Array<MCSiteVariantRepresentation_MCSiteVariantRepresentation>;
31
+ }
32
+ /**
33
+ * The output representation of a managed content detailed information
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface MCSiteContentRepresentation {
39
+ children: Array<ManagedContentChildRepresentation_ManagedContentChildRepresentation>;
40
+ contentKey: string;
41
+ contentType: string;
42
+ managedContentId: string;
43
+ parentContentKey: string;
44
+ variants: Array<MCSiteVariantRepresentation_MCSiteVariantRepresentation>;
45
+ }
@@ -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 = "e7ccb4e2fbf9b769a38846a77acc9ad3";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: MCSiteDeliveryByContentKeysInputRepresentation, existing: MCSiteDeliveryByContentKeysInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MCSiteDeliveryByContentKeysInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: MCSiteDeliveryByContentKeysInputRepresentationNormalized, incoming: MCSiteDeliveryByContentKeysInputRepresentationNormalized): 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: MCSiteDeliveryByContentKeysInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation to fetch content by content keys
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface MCSiteDeliveryByContentKeysInputRepresentationNormalized {
17
+ /** List of Content keys to filter contents */
18
+ contentKeys: Array<string>;
19
+ /** Should include immediate children or not */
20
+ includeChildren: boolean;
21
+ }
22
+ /**
23
+ * Input representation to fetch content by content keys
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface MCSiteDeliveryByContentKeysInputRepresentation {
29
+ contentKeys: Array<string>;
30
+ includeChildren: boolean;
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 = "d3334102de350e9d3222d7915d965587";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: MCSiteDeliveryByContentTypesInputRepresentation, existing: MCSiteDeliveryByContentTypesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MCSiteDeliveryByContentTypesInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: MCSiteDeliveryByContentTypesInputRepresentationNormalized, incoming: MCSiteDeliveryByContentTypesInputRepresentationNormalized): 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: MCSiteDeliveryByContentTypesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation to fetch content by content types
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface MCSiteDeliveryByContentTypesInputRepresentationNormalized {
17
+ /** List of Content types to filter contents */
18
+ contentTypes: Array<string>;
19
+ }
20
+ /**
21
+ * Input representation to fetch content by content types
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface MCSiteDeliveryByContentTypesInputRepresentation {
27
+ contentTypes: Array<string>;
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 = "36bcd9909b16457135f6dd9e440043a5";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: MCSiteDeliveryByNodesInputRepresentation, existing: MCSiteDeliveryByNodesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MCSiteDeliveryByNodesInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: MCSiteDeliveryByNodesInputRepresentationNormalized, incoming: MCSiteDeliveryByNodesInputRepresentationNormalized): 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: MCSiteDeliveryByNodesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation to fetch content by content types
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface MCSiteDeliveryByNodesInputRepresentationNormalized {
17
+ /** content key for a content to fetch nodes */
18
+ contentKey: string;
19
+ /** List of node Ids to filter from content */
20
+ nodeIds: Array<string>;
21
+ }
22
+ /**
23
+ * Input representation to fetch content by content types
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface MCSiteDeliveryByNodesInputRepresentation {
29
+ contentKey: string;
30
+ nodeIds: Array<string>;
31
+ }
@@ -0,0 +1,29 @@
1
+ import { MCSiteNodeRepresentation as MCSiteNodeRepresentation_MCSiteNodeRepresentation } from './MCSiteNodeRepresentation';
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 = "52631d769aa4e4675f07c9ddd65737d5";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: MCSiteNodeCollectionRepresentation, existing: MCSiteNodeCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MCSiteNodeCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: MCSiteNodeCollectionRepresentationNormalized, incoming: MCSiteNodeCollectionRepresentationNormalized): 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: MCSiteNodeCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A list of node representations of a content
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface MCSiteNodeCollectionRepresentationNormalized {
18
+ /** List of nodes */
19
+ nodes: Array<MCSiteNodeRepresentation_MCSiteNodeRepresentation>;
20
+ }
21
+ /**
22
+ * A list of node representations of a content
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface MCSiteNodeCollectionRepresentation {
28
+ nodes: Array<MCSiteNodeRepresentation_MCSiteNodeRepresentation>;
29
+ }
@@ -0,0 +1,44 @@
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 = "3f895a0b6fa5cfb00c81b396a0e83a9e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: MCSiteNodeRepresentation, existing: MCSiteNodeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MCSiteNodeRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: MCSiteNodeRepresentationNormalized, incoming: MCSiteNodeRepresentationNormalized): 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: MCSiteNodeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * The node representation of a content
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface MCSiteNodeRepresentationNormalized {
17
+ /** Content key of a Managed Content */
18
+ contentKey: string;
19
+ /** last modified by user of variant */
20
+ lastModifiedBy: string;
21
+ /** Map of variant key to node body */
22
+ nodes: {
23
+ [key: string]: string;
24
+ };
25
+ /** published date of variant */
26
+ publishDate: string;
27
+ /** variant key of a variant */
28
+ variantKey: string;
29
+ }
30
+ /**
31
+ * The node representation of a content
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface MCSiteNodeRepresentation {
37
+ contentKey: string;
38
+ lastModifiedBy: string;
39
+ nodes: {
40
+ [key: string]: string;
41
+ };
42
+ publishDate: string;
43
+ variantKey: string;
44
+ }
@@ -0,0 +1,46 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "aec62bf8c3772de0c308fedbb06b009c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: MCSiteVariantRepresentation, existing: MCSiteVariantRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MCSiteVariantRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: MCSiteVariantRepresentationNormalized, incoming: MCSiteVariantRepresentationNormalized): 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: MCSiteVariantRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * The variant representation of a content
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface MCSiteVariantRepresentationNormalized {
17
+ /** body of the variant delivered to a site */
18
+ body: string;
19
+ /** language of the variant delivered to a site */
20
+ language: string;
21
+ /** Last updated by user id of the variant delivered to a site */
22
+ lastUpdatedBy: string;
23
+ /** published date of the variant delivered to a site */
24
+ publishedDate: string;
25
+ /** title of the variant delivered to a site */
26
+ title: string;
27
+ /** urlname/slug of the variant delivered to a site */
28
+ urlName: string;
29
+ /** Variant key of the variant delivered to a site */
30
+ variantKey: string;
31
+ }
32
+ /**
33
+ * The variant representation of a content
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface MCSiteVariantRepresentation {
39
+ body: string;
40
+ language: string;
41
+ lastUpdatedBy: string;
42
+ publishedDate: string;
43
+ title: string;
44
+ urlName: string;
45
+ variantKey: string;
46
+ }
@@ -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 VERSION = "c1bd6a5b57f660fa8e662df799b6a53d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: MContentBodyRepresentation, existing: MContentBodyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MContentBodyRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: MContentBodyRepresentationNormalized, incoming: MContentBodyRepresentationNormalized): 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: MContentBodyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Information about a managed content version.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface MContentBodyRepresentationNormalized {
17
+ /** Content Body. */
18
+ body: {
19
+ [key: string]: {};
20
+ };
21
+ }
22
+ /**
23
+ * Information about a managed content version.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface MContentBodyRepresentation {
29
+ body: {
30
+ [key: string]: {};
31
+ };
32
+ }
@@ -0,0 +1,38 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "d499d07717d35fdeaf42293ba189a2cf";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: MContentCollectionMetadataRepresentation, existing: MContentCollectionMetadataRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MContentCollectionMetadataRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: MContentCollectionMetadataRepresentationNormalized, incoming: MContentCollectionMetadataRepresentationNormalized): 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: MContentCollectionMetadataRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Collection details.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface MContentCollectionMetadataRepresentationNormalized {
17
+ /** Decription of the collection schema. */
18
+ description: string;
19
+ /** Schema of the collection type. */
20
+ schema: {
21
+ [key: string]: {};
22
+ };
23
+ /** Title of the collection schema. */
24
+ title: string;
25
+ }
26
+ /**
27
+ * Collection details.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface MContentCollectionMetadataRepresentation {
33
+ description: string;
34
+ schema: {
35
+ [key: string]: {};
36
+ };
37
+ title: string;
38
+ }
@@ -0,0 +1,50 @@
1
+ import { MContentDetailRepresentation as MContentDetailRepresentation_MContentDetailRepresentation } from './MContentDetailRepresentation';
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 = "753b121c32c64298981f6cc7467c5952";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: MContentCollectionRepresentation, existing: MContentCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MContentCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: MContentCollectionRepresentationNormalized, incoming: MContentCollectionRepresentationNormalized): 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: MContentCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Collection details.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface MContentCollectionRepresentationNormalized {
18
+ /** The content key */
19
+ contentKey: string;
20
+ /** URL to the current page of collection details. The default is 25 managed content versions per page. */
21
+ currentPageUrl: string;
22
+ /** Decription of the collection. */
23
+ description: string;
24
+ /** Managed content versions for this page. */
25
+ items: Array<MContentDetailRepresentation_MContentDetailRepresentation>;
26
+ /** URL to the next page of managed content versions, The default is 25 managed content versions per page. */
27
+ nextPageUrl: string;
28
+ /** Title of the collection. */
29
+ title: string;
30
+ /** Total number of versions across all pages. */
31
+ total: number;
32
+ /** Type of the collection. */
33
+ type: string;
34
+ }
35
+ /**
36
+ * Collection details.
37
+ *
38
+ * Keys:
39
+ * (none)
40
+ */
41
+ export interface MContentCollectionRepresentation {
42
+ contentKey: string;
43
+ currentPageUrl: string;
44
+ description: string;
45
+ items: Array<MContentDetailRepresentation_MContentDetailRepresentation>;
46
+ nextPageUrl: string;
47
+ title: string;
48
+ total: number;
49
+ type: string;
50
+ }