@salesforce/lds-adapters-service-ecm 1.343.0 → 1.345.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.
- package/dist/es/es2018/service-ecm.js +641 -25
- package/dist/es/es2018/types/src/generated/adapters/createCatalogItem.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/adapters/updateCatalogItem.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectServiceAutomationCatalogCatalogItemByCatalogItemId.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationCatalogCatalogItem.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/types/AgentActionInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AgentActionOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemCreateInputRepresentation.d.ts +9 -1
- package/dist/es/es2018/types/src/generated/types/CatalogItemOutputRepresentation.d.ts +9 -2
- package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateInputRepresentation.d.ts +9 -1
- package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/ProductRequestCreateInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/ProductRequestUpdateInputRepresentation.d.ts +4 -1
- package/package.json +3 -3
- package/sfdc/index.js +642 -26
- package/src/raml/api.raml +98 -2
|
@@ -1,7 +1,9 @@
|
|
|
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';
|
|
6
|
+
import { SectionInputRepresentation as types_SectionInputRepresentation_SectionInputRepresentation } from '../types/SectionInputRepresentation';
|
|
5
7
|
import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
|
|
6
8
|
import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from '../types/FulfillmentFlowInputRepresentation';
|
|
7
9
|
import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
|
|
@@ -14,8 +16,10 @@ export declare const adapterName = "createCatalogItem";
|
|
|
14
16
|
export declare const createCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
15
17
|
export declare const createCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
16
18
|
export interface CreateCatalogItemConfig {
|
|
19
|
+
agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
17
20
|
associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
18
21
|
attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
22
|
+
sections?: Array<types_SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
19
23
|
contextDefinitionDevNameOrId?: string | null;
|
|
20
24
|
description?: string | null;
|
|
21
25
|
displayUrl?: string | null;
|
|
@@ -1,7 +1,9 @@
|
|
|
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';
|
|
6
|
+
import { SectionInputRepresentation as types_SectionInputRepresentation_SectionInputRepresentation } from '../types/SectionInputRepresentation';
|
|
5
7
|
import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
|
|
6
8
|
import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from '../types/FulfillmentFlowInputRepresentation';
|
|
7
9
|
import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
|
|
@@ -15,9 +17,11 @@ export declare const updateCatalogItem_ConfigPropertyMetadata: $64$luvio_engine_
|
|
|
15
17
|
export declare const updateCatalogItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
16
18
|
export interface UpdateCatalogItemConfig {
|
|
17
19
|
catalogItemId: string;
|
|
20
|
+
agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
18
21
|
productId?: string | null;
|
|
19
22
|
associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
20
23
|
attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
24
|
+
sections?: Array<types_SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
21
25
|
contextDefinitionDevNameOrId?: string | null;
|
|
22
26
|
description?: string | null;
|
|
23
27
|
displayUrl?: string | null;
|
|
@@ -1,5 +1,7 @@
|
|
|
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';
|
|
4
|
+
import { SectionInputRepresentation as types_SectionInputRepresentation_SectionInputRepresentation } from '../types/SectionInputRepresentation';
|
|
3
5
|
import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
|
|
4
6
|
import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from '../types/FulfillmentFlowInputRepresentation';
|
|
5
7
|
import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
|
|
@@ -13,9 +15,11 @@ export interface ResourceRequestConfig {
|
|
|
13
15
|
catalogItemId: string;
|
|
14
16
|
};
|
|
15
17
|
body: {
|
|
18
|
+
agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
16
19
|
productId?: string | null;
|
|
17
20
|
associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
18
21
|
attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
22
|
+
sections?: Array<types_SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
19
23
|
contextDefinitionDevNameOrId?: string | null;
|
|
20
24
|
description?: string | null;
|
|
21
25
|
displayUrl?: string | null;
|
|
@@ -1,5 +1,7 @@
|
|
|
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';
|
|
4
|
+
import { SectionInputRepresentation as types_SectionInputRepresentation_SectionInputRepresentation } from '../types/SectionInputRepresentation';
|
|
3
5
|
import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
|
|
4
6
|
import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from '../types/FulfillmentFlowInputRepresentation';
|
|
5
7
|
import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
|
|
@@ -10,8 +12,10 @@ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
|
|
|
10
12
|
import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
|
|
11
13
|
export interface ResourceRequestConfig {
|
|
12
14
|
body: {
|
|
15
|
+
agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
13
16
|
associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
14
17
|
attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
18
|
+
sections?: Array<types_SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
15
19
|
contextDefinitionDevNameOrId?: string | null;
|
|
16
20
|
description?: string | null;
|
|
17
21
|
displayUrl?: 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';
|
|
@@ -6,8 +7,9 @@ import { IntakeFormInputRepresentation as IntakeFormInputRepresentation_IntakeFo
|
|
|
6
7
|
import { IntegrationDefInputRepresentation as IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from './IntegrationDefInputRepresentation';
|
|
7
8
|
import { PreprocessorInputRepresentation as PreprocessorInputRepresentation_PreprocessorInputRepresentation } from './PreprocessorInputRepresentation';
|
|
8
9
|
import { ProductRequestCreateInputRepresentation as ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from './ProductRequestCreateInputRepresentation';
|
|
10
|
+
import { SectionInputRepresentation as SectionInputRepresentation_SectionInputRepresentation } from './SectionInputRepresentation';
|
|
9
11
|
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 = "
|
|
12
|
+
export declare const VERSION = "5300adef33d2824e13bbc06f52da0cca";
|
|
11
13
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
12
14
|
export declare const RepresentationType: string;
|
|
13
15
|
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 +24,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
22
24
|
* (none)
|
|
23
25
|
*/
|
|
24
26
|
export interface CatalogItemCreateInputRepresentationNormalized {
|
|
27
|
+
/** Agent Action for the Catalog Item */
|
|
28
|
+
agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
25
29
|
/** Knowledge Articles */
|
|
26
30
|
associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
27
31
|
/** Attribute List */
|
|
@@ -48,6 +52,8 @@ export interface CatalogItemCreateInputRepresentationNormalized {
|
|
|
48
52
|
preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
49
53
|
/** ProductRequests */
|
|
50
54
|
productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
|
|
55
|
+
/** Section List */
|
|
56
|
+
sections?: Array<SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
51
57
|
/** TargetObject */
|
|
52
58
|
targetObject: string | null;
|
|
53
59
|
/** UsedFor */
|
|
@@ -60,6 +66,7 @@ export interface CatalogItemCreateInputRepresentationNormalized {
|
|
|
60
66
|
* (none)
|
|
61
67
|
*/
|
|
62
68
|
export interface CatalogItemCreateInputRepresentation {
|
|
69
|
+
agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
63
70
|
associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
64
71
|
attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
65
72
|
contextDefinitionDevNameOrId?: string | null;
|
|
@@ -73,6 +80,7 @@ export interface CatalogItemCreateInputRepresentation {
|
|
|
73
80
|
name?: string | null;
|
|
74
81
|
preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
75
82
|
productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
|
|
83
|
+
sections?: Array<SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
76
84
|
targetObject: string | null;
|
|
77
85
|
usedFor?: string | null;
|
|
78
86
|
}
|
|
@@ -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 = "
|
|
12
|
+
export declare const VERSION = "9cce3c8a5131820b99e02e05c1d95d43";
|
|
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 */
|
|
@@ -60,8 +63,10 @@ export interface CatalogItemOutputRepresentationNormalized {
|
|
|
60
63
|
productId?: string | null;
|
|
61
64
|
/** ProductRequests */
|
|
62
65
|
productRequests?: Array<ProductRequestOutputRepresentation_ProductRequestOutputRepresentation | null>;
|
|
63
|
-
/**
|
|
66
|
+
/** Section */
|
|
64
67
|
section?: SectionOutputRepresentation_SectionOutputRepresentation | null;
|
|
68
|
+
/** Sections */
|
|
69
|
+
sections?: Array<SectionOutputRepresentation_SectionOutputRepresentation | null>;
|
|
65
70
|
/** Target Object */
|
|
66
71
|
targetObject?: string | null;
|
|
67
72
|
/** usedFor of the Catalog Item */
|
|
@@ -74,6 +79,7 @@ export interface CatalogItemOutputRepresentationNormalized {
|
|
|
74
79
|
* catalogItemId (string | null): catalogItemId
|
|
75
80
|
*/
|
|
76
81
|
export interface CatalogItemOutputRepresentation {
|
|
82
|
+
agentAction?: AgentActionOutputRepresentation_AgentActionOutputRepresentation | null;
|
|
77
83
|
associatedArticles?: Array<AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation | null>;
|
|
78
84
|
catalogItemId: string | null;
|
|
79
85
|
contextDefinitionDevNameOrId?: string | null;
|
|
@@ -89,6 +95,7 @@ export interface CatalogItemOutputRepresentation {
|
|
|
89
95
|
productId?: string | null;
|
|
90
96
|
productRequests?: Array<ProductRequestOutputRepresentation_ProductRequestOutputRepresentation | null>;
|
|
91
97
|
section?: SectionOutputRepresentation_SectionOutputRepresentation | null;
|
|
98
|
+
sections?: Array<SectionOutputRepresentation_SectionOutputRepresentation | null>;
|
|
92
99
|
targetObject?: string | null;
|
|
93
100
|
usedFor?: string | null;
|
|
94
101
|
}
|
|
@@ -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';
|
|
@@ -6,8 +7,9 @@ import { IntakeFormInputRepresentation as IntakeFormInputRepresentation_IntakeFo
|
|
|
6
7
|
import { IntegrationDefInputRepresentation as IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from './IntegrationDefInputRepresentation';
|
|
7
8
|
import { PreprocessorInputRepresentation as PreprocessorInputRepresentation_PreprocessorInputRepresentation } from './PreprocessorInputRepresentation';
|
|
8
9
|
import { ProductRequestCreateInputRepresentation as ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from './ProductRequestCreateInputRepresentation';
|
|
10
|
+
import { SectionInputRepresentation as SectionInputRepresentation_SectionInputRepresentation } from './SectionInputRepresentation';
|
|
9
11
|
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 = "
|
|
12
|
+
export declare const VERSION = "f46b69fa26d21cd3f4939ebd5f0baf46";
|
|
11
13
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
12
14
|
export declare const RepresentationType: string;
|
|
13
15
|
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 +24,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
22
24
|
* (none)
|
|
23
25
|
*/
|
|
24
26
|
export interface CatalogItemUpdateInputRepresentationNormalized {
|
|
27
|
+
/** Agent Action for the Catalog Item */
|
|
28
|
+
agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
25
29
|
/** Knowledge Articles */
|
|
26
30
|
associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
27
31
|
/** Attribute List */
|
|
@@ -50,6 +54,8 @@ export interface CatalogItemUpdateInputRepresentationNormalized {
|
|
|
50
54
|
productId?: string | null;
|
|
51
55
|
/** ProductRequests */
|
|
52
56
|
productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
|
|
57
|
+
/** Section List */
|
|
58
|
+
sections?: Array<SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
53
59
|
/** Target Object */
|
|
54
60
|
targetObject?: string | null;
|
|
55
61
|
/** UsedFor */
|
|
@@ -62,6 +68,7 @@ export interface CatalogItemUpdateInputRepresentationNormalized {
|
|
|
62
68
|
* (none)
|
|
63
69
|
*/
|
|
64
70
|
export interface CatalogItemUpdateInputRepresentation {
|
|
71
|
+
agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
65
72
|
associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
66
73
|
attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
67
74
|
contextDefinitionDevNameOrId?: string | null;
|
|
@@ -76,6 +83,7 @@ export interface CatalogItemUpdateInputRepresentation {
|
|
|
76
83
|
preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
77
84
|
productId?: string | null;
|
|
78
85
|
productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
|
|
86
|
+
sections?: Array<SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
79
87
|
targetObject?: string | null;
|
|
80
88
|
usedFor?: string | null;
|
|
81
89
|
}
|
|
@@ -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
|
|
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;
|
package/dist/es/es2018/types/src/generated/types/ProductRequestCreateInputRepresentation.d.ts
CHANGED
|
@@ -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 = "
|
|
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;
|
package/dist/es/es2018/types/src/generated/types/ProductRequestUpdateInputRepresentation.d.ts
CHANGED
|
@@ -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 = "
|
|
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.
|
|
3
|
+
"version": "1.345.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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.345.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.345.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|