@salesforce/lds-adapters-service-ecm 1.343.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.
@@ -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';
@@ -14,6 +15,7 @@ export declare const adapterName = "createCatalogItem";
14
15
  export declare const createCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
15
16
  export declare const createCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
16
17
  export interface CreateCatalogItemConfig {
18
+ agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
17
19
  associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
18
20
  attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
19
21
  contextDefinitionDevNameOrId?: string | null;
@@ -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';
@@ -15,6 +16,7 @@ export declare const updateCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_
15
16
  export declare const updateCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
16
17
  export interface UpdateCatalogItemConfig {
17
18
  catalogItemId: string;
19
+ agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
18
20
  productId?: string | null;
19
21
  associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
20
22
  attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
@@ -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';
@@ -13,6 +14,7 @@ export interface ResourceRequestConfig {
13
14
  catalogItemId: string;
14
15
  };
15
16
  body: {
17
+ agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
16
18
  productId?: string | null;
17
19
  associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
18
20
  attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
@@ -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';
@@ -10,6 +11,7 @@ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
10
11
  import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
11
12
  export interface ResourceRequestConfig {
12
13
  body: {
14
+ agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
13
15
  associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
14
16
  attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
15
17
  contextDefinitionDevNameOrId?: string | null;
@@ -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';
@@ -7,7 +8,7 @@ import { IntegrationDefInputRepresentation as IntegrationDefInputRepresentation_
7
8
  import { PreprocessorInputRepresentation as PreprocessorInputRepresentation_PreprocessorInputRepresentation } from './PreprocessorInputRepresentation';
8
9
  import { ProductRequestCreateInputRepresentation as ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from './ProductRequestCreateInputRepresentation';
9
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';
10
- export declare const VERSION = "e60b2477c1c0b55f8693a499b0669e8e";
11
+ export declare const VERSION = "6c4eda123b451760140c3488d221ab4d";
11
12
  export declare function validate(obj: any, path?: string): TypeError | null;
12
13
  export declare const RepresentationType: string;
13
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;
@@ -22,6 +23,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
22
23
  * (none)
23
24
  */
24
25
  export interface CatalogItemCreateInputRepresentationNormalized {
26
+ /** Agent Action for the Catalog Item */
27
+ agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
25
28
  /** Knowledge Articles */
26
29
  associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
27
30
  /** Attribute List */
@@ -60,6 +63,7 @@ export interface CatalogItemCreateInputRepresentationNormalized {
60
63
  * (none)
61
64
  */
62
65
  export interface CatalogItemCreateInputRepresentation {
66
+ agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
63
67
  associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
64
68
  attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
65
69
  contextDefinitionDevNameOrId?: string | null;
@@ -1,3 +1,4 @@
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';
@@ -8,7 +9,7 @@ import { ProductRequestOutputRepresentation as ProductRequestOutputRepresentatio
8
9
  import { SectionOutputRepresentation as SectionOutputRepresentation_SectionOutputRepresentation } from './SectionOutputRepresentation';
9
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';
10
11
  export declare const TTL = 6000;
11
- export declare const VERSION = "ee62476ce2bfdf8efe1a4acdb6b957f3";
12
+ export declare const VERSION = "efbda596097be82303366398479b8fa4";
12
13
  export declare function validate(obj: any, path?: string): TypeError | null;
13
14
  export declare const RepresentationType: string;
14
15
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -32,6 +33,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
32
33
  * catalogItemId (string | null): catalogItemId
33
34
  */
34
35
  export interface CatalogItemOutputRepresentationNormalized {
36
+ /** Agent Action */
37
+ agentAction?: AgentActionOutputRepresentation_AgentActionOutputRepresentation | null;
35
38
  /** Knowledge Articles */
36
39
  associatedArticles?: Array<AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation | null>;
37
40
  /** Id of the Catalog Item */
@@ -74,6 +77,7 @@ export interface CatalogItemOutputRepresentationNormalized {
74
77
  * catalogItemId (string | null): catalogItemId
75
78
  */
76
79
  export interface CatalogItemOutputRepresentation {
80
+ agentAction?: AgentActionOutputRepresentation_AgentActionOutputRepresentation | null;
77
81
  associatedArticles?: Array<AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation | null>;
78
82
  catalogItemId: string | null;
79
83
  contextDefinitionDevNameOrId?: string | null;
@@ -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';
@@ -7,7 +8,7 @@ import { IntegrationDefInputRepresentation as IntegrationDefInputRepresentation_
7
8
  import { PreprocessorInputRepresentation as PreprocessorInputRepresentation_PreprocessorInputRepresentation } from './PreprocessorInputRepresentation';
8
9
  import { ProductRequestCreateInputRepresentation as ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from './ProductRequestCreateInputRepresentation';
9
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';
10
- export declare const VERSION = "93eb1a813cf092a1f82fa2e86f5a2cdb";
11
+ export declare const VERSION = "8dcbd8785277bacf2497dce77265c64f";
11
12
  export declare function validate(obj: any, path?: string): TypeError | null;
12
13
  export declare const RepresentationType: string;
13
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;
@@ -22,6 +23,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
22
23
  * (none)
23
24
  */
24
25
  export interface CatalogItemUpdateInputRepresentationNormalized {
26
+ /** Agent Action for the Catalog Item */
27
+ agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
25
28
  /** Knowledge Articles */
26
29
  associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
27
30
  /** Attribute List */
@@ -62,6 +65,7 @@ export interface CatalogItemUpdateInputRepresentationNormalized {
62
65
  * (none)
63
66
  */
64
67
  export interface CatalogItemUpdateInputRepresentation {
68
+ agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
65
69
  associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
66
70
  attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
67
71
  contextDefinitionDevNameOrId?: string | null;
@@ -14,7 +14,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
14
14
  * (none)
15
15
  */
16
16
  export interface ProductDetailsInputRepresentationNormalized {
17
- /** The id of the product request */
17
+ /** The id of the parent product */
18
18
  id?: string | null;
19
19
  /** The operation type of the catalog Item */
20
20
  operationType?: string | null;
@@ -1,5 +1,5 @@
1
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 = "e68cf8430727a311815b154317f5519f";
2
+ export declare const VERSION = "a7ecd00e5d6c4fc15e453ecd43680538";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
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;
@@ -14,6 +14,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
14
14
  * (none)
15
15
  */
16
16
  export interface ProductRequestCreateInputRepresentationNormalized {
17
+ /** Operation Type of the product request section */
18
+ operationType?: string | null;
17
19
  /** Product Details */
18
20
  productDetails?: Array<unknown>;
19
21
  /** Section Description */
@@ -34,6 +36,7 @@ export interface ProductRequestCreateInputRepresentationNormalized {
34
36
  * (none)
35
37
  */
36
38
  export interface ProductRequestCreateInputRepresentation {
39
+ operationType?: string | null;
37
40
  productDetails?: Array<unknown>;
38
41
  sectionDescription?: string | null;
39
42
  sectionMaxCount?: number | null;
@@ -1,5 +1,5 @@
1
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 = "47878bd8b39181be2b0833b584319743";
2
+ export declare const VERSION = "03d0b85729aa7af493dc0a58d5dada5c";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
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;
@@ -14,6 +14,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
14
14
  * (none)
15
15
  */
16
16
  export interface ProductRequestUpdateInputRepresentationNormalized {
17
+ /** Operation Type of the product request section */
18
+ operationType?: string | null;
17
19
  /** Product Details */
18
20
  productDetails?: Array<unknown>;
19
21
  /** Section Description */
@@ -36,6 +38,7 @@ export interface ProductRequestUpdateInputRepresentationNormalized {
36
38
  * (none)
37
39
  */
38
40
  export interface ProductRequestUpdateInputRepresentation {
41
+ operationType?: string | null;
39
42
  productDetails?: Array<unknown>;
40
43
  sectionDescription?: string | null;
41
44
  sectionId?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-ecm",
3
- "version": "1.343.0",
3
+ "version": "1.344.0",
4
4
  "description": "Service Automation Request",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-ecm.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.343.0"
43
+ "@salesforce/lds-bindings": "^1.344.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.343.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.344.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {