@salesforce/lds-adapters-service-ecm 1.342.0 → 1.344.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 (20) hide show
  1. package/dist/es/es2018/service-ecm.js +1346 -138
  2. package/dist/es/es2018/types/src/generated/adapters/createCatalogItem.d.ts +5 -0
  3. package/dist/es/es2018/types/src/generated/adapters/updateCatalogItem.d.ts +5 -0
  4. package/dist/es/es2018/types/src/generated/resources/patchConnectServiceAutomationCatalogCatalogItemByCatalogItemId.d.ts +5 -0
  5. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationCatalogCatalogItem.d.ts +5 -0
  6. package/dist/es/es2018/types/src/generated/types/AgentActionInputRepresentation.d.ts +37 -0
  7. package/dist/es/es2018/types/src/generated/types/AgentActionOutputRepresentation.d.ts +34 -0
  8. package/dist/es/es2018/types/src/generated/types/CatalogItemCreateInputRepresentation.d.ts +12 -1
  9. package/dist/es/es2018/types/src/generated/types/CatalogItemOutputRepresentation.d.ts +12 -1
  10. package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateInputRepresentation.d.ts +12 -1
  11. package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentation.d.ts +34 -0
  12. package/dist/es/es2018/types/src/generated/types/ProductDetailsOutputRepresentation.d.ts +31 -0
  13. package/dist/es/es2018/types/src/generated/types/ProductRequestCreateInputRepresentation.d.ts +46 -0
  14. package/dist/es/es2018/types/src/generated/types/ProductRequestOutputRepresentation.d.ts +47 -0
  15. package/dist/es/es2018/types/src/generated/types/ProductRequestUpdateInputRepresentation.d.ts +49 -0
  16. package/dist/es/es2018/types/src/generated/types/SectionInputRepresentation.d.ts +40 -0
  17. package/dist/es/es2018/types/src/generated/types/SectionOutputRepresentation.d.ts +4 -1
  18. package/package.json +3 -3
  19. package/sfdc/index.js +1347 -139
  20. package/src/raml/api.raml +286 -2
@@ -1,5 +1,6 @@
1
1
  import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
2
  import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { AgentActionInputRepresentation as types_AgentActionInputRepresentation_AgentActionInputRepresentation } from '../types/AgentActionInputRepresentation';
3
4
  import { KnowledgeArticleInputRepresentation as types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from '../types/KnowledgeArticleInputRepresentation';
4
5
  import { CatalogItemAttributeInputRepresentation as types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from '../types/CatalogItemAttributeInputRepresentation';
5
6
  import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
@@ -7,12 +8,14 @@ import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputReprese
7
8
  import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
8
9
  import { IntegrationDefInputRepresentation as types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from '../types/IntegrationDefInputRepresentation';
9
10
  import { PreprocessorInputRepresentation as types_PreprocessorInputRepresentation_PreprocessorInputRepresentation } from '../types/PreprocessorInputRepresentation';
11
+ import { ProductRequestCreateInputRepresentation as types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from '../types/ProductRequestCreateInputRepresentation';
10
12
  import { ResourceRequestConfig as resources_postConnectServiceAutomationCatalogCatalogItem_ResourceRequestConfig } from '../resources/postConnectServiceAutomationCatalogCatalogItem';
11
13
  import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
12
14
  export declare const adapterName = "createCatalogItem";
13
15
  export declare const createCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
14
16
  export declare const createCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
15
17
  export interface CreateCatalogItemConfig {
18
+ agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
16
19
  associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
17
20
  attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
18
21
  contextDefinitionDevNameOrId?: string | null;
@@ -25,6 +28,8 @@ export interface CreateCatalogItemConfig {
25
28
  isActive?: boolean | null;
26
29
  name?: string | null;
27
30
  preProcessors?: Array<types_PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
31
+ productRequests?: Array<types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
32
+ targetObject: string | null;
28
33
  usedFor?: string | null;
29
34
  }
30
35
  export declare const createResourceParams: (config: CreateCatalogItemConfig) => resources_postConnectServiceAutomationCatalogCatalogItem_ResourceRequestConfig;
@@ -1,5 +1,6 @@
1
1
  import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
2
  import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { AgentActionInputRepresentation as types_AgentActionInputRepresentation_AgentActionInputRepresentation } from '../types/AgentActionInputRepresentation';
3
4
  import { KnowledgeArticleInputRepresentation as types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from '../types/KnowledgeArticleInputRepresentation';
4
5
  import { CatalogItemAttributeInputRepresentation as types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from '../types/CatalogItemAttributeInputRepresentation';
5
6
  import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
@@ -7,6 +8,7 @@ import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputReprese
7
8
  import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
8
9
  import { IntegrationDefInputRepresentation as types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from '../types/IntegrationDefInputRepresentation';
9
10
  import { PreprocessorInputRepresentation as types_PreprocessorInputRepresentation_PreprocessorInputRepresentation } from '../types/PreprocessorInputRepresentation';
11
+ import { ProductRequestCreateInputRepresentation as types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from '../types/ProductRequestCreateInputRepresentation';
10
12
  import { ResourceRequestConfig as resources_patchConnectServiceAutomationCatalogCatalogItemByCatalogItemId_ResourceRequestConfig } from '../resources/patchConnectServiceAutomationCatalogCatalogItemByCatalogItemId';
11
13
  import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
12
14
  export declare const adapterName = "updateCatalogItem";
@@ -14,6 +16,7 @@ export declare const updateCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_
14
16
  export declare const updateCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
15
17
  export interface UpdateCatalogItemConfig {
16
18
  catalogItemId: string;
19
+ agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
17
20
  productId?: string | null;
18
21
  associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
19
22
  attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
@@ -27,6 +30,8 @@ export interface UpdateCatalogItemConfig {
27
30
  isActive?: boolean | null;
28
31
  name?: string | null;
29
32
  preProcessors?: Array<types_PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
33
+ productRequests?: Array<types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
34
+ targetObject?: string | null;
30
35
  usedFor?: string | null;
31
36
  }
32
37
  export declare const createResourceParams: (config: UpdateCatalogItemConfig) => resources_patchConnectServiceAutomationCatalogCatalogItemByCatalogItemId_ResourceRequestConfig;
@@ -1,3 +1,4 @@
1
+ import { AgentActionInputRepresentation as types_AgentActionInputRepresentation_AgentActionInputRepresentation } from '../types/AgentActionInputRepresentation';
1
2
  import { KnowledgeArticleInputRepresentation as types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from '../types/KnowledgeArticleInputRepresentation';
2
3
  import { CatalogItemAttributeInputRepresentation as types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from '../types/CatalogItemAttributeInputRepresentation';
3
4
  import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
@@ -5,6 +6,7 @@ import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputReprese
5
6
  import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
6
7
  import { IntegrationDefInputRepresentation as types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from '../types/IntegrationDefInputRepresentation';
7
8
  import { PreprocessorInputRepresentation as types_PreprocessorInputRepresentation_PreprocessorInputRepresentation } from '../types/PreprocessorInputRepresentation';
9
+ import { ProductRequestCreateInputRepresentation as types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from '../types/ProductRequestCreateInputRepresentation';
8
10
  import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
9
11
  import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
10
12
  export interface ResourceRequestConfig {
@@ -12,6 +14,7 @@ export interface ResourceRequestConfig {
12
14
  catalogItemId: string;
13
15
  };
14
16
  body: {
17
+ agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
15
18
  productId?: string | null;
16
19
  associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
17
20
  attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
@@ -25,6 +28,8 @@ export interface ResourceRequestConfig {
25
28
  isActive?: boolean | null;
26
29
  name?: string | null;
27
30
  preProcessors?: Array<types_PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
31
+ productRequests?: Array<types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
32
+ targetObject?: string | null;
28
33
  usedFor?: string | null;
29
34
  };
30
35
  }
@@ -1,3 +1,4 @@
1
+ import { AgentActionInputRepresentation as types_AgentActionInputRepresentation_AgentActionInputRepresentation } from '../types/AgentActionInputRepresentation';
1
2
  import { KnowledgeArticleInputRepresentation as types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from '../types/KnowledgeArticleInputRepresentation';
2
3
  import { CatalogItemAttributeInputRepresentation as types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from '../types/CatalogItemAttributeInputRepresentation';
3
4
  import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
@@ -5,10 +6,12 @@ import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputReprese
5
6
  import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
6
7
  import { IntegrationDefInputRepresentation as types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from '../types/IntegrationDefInputRepresentation';
7
8
  import { PreprocessorInputRepresentation as types_PreprocessorInputRepresentation_PreprocessorInputRepresentation } from '../types/PreprocessorInputRepresentation';
9
+ import { ProductRequestCreateInputRepresentation as types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from '../types/ProductRequestCreateInputRepresentation';
8
10
  import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
9
11
  import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
10
12
  export interface ResourceRequestConfig {
11
13
  body: {
14
+ agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
12
15
  associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
13
16
  attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
14
17
  contextDefinitionDevNameOrId?: string | null;
@@ -21,6 +24,8 @@ export interface ResourceRequestConfig {
21
24
  isActive?: boolean | null;
22
25
  name?: string | null;
23
26
  preProcessors?: Array<types_PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
27
+ productRequests?: Array<types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
28
+ targetObject: string | null;
24
29
  usedFor?: string | null;
25
30
  };
26
31
  }
@@ -0,0 +1,37 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "c6f2215961ddefbad25777fd17655d0f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AgentActionInputRepresentation, existing: AgentActionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AgentActionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AgentActionInputRepresentationNormalized, incoming: AgentActionInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AgentActionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Agent Action
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AgentActionInputRepresentationNormalized {
17
+ /** The ID of the Agent Action */
18
+ agentActionId?: string | null;
19
+ /** The ID of the Product Configuration Flow associated */
20
+ id?: string | null;
21
+ /** The operation type for the updation or addition */
22
+ operationType?: string | null;
23
+ /** The Agent Action status for the service process */
24
+ status?: string | null;
25
+ }
26
+ /**
27
+ * Input Representation for Agent Action
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface AgentActionInputRepresentation {
33
+ agentActionId?: string | null;
34
+ id?: string | null;
35
+ operationType?: string | null;
36
+ status?: string | null;
37
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "ac94c0c52190d3f2f063659052e5b46e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AgentActionOutputRepresentation, existing: AgentActionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AgentActionOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AgentActionOutputRepresentationNormalized, incoming: AgentActionOutputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AgentActionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output Representation for Agent Action
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AgentActionOutputRepresentationNormalized {
17
+ /** Agent Action Id */
18
+ agentActionId?: string | null;
19
+ /** Product Configuration Flow Id */
20
+ id?: string | null;
21
+ /** Status for the Agent Action */
22
+ status?: string | null;
23
+ }
24
+ /**
25
+ * Output Representation for Agent Action
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface AgentActionOutputRepresentation {
31
+ agentActionId?: string | null;
32
+ id?: string | null;
33
+ status?: string | null;
34
+ }
@@ -1,3 +1,4 @@
1
+ import { AgentActionInputRepresentation as AgentActionInputRepresentation_AgentActionInputRepresentation } from './AgentActionInputRepresentation';
1
2
  import { KnowledgeArticleInputRepresentation as KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from './KnowledgeArticleInputRepresentation';
2
3
  import { CatalogItemAttributeInputRepresentation as CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from './CatalogItemAttributeInputRepresentation';
3
4
  import { EligibilityRulesInputRepresentation as EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from './EligibilityRulesInputRepresentation';
@@ -5,8 +6,9 @@ import { FulfillmentFlowInputRepresentation as FulfillmentFlowInputRepresentatio
5
6
  import { IntakeFormInputRepresentation as IntakeFormInputRepresentation_IntakeFormInputRepresentation } from './IntakeFormInputRepresentation';
6
7
  import { IntegrationDefInputRepresentation as IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from './IntegrationDefInputRepresentation';
7
8
  import { PreprocessorInputRepresentation as PreprocessorInputRepresentation_PreprocessorInputRepresentation } from './PreprocessorInputRepresentation';
9
+ import { ProductRequestCreateInputRepresentation as ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from './ProductRequestCreateInputRepresentation';
8
10
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
9
- export declare const VERSION = "7f6639d67b9508e2ddf7bc20c6fa2a59";
11
+ export declare const VERSION = "6c4eda123b451760140c3488d221ab4d";
10
12
  export declare function validate(obj: any, path?: string): TypeError | null;
11
13
  export declare const RepresentationType: string;
12
14
  export declare function normalize(input: CatalogItemCreateInputRepresentation, existing: CatalogItemCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemCreateInputRepresentationNormalized;
@@ -21,6 +23,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
21
23
  * (none)
22
24
  */
23
25
  export interface CatalogItemCreateInputRepresentationNormalized {
26
+ /** Agent Action for the Catalog Item */
27
+ agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
24
28
  /** Knowledge Articles */
25
29
  associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
26
30
  /** Attribute List */
@@ -45,6 +49,10 @@ export interface CatalogItemCreateInputRepresentationNormalized {
45
49
  name?: string | null;
46
50
  /** Pre-Processor */
47
51
  preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
52
+ /** ProductRequests */
53
+ productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
54
+ /** TargetObject */
55
+ targetObject: string | null;
48
56
  /** UsedFor */
49
57
  usedFor?: string | null;
50
58
  }
@@ -55,6 +63,7 @@ export interface CatalogItemCreateInputRepresentationNormalized {
55
63
  * (none)
56
64
  */
57
65
  export interface CatalogItemCreateInputRepresentation {
66
+ agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
58
67
  associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
59
68
  attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
60
69
  contextDefinitionDevNameOrId?: string | null;
@@ -67,5 +76,7 @@ export interface CatalogItemCreateInputRepresentation {
67
76
  isActive?: boolean | null;
68
77
  name?: string | null;
69
78
  preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
79
+ productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
80
+ targetObject: string | null;
70
81
  usedFor?: string | null;
71
82
  }
@@ -1,13 +1,15 @@
1
+ import { AgentActionOutputRepresentation as AgentActionOutputRepresentation_AgentActionOutputRepresentation } from './AgentActionOutputRepresentation';
1
2
  import { AssociatedArticleOutputRepresentation as AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation } from './AssociatedArticleOutputRepresentation';
2
3
  import { EligibilityRuleOutputRepresentation as EligibilityRuleOutputRepresentation_EligibilityRuleOutputRepresentation } from './EligibilityRuleOutputRepresentation';
3
4
  import { FulfillmentFlowOutputRepresentation as FulfillmentFlowOutputRepresentation_FulfillmentFlowOutputRepresentation } from './FulfillmentFlowOutputRepresentation';
4
5
  import { IntakeFormOutputRepresentation as IntakeFormOutputRepresentation_IntakeFormOutputRepresentation } from './IntakeFormOutputRepresentation';
5
6
  import { IntegrationDefinitionOutputPresentation as IntegrationDefinitionOutputPresentation_IntegrationDefinitionOutputPresentation } from './IntegrationDefinitionOutputPresentation';
6
7
  import { PreprocessorOutputRepresentation as PreprocessorOutputRepresentation_PreprocessorOutputRepresentation } from './PreprocessorOutputRepresentation';
8
+ import { ProductRequestOutputRepresentation as ProductRequestOutputRepresentation_ProductRequestOutputRepresentation } from './ProductRequestOutputRepresentation';
7
9
  import { SectionOutputRepresentation as SectionOutputRepresentation_SectionOutputRepresentation } from './SectionOutputRepresentation';
8
10
  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';
9
11
  export declare const TTL = 6000;
10
- export declare const VERSION = "91c1f80fbd4a4186dfe055728a447aa8";
12
+ export declare const VERSION = "efbda596097be82303366398479b8fa4";
11
13
  export declare function validate(obj: any, path?: string): TypeError | null;
12
14
  export declare const RepresentationType: string;
13
15
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -31,6 +33,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
31
33
  * catalogItemId (string | null): catalogItemId
32
34
  */
33
35
  export interface CatalogItemOutputRepresentationNormalized {
36
+ /** Agent Action */
37
+ agentAction?: AgentActionOutputRepresentation_AgentActionOutputRepresentation | null;
34
38
  /** Knowledge Articles */
35
39
  associatedArticles?: Array<AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation | null>;
36
40
  /** Id of the Catalog Item */
@@ -57,8 +61,12 @@ export interface CatalogItemOutputRepresentationNormalized {
57
61
  preProcessors?: Array<PreprocessorOutputRepresentation_PreprocessorOutputRepresentation | null>;
58
62
  /** Product Id */
59
63
  productId?: string | null;
64
+ /** ProductRequests */
65
+ productRequests?: Array<ProductRequestOutputRepresentation_ProductRequestOutputRepresentation | null>;
60
66
  /** Attributes */
61
67
  section?: SectionOutputRepresentation_SectionOutputRepresentation | null;
68
+ /** Target Object */
69
+ targetObject?: string | null;
62
70
  /** usedFor of the Catalog Item */
63
71
  usedFor?: string | null;
64
72
  }
@@ -69,6 +77,7 @@ export interface CatalogItemOutputRepresentationNormalized {
69
77
  * catalogItemId (string | null): catalogItemId
70
78
  */
71
79
  export interface CatalogItemOutputRepresentation {
80
+ agentAction?: AgentActionOutputRepresentation_AgentActionOutputRepresentation | null;
72
81
  associatedArticles?: Array<AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation | null>;
73
82
  catalogItemId: string | null;
74
83
  contextDefinitionDevNameOrId?: string | null;
@@ -82,6 +91,8 @@ export interface CatalogItemOutputRepresentation {
82
91
  name?: string | null;
83
92
  preProcessors?: Array<PreprocessorOutputRepresentation_PreprocessorOutputRepresentation | null>;
84
93
  productId?: string | null;
94
+ productRequests?: Array<ProductRequestOutputRepresentation_ProductRequestOutputRepresentation | null>;
85
95
  section?: SectionOutputRepresentation_SectionOutputRepresentation | null;
96
+ targetObject?: string | null;
86
97
  usedFor?: string | null;
87
98
  }
@@ -1,3 +1,4 @@
1
+ import { AgentActionInputRepresentation as AgentActionInputRepresentation_AgentActionInputRepresentation } from './AgentActionInputRepresentation';
1
2
  import { KnowledgeArticleInputRepresentation as KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from './KnowledgeArticleInputRepresentation';
2
3
  import { CatalogItemAttributeInputRepresentation as CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from './CatalogItemAttributeInputRepresentation';
3
4
  import { EligibilityRulesInputRepresentation as EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from './EligibilityRulesInputRepresentation';
@@ -5,8 +6,9 @@ import { FulfillmentFlowInputRepresentation as FulfillmentFlowInputRepresentatio
5
6
  import { IntakeFormInputRepresentation as IntakeFormInputRepresentation_IntakeFormInputRepresentation } from './IntakeFormInputRepresentation';
6
7
  import { IntegrationDefInputRepresentation as IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from './IntegrationDefInputRepresentation';
7
8
  import { PreprocessorInputRepresentation as PreprocessorInputRepresentation_PreprocessorInputRepresentation } from './PreprocessorInputRepresentation';
9
+ import { ProductRequestCreateInputRepresentation as ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from './ProductRequestCreateInputRepresentation';
8
10
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
9
- export declare const VERSION = "9ec55d645981163200695a09e79f6687";
11
+ export declare const VERSION = "8dcbd8785277bacf2497dce77265c64f";
10
12
  export declare function validate(obj: any, path?: string): TypeError | null;
11
13
  export declare const RepresentationType: string;
12
14
  export declare function normalize(input: CatalogItemUpdateInputRepresentation, existing: CatalogItemUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemUpdateInputRepresentationNormalized;
@@ -21,6 +23,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
21
23
  * (none)
22
24
  */
23
25
  export interface CatalogItemUpdateInputRepresentationNormalized {
26
+ /** Agent Action for the Catalog Item */
27
+ agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
24
28
  /** Knowledge Articles */
25
29
  associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
26
30
  /** Attribute List */
@@ -47,6 +51,10 @@ export interface CatalogItemUpdateInputRepresentationNormalized {
47
51
  preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
48
52
  /** The ID of the catalog Item */
49
53
  productId?: string | null;
54
+ /** ProductRequests */
55
+ productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
56
+ /** Target Object */
57
+ targetObject?: string | null;
50
58
  /** UsedFor */
51
59
  usedFor?: string | null;
52
60
  }
@@ -57,6 +65,7 @@ export interface CatalogItemUpdateInputRepresentationNormalized {
57
65
  * (none)
58
66
  */
59
67
  export interface CatalogItemUpdateInputRepresentation {
68
+ agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
60
69
  associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
61
70
  attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
62
71
  contextDefinitionDevNameOrId?: string | null;
@@ -70,5 +79,7 @@ export interface CatalogItemUpdateInputRepresentation {
70
79
  name?: string | null;
71
80
  preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
72
81
  productId?: string | null;
82
+ productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
83
+ targetObject?: string | null;
73
84
  usedFor?: string | null;
74
85
  }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "f36afb2b1f37980bb295b54da53185b3";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductDetailsInputRepresentation, existing: ProductDetailsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductDetailsInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductDetailsInputRepresentationNormalized, incoming: ProductDetailsInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductDetailsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Product Details.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductDetailsInputRepresentationNormalized {
17
+ /** The id of the parent product */
18
+ id?: string | null;
19
+ /** The operation type of the catalog Item */
20
+ operationType?: string | null;
21
+ /** The id of the product */
22
+ productId?: string | null;
23
+ }
24
+ /**
25
+ * Input Representation for Product Details.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ProductDetailsInputRepresentation {
31
+ id?: string | null;
32
+ operationType?: string | null;
33
+ productId?: string | null;
34
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "237440975156389e5479f294d3d601de";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductDetailsOutputRepresentation, existing: ProductDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductDetailsOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductDetailsOutputRepresentationNormalized, incoming: ProductDetailsOutputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output Representation for Product Details
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductDetailsOutputRepresentationNormalized {
17
+ /** The id of the product request */
18
+ id?: string | null;
19
+ /** The id of the product */
20
+ productId?: string | null;
21
+ }
22
+ /**
23
+ * Output Representation for Product Details
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ProductDetailsOutputRepresentation {
29
+ id?: string | null;
30
+ productId?: string | null;
31
+ }
@@ -0,0 +1,46 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "a7ecd00e5d6c4fc15e453ecd43680538";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductRequestCreateInputRepresentation, existing: ProductRequestCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductRequestCreateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductRequestCreateInputRepresentationNormalized, incoming: ProductRequestCreateInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductRequestCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Product Request.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductRequestCreateInputRepresentationNormalized {
17
+ /** Operation Type of the product request section */
18
+ operationType?: string | null;
19
+ /** Product Details */
20
+ productDetails?: Array<unknown>;
21
+ /** Section Description */
22
+ sectionDescription?: string | null;
23
+ /** Section max count */
24
+ sectionMaxCount?: number | null;
25
+ /** Section min count */
26
+ sectionMinCount?: number | null;
27
+ /** Section Name */
28
+ sectionName?: string | null;
29
+ /** Sequence */
30
+ sequence?: number | null;
31
+ }
32
+ /**
33
+ * Input Representation for Product Request.
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface ProductRequestCreateInputRepresentation {
39
+ operationType?: string | null;
40
+ productDetails?: Array<unknown>;
41
+ sectionDescription?: string | null;
42
+ sectionMaxCount?: number | null;
43
+ sectionMinCount?: number | null;
44
+ sectionName?: string | null;
45
+ sequence?: number | null;
46
+ }
@@ -0,0 +1,47 @@
1
+ import { ProductDetailsOutputRepresentation as ProductDetailsOutputRepresentation_ProductDetailsOutputRepresentation } from './ProductDetailsOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "dc18ee4b99b0510d2c89ddf9261ea1e7";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProductRequestOutputRepresentation, existing: ProductRequestOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductRequestOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProductRequestOutputRepresentationNormalized, incoming: ProductRequestOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductRequestOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output Representation for Product Request
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProductRequestOutputRepresentationNormalized {
18
+ /** Product Details */
19
+ productDetails?: Array<ProductDetailsOutputRepresentation_ProductDetailsOutputRepresentation>;
20
+ /** Section Description */
21
+ sectionDescription?: string | null;
22
+ /** Section Id */
23
+ sectionId?: string | null;
24
+ /** Section max count */
25
+ sectionMaxCount?: number | null;
26
+ /** Section min count */
27
+ sectionMinCount?: number | null;
28
+ /** Section Name */
29
+ sectionName?: string | null;
30
+ /** Sequence */
31
+ sequence?: number | null;
32
+ }
33
+ /**
34
+ * Output Representation for Product Request
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface ProductRequestOutputRepresentation {
40
+ productDetails?: Array<ProductDetailsOutputRepresentation_ProductDetailsOutputRepresentation>;
41
+ sectionDescription?: string | null;
42
+ sectionId?: string | null;
43
+ sectionMaxCount?: number | null;
44
+ sectionMinCount?: number | null;
45
+ sectionName?: string | null;
46
+ sequence?: number | null;
47
+ }
@@ -0,0 +1,49 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "03d0b85729aa7af493dc0a58d5dada5c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ProductRequestUpdateInputRepresentation, existing: ProductRequestUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductRequestUpdateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ProductRequestUpdateInputRepresentationNormalized, incoming: ProductRequestUpdateInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductRequestUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Product Request.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ProductRequestUpdateInputRepresentationNormalized {
17
+ /** Operation Type of the product request section */
18
+ operationType?: string | null;
19
+ /** Product Details */
20
+ productDetails?: Array<unknown>;
21
+ /** Section Description */
22
+ sectionDescription?: string | null;
23
+ /** Section Id */
24
+ sectionId?: string | null;
25
+ /** Section max count */
26
+ sectionMaxCount?: number | null;
27
+ /** Section min count */
28
+ sectionMinCount?: number | null;
29
+ /** Section Name */
30
+ sectionName?: string | null;
31
+ /** Section Sequence */
32
+ sequence?: number | null;
33
+ }
34
+ /**
35
+ * Input Representation for Product Request.
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface ProductRequestUpdateInputRepresentation {
41
+ operationType?: string | null;
42
+ productDetails?: Array<unknown>;
43
+ sectionDescription?: string | null;
44
+ sectionId?: string | null;
45
+ sectionMaxCount?: number | null;
46
+ sectionMinCount?: number | null;
47
+ sectionName?: string | null;
48
+ sequence?: number | null;
49
+ }
@@ -0,0 +1,40 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "d532846752caa696a68f0587f98638e0";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SectionInputRepresentation, existing: SectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SectionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SectionInputRepresentationNormalized, incoming: SectionInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for Sections
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SectionInputRepresentationNormalized {
17
+ /** Attributes associated with Section */
18
+ attributes?: Array<unknown>;
19
+ /** The Description of Section */
20
+ description?: string | null;
21
+ /** The ID of Section */
22
+ id?: string | null;
23
+ /** The Name of Section */
24
+ name?: string | null;
25
+ /** The operation type of the section */
26
+ operationType?: string | null;
27
+ }
28
+ /**
29
+ * Input Representation for Sections
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface SectionInputRepresentation {
35
+ attributes?: Array<unknown>;
36
+ description?: string | null;
37
+ id?: string | null;
38
+ name?: string | null;
39
+ operationType?: string | null;
40
+ }