@salesforce/lds-adapters-cms-orchestrator 1.124.2 → 1.124.4

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 (26) hide show
  1. package/dist/es/es2018/cms-orchestrator.js +1762 -1762
  2. package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
  3. package/dist/{types → es/es2018/types}/src/generated/adapters/createManagedContentOrchestrationInstance.d.ts +15 -15
  4. package/dist/{types → es/es2018/types}/src/generated/adapters/getManagedContentOrchestrationDefinitions.d.ts +28 -28
  5. package/dist/{types → es/es2018/types}/src/generated/adapters/getManagedContentOrchestrationInstances.d.ts +26 -26
  6. package/dist/{types → es/es2018/types}/src/generated/adapters/getManagedContentRunningOrchestrationHistoryEvents.d.ts +26 -26
  7. package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +4 -4
  8. package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +8 -8
  9. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectCmsContentsOrchestrationDefinitions.d.ts +17 -17
  10. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectCmsContentsOrchestrationHistoryEvents.d.ts +15 -15
  11. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectCmsContentsOrchestrationInstances.d.ts +15 -15
  12. package/dist/{types → es/es2018/types}/src/generated/resources/postConnectCmsContentsOrchestrationInstances.d.ts +13 -13
  13. package/dist/{types → es/es2018/types}/src/generated/types/ManagedContentOrchestrationDefinitionCollectionRepresentation.d.ts +52 -52
  14. package/dist/{types → es/es2018/types}/src/generated/types/ManagedContentOrchestrationDefinitionRepresentation.d.ts +51 -51
  15. package/dist/{types → es/es2018/types}/src/generated/types/ManagedContentOrchestrationInstanceCollectionRepresentation.d.ts +40 -40
  16. package/dist/{types → es/es2018/types}/src/generated/types/ManagedContentOrchestrationInstanceInputRepresentation.d.ts +32 -32
  17. package/dist/{types → es/es2018/types}/src/generated/types/ManagedContentOrchestrationInstanceInputWrapperRepresentation.d.ts +29 -29
  18. package/dist/{types → es/es2018/types}/src/generated/types/ManagedContentOrchestrationInstanceRepresentation.d.ts +55 -55
  19. package/dist/{types → es/es2018/types}/src/generated/types/ManagedContentRunningOrchestrationHistoryEventCollectionRepresentation.d.ts +31 -31
  20. package/dist/{types → es/es2018/types}/src/generated/types/ManagedContentRunningOrchestrationHistoryEventRepresentation.d.ts +72 -72
  21. package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
  22. package/package.json +5 -5
  23. package/sfdc/index.d.ts +1 -1
  24. package/sfdc/index.js +1804 -1804
  25. package/dist/umd/es2018/cms-orchestrator.js +0 -1816
  26. package/dist/umd/es5/cms-orchestrator.js +0 -1823
@@ -1,52 +1,52 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- import { ManagedContentOrchestrationDefinitionRepresentation as ManagedContentOrchestrationDefinitionRepresentation_ManagedContentOrchestrationDefinitionRepresentation } from './ManagedContentOrchestrationDefinitionRepresentation';
3
- export declare const TTL = 3600000;
4
- export declare const VERSION = "d2a7fad15081fd4cd737c942d3e7e5a7";
5
- export declare function validate(obj: any, path?: string): TypeError | null;
6
- export declare const RepresentationType: string;
7
- export declare function normalize(input: ManagedContentOrchestrationDefinitionCollectionRepresentation, existing: ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized;
8
- export interface DynamicIngestParams {
9
- orchestrationDefinitions: $64$luvio_engine_ResourceIngest;
10
- }
11
- export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ManagedContentOrchestrationDefinitionCollectionRepresentation, existing: ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized;
12
- export declare const select: () => $64$luvio_engine_FragmentSelection;
13
- export interface DynamicSelectParams {
14
- orchestrationDefinitions?: $64$luvio_engine_LinkSelection;
15
- }
16
- export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
- export declare function equals(existing: ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized, incoming: ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized): boolean;
18
- export declare function deepFreeze(input: ManagedContentOrchestrationDefinitionCollectionRepresentation): void;
19
- export declare const ingest: $64$luvio_engine_ResourceIngest;
20
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationDefinitionCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
- export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
22
- /**
23
- * Managed content orchestration definition collection representation.
24
- *
25
- * Keys:
26
- * (none)
27
- */
28
- export interface ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized {
29
- /** Uri to the current page of Managed content orchestration definitions. */
30
- currentPageUri: string;
31
- /** Uri to the next page of Managed content orchestration definitions. */
32
- nextPageUri: string | null;
33
- /** Managed content orchestration definitions. */
34
- orchestrationDefinitions: Array<$64$luvio_engine_StoreLink>;
35
- /** Uri to the previous page of Managed content orchestration definitions. */
36
- previousPageUri: string | null;
37
- /** Total number of Managed content orchestration definitions. */
38
- totalDefinitions: number;
39
- }
40
- /**
41
- * Managed content orchestration definition collection representation.
42
- *
43
- * Keys:
44
- * (none)
45
- */
46
- export interface ManagedContentOrchestrationDefinitionCollectionRepresentation {
47
- currentPageUri: string;
48
- nextPageUri: string | null;
49
- orchestrationDefinitions: Array<ManagedContentOrchestrationDefinitionRepresentation_ManagedContentOrchestrationDefinitionRepresentation>;
50
- previousPageUri: string | null;
51
- totalDefinitions: number;
52
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { ManagedContentOrchestrationDefinitionRepresentation as ManagedContentOrchestrationDefinitionRepresentation_ManagedContentOrchestrationDefinitionRepresentation } from './ManagedContentOrchestrationDefinitionRepresentation';
3
+ export declare const TTL = 3600000;
4
+ export declare const VERSION = "d2a7fad15081fd4cd737c942d3e7e5a7";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentOrchestrationDefinitionCollectionRepresentation, existing: ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ orchestrationDefinitions: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ManagedContentOrchestrationDefinitionCollectionRepresentation, existing: ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ orchestrationDefinitions?: $64$luvio_engine_LinkSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized, incoming: ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: ManagedContentOrchestrationDefinitionCollectionRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationDefinitionCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
22
+ /**
23
+ * Managed content orchestration definition collection representation.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ManagedContentOrchestrationDefinitionCollectionRepresentationNormalized {
29
+ /** Uri to the current page of Managed content orchestration definitions. */
30
+ currentPageUri: string;
31
+ /** Uri to the next page of Managed content orchestration definitions. */
32
+ nextPageUri: string | null;
33
+ /** Managed content orchestration definitions. */
34
+ orchestrationDefinitions: Array<$64$luvio_engine_StoreLink>;
35
+ /** Uri to the previous page of Managed content orchestration definitions. */
36
+ previousPageUri: string | null;
37
+ /** Total number of Managed content orchestration definitions. */
38
+ totalDefinitions: number;
39
+ }
40
+ /**
41
+ * Managed content orchestration definition collection representation.
42
+ *
43
+ * Keys:
44
+ * (none)
45
+ */
46
+ export interface ManagedContentOrchestrationDefinitionCollectionRepresentation {
47
+ currentPageUri: string;
48
+ nextPageUri: string | null;
49
+ orchestrationDefinitions: Array<ManagedContentOrchestrationDefinitionRepresentation_ManagedContentOrchestrationDefinitionRepresentation>;
50
+ previousPageUri: string | null;
51
+ totalDefinitions: number;
52
+ }
@@ -1,51 +1,51 @@
1
- import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const TTL = 3600000;
3
- export declare const VERSION = "4972d9e3ead7c764617c098f7cdf912c";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
- id: string;
8
- }
9
- export type ManagedContentOrchestrationDefinitionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
- export type PartialManagedContentOrchestrationDefinitionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
- export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
- export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ManagedContentOrchestrationDefinitionRepresentationNormalizedKeyMetadata;
13
- export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ManagedContentOrchestrationDefinitionRepresentation): string;
14
- export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ManagedContentOrchestrationDefinitionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
- export declare function normalize(input: ManagedContentOrchestrationDefinitionRepresentation, existing: ManagedContentOrchestrationDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationDefinitionRepresentationNormalized;
16
- export declare const select: () => $64$luvio_engine_FragmentSelection;
17
- export declare function equals(existing: ManagedContentOrchestrationDefinitionRepresentationNormalized, incoming: ManagedContentOrchestrationDefinitionRepresentationNormalized): boolean;
18
- export declare function deepFreeze(input: ManagedContentOrchestrationDefinitionRepresentation): void;
19
- export declare const ingest: $64$luvio_engine_ResourceIngest;
20
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
- /**
22
- * Managed content orchestration definition representation.
23
- *
24
- * Keys:
25
- * id (string): developerName
26
- */
27
- export interface ManagedContentOrchestrationDefinitionRepresentationNormalized {
28
- /** Managed content orchestration definition ID. */
29
- definitionId: string;
30
- /** Managed content orchestration description. */
31
- description: string | null;
32
- /** Managed content orchestration developer name. */
33
- developerName: string;
34
- /** Managed content orchestration label. */
35
- label: string;
36
- /** Managed content orchestration version ID. */
37
- versionId: string;
38
- }
39
- /**
40
- * Managed content orchestration definition representation.
41
- *
42
- * Keys:
43
- * id (string): developerName
44
- */
45
- export interface ManagedContentOrchestrationDefinitionRepresentation {
46
- definitionId: string;
47
- description: string | null;
48
- developerName: string;
49
- label: string;
50
- versionId: string;
51
- }
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 3600000;
3
+ export declare const VERSION = "4972d9e3ead7c764617c098f7cdf912c";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type ManagedContentOrchestrationDefinitionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialManagedContentOrchestrationDefinitionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ManagedContentOrchestrationDefinitionRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ManagedContentOrchestrationDefinitionRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ManagedContentOrchestrationDefinitionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: ManagedContentOrchestrationDefinitionRepresentation, existing: ManagedContentOrchestrationDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationDefinitionRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: ManagedContentOrchestrationDefinitionRepresentationNormalized, incoming: ManagedContentOrchestrationDefinitionRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: ManagedContentOrchestrationDefinitionRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ /**
22
+ * Managed content orchestration definition representation.
23
+ *
24
+ * Keys:
25
+ * id (string): developerName
26
+ */
27
+ export interface ManagedContentOrchestrationDefinitionRepresentationNormalized {
28
+ /** Managed content orchestration definition ID. */
29
+ definitionId: string;
30
+ /** Managed content orchestration description. */
31
+ description: string | null;
32
+ /** Managed content orchestration developer name. */
33
+ developerName: string;
34
+ /** Managed content orchestration label. */
35
+ label: string;
36
+ /** Managed content orchestration version ID. */
37
+ versionId: string;
38
+ }
39
+ /**
40
+ * Managed content orchestration definition representation.
41
+ *
42
+ * Keys:
43
+ * id (string): developerName
44
+ */
45
+ export interface ManagedContentOrchestrationDefinitionRepresentation {
46
+ definitionId: string;
47
+ description: string | null;
48
+ developerName: string;
49
+ label: string;
50
+ versionId: string;
51
+ }
@@ -1,40 +1,40 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- import { ManagedContentOrchestrationInstanceRepresentation as ManagedContentOrchestrationInstanceRepresentation_ManagedContentOrchestrationInstanceRepresentation } from './ManagedContentOrchestrationInstanceRepresentation';
3
- export declare const TTL = 100;
4
- export declare const VERSION = "f9f67586e8cd826574cc122b14ced0e8";
5
- export declare function validate(obj: any, path?: string): TypeError | null;
6
- export declare const RepresentationType: string;
7
- export declare function normalize(input: ManagedContentOrchestrationInstanceCollectionRepresentation, existing: ManagedContentOrchestrationInstanceCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationInstanceCollectionRepresentationNormalized;
8
- export interface DynamicIngestParams {
9
- orchestrationInstances: $64$luvio_engine_ResourceIngest;
10
- }
11
- export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ManagedContentOrchestrationInstanceCollectionRepresentation, existing: ManagedContentOrchestrationInstanceCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ManagedContentOrchestrationInstanceCollectionRepresentationNormalized;
12
- export declare const select: () => $64$luvio_engine_FragmentSelection;
13
- export interface DynamicSelectParams {
14
- orchestrationInstances?: $64$luvio_engine_LinkSelection;
15
- }
16
- export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
- export declare function equals(existing: ManagedContentOrchestrationInstanceCollectionRepresentationNormalized, incoming: ManagedContentOrchestrationInstanceCollectionRepresentationNormalized): boolean;
18
- export declare function deepFreeze(input: ManagedContentOrchestrationInstanceCollectionRepresentation): void;
19
- export declare const ingest: $64$luvio_engine_ResourceIngest;
20
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationInstanceCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
- export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
22
- /**
23
- * Managed content orchestration instance collection representation.
24
- *
25
- * Keys:
26
- * (none)
27
- */
28
- export interface ManagedContentOrchestrationInstanceCollectionRepresentationNormalized {
29
- /** Managed content orchestration instances. */
30
- orchestrationInstances: Array<$64$luvio_engine_StoreLink>;
31
- }
32
- /**
33
- * Managed content orchestration instance collection representation.
34
- *
35
- * Keys:
36
- * (none)
37
- */
38
- export interface ManagedContentOrchestrationInstanceCollectionRepresentation {
39
- orchestrationInstances: Array<ManagedContentOrchestrationInstanceRepresentation_ManagedContentOrchestrationInstanceRepresentation>;
40
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { ManagedContentOrchestrationInstanceRepresentation as ManagedContentOrchestrationInstanceRepresentation_ManagedContentOrchestrationInstanceRepresentation } from './ManagedContentOrchestrationInstanceRepresentation';
3
+ export declare const TTL = 100;
4
+ export declare const VERSION = "f9f67586e8cd826574cc122b14ced0e8";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentOrchestrationInstanceCollectionRepresentation, existing: ManagedContentOrchestrationInstanceCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationInstanceCollectionRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ orchestrationInstances: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ManagedContentOrchestrationInstanceCollectionRepresentation, existing: ManagedContentOrchestrationInstanceCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ManagedContentOrchestrationInstanceCollectionRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ orchestrationInstances?: $64$luvio_engine_LinkSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: ManagedContentOrchestrationInstanceCollectionRepresentationNormalized, incoming: ManagedContentOrchestrationInstanceCollectionRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: ManagedContentOrchestrationInstanceCollectionRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationInstanceCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
22
+ /**
23
+ * Managed content orchestration instance collection representation.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ManagedContentOrchestrationInstanceCollectionRepresentationNormalized {
29
+ /** Managed content orchestration instances. */
30
+ orchestrationInstances: Array<$64$luvio_engine_StoreLink>;
31
+ }
32
+ /**
33
+ * Managed content orchestration instance collection representation.
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface ManagedContentOrchestrationInstanceCollectionRepresentation {
39
+ orchestrationInstances: Array<ManagedContentOrchestrationInstanceRepresentation_ManagedContentOrchestrationInstanceRepresentation>;
40
+ }
@@ -1,32 +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 = "32bd9e20c9fd89ee3154eb89480cb9d5";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: ManagedContentOrchestrationInstanceInputRepresentation, existing: ManagedContentOrchestrationInstanceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationInstanceInputRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: ManagedContentOrchestrationInstanceInputRepresentationNormalized, incoming: ManagedContentOrchestrationInstanceInputRepresentationNormalized): boolean;
8
- export declare function deepFreeze(input: ManagedContentOrchestrationInstanceInputRepresentation): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationInstanceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * Input representation for Managed Content Orchestration Instance.
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface ManagedContentOrchestrationInstanceInputRepresentationNormalized {
18
- /** Managed Content Variant Id. */
19
- managedContentVariantId: string;
20
- /** Orchestration Definition Developer name. */
21
- orchestrationDefinitionDeveloperName: string;
22
- }
23
- /**
24
- * Input representation for Managed Content Orchestration Instance.
25
- *
26
- * Keys:
27
- * (none)
28
- */
29
- export interface ManagedContentOrchestrationInstanceInputRepresentation {
30
- managedContentVariantId: string;
31
- orchestrationDefinitionDeveloperName: string;
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 = "32bd9e20c9fd89ee3154eb89480cb9d5";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ManagedContentOrchestrationInstanceInputRepresentation, existing: ManagedContentOrchestrationInstanceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationInstanceInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ManagedContentOrchestrationInstanceInputRepresentationNormalized, incoming: ManagedContentOrchestrationInstanceInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ManagedContentOrchestrationInstanceInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationInstanceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for Managed Content Orchestration Instance.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ManagedContentOrchestrationInstanceInputRepresentationNormalized {
18
+ /** Managed Content Variant Id. */
19
+ managedContentVariantId: string;
20
+ /** Orchestration Definition Developer name. */
21
+ orchestrationDefinitionDeveloperName: string;
22
+ }
23
+ /**
24
+ * Input representation for Managed Content Orchestration Instance.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ManagedContentOrchestrationInstanceInputRepresentation {
30
+ managedContentVariantId: string;
31
+ orchestrationDefinitionDeveloperName: string;
32
+ }
@@ -1,29 +1,29 @@
1
- import { ManagedContentOrchestrationInstanceInputRepresentation as ManagedContentOrchestrationInstanceInputRepresentation_ManagedContentOrchestrationInstanceInputRepresentation } from './ManagedContentOrchestrationInstanceInputRepresentation';
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 = "905a112b2d609cd9e2f3dc69f4a522cc";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export declare function normalize(input: ManagedContentOrchestrationInstanceInputWrapperRepresentation, existing: ManagedContentOrchestrationInstanceInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationInstanceInputWrapperRepresentationNormalized;
7
- export declare const select: () => $64$luvio_engine_FragmentSelection;
8
- export declare function equals(existing: ManagedContentOrchestrationInstanceInputWrapperRepresentationNormalized, incoming: ManagedContentOrchestrationInstanceInputWrapperRepresentationNormalized): boolean;
9
- export declare function deepFreeze(input: ManagedContentOrchestrationInstanceInputWrapperRepresentation): void;
10
- export declare const ingest: $64$luvio_engine_ResourceIngest;
11
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationInstanceInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
- /**
13
- * Wrapper around input representation for Managed Content Orchestration Instance.
14
- *
15
- * Keys:
16
- * (none)
17
- */
18
- export interface ManagedContentOrchestrationInstanceInputWrapperRepresentationNormalized {
19
- mContentOrchInstanceInput: ManagedContentOrchestrationInstanceInputRepresentation_ManagedContentOrchestrationInstanceInputRepresentation;
20
- }
21
- /**
22
- * Wrapper around input representation for Managed Content Orchestration Instance.
23
- *
24
- * Keys:
25
- * (none)
26
- */
27
- export interface ManagedContentOrchestrationInstanceInputWrapperRepresentation {
28
- mContentOrchInstanceInput: ManagedContentOrchestrationInstanceInputRepresentation_ManagedContentOrchestrationInstanceInputRepresentation;
29
- }
1
+ import { ManagedContentOrchestrationInstanceInputRepresentation as ManagedContentOrchestrationInstanceInputRepresentation_ManagedContentOrchestrationInstanceInputRepresentation } from './ManagedContentOrchestrationInstanceInputRepresentation';
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 = "905a112b2d609cd9e2f3dc69f4a522cc";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ManagedContentOrchestrationInstanceInputWrapperRepresentation, existing: ManagedContentOrchestrationInstanceInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationInstanceInputWrapperRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ManagedContentOrchestrationInstanceInputWrapperRepresentationNormalized, incoming: ManagedContentOrchestrationInstanceInputWrapperRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ManagedContentOrchestrationInstanceInputWrapperRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationInstanceInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Wrapper around input representation for Managed Content Orchestration Instance.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ManagedContentOrchestrationInstanceInputWrapperRepresentationNormalized {
19
+ mContentOrchInstanceInput: ManagedContentOrchestrationInstanceInputRepresentation_ManagedContentOrchestrationInstanceInputRepresentation;
20
+ }
21
+ /**
22
+ * Wrapper around input representation for Managed Content Orchestration Instance.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ManagedContentOrchestrationInstanceInputWrapperRepresentation {
28
+ mContentOrchInstanceInput: ManagedContentOrchestrationInstanceInputRepresentation_ManagedContentOrchestrationInstanceInputRepresentation;
29
+ }
@@ -1,55 +1,55 @@
1
- import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- import { ManagedContentOrchestrationDefinitionRepresentation as ManagedContentOrchestrationDefinitionRepresentation_ManagedContentOrchestrationDefinitionRepresentation } from './ManagedContentOrchestrationDefinitionRepresentation';
3
- export declare const TTL = 100;
4
- export declare const VERSION = "fd41d1688072d0b3d7e856f50ad268a8";
5
- export declare function validate(obj: any, path?: string): TypeError | null;
6
- export declare const RepresentationType: string;
7
- export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
- id: string;
9
- }
10
- export type ManagedContentOrchestrationInstanceRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
- export type PartialManagedContentOrchestrationInstanceRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
12
- export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
13
- export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ManagedContentOrchestrationInstanceRepresentationNormalizedKeyMetadata;
14
- export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ManagedContentOrchestrationInstanceRepresentation): string;
15
- export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ManagedContentOrchestrationInstanceRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
- export declare function normalize(input: ManagedContentOrchestrationInstanceRepresentation, existing: ManagedContentOrchestrationInstanceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationInstanceRepresentationNormalized;
17
- export interface DynamicIngestParams {
18
- orchestrationDefinition: $64$luvio_engine_ResourceIngest;
19
- }
20
- export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ManagedContentOrchestrationInstanceRepresentation, existing: ManagedContentOrchestrationInstanceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ManagedContentOrchestrationInstanceRepresentationNormalized;
21
- export declare const select: () => $64$luvio_engine_FragmentSelection;
22
- export interface DynamicSelectParams {
23
- orchestrationDefinition?: $64$luvio_engine_LinkSelection;
24
- }
25
- export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
26
- export declare function equals(existing: ManagedContentOrchestrationInstanceRepresentationNormalized, incoming: ManagedContentOrchestrationInstanceRepresentationNormalized): boolean;
27
- export declare function deepFreeze(input: ManagedContentOrchestrationInstanceRepresentation): void;
28
- export declare const ingest: $64$luvio_engine_ResourceIngest;
29
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationInstanceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
30
- export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
31
- /**
32
- * Managed content orchestration instance representation.
33
- *
34
- * Keys:
35
- * id (string): managedContentVariantId
36
- */
37
- export interface ManagedContentOrchestrationInstanceRepresentationNormalized {
38
- /** Managed content orchestration instance ID. */
39
- managedContentOrchestrationInstanceId: string;
40
- /** Managed Content Variant ID. */
41
- managedContentVariantId: string;
42
- /** Managed content orchestration definition. */
43
- orchestrationDefinition: $64$luvio_engine_StoreLink;
44
- }
45
- /**
46
- * Managed content orchestration instance representation.
47
- *
48
- * Keys:
49
- * id (string): managedContentVariantId
50
- */
51
- export interface ManagedContentOrchestrationInstanceRepresentation {
52
- managedContentOrchestrationInstanceId: string;
53
- managedContentVariantId: string;
54
- orchestrationDefinition: ManagedContentOrchestrationDefinitionRepresentation_ManagedContentOrchestrationDefinitionRepresentation;
55
- }
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { ManagedContentOrchestrationDefinitionRepresentation as ManagedContentOrchestrationDefinitionRepresentation_ManagedContentOrchestrationDefinitionRepresentation } from './ManagedContentOrchestrationDefinitionRepresentation';
3
+ export declare const TTL = 100;
4
+ export declare const VERSION = "fd41d1688072d0b3d7e856f50ad268a8";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
+ id: string;
9
+ }
10
+ export type ManagedContentOrchestrationInstanceRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialManagedContentOrchestrationInstanceRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ManagedContentOrchestrationInstanceRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ManagedContentOrchestrationInstanceRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ManagedContentOrchestrationInstanceRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: ManagedContentOrchestrationInstanceRepresentation, existing: ManagedContentOrchestrationInstanceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentOrchestrationInstanceRepresentationNormalized;
17
+ export interface DynamicIngestParams {
18
+ orchestrationDefinition: $64$luvio_engine_ResourceIngest;
19
+ }
20
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ManagedContentOrchestrationInstanceRepresentation, existing: ManagedContentOrchestrationInstanceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ManagedContentOrchestrationInstanceRepresentationNormalized;
21
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
22
+ export interface DynamicSelectParams {
23
+ orchestrationDefinition?: $64$luvio_engine_LinkSelection;
24
+ }
25
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
26
+ export declare function equals(existing: ManagedContentOrchestrationInstanceRepresentationNormalized, incoming: ManagedContentOrchestrationInstanceRepresentationNormalized): boolean;
27
+ export declare function deepFreeze(input: ManagedContentOrchestrationInstanceRepresentation): void;
28
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
29
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentOrchestrationInstanceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
30
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
31
+ /**
32
+ * Managed content orchestration instance representation.
33
+ *
34
+ * Keys:
35
+ * id (string): managedContentVariantId
36
+ */
37
+ export interface ManagedContentOrchestrationInstanceRepresentationNormalized {
38
+ /** Managed content orchestration instance ID. */
39
+ managedContentOrchestrationInstanceId: string;
40
+ /** Managed Content Variant ID. */
41
+ managedContentVariantId: string;
42
+ /** Managed content orchestration definition. */
43
+ orchestrationDefinition: $64$luvio_engine_StoreLink;
44
+ }
45
+ /**
46
+ * Managed content orchestration instance representation.
47
+ *
48
+ * Keys:
49
+ * id (string): managedContentVariantId
50
+ */
51
+ export interface ManagedContentOrchestrationInstanceRepresentation {
52
+ managedContentOrchestrationInstanceId: string;
53
+ managedContentVariantId: string;
54
+ orchestrationDefinition: ManagedContentOrchestrationDefinitionRepresentation_ManagedContentOrchestrationDefinitionRepresentation;
55
+ }
@@ -1,31 +1,31 @@
1
- import { ManagedContentRunningOrchestrationHistoryEventRepresentation as ManagedContentRunningOrchestrationHistoryEventRepresentation_ManagedContentRunningOrchestrationHistoryEventRepresentation } from './ManagedContentRunningOrchestrationHistoryEventRepresentation';
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 TTL = 100;
4
- export declare const VERSION = "8d2b53591bb32ebdac40a28e64c15c48";
5
- export declare function validate(obj: any, path?: string): TypeError | null;
6
- export declare const RepresentationType: string;
7
- export declare function normalize(input: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentation, existing: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentRunningOrchestrationHistoryEventCollectionRepresentationNormalized;
8
- export declare const select: () => $64$luvio_engine_FragmentSelection;
9
- export declare function equals(existing: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentationNormalized, incoming: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentationNormalized): boolean;
10
- export declare function deepFreeze(input: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentation): void;
11
- export declare const ingest: $64$luvio_engine_ResourceIngest;
12
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
- /**
14
- * Managed content running orchestration history event collection representation.
15
- *
16
- * Keys:
17
- * (none)
18
- */
19
- export interface ManagedContentRunningOrchestrationHistoryEventCollectionRepresentationNormalized {
20
- /** Managed content running orchestration history events */
21
- historyEvents: Array<ManagedContentRunningOrchestrationHistoryEventRepresentation_ManagedContentRunningOrchestrationHistoryEventRepresentation>;
22
- }
23
- /**
24
- * Managed content running orchestration history event collection representation.
25
- *
26
- * Keys:
27
- * (none)
28
- */
29
- export interface ManagedContentRunningOrchestrationHistoryEventCollectionRepresentation {
30
- historyEvents: Array<ManagedContentRunningOrchestrationHistoryEventRepresentation_ManagedContentRunningOrchestrationHistoryEventRepresentation>;
31
- }
1
+ import { ManagedContentRunningOrchestrationHistoryEventRepresentation as ManagedContentRunningOrchestrationHistoryEventRepresentation_ManagedContentRunningOrchestrationHistoryEventRepresentation } from './ManagedContentRunningOrchestrationHistoryEventRepresentation';
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 TTL = 100;
4
+ export declare const VERSION = "8d2b53591bb32ebdac40a28e64c15c48";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentation, existing: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentRunningOrchestrationHistoryEventCollectionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentationNormalized, incoming: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentationNormalized): boolean;
10
+ export declare function deepFreeze(input: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentation): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManagedContentRunningOrchestrationHistoryEventCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Managed content running orchestration history event collection representation.
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ManagedContentRunningOrchestrationHistoryEventCollectionRepresentationNormalized {
20
+ /** Managed content running orchestration history events */
21
+ historyEvents: Array<ManagedContentRunningOrchestrationHistoryEventRepresentation_ManagedContentRunningOrchestrationHistoryEventRepresentation>;
22
+ }
23
+ /**
24
+ * Managed content running orchestration history event collection representation.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ManagedContentRunningOrchestrationHistoryEventCollectionRepresentation {
30
+ historyEvents: Array<ManagedContentRunningOrchestrationHistoryEventRepresentation_ManagedContentRunningOrchestrationHistoryEventRepresentation>;
31
+ }