@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,27 @@
1
+ import { AbstractMCSFolderRepresentation as AbstractMCSFolderRepresentation_AbstractMCSFolderRepresentation } from './AbstractMCSFolderRepresentation';
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 = "419fce7b0af83dae123313032e8aba4e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentSpaceFolderRepresentation, existing: ManagedContentSpaceFolderRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceFolderRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentSpaceFolderRepresentationNormalized, incoming: ManagedContentSpaceFolderRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentSpaceFolderRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceFolderRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Base Representation of a CMS Folder i.e. ManagedContentSpaceFolder
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentSpaceFolderRepresentationNormalized extends AbstractMCSFolderRepresentation_AbstractMCSFolderRepresentation {
19
+ }
20
+ /**
21
+ * Base Representation of a CMS Folder i.e. ManagedContentSpaceFolder
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface ManagedContentSpaceFolderRepresentation extends AbstractMCSFolderRepresentation_AbstractMCSFolderRepresentation {
27
+ }
@@ -0,0 +1,30 @@
1
+ import { ManagedContentSpaceMemberRepresentation as ManagedContentSpaceMemberRepresentation_ManagedContentSpaceMemberRepresentation } from './ManagedContentSpaceMemberRepresentation';
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 = "d19182489a6cddb99b78a92559ce50c9";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentSpaceMemberCollectionRepresentation, existing: ManagedContentSpaceMemberCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceMemberCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentSpaceMemberCollectionRepresentationNormalized, incoming: ManagedContentSpaceMemberCollectionRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentSpaceMemberCollectionRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceMemberCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Collection representation of the members in a content space
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentSpaceMemberCollectionRepresentationNormalized {
19
+ /** List of the members in the content space */
20
+ members: Array<ManagedContentSpaceMemberRepresentation_ManagedContentSpaceMemberRepresentation>;
21
+ }
22
+ /**
23
+ * Collection representation of the members in a content space
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ManagedContentSpaceMemberCollectionRepresentation {
29
+ members: Array<ManagedContentSpaceMemberRepresentation_ManagedContentSpaceMemberRepresentation>;
30
+ }
@@ -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 = "aa02c2b3dc29696236da41cfa5c2fccb";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentSpaceMemberInputRepresentation, existing: ManagedContentSpaceMemberInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceMemberInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentSpaceMemberInputRepresentationNormalized, incoming: ManagedContentSpaceMemberInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentSpaceMemberInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceMemberInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation of a content space member
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentSpaceMemberInputRepresentationNormalized {
18
+ /** The ID of the user/group to assign the role in the content space */
19
+ memberId: string;
20
+ /** The ID of the role to assign the user as, in the content space */
21
+ roleId: string;
22
+ }
23
+ /**
24
+ * Input representation of a content space member
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ManagedContentSpaceMemberInputRepresentation {
30
+ memberId: string;
31
+ roleId: string;
32
+ }
@@ -0,0 +1,38 @@
1
+ import { ManagedContentSpacePermissionRepresentation as ManagedContentSpacePermissionRepresentation_ManagedContentSpacePermissionRepresentation } from './ManagedContentSpacePermissionRepresentation';
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 = "084fc7931f796f3ea348be92f513babe";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentSpaceMemberPermissionsRepresentation, existing: ManagedContentSpaceMemberPermissionsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceMemberPermissionsRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentSpaceMemberPermissionsRepresentationNormalized, incoming: ManagedContentSpaceMemberPermissionsRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentSpaceMemberPermissionsRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceMemberPermissionsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Representation of permissions of a member in a content space
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentSpaceMemberPermissionsRepresentationNormalized {
19
+ /** A map of permissions for a member grouped by different scopes and consequently spaceContentTypes */
20
+ permissions: {
21
+ [key: string]: {
22
+ [key: string]: ManagedContentSpacePermissionRepresentation_ManagedContentSpacePermissionRepresentation;
23
+ };
24
+ };
25
+ }
26
+ /**
27
+ * Representation of permissions of a member in a content space
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ManagedContentSpaceMemberPermissionsRepresentation {
33
+ permissions: {
34
+ [key: string]: {
35
+ [key: string]: ManagedContentSpacePermissionRepresentation_ManagedContentSpacePermissionRepresentation;
36
+ };
37
+ };
38
+ }
@@ -0,0 +1,35 @@
1
+ import { ManagedContentSpaceRoleRepresentation as ManagedContentSpaceRoleRepresentation_ManagedContentSpaceRoleRepresentation } from './ManagedContentSpaceRoleRepresentation';
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 = "ce923c41b95874dccf972705c4f25f77";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentSpaceMemberRepresentation, existing: ManagedContentSpaceMemberRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceMemberRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentSpaceMemberRepresentationNormalized, incoming: ManagedContentSpaceMemberRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentSpaceMemberRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceMemberRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Representation of a ManagedContentSpaceMember
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentSpaceMemberRepresentationNormalized {
19
+ /** The id of managedContentSpaceMember entity object */
20
+ id: string;
21
+ /** The user / group id */
22
+ memberId: string;
23
+ role: ManagedContentSpaceRoleRepresentation_ManagedContentSpaceRoleRepresentation;
24
+ }
25
+ /**
26
+ * Representation of a ManagedContentSpaceMember
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ManagedContentSpaceMemberRepresentation {
32
+ id: string;
33
+ memberId: string;
34
+ role: ManagedContentSpaceRoleRepresentation_ManagedContentSpaceRoleRepresentation;
35
+ }
@@ -0,0 +1,47 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "f7ab01e8e6806fded8c7131ffbe5d0dc";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentSpacePermissionRepresentation, existing: ManagedContentSpacePermissionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpacePermissionRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentSpacePermissionRepresentationNormalized, incoming: ManagedContentSpacePermissionRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentSpacePermissionRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpacePermissionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Representation of a permission bit vector based on a scopeType or contentTypeIdOrEnum
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentSpacePermissionRepresentationNormalized {
18
+ /** Does the member have create access for the scopeType and spaceContentType */
19
+ canCreate: boolean;
20
+ /** Does the member have delete access for the scopeType and spaceContentType */
21
+ canDelete: boolean;
22
+ /** Does the member have manage access for the scopeType and spaceContentType */
23
+ canManage: boolean;
24
+ /** Does the member have publish/unpublish access for the scopeType and spaceContentType */
25
+ canPublish: boolean;
26
+ /** Does the member have read access for the scopeType and spaceContentType */
27
+ canRead: boolean;
28
+ /** Does the member have translate access for the scopeType and spaceContentType */
29
+ canTranslate: boolean;
30
+ /** Does the member have update access for the scopeType and spaceContentType */
31
+ canUpdate: boolean;
32
+ }
33
+ /**
34
+ * Representation of a permission bit vector based on a scopeType or contentTypeIdOrEnum
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface ManagedContentSpacePermissionRepresentation {
40
+ canCreate: boolean;
41
+ canDelete: boolean;
42
+ canManage: boolean;
43
+ canPublish: boolean;
44
+ canRead: boolean;
45
+ canTranslate: boolean;
46
+ canUpdate: boolean;
47
+ }
@@ -0,0 +1,56 @@
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 = "9742049591a0f7a9f6718f4a18b565b7";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentSpaceRepresentation, existing: ManagedContentSpaceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentSpaceRepresentationNormalized, incoming: ManagedContentSpaceRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentSpaceRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Details of a Managed Content Space
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentSpaceRepresentationNormalized {
18
+ /** User-Id of the creator of the Managed Content Space */
19
+ createdBy: string;
20
+ /** Date of creation of the Managed Content Space */
21
+ createdDate: string;
22
+ /** Default Language of the Managed Content Space */
23
+ defaultLanguage: string;
24
+ /** Description of the Managed Content Space */
25
+ description: string;
26
+ /** Id of the Managed Content Space */
27
+ id: string;
28
+ /** User-Id of the user who last modified the Managed Content Space */
29
+ lastModifiedBy: string;
30
+ /** Date on which the Managed Content Space was last modified */
31
+ lastModifiedDate: string;
32
+ /** Name of the Managed Content Space */
33
+ name: string;
34
+ /** Root Folder Id of the Managed Content Space */
35
+ rootFolderId: string;
36
+ /** Set of supported languages in the Managed Content Space */
37
+ supportedLanguages: Array<string>;
38
+ }
39
+ /**
40
+ * Details of a Managed Content Space
41
+ *
42
+ * Keys:
43
+ * (none)
44
+ */
45
+ export interface ManagedContentSpaceRepresentation {
46
+ createdBy: string;
47
+ createdDate: string;
48
+ defaultLanguage: string;
49
+ description: string;
50
+ id: string;
51
+ lastModifiedBy: string;
52
+ lastModifiedDate: string;
53
+ name: string;
54
+ rootFolderId: string;
55
+ supportedLanguages: Array<string>;
56
+ }
@@ -0,0 +1,30 @@
1
+ import { ManagedContentSpaceRoleRepresentation as ManagedContentSpaceRoleRepresentation_ManagedContentSpaceRoleRepresentation } from './ManagedContentSpaceRoleRepresentation';
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 = "332f49232e25346824252c100fc484bd";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentSpaceRoleCollectionRepresentation, existing: ManagedContentSpaceRoleCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceRoleCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentSpaceRoleCollectionRepresentationNormalized, incoming: ManagedContentSpaceRoleCollectionRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentSpaceRoleCollectionRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceRoleCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Collection representation of the roles in a content space
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentSpaceRoleCollectionRepresentationNormalized {
19
+ /** List of the roles in the content space */
20
+ roles: Array<ManagedContentSpaceRoleRepresentation_ManagedContentSpaceRoleRepresentation>;
21
+ }
22
+ /**
23
+ * Collection representation of the roles in a content space
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ManagedContentSpaceRoleCollectionRepresentation {
29
+ roles: Array<ManagedContentSpaceRoleRepresentation_ManagedContentSpaceRoleRepresentation>;
30
+ }
@@ -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 = "b5f70db0d211782d4a07f0c4b75fea95";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentSpaceRoleRepresentation, existing: ManagedContentSpaceRoleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSpaceRoleRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentSpaceRoleRepresentationNormalized, incoming: ManagedContentSpaceRoleRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentSpaceRoleRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentSpaceRoleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Representation of a ManagedContentSpaceRole
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentSpaceRoleRepresentationNormalized {
18
+ /** The role description */
19
+ description: string;
20
+ /** The role ID */
21
+ id: string;
22
+ /** The role name */
23
+ name: string;
24
+ }
25
+ /**
26
+ * Representation of a ManagedContentSpaceRole
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ManagedContentSpaceRoleRepresentation {
32
+ description: string;
33
+ id: string;
34
+ name: string;
35
+ }
@@ -0,0 +1,31 @@
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 = "73b81646c0ca6dcfd69e957aedca7ea7";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentTextNodeValueRepresentation, existing: ManagedContentTextNodeValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentTextNodeValueRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentTextNodeValueRepresentationNormalized, incoming: ManagedContentTextNodeValueRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentTextNodeValueRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentTextNodeValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Information about a managed content node of type text.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentTextNodeValueRepresentationNormalized extends ManagedContentNodeValueRepresentation_ManagedContentNodeValueRepresentation {
19
+ /** The text value of the managed content node. */
20
+ value: string;
21
+ }
22
+ /**
23
+ * Information about a managed content node of type text.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ManagedContentTextNodeValueRepresentation extends ManagedContentNodeValueRepresentation_ManagedContentNodeValueRepresentation {
29
+ value: string;
30
+ nodeType: 'Text';
31
+ }
@@ -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 = "b5bdf6efbbc1fb2c98d0b9eb3c28ec0c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentTranslationRepresentation, existing: ManagedContentTranslationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentTranslationRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentTranslationRepresentationNormalized, incoming: ManagedContentTranslationRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentTranslationRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentTranslationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Information about a managed content translation job
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentTranslationRepresentationNormalized {
18
+ /** The user id who created the managed content translation job */
19
+ createdBy: string;
20
+ /** The created date of the managed content translation job */
21
+ createdDate: string;
22
+ /** The URL to get the error content body of a managed content translation job */
23
+ errorBodyUrl: string;
24
+ /** The id of a managed content translation job */
25
+ id: string;
26
+ /** The URL to get the input content body of a managed content translation job */
27
+ inputBodyUrl: string;
28
+ /** The type of a managed content translation job */
29
+ jobType: string;
30
+ /** The last user id who has modified the managed content translation job */
31
+ lastModifiedBy: string;
32
+ /** The last time the managed content translation job has been modified */
33
+ lastModifiedDate: string;
34
+ /** The last status update date of a managed content translation job */
35
+ lastStatusUpdateDate: string;
36
+ /** The name of a managed content translation job */
37
+ name: string;
38
+ /** The URL to get the output content body of a managed content translation job */
39
+ outputBodyUrl: string;
40
+ /** The start date of a managed content translation job */
41
+ startDate: string;
42
+ /** The status of a managed content translation job */
43
+ status: string;
44
+ }
45
+ /**
46
+ * Information about a managed content translation job
47
+ *
48
+ * Keys:
49
+ * (none)
50
+ */
51
+ export interface ManagedContentTranslationRepresentation {
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,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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "73c2052f831979455b714eaaffca2e3d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentTranslationRequestInputRep, existing: ManagedContentTranslationRequestInputRepNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentTranslationRequestInputRepNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentTranslationRequestInputRepNormalized, incoming: ManagedContentTranslationRequestInputRepNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentTranslationRequestInputRep): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentTranslationRequestInputRep, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation of a translation request
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentTranslationRequestInputRepNormalized {
18
+ /** Indicates the content body id of the translation */
19
+ contentBodyId: string;
20
+ /** Managed Content Space Id */
21
+ managedContentSpaceId: string;
22
+ /** Indicates the name of the translation */
23
+ name: string;
24
+ /** Indicates the type of the translation */
25
+ type: string;
26
+ }
27
+ /**
28
+ * Input representation of a translation request
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ManagedContentTranslationRequestInputRep {
34
+ contentBodyId: string;
35
+ managedContentSpaceId: string;
36
+ name: string;
37
+ type: string;
38
+ }
@@ -0,0 +1,40 @@
1
+ import { ManagedContentNodeTypeRepresentation as ManagedContentNodeTypeRepresentation_ManagedContentNodeTypeRepresentation } from './ManagedContentNodeTypeRepresentation';
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 = "a2a39672d73c5fc1b85a40a79c024f57";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentTypeRepresentation, existing: ManagedContentTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentTypeRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentTypeRepresentationNormalized, incoming: ManagedContentTypeRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentTypeRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Information about a managed content type.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentTypeRepresentationNormalized {
19
+ /** The label of the managed content type.. */
20
+ label: string;
21
+ /** The developer name of the managed content type. */
22
+ name: string;
23
+ /** The collection of node types in this managed content type.. */
24
+ nodeTypes: {
25
+ [key: string]: ManagedContentNodeTypeRepresentation_ManagedContentNodeTypeRepresentation;
26
+ };
27
+ }
28
+ /**
29
+ * Information about a managed content type.
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface ManagedContentTypeRepresentation {
35
+ label: string;
36
+ name: string;
37
+ nodeTypes: {
38
+ [key: string]: ManagedContentNodeTypeRepresentation_ManagedContentNodeTypeRepresentation;
39
+ };
40
+ }
@@ -0,0 +1,39 @@
1
+ import { ManagedContentTypeSearchableRepresentation as ManagedContentTypeSearchableRepresentation_ManagedContentTypeSearchableRepresentation } from './ManagedContentTypeSearchableRepresentation';
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 = "a8a32a6ec22fd17bf143c7771d77fcda";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentTypeSearchableCollectionRepresentation, existing: ManagedContentTypeSearchableCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentTypeSearchableCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentTypeSearchableCollectionRepresentationNormalized, incoming: ManagedContentTypeSearchableCollectionRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentTypeSearchableCollectionRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentTypeSearchableCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Collection of Content Type Search Status
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentTypeSearchableCollectionRepresentationNormalized {
19
+ /** URL to the current page of Manage Content Type Search Status records. The default is 25 managed content channels per page. */
20
+ currentPageUrl: string;
21
+ /** Manage Content Type Searchable records corresponding to the current page */
22
+ items: Array<ManagedContentTypeSearchableRepresentation_ManagedContentTypeSearchableRepresentation>;
23
+ /** URL to the next page of Manage Content Type Search Status records. The default is 25 managed content channels per page. */
24
+ nextPageUrl: string;
25
+ /** Total count of Manage Content Type Search Status records across all pages */
26
+ totalItems: number;
27
+ }
28
+ /**
29
+ * Collection of Content Type Search Status
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface ManagedContentTypeSearchableCollectionRepresentation {
35
+ currentPageUrl: string;
36
+ items: Array<ManagedContentTypeSearchableRepresentation_ManagedContentTypeSearchableRepresentation>;
37
+ nextPageUrl: string;
38
+ totalItems: number;
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 = "252d902ecbe79b3576c4ca5293006f4e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentTypeSearchableInputRepresentation, existing: ManagedContentTypeSearchableInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentTypeSearchableInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentTypeSearchableInputRepresentationNormalized, incoming: ManagedContentTypeSearchableInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentTypeSearchableInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentTypeSearchableInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * The input representation for a content type search status
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentTypeSearchableInputRepresentationNormalized {
18
+ /** Searchable status of the Content Type */
19
+ isSearchable: boolean;
20
+ /** Name of the Content Type */
21
+ name: string;
22
+ }
23
+ /**
24
+ * The input representation for a content type search status
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ManagedContentTypeSearchableInputRepresentation {
30
+ isSearchable: boolean;
31
+ name: string;
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "39f5f40a7cb00564def69cc8aa583c84";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentTypeSearchableRepresentation, existing: ManagedContentTypeSearchableRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentTypeSearchableRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentTypeSearchableRepresentationNormalized, incoming: ManagedContentTypeSearchableRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentTypeSearchableRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentTypeSearchableRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Details of a Managed Content Type Search Status
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentTypeSearchableRepresentationNormalized {
18
+ /** Id of the Managed Content Type */
19
+ id: string;
20
+ /** Is the contentType searchable */
21
+ isSearchable: boolean;
22
+ /** Master label of the Managed Content Type */
23
+ label: string;
24
+ /** Developer Name of the Managed Content Type */
25
+ name: string;
26
+ }
27
+ /**
28
+ * Details of a Managed Content Type Search Status
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ManagedContentTypeSearchableRepresentation {
34
+ id: string;
35
+ isSearchable: boolean;
36
+ label: string;
37
+ name: string;
38
+ }