@salesforce/lds-adapters-cms-delivery 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 (123) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/cms-delivery.js +2501 -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/getCollectionItemsForChannel.d.ts +28 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getCollectionItemsForSite.d.ts +28 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getCollectionMetadataForChannel.d.ts +29 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getCollectionMetadataForSite.d.ts +29 -0
  8. package/dist/es/es2018/types/src/generated/adapters/listContent.d.ts +34 -0
  9. package/dist/es/es2018/types/src/generated/adapters/listContentInternal.d.ts +36 -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/deleteConnectCmsContentJobsByJobId.d.ts +11 -0
  13. package/dist/es/es2018/types/src/generated/resources/deleteConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +10 -0
  14. package/dist/es/es2018/types/src/generated/resources/deleteConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +10 -0
  15. package/dist/es/es2018/types/src/generated/resources/getConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +19 -0
  16. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContent.d.ts +16 -0
  17. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentJobsByJobId.d.ts +15 -0
  18. package/dist/es/es2018/types/src/generated/resources/getConnectCmsContentVersionByManagedContentVersionId.d.ts +19 -0
  19. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveryChannelsCollectionsByChannelIdAndCollectionKeyOrId.d.ts +19 -0
  20. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveryChannelsCollectionsMetadataByChannelIdAndCollectionKeyOrId.d.ts +20 -0
  21. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveryChannelsContentsQueryByChannelId.d.ts +27 -0
  22. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveryChannelsContentsSearchByChannelId.d.ts +21 -0
  23. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveryChannelsMediaContentByChannelIdAndMediaGuid.d.ts +16 -0
  24. package/dist/es/es2018/types/src/generated/resources/getConnectCmsDeliveryRecordsContentsByRecordId.d.ts +22 -0
  25. package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersByFolderId.d.ts +15 -0
  26. package/dist/es/es2018/types/src/generated/resources/getConnectCmsFoldersItemsByFolderId.d.ts +25 -0
  27. package/dist/es/es2018/types/src/generated/resources/getConnectCmsSpacesByContentSpaceId.d.ts +15 -0
  28. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryByCommunityId.d.ts +25 -0
  29. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsByCommunityId.d.ts +27 -0
  30. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsByCommunityIdAndManagedContentId.d.ts +16 -0
  31. package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesManagedContentDeliveryContentsSearchByCommunityId.d.ts +21 -0
  32. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +19 -0
  33. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +15 -0
  34. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentContentSpacesMembersPermissionsByContentSpaceIdAndMemberIdOrMe.d.ts +16 -0
  35. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentDeliveryContentsByManagedContentId.d.ts +15 -0
  36. package/dist/es/es2018/types/src/generated/resources/getConnectManagedContentRoles.d.ts +15 -0
  37. package/dist/es/es2018/types/src/generated/resources/getConnectSitesCmsDeliveryCollectionsByCollectionKeyOrIdAndSiteId.d.ts +19 -0
  38. package/dist/es/es2018/types/src/generated/resources/getConnectSitesCmsDeliveryCollectionsMetadataByCollectionKeyOrIdAndSiteId.d.ts +20 -0
  39. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsChannelsSearchableContentTypesByChannelId.d.ts +13 -0
  40. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsContentVersionByManagedContentVersionId.d.ts +21 -0
  41. package/dist/es/es2018/types/src/generated/resources/patchConnectCmsFoldersItemsByFolderId.d.ts +13 -0
  42. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +21 -0
  43. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesContentsByContentSpaceIdAndManagedContentId.d.ts +13 -0
  44. package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +14 -0
  45. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentJobsImport.d.ts +14 -0
  46. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentVariant.d.ts +18 -0
  47. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentVersion.d.ts +21 -0
  48. package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentVersions.d.ts +12 -0
  49. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesContentVersionsByContentSpaceId.d.ts +23 -0
  50. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +16 -0
  51. package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentTranslation.d.ts +15 -0
  52. package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentVersionByManagedContentVersionId.d.ts +21 -0
  53. package/dist/es/es2018/types/src/generated/types/AbstractMCSFolderRepresentation.d.ts +41 -0
  54. package/dist/es/es2018/types/src/generated/types/ManagedContentAssociationsInputRep.d.ts +33 -0
  55. package/dist/es/es2018/types/src/generated/types/ManagedContentAssociationsRepresentation.d.ts +30 -0
  56. package/dist/es/es2018/types/src/generated/types/ManagedContentBodyInputRep.d.ts +33 -0
  57. package/dist/es/es2018/types/src/generated/types/ManagedContentChannelSummaryRepresentation.d.ts +38 -0
  58. package/dist/es/es2018/types/src/generated/types/ManagedContentChannelTargetSummaryRepresentation.d.ts +29 -0
  59. package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionItemRepresentation.d.ts +42 -0
  60. package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionItemTypeSummaryRepresentation.d.ts +32 -0
  61. package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionItemsRepresentation.d.ts +59 -0
  62. package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionMetadataRepresentation.d.ts +66 -0
  63. package/dist/es/es2018/types/src/generated/types/ManagedContentCollectionRepresentation.d.ts +30 -0
  64. package/dist/es/es2018/types/src/generated/types/ManagedContentDateAndTimeNodeValueRepresentation.d.ts +34 -0
  65. package/dist/es/es2018/types/src/generated/types/ManagedContentDateNodeValueRepresentation.d.ts +31 -0
  66. package/dist/es/es2018/types/src/generated/types/ManagedContentDetailCollectionRepresentation.d.ts +33 -0
  67. package/dist/es/es2018/types/src/generated/types/ManagedContentDetailRepresentation.d.ts +38 -0
  68. package/dist/es/es2018/types/src/generated/types/ManagedContentInputRep.d.ts +29 -0
  69. package/dist/es/es2018/types/src/generated/types/ManagedContentJobRepresentation.d.ts +65 -0
  70. package/dist/es/es2018/types/src/generated/types/ManagedContentJobRequestInputRepresentation.d.ts +35 -0
  71. package/dist/es/es2018/types/src/generated/types/ManagedContentMediaNodeValueRepresentation.d.ts +57 -0
  72. package/dist/es/es2018/types/src/generated/types/ManagedContentMediaSourceNodeValueRepresentation.d.ts +51 -0
  73. package/dist/es/es2018/types/src/generated/types/ManagedContentNodeTypeRepresentation.d.ts +35 -0
  74. package/dist/es/es2018/types/src/generated/types/ManagedContentNodeValueRepresentation.d.ts +35 -0
  75. package/dist/es/es2018/types/src/generated/types/ManagedContentRepresentation.d.ts +35 -0
  76. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultCollectionRepresentation.d.ts +39 -0
  77. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultContentTypeRepresentation.d.ts +32 -0
  78. package/dist/es/es2018/types/src/generated/types/ManagedContentSearchResultRepresentation.d.ts +45 -0
  79. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderDetailRepresentation.d.ts +44 -0
  80. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemCollectionInputRep.d.ts +32 -0
  81. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemCollectionRepresentation.d.ts +36 -0
  82. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderItemRepresentation.d.ts +62 -0
  83. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceFolderRepresentation.d.ts +27 -0
  84. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberCollectionRepresentation.d.ts +30 -0
  85. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberInputRepresentation.d.ts +32 -0
  86. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberPermissionsRepresentation.d.ts +38 -0
  87. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceMemberRepresentation.d.ts +35 -0
  88. package/dist/es/es2018/types/src/generated/types/ManagedContentSpacePermissionRepresentation.d.ts +47 -0
  89. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRepresentation.d.ts +56 -0
  90. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRoleCollectionRepresentation.d.ts +30 -0
  91. package/dist/es/es2018/types/src/generated/types/ManagedContentSpaceRoleRepresentation.d.ts +35 -0
  92. package/dist/es/es2018/types/src/generated/types/ManagedContentTextNodeValueRepresentation.d.ts +31 -0
  93. package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationRepresentation.d.ts +65 -0
  94. package/dist/es/es2018/types/src/generated/types/ManagedContentTranslationRequestInputRep.d.ts +38 -0
  95. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeRepresentation.d.ts +40 -0
  96. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableCollectionRepresentation.d.ts +39 -0
  97. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableInputRepresentation.d.ts +32 -0
  98. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSearchableRepresentation.d.ts +38 -0
  99. package/dist/es/es2018/types/src/generated/types/ManagedContentTypeSummaryRepresentation.d.ts +32 -0
  100. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantInputRep.d.ts +47 -0
  101. package/dist/es/es2018/types/src/generated/types/ManagedContentVariantRepresentation.d.ts +50 -0
  102. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionCollectionRepresentation.d.ts +51 -0
  103. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInputRep.d.ts +51 -0
  104. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInternalCollectionRepresentation.d.ts +42 -0
  105. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionInternalRepresentation.d.ts +82 -0
  106. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionRepresentation.d.ts +67 -0
  107. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2CollectionInputRepresentation.d.ts +29 -0
  108. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2CollectionRepresentation.d.ts +33 -0
  109. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2InputRepresentation.d.ts +54 -0
  110. package/dist/es/es2018/types/src/generated/types/ManagedContentVersionV2Representation.d.ts +72 -0
  111. package/dist/es/es2018/types/src/generated/types/ReferenceRepresentation.d.ts +32 -0
  112. package/dist/es/es2018/types/src/generated/types/StreamedRepresentation.d.ts +26 -0
  113. package/dist/es/es2018/types/src/generated/types/TopicSummaryRepresentation.d.ts +32 -0
  114. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
  115. package/dist/es/es2018/types/src/raml-artifacts/adapters/getCollectionItemsForChannel/onFetchResponseSuccess.d.ts +5 -0
  116. package/dist/es/es2018/types/src/raml-artifacts/adapters/getCollectionItemsForSite/onFetchResponseSuccess.d.ts +5 -0
  117. package/dist/es/es2018/types/src/raml-artifacts/adapters/getCollectionMetadataForChannel/onFetchResponseSuccess.d.ts +5 -0
  118. package/dist/es/es2018/types/src/raml-artifacts/adapters/getCollectionMetadataForSite/onFetchResponseSuccess.d.ts +5 -0
  119. package/package.json +54 -0
  120. package/sfdc/index.d.ts +1 -0
  121. package/sfdc/index.js +2573 -0
  122. package/src/raml/api.raml +2091 -0
  123. package/src/raml/luvio.raml +47 -0
@@ -0,0 +1,65 @@
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 = "8cb61e48d5546a1c3852fe6644c476de";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentJobRepresentation, existing: ManagedContentJobRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentJobRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentJobRepresentationNormalized, incoming: ManagedContentJobRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentJobRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentJobRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Information about a managed content import/export job
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentJobRepresentationNormalized {
18
+ /** The user id who created the managed content job */
19
+ createdBy: string;
20
+ /** The created date of the managed content job */
21
+ createdDate: string;
22
+ /** The URL to get the error content body of a managed content job */
23
+ errorBodyUrl: string;
24
+ /** The id of a managed content job */
25
+ id: string;
26
+ /** The URL to get the input content body of a managed content job */
27
+ inputBodyUrl: string;
28
+ /** The type of a managed content job */
29
+ jobType: string;
30
+ /** The last user id who has modified the managed content job */
31
+ lastModifiedBy: string;
32
+ /** The last time the managed content job has been modified */
33
+ lastModifiedDate: string;
34
+ /** The last status update date of a managed content job */
35
+ lastStatusUpdateDate: string;
36
+ /** The name of a managed content job */
37
+ name: string;
38
+ /** The URL to get the output content body of a managed content job */
39
+ outputBodyUrl: string;
40
+ /** The start date of a managed content job */
41
+ startDate: string;
42
+ /** The status of a managed content job */
43
+ status: string;
44
+ }
45
+ /**
46
+ * Information about a managed content import/export job
47
+ *
48
+ * Keys:
49
+ * (none)
50
+ */
51
+ export interface ManagedContentJobRepresentation {
52
+ createdBy: string;
53
+ createdDate: string;
54
+ errorBodyUrl: string;
55
+ id: string;
56
+ inputBodyUrl: string;
57
+ jobType: string;
58
+ lastModifiedBy: string;
59
+ lastModifiedDate: string;
60
+ lastStatusUpdateDate: string;
61
+ name: string;
62
+ outputBodyUrl: string;
63
+ startDate: string;
64
+ status: string;
65
+ }
@@ -0,0 +1,35 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "0a78bf32e5cc358c522977419f9b8a6c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentJobRequestInputRepresentation, existing: ManagedContentJobRequestInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentJobRequestInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentJobRequestInputRepresentationNormalized, incoming: ManagedContentJobRequestInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentJobRequestInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentJobRequestInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for creating a ManagedContent import/export job
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentJobRequestInputRepresentationNormalized {
18
+ /** ContentBody Id of Managed Content Import data */
19
+ contentBodyId: string;
20
+ /** Managed Content Space Id */
21
+ contentSpaceId: string;
22
+ /** Managed Content Job Name */
23
+ name: string;
24
+ }
25
+ /**
26
+ * Input representation for creating a ManagedContent import/export job
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ManagedContentJobRequestInputRepresentation {
32
+ contentBodyId: string;
33
+ contentSpaceId: string;
34
+ name: string;
35
+ }
@@ -0,0 +1,57 @@
1
+ import { ManagedContentNodeValueRepresentation as ManagedContentNodeValueRepresentation_ManagedContentNodeValueRepresentation } from './ManagedContentNodeValueRepresentation';
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 = "af8c456537766cfd5c8c55df42f0abb5";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentMediaNodeValueRepresentation, existing: ManagedContentMediaNodeValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentMediaNodeValueRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentMediaNodeValueRepresentationNormalized, incoming: ManagedContentMediaNodeValueRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentMediaNodeValueRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentMediaNodeValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Information about a managed content node of media type.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentMediaNodeValueRepresentationNormalized extends ManagedContentNodeValueRepresentation_ManagedContentNodeValueRepresentation {
19
+ /** The alternate text for the managed content node. */
20
+ altText: string;
21
+ /** The contentKey of managed content being referenced. */
22
+ contentKey: string;
23
+ /** The file name of the managed content node. */
24
+ fileName: string;
25
+ /** The media type of the managed content node like Image, Video or Document */
26
+ mediaType: string;
27
+ /** The mime type of the managed content node. */
28
+ mimeType: string;
29
+ /** The resource url of the managed content node. */
30
+ resourceUrl: string;
31
+ /** Media thumbnail url. */
32
+ thumbnailUrl: string;
33
+ /** The title of the managed content node. */
34
+ title: string;
35
+ /** The unauthenticated url of the managed content node. */
36
+ unauthenticatedUrl: string;
37
+ /** The url of the managed content node. */
38
+ url: string;
39
+ }
40
+ /**
41
+ * Information about a managed content node of media type.
42
+ *
43
+ * Keys:
44
+ * (none)
45
+ */
46
+ export interface ManagedContentMediaNodeValueRepresentation extends ManagedContentNodeValueRepresentation_ManagedContentNodeValueRepresentation {
47
+ altText: string;
48
+ contentKey: string;
49
+ fileName: string;
50
+ mediaType: string;
51
+ mimeType: string;
52
+ resourceUrl: string;
53
+ thumbnailUrl: string;
54
+ title: string;
55
+ unauthenticatedUrl: string;
56
+ url: string;
57
+ }
@@ -0,0 +1,51 @@
1
+ import { ManagedContentNodeValueRepresentation as ManagedContentNodeValueRepresentation_ManagedContentNodeValueRepresentation } from './ManagedContentNodeValueRepresentation';
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 = "50e43b0c09d181a66ca9d58fbe482ccd";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentMediaSourceNodeValueRepresentation, existing: ManagedContentMediaSourceNodeValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentMediaSourceNodeValueRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentMediaSourceNodeValueRepresentationNormalized, incoming: ManagedContentMediaSourceNodeValueRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentMediaSourceNodeValueRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentMediaSourceNodeValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Information about a source of a managed content media.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentMediaSourceNodeValueRepresentationNormalized extends ManagedContentNodeValueRepresentation_ManagedContentNodeValueRepresentation {
19
+ /** The file name of the media source. */
20
+ fileName: string;
21
+ /** Whether media source is uploaded or referenced via external url. */
22
+ isExternal: boolean;
23
+ /** The type of media like Image, Video or Document. */
24
+ mediaType: string;
25
+ /** The mime type of the media source. */
26
+ mimeType: string;
27
+ /** Reference id of the uploaded media source */
28
+ referenceId: string;
29
+ /** The API url to the bytes of the media source. */
30
+ resourceUrl: string;
31
+ /** The url to the bytes of the media source for unauthenticated users. */
32
+ unauthenticatedUrl: string;
33
+ /** The url to the bytes of the source for authenticated users. */
34
+ url: string;
35
+ }
36
+ /**
37
+ * Information about a source of a managed content media.
38
+ *
39
+ * Keys:
40
+ * (none)
41
+ */
42
+ export interface ManagedContentMediaSourceNodeValueRepresentation extends ManagedContentNodeValueRepresentation_ManagedContentNodeValueRepresentation {
43
+ fileName: string;
44
+ isExternal: boolean;
45
+ mediaType: string;
46
+ mimeType: string;
47
+ referenceId: string;
48
+ resourceUrl: string;
49
+ unauthenticatedUrl: string;
50
+ url: string;
51
+ }
@@ -0,0 +1,35 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "dfeb8fbbc5b04f5e0c137055a0501268";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentNodeTypeRepresentation, existing: ManagedContentNodeTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentNodeTypeRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentNodeTypeRepresentationNormalized, incoming: ManagedContentNodeTypeRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentNodeTypeRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentNodeTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Information about a managed content node type.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentNodeTypeRepresentationNormalized {
18
+ /** The label of the managed content node type. */
19
+ label: string;
20
+ /** The developer name of the managed content node type. */
21
+ name: string;
22
+ /** The type of the managed content node. */
23
+ nodeType: string;
24
+ }
25
+ /**
26
+ * Information about a managed content node type.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ManagedContentNodeTypeRepresentation {
32
+ label: string;
33
+ name: string;
34
+ nodeType: string;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
+ Date = "Date",
4
+ Text = "Text"
5
+ }
6
+ export declare const VERSION = "f459a0803edcf8950c25232fba362a00";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: ManagedContentNodeValueRepresentation, existing: ManagedContentNodeValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentNodeValueRepresentationNormalized;
10
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export declare function equals(existing: ManagedContentNodeValueRepresentationNormalized, incoming: ManagedContentNodeValueRepresentationNormalized): boolean;
13
+ export declare function deepFreeze(input: ManagedContentNodeValueRepresentation): void;
14
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
15
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
16
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentNodeValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
17
+ /**
18
+ * Information about a managed content node.
19
+ *
20
+ * Keys:
21
+ * (none)
22
+ */
23
+ export interface ManagedContentNodeValueRepresentationNormalized {
24
+ /** The type of the managed content node. */
25
+ nodeType: string;
26
+ }
27
+ /**
28
+ * Information about a managed content node.
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ManagedContentNodeValueRepresentation {
34
+ nodeType: string;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "715cd9b052fdb114a02bd57de6849547";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentRepresentation, existing: ManagedContentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentRepresentationNormalized, incoming: ManagedContentRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Information about a managed content.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentRepresentationNormalized {
18
+ /** Content key of the Managed Content. */
19
+ contentKey: string;
20
+ /** Response record Id */
21
+ id: string;
22
+ /** Id of the published managed content version, or null if there isn't one */
23
+ publishedVersionId: string;
24
+ }
25
+ /**
26
+ * Information about a managed content.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ManagedContentRepresentation {
32
+ contentKey: string;
33
+ id: string;
34
+ publishedVersionId: string;
35
+ }
@@ -0,0 +1,39 @@
1
+ import { ManagedContentSearchResultRepresentation as ManagedContentSearchResultRepresentation_ManagedContentSearchResultRepresentation } from './ManagedContentSearchResultRepresentation';
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 = "572c8571162c9b4e876a5807918f62dc";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentSearchResultCollectionRepresentation, existing: ManagedContentSearchResultCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSearchResultCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentSearchResultCollectionRepresentationNormalized, incoming: ManagedContentSearchResultCollectionRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentSearchResultCollectionRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSearchResultCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * A container of paginated cms keyword-based search result items plus a short search result summary
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentSearchResultCollectionRepresentationNormalized {
19
+ /** total search result item count */
20
+ count: number;
21
+ /** search result URI */
22
+ currentPageUri: string;
23
+ /** an array of search result items */
24
+ items: Array<ManagedContentSearchResultRepresentation_ManagedContentSearchResultRepresentation>;
25
+ /** next search result URI */
26
+ nextPageUri: string;
27
+ }
28
+ /**
29
+ * A container of paginated cms keyword-based search result items plus a short search result summary
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface ManagedContentSearchResultCollectionRepresentation {
35
+ count: number;
36
+ currentPageUri: string;
37
+ items: Array<ManagedContentSearchResultRepresentation_ManagedContentSearchResultRepresentation>;
38
+ nextPageUri: string;
39
+ }
@@ -0,0 +1,32 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "5f6b2264633c914b484d448513feaa38";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentSearchResultContentTypeRepresentation, existing: ManagedContentSearchResultContentTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSearchResultContentTypeRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentSearchResultContentTypeRepresentationNormalized, incoming: ManagedContentSearchResultContentTypeRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentSearchResultContentTypeRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSearchResultContentTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * A keyword-based search result item's content type
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentSearchResultContentTypeRepresentationNormalized {
18
+ /** managed content type developer name */
19
+ developerName: string;
20
+ /** managed content type label */
21
+ label: string;
22
+ }
23
+ /**
24
+ * A keyword-based search result item's content type
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ManagedContentSearchResultContentTypeRepresentation {
30
+ developerName: string;
31
+ label: string;
32
+ }
@@ -0,0 +1,45 @@
1
+ import { ManagedContentSearchResultContentTypeRepresentation as ManagedContentSearchResultContentTypeRepresentation_ManagedContentSearchResultContentTypeRepresentation } from './ManagedContentSearchResultContentTypeRepresentation';
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 = "ce64c4bd0832308e5da3e1f327760f21";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentSearchResultRepresentation, existing: ManagedContentSearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSearchResultRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentSearchResultRepresentationNormalized, incoming: ManagedContentSearchResultRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentSearchResultRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSearchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * A keyword-based search result item
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentSearchResultRepresentationNormalized {
19
+ /** managed content content key */
20
+ contentKey: string;
21
+ /** managed content content type */
22
+ contentType: ManagedContentSearchResultContentTypeRepresentation_ManagedContentSearchResultContentTypeRepresentation;
23
+ /** managed content id */
24
+ id: string;
25
+ /** managed content published date */
26
+ publishDate: string;
27
+ /** managed content title */
28
+ title: string;
29
+ /** managed content (version) url name */
30
+ urlName: string;
31
+ }
32
+ /**
33
+ * A keyword-based search result item
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface ManagedContentSearchResultRepresentation {
39
+ contentKey: string;
40
+ contentType: ManagedContentSearchResultContentTypeRepresentation_ManagedContentSearchResultContentTypeRepresentation;
41
+ id: string;
42
+ publishDate: string;
43
+ title: string;
44
+ urlName: string;
45
+ }
@@ -0,0 +1,44 @@
1
+ import { AbstractMCSFolderRepresentation as AbstractMCSFolderRepresentation_AbstractMCSFolderRepresentation } from './AbstractMCSFolderRepresentation';
2
+ import { ManagedContentSpaceFolderRepresentation as ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation } from './ManagedContentSpaceFolderRepresentation';
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 = "c7f4e18421abf8518331f7134f23db4a";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentSpaceFolderDetailRepresentation, existing: ManagedContentSpaceFolderDetailRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceFolderDetailRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: ManagedContentSpaceFolderDetailRepresentationNormalized, incoming: ManagedContentSpaceFolderDetailRepresentationNormalized): boolean;
10
+ export declare function deepFreeze(input: ManagedContentSpaceFolderDetailRepresentation): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceFolderDetailRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Detail Representation of a CMS Folder i.e. ManagedContentSpaceFolder
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ManagedContentSpaceFolderDetailRepresentationNormalized extends AbstractMCSFolderRepresentation_AbstractMCSFolderRepresentation {
20
+ /** The User ID of the user who created the folder */
21
+ createdBy: string;
22
+ /** The date when the folder was created */
23
+ createdDate: string;
24
+ /** The list of the parent folders in the hierarchy - starting from the root upto the direct parent of the folder */
25
+ folderHierarchy: Array<ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation>;
26
+ /** The User ID of the user who last modified the folder */
27
+ lastModifiedBy: string;
28
+ /** The date when the folder was last modified */
29
+ lastModifiedDate: string;
30
+ }
31
+ /**
32
+ * Detail Representation of a CMS Folder i.e. ManagedContentSpaceFolder
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface ManagedContentSpaceFolderDetailRepresentation extends AbstractMCSFolderRepresentation_AbstractMCSFolderRepresentation {
38
+ createdBy: string;
39
+ createdDate: string;
40
+ folderHierarchy: Array<ManagedContentSpaceFolderRepresentation_ManagedContentSpaceFolderRepresentation>;
41
+ lastModifiedBy: string;
42
+ lastModifiedDate: string;
43
+ id: 'FolderDetail';
44
+ }
@@ -0,0 +1,32 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "d9cfda700d3293277cc91f1818cbbb3f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentSpaceFolderItemCollectionInputRep, existing: ManagedContentSpaceFolderItemCollectionInputRepNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceFolderItemCollectionInputRepNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentSpaceFolderItemCollectionInputRepNormalized, incoming: ManagedContentSpaceFolderItemCollectionInputRepNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentSpaceFolderItemCollectionInputRep): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceFolderItemCollectionInputRep, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Collection input of ManagedContentSpaceFolderItems for Move operation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentSpaceFolderItemCollectionInputRepNormalized {
18
+ /** ID of the new parent folder to the items should be moved */
19
+ folderId: string;
20
+ /** List of IDs of the folder items that need to be moved */
21
+ folderItems: Array<string>;
22
+ }
23
+ /**
24
+ * Collection input of ManagedContentSpaceFolderItems for Move operation
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ManagedContentSpaceFolderItemCollectionInputRep {
30
+ folderId: string;
31
+ folderItems: Array<string>;
32
+ }
@@ -0,0 +1,36 @@
1
+ import { ManagedContentSpaceFolderItemRepresentation as ManagedContentSpaceFolderItemRepresentation_ManagedContentSpaceFolderItemRepresentation } from './ManagedContentSpaceFolderItemRepresentation';
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 = "7142324f6c1f6094fb64005991a76983";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentSpaceFolderItemCollectionRepresentation, existing: ManagedContentSpaceFolderItemCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceFolderItemCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentSpaceFolderItemCollectionRepresentationNormalized, incoming: ManagedContentSpaceFolderItemCollectionRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentSpaceFolderItemCollectionRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceFolderItemCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Collection Representation of folder items inside in ManagedContentSpaceFolder
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentSpaceFolderItemCollectionRepresentationNormalized {
19
+ /** The id of the folder */
20
+ folderId: string;
21
+ /** The list of the folder items - ManagedContent or ManagedContentSpaceFolder */
22
+ folderItems: Array<ManagedContentSpaceFolderItemRepresentation_ManagedContentSpaceFolderItemRepresentation>;
23
+ /** The id of the parent folder */
24
+ parentFolderId: string;
25
+ }
26
+ /**
27
+ * Collection Representation of folder items inside in ManagedContentSpaceFolder
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ManagedContentSpaceFolderItemCollectionRepresentation {
33
+ folderId: string;
34
+ folderItems: Array<ManagedContentSpaceFolderItemRepresentation_ManagedContentSpaceFolderItemRepresentation>;
35
+ parentFolderId: string;
36
+ }
@@ -0,0 +1,62 @@
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 = "e735be99640cccc9c469e9152a3e548a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentSpaceFolderItemRepresentation, existing: ManagedContentSpaceFolderItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceFolderItemRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentSpaceFolderItemRepresentationNormalized, incoming: ManagedContentSpaceFolderItemRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentSpaceFolderItemRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceFolderItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Representation of a folder item inside a ManagedContentSpaceFolder
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentSpaceFolderItemRepresentationNormalized {
18
+ /** The User ID for the user which created the ManagedContent or ManagedContentSpaceFolder */
19
+ createdBy: string;
20
+ /** The date when the ManagedContent or ManagedContentSpaceFolder was created */
21
+ createdDate: string;
22
+ /** Boolean flag to indicate whether this folder has child folders */
23
+ hasChildFolders: boolean;
24
+ /** The id of the folder item - ManagedContent or ManagedContentSpaceFolder */
25
+ id: string;
26
+ /** Boolean flag to indicate whether this folder item is a folder */
27
+ isFolder: boolean;
28
+ /** The User ID for the user which last modified the ManagedContent or ManagedContentSpaceFolder */
29
+ lastModifiedBy: string;
30
+ /** The date when the ManagedContent or ManagedContentSpaceFolder was last modified */
31
+ lastModifiedDate: string;
32
+ /** Developer Name for the ManagedContentType if the folder item is ManagedContent */
33
+ managedContentType: string;
34
+ /** Latest Managed Content Version Id of the folder item is ManagedContent */
35
+ managedContentVersionId: string;
36
+ /** Date when the ManagedContent was last published */
37
+ publishedDate: string;
38
+ /** Status of the Managed Content */
39
+ status: string;
40
+ /** Title of the ManagedContent/ManagedContentSpaceFolder */
41
+ title: string;
42
+ }
43
+ /**
44
+ * Representation of a folder item inside a ManagedContentSpaceFolder
45
+ *
46
+ * Keys:
47
+ * (none)
48
+ */
49
+ export interface ManagedContentSpaceFolderItemRepresentation {
50
+ createdBy: string;
51
+ createdDate: string;
52
+ hasChildFolders: boolean;
53
+ id: string;
54
+ isFolder: boolean;
55
+ lastModifiedBy: string;
56
+ lastModifiedDate: string;
57
+ managedContentType: string;
58
+ managedContentVersionId: string;
59
+ publishedDate: string;
60
+ status: string;
61
+ title: string;
62
+ }