@salesforce/lds-adapters-service-ecm 0.1.0-dev1
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/LICENSE.txt +82 -0
- package/dist/es/es2018/service-ecm.js +9423 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createAgentAction.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/createAgentFlow.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/createCatalogItem.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/adapters/deployTemplate.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/generateIntakeForm.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/generateOmniScript.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getAgentActions.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllServiceAutomationDep.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllServiceProcessTemplate.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getCatalogItem.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getServiceRequest.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/updateCatalogItem.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/adapters/updateEpcCategories.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationCatalogCatalogItemByCatalogItemId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationGenAiActions.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationServiceProcessGetAllTemplates.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationServiceRequestServiceCatalogRequestByServiceRequestId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectServiceAutomationCatalogCatalogItemByCatalogItemId.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectServiceAutomationCatalogCategoriesByCatalogId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationAgentAutolaunchedFlow.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationCatalogCatalogItem.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationGenAiActions.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationIntakeFormGenerateIntakeForm.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationIntakeFormGenerateIntakeOmniscript.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationQuery.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationTemplateDeployByTemplateId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/types/AgentActionAttributeOutputRepresentation.d.ts +64 -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/AgentAutolaunchedFlowInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowStatusRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AssociatedArticleOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeInputRepresentation.d.ts +74 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeOutputRepresentation.d.ts +77 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemCreateInputRepresentation.d.ts +86 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemOutputRepresentation.d.ts +101 -0
- package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateInputRepresentation.d.ts +89 -0
- package/dist/es/es2018/types/src/generated/types/CategoriesInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CategoryAndParentErrorOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CategoryAndParentOutputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/CategoryInput.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DeploymentOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionOutputRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionsOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/EligibilityRuleOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EligibilityRulesInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FilterInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FulfillmentFlowInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/FulfillmentFlowOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/GenerateIntakeFormInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/GenerateIntakeFormOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/GenericCustomObject.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/IntakeFormCreationInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/IntakeFormInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/IntakeFormOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/IntegrationDefInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/IntegrationDefinitionOutputPresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/KnowledgeArticleInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/OmniIntakeOutputRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/PicklistAttributeTypeInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/PicklistAttributeTypeOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PreprocessorInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/PreprocessorOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ProductDetailsOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ProductRequestCreateInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ProductRequestOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ProductRequestUpdateInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SectionInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SectionOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAutomationDepOutputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAutomationDepReadInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAutomationOutputRecordRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ServiceProcessTemplateOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ServiceProcessTemplatesOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ServiceRequestGetOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +9524 -0
- package/src/raml/api.raml +1712 -0
- package/src/raml/luvio.raml +101 -0
package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { PicklistAttributeTypeOutputRepresentation as PicklistAttributeTypeOutputRepresentation_PicklistAttributeTypeOutputRepresentation } from './PicklistAttributeTypeOutputRepresentation';
|
|
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 = "564fd7f64d997ab6ecc936f5787a27f9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CatalogItemAttributeOutputRepresentation, existing: CatalogItemAttributeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemAttributeOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CatalogItemAttributeOutputRepresentationNormalized, incoming: CatalogItemAttributeOutputRepresentationNormalized): 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: CatalogItemAttributeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation class for the Attributes of Catalog Item
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CatalogItemAttributeOutputRepresentationNormalized {
|
|
18
|
+
/** Attribute Api Name */
|
|
19
|
+
apiName?: string | null;
|
|
20
|
+
/** Attribute Data Type */
|
|
21
|
+
dataType?: string | null;
|
|
22
|
+
/** Attribute Default Value */
|
|
23
|
+
defaultValue?: string | null;
|
|
24
|
+
/** Attribute Description */
|
|
25
|
+
description?: string | null;
|
|
26
|
+
/** Attribute Id */
|
|
27
|
+
id?: string | null;
|
|
28
|
+
/** Attribute Context Attribute Id */
|
|
29
|
+
isContextDefinitionAttribute?: boolean | null;
|
|
30
|
+
/** Attribute Is Deleted */
|
|
31
|
+
isDeleted?: boolean | null;
|
|
32
|
+
/** Is Editable Field */
|
|
33
|
+
isEditable?: boolean;
|
|
34
|
+
/** Attribute Is Hidden */
|
|
35
|
+
isHidden?: boolean | null;
|
|
36
|
+
/** is Mandatory */
|
|
37
|
+
isMandatory?: boolean | null;
|
|
38
|
+
/** Mapped Anchor Field */
|
|
39
|
+
isMappedAnchorField?: boolean;
|
|
40
|
+
/** Attribute isReadOnly */
|
|
41
|
+
isReadOnly?: boolean | null;
|
|
42
|
+
/** Attribute Is Required */
|
|
43
|
+
isRequired?: boolean | null;
|
|
44
|
+
/** Attribute Name */
|
|
45
|
+
name?: string | null;
|
|
46
|
+
/** Attribute Parent */
|
|
47
|
+
parent?: string | null;
|
|
48
|
+
/** Picklist Options */
|
|
49
|
+
picklistOptions?: Array<PicklistAttributeTypeOutputRepresentation_PicklistAttributeTypeOutputRepresentation | null>;
|
|
50
|
+
/** Attribute Sequence */
|
|
51
|
+
sequence?: number | null;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Output representation class for the Attributes of Catalog Item
|
|
55
|
+
*
|
|
56
|
+
* Keys:
|
|
57
|
+
* (none)
|
|
58
|
+
*/
|
|
59
|
+
export interface CatalogItemAttributeOutputRepresentation {
|
|
60
|
+
apiName?: string | null;
|
|
61
|
+
dataType?: string | null;
|
|
62
|
+
defaultValue?: string | null;
|
|
63
|
+
description?: string | null;
|
|
64
|
+
id?: string | null;
|
|
65
|
+
isContextDefinitionAttribute?: boolean | null;
|
|
66
|
+
isDeleted?: boolean | null;
|
|
67
|
+
isEditable?: boolean;
|
|
68
|
+
isHidden?: boolean | null;
|
|
69
|
+
isMandatory?: boolean | null;
|
|
70
|
+
isMappedAnchorField?: boolean;
|
|
71
|
+
isReadOnly?: boolean | null;
|
|
72
|
+
isRequired?: boolean | null;
|
|
73
|
+
name?: string | null;
|
|
74
|
+
parent?: string | null;
|
|
75
|
+
picklistOptions?: Array<PicklistAttributeTypeOutputRepresentation_PicklistAttributeTypeOutputRepresentation | null>;
|
|
76
|
+
sequence?: number | null;
|
|
77
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { AgentActionInputRepresentation as AgentActionInputRepresentation_AgentActionInputRepresentation } from './AgentActionInputRepresentation';
|
|
2
|
+
import { KnowledgeArticleInputRepresentation as KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from './KnowledgeArticleInputRepresentation';
|
|
3
|
+
import { CatalogItemAttributeInputRepresentation as CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from './CatalogItemAttributeInputRepresentation';
|
|
4
|
+
import { EligibilityRulesInputRepresentation as EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from './EligibilityRulesInputRepresentation';
|
|
5
|
+
import { FulfillmentFlowInputRepresentation as FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from './FulfillmentFlowInputRepresentation';
|
|
6
|
+
import { IntakeFormInputRepresentation as IntakeFormInputRepresentation_IntakeFormInputRepresentation } from './IntakeFormInputRepresentation';
|
|
7
|
+
import { IntegrationDefInputRepresentation as IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from './IntegrationDefInputRepresentation';
|
|
8
|
+
import { PreprocessorInputRepresentation as PreprocessorInputRepresentation_PreprocessorInputRepresentation } from './PreprocessorInputRepresentation';
|
|
9
|
+
import { ProductRequestCreateInputRepresentation as ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from './ProductRequestCreateInputRepresentation';
|
|
10
|
+
import { SectionInputRepresentation as SectionInputRepresentation_SectionInputRepresentation } from './SectionInputRepresentation';
|
|
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';
|
|
12
|
+
export declare const VERSION = "5300adef33d2824e13bbc06f52da0cca";
|
|
13
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
14
|
+
export declare const RepresentationType: string;
|
|
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;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: CatalogItemCreateInputRepresentationNormalized, incoming: CatalogItemCreateInputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CatalogItemCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Configuration of the Catalog Item.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface CatalogItemCreateInputRepresentationNormalized {
|
|
27
|
+
/** Agent Action for the Catalog Item */
|
|
28
|
+
agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
29
|
+
/** Knowledge Articles */
|
|
30
|
+
associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
31
|
+
/** Attribute List */
|
|
32
|
+
attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
33
|
+
/** Context Definition Id */
|
|
34
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
35
|
+
/** Description */
|
|
36
|
+
description?: string | null;
|
|
37
|
+
/** Display Url */
|
|
38
|
+
displayUrl?: string | null;
|
|
39
|
+
/** Eligibility Rules */
|
|
40
|
+
eligibilityRules?: Array<EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
41
|
+
/** Fulfillment Flow */
|
|
42
|
+
fulfillmentFlow?: FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
43
|
+
/** Intake Form */
|
|
44
|
+
intakeForm?: IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
45
|
+
/** Integrations */
|
|
46
|
+
integrations?: Array<IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
47
|
+
/** is Active */
|
|
48
|
+
isActive?: boolean | null;
|
|
49
|
+
/** Name */
|
|
50
|
+
name?: string | null;
|
|
51
|
+
/** Pre-Processor */
|
|
52
|
+
preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
53
|
+
/** ProductRequests */
|
|
54
|
+
productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
|
|
55
|
+
/** Section List */
|
|
56
|
+
sections?: Array<SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
57
|
+
/** TargetObject */
|
|
58
|
+
targetObject: string | null;
|
|
59
|
+
/** UsedFor */
|
|
60
|
+
usedFor?: string | null;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Configuration of the Catalog Item.
|
|
64
|
+
*
|
|
65
|
+
* Keys:
|
|
66
|
+
* (none)
|
|
67
|
+
*/
|
|
68
|
+
export interface CatalogItemCreateInputRepresentation {
|
|
69
|
+
agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
70
|
+
associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
71
|
+
attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
72
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
73
|
+
description?: string | null;
|
|
74
|
+
displayUrl?: string | null;
|
|
75
|
+
eligibilityRules?: Array<EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
76
|
+
fulfillmentFlow?: FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
77
|
+
intakeForm?: IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
78
|
+
integrations?: Array<IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
79
|
+
isActive?: boolean | null;
|
|
80
|
+
name?: string | null;
|
|
81
|
+
preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
82
|
+
productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
|
|
83
|
+
sections?: Array<SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
84
|
+
targetObject: string | null;
|
|
85
|
+
usedFor?: string | null;
|
|
86
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { AgentActionOutputRepresentation as AgentActionOutputRepresentation_AgentActionOutputRepresentation } from './AgentActionOutputRepresentation';
|
|
2
|
+
import { AssociatedArticleOutputRepresentation as AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation } from './AssociatedArticleOutputRepresentation';
|
|
3
|
+
import { EligibilityRuleOutputRepresentation as EligibilityRuleOutputRepresentation_EligibilityRuleOutputRepresentation } from './EligibilityRuleOutputRepresentation';
|
|
4
|
+
import { FulfillmentFlowOutputRepresentation as FulfillmentFlowOutputRepresentation_FulfillmentFlowOutputRepresentation } from './FulfillmentFlowOutputRepresentation';
|
|
5
|
+
import { IntakeFormOutputRepresentation as IntakeFormOutputRepresentation_IntakeFormOutputRepresentation } from './IntakeFormOutputRepresentation';
|
|
6
|
+
import { IntegrationDefinitionOutputPresentation as IntegrationDefinitionOutputPresentation_IntegrationDefinitionOutputPresentation } from './IntegrationDefinitionOutputPresentation';
|
|
7
|
+
import { PreprocessorOutputRepresentation as PreprocessorOutputRepresentation_PreprocessorOutputRepresentation } from './PreprocessorOutputRepresentation';
|
|
8
|
+
import { ProductRequestOutputRepresentation as ProductRequestOutputRepresentation_ProductRequestOutputRepresentation } from './ProductRequestOutputRepresentation';
|
|
9
|
+
import { SectionOutputRepresentation as SectionOutputRepresentation_SectionOutputRepresentation } from './SectionOutputRepresentation';
|
|
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';
|
|
11
|
+
export declare const TTL = 6000;
|
|
12
|
+
export declare const VERSION = "9cce3c8a5131820b99e02e05c1d95d43";
|
|
13
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
14
|
+
export declare const RepresentationType: string;
|
|
15
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
16
|
+
catalogItemId: string | null;
|
|
17
|
+
}
|
|
18
|
+
export type CatalogItemOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
19
|
+
export type PartialCatalogItemOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
20
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
21
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): CatalogItemOutputRepresentationNormalizedKeyMetadata;
|
|
22
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CatalogItemOutputRepresentation): string;
|
|
23
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CatalogItemOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
24
|
+
export declare function normalize(input: CatalogItemOutputRepresentation, existing: CatalogItemOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemOutputRepresentationNormalized;
|
|
25
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: CatalogItemOutputRepresentationNormalized, incoming: CatalogItemOutputRepresentationNormalized): boolean;
|
|
27
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
28
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CatalogItemOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
29
|
+
/**
|
|
30
|
+
* Output Representation of Catalog Item
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* catalogItemId (string | null): catalogItemId
|
|
34
|
+
*/
|
|
35
|
+
export interface CatalogItemOutputRepresentationNormalized {
|
|
36
|
+
/** Agent Action */
|
|
37
|
+
agentAction?: AgentActionOutputRepresentation_AgentActionOutputRepresentation | null;
|
|
38
|
+
/** Knowledge Articles */
|
|
39
|
+
associatedArticles?: Array<AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation | null>;
|
|
40
|
+
/** Id of the Catalog Item */
|
|
41
|
+
catalogItemId: string | null;
|
|
42
|
+
/** Context Definition Id */
|
|
43
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
44
|
+
/** Description of the Catalog Item */
|
|
45
|
+
description?: string | null;
|
|
46
|
+
/** Display Url */
|
|
47
|
+
displayUrl?: string | null;
|
|
48
|
+
/** Eligibility Rules */
|
|
49
|
+
eligibilityRules?: Array<EligibilityRuleOutputRepresentation_EligibilityRuleOutputRepresentation | null>;
|
|
50
|
+
/** Fulfillment Flows */
|
|
51
|
+
fulfillmentFlow?: FulfillmentFlowOutputRepresentation_FulfillmentFlowOutputRepresentation | null;
|
|
52
|
+
/** Intake Form */
|
|
53
|
+
intakeForm?: IntakeFormOutputRepresentation_IntakeFormOutputRepresentation | null;
|
|
54
|
+
/** Integrations */
|
|
55
|
+
integrations?: Array<IntegrationDefinitionOutputPresentation_IntegrationDefinitionOutputPresentation | null>;
|
|
56
|
+
/** is Active */
|
|
57
|
+
isActive?: boolean | null;
|
|
58
|
+
/** Name of the Catalog Item */
|
|
59
|
+
name?: string | null;
|
|
60
|
+
/** Pre Processor Ids */
|
|
61
|
+
preProcessors?: Array<PreprocessorOutputRepresentation_PreprocessorOutputRepresentation | null>;
|
|
62
|
+
/** Product Id */
|
|
63
|
+
productId?: string | null;
|
|
64
|
+
/** ProductRequests */
|
|
65
|
+
productRequests?: Array<ProductRequestOutputRepresentation_ProductRequestOutputRepresentation | null>;
|
|
66
|
+
/** Section */
|
|
67
|
+
section?: SectionOutputRepresentation_SectionOutputRepresentation | null;
|
|
68
|
+
/** Sections */
|
|
69
|
+
sections?: Array<SectionOutputRepresentation_SectionOutputRepresentation | null>;
|
|
70
|
+
/** Target Object */
|
|
71
|
+
targetObject?: string | null;
|
|
72
|
+
/** usedFor of the Catalog Item */
|
|
73
|
+
usedFor?: string | null;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Output Representation of Catalog Item
|
|
77
|
+
*
|
|
78
|
+
* Keys:
|
|
79
|
+
* catalogItemId (string | null): catalogItemId
|
|
80
|
+
*/
|
|
81
|
+
export interface CatalogItemOutputRepresentation {
|
|
82
|
+
agentAction?: AgentActionOutputRepresentation_AgentActionOutputRepresentation | null;
|
|
83
|
+
associatedArticles?: Array<AssociatedArticleOutputRepresentation_AssociatedArticleOutputRepresentation | null>;
|
|
84
|
+
catalogItemId: string | null;
|
|
85
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
86
|
+
description?: string | null;
|
|
87
|
+
displayUrl?: string | null;
|
|
88
|
+
eligibilityRules?: Array<EligibilityRuleOutputRepresentation_EligibilityRuleOutputRepresentation | null>;
|
|
89
|
+
fulfillmentFlow?: FulfillmentFlowOutputRepresentation_FulfillmentFlowOutputRepresentation | null;
|
|
90
|
+
intakeForm?: IntakeFormOutputRepresentation_IntakeFormOutputRepresentation | null;
|
|
91
|
+
integrations?: Array<IntegrationDefinitionOutputPresentation_IntegrationDefinitionOutputPresentation | null>;
|
|
92
|
+
isActive?: boolean | null;
|
|
93
|
+
name?: string | null;
|
|
94
|
+
preProcessors?: Array<PreprocessorOutputRepresentation_PreprocessorOutputRepresentation | null>;
|
|
95
|
+
productId?: string | null;
|
|
96
|
+
productRequests?: Array<ProductRequestOutputRepresentation_ProductRequestOutputRepresentation | null>;
|
|
97
|
+
section?: SectionOutputRepresentation_SectionOutputRepresentation | null;
|
|
98
|
+
sections?: Array<SectionOutputRepresentation_SectionOutputRepresentation | null>;
|
|
99
|
+
targetObject?: string | null;
|
|
100
|
+
usedFor?: string | null;
|
|
101
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { AgentActionInputRepresentation as AgentActionInputRepresentation_AgentActionInputRepresentation } from './AgentActionInputRepresentation';
|
|
2
|
+
import { KnowledgeArticleInputRepresentation as KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from './KnowledgeArticleInputRepresentation';
|
|
3
|
+
import { CatalogItemAttributeInputRepresentation as CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from './CatalogItemAttributeInputRepresentation';
|
|
4
|
+
import { EligibilityRulesInputRepresentation as EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from './EligibilityRulesInputRepresentation';
|
|
5
|
+
import { FulfillmentFlowInputRepresentation as FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from './FulfillmentFlowInputRepresentation';
|
|
6
|
+
import { IntakeFormInputRepresentation as IntakeFormInputRepresentation_IntakeFormInputRepresentation } from './IntakeFormInputRepresentation';
|
|
7
|
+
import { IntegrationDefInputRepresentation as IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from './IntegrationDefInputRepresentation';
|
|
8
|
+
import { PreprocessorInputRepresentation as PreprocessorInputRepresentation_PreprocessorInputRepresentation } from './PreprocessorInputRepresentation';
|
|
9
|
+
import { ProductRequestCreateInputRepresentation as ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from './ProductRequestCreateInputRepresentation';
|
|
10
|
+
import { SectionInputRepresentation as SectionInputRepresentation_SectionInputRepresentation } from './SectionInputRepresentation';
|
|
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';
|
|
12
|
+
export declare const VERSION = "f46b69fa26d21cd3f4939ebd5f0baf46";
|
|
13
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
14
|
+
export declare const RepresentationType: string;
|
|
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;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: CatalogItemUpdateInputRepresentationNormalized, incoming: CatalogItemUpdateInputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CatalogItemUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* The configuration of updates to the CatalogItem
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface CatalogItemUpdateInputRepresentationNormalized {
|
|
27
|
+
/** Agent Action for the Catalog Item */
|
|
28
|
+
agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
29
|
+
/** Knowledge Articles */
|
|
30
|
+
associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
31
|
+
/** Attribute List */
|
|
32
|
+
attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
33
|
+
/** Context Definition Id */
|
|
34
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
35
|
+
/** Description */
|
|
36
|
+
description?: string | null;
|
|
37
|
+
/** Display Url */
|
|
38
|
+
displayUrl?: string | null;
|
|
39
|
+
/** Eligibility Rules */
|
|
40
|
+
eligibilityRules?: Array<EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
41
|
+
/** Fulfillment Flow */
|
|
42
|
+
fulfillmentFlow?: FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
43
|
+
/** Intake Form */
|
|
44
|
+
intakeForm?: IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
45
|
+
/** Integrations */
|
|
46
|
+
integrations?: Array<IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
47
|
+
/** is Active */
|
|
48
|
+
isActive?: boolean | null;
|
|
49
|
+
/** Name */
|
|
50
|
+
name?: string | null;
|
|
51
|
+
/** Pre-Processor */
|
|
52
|
+
preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
53
|
+
/** The ID of the catalog Item */
|
|
54
|
+
productId?: string | null;
|
|
55
|
+
/** ProductRequests */
|
|
56
|
+
productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
|
|
57
|
+
/** Section List */
|
|
58
|
+
sections?: Array<SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
59
|
+
/** Target Object */
|
|
60
|
+
targetObject?: string | null;
|
|
61
|
+
/** UsedFor */
|
|
62
|
+
usedFor?: string | null;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* The configuration of updates to the CatalogItem
|
|
66
|
+
*
|
|
67
|
+
* Keys:
|
|
68
|
+
* (none)
|
|
69
|
+
*/
|
|
70
|
+
export interface CatalogItemUpdateInputRepresentation {
|
|
71
|
+
agentAction?: AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
72
|
+
associatedArticles?: Array<KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
73
|
+
attributes?: Array<CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
74
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
75
|
+
description?: string | null;
|
|
76
|
+
displayUrl?: string | null;
|
|
77
|
+
eligibilityRules?: Array<EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
78
|
+
fulfillmentFlow?: FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
79
|
+
intakeForm?: IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
80
|
+
integrations?: Array<IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
81
|
+
isActive?: boolean | null;
|
|
82
|
+
name?: string | null;
|
|
83
|
+
preProcessors?: Array<PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
84
|
+
productId?: string | null;
|
|
85
|
+
productRequests?: Array<ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
|
|
86
|
+
sections?: Array<SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
87
|
+
targetObject?: string | null;
|
|
88
|
+
usedFor?: string | null;
|
|
89
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { CategoryInput as CategoryInput_CategoryInput } from './CategoryInput';
|
|
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 = "b34c3b8ea435c1f1c9684e610ad269f4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CategoriesInputRepresentation, existing: CategoriesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CategoriesInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CategoriesInputRepresentationNormalized, incoming: CategoriesInputRepresentationNormalized): 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: CategoriesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Category and Parent api input representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CategoriesInputRepresentationNormalized {
|
|
18
|
+
/** List of Category ID and Parent ID */
|
|
19
|
+
categories: Array<CategoryInput_CategoryInput>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Category and Parent api input representation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface CategoriesInputRepresentation {
|
|
28
|
+
categories: Array<CategoryInput_CategoryInput>;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CategoryAndParentErrorOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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 = "5fca2f2620a171dad57b573bb5e19ae4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CategoryAndParentErrorOutputRepresentation, existing: CategoryAndParentErrorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CategoryAndParentErrorOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CategoryAndParentErrorOutputRepresentationNormalized, incoming: CategoryAndParentErrorOutputRepresentationNormalized): 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: CategoryAndParentErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation for errors during update of Categories
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CategoryAndParentErrorOutputRepresentationNormalized {
|
|
17
|
+
/** Error list during the update of categories */
|
|
18
|
+
errorMessageList: Array<string>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Output representation for errors during update of Categories
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface CategoryAndParentErrorOutputRepresentation {
|
|
27
|
+
errorMessageList: Array<string>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { CategoryAndParentErrorOutputRepresentation as CategoryAndParentErrorOutputRepresentation_CategoryAndParentErrorOutputRepresentation } from './CategoryAndParentErrorOutputRepresentation';
|
|
2
|
+
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 6000;
|
|
4
|
+
export declare const VERSION = "fe841039450a703d6b90e94658dd230f";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export type CategoryAndParentOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialCategoryAndParentOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): CategoryAndParentOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CategoryAndParentOutputRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CategoryAndParentOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: CategoryAndParentOutputRepresentation, existing: CategoryAndParentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CategoryAndParentOutputRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: CategoryAndParentOutputRepresentationNormalized, incoming: CategoryAndParentOutputRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CategoryAndParentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Category And Parent
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string): catalogId
|
|
26
|
+
*/
|
|
27
|
+
export interface CategoryAndParentOutputRepresentationNormalized {
|
|
28
|
+
/** Catalog ID */
|
|
29
|
+
catalogId: string;
|
|
30
|
+
/** Error list for categories realignment */
|
|
31
|
+
errors: Array<CategoryAndParentErrorOutputRepresentation_CategoryAndParentErrorOutputRepresentation>;
|
|
32
|
+
/** Output message */
|
|
33
|
+
message: string;
|
|
34
|
+
/** Output status code */
|
|
35
|
+
status: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Category And Parent
|
|
39
|
+
*
|
|
40
|
+
* Keys:
|
|
41
|
+
* id (string): catalogId
|
|
42
|
+
*/
|
|
43
|
+
export interface CategoryAndParentOutputRepresentation {
|
|
44
|
+
catalogId: string;
|
|
45
|
+
errors: Array<CategoryAndParentErrorOutputRepresentation_CategoryAndParentErrorOutputRepresentation>;
|
|
46
|
+
message: string;
|
|
47
|
+
status: string;
|
|
48
|
+
}
|
|
@@ -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 = "152225dd93c6d2c80730d773395fe8dc";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CategoryInput, existing: CategoryInputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CategoryInputNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CategoryInputNormalized, incoming: CategoryInputNormalized): 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: CategoryInput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Category and Parent api input payload representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CategoryInputNormalized {
|
|
17
|
+
/** Specifies Category ID */
|
|
18
|
+
categoryId: string;
|
|
19
|
+
/** Specifies Parent Category ID */
|
|
20
|
+
parentCategoryId: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Category and Parent api input payload representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CategoryInput {
|
|
29
|
+
categoryId: string;
|
|
30
|
+
parentCategoryId: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 6000;
|
|
3
|
+
export declare const VERSION = "86e4694b8895fc704a6e48475634556a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
templateId: string;
|
|
8
|
+
}
|
|
9
|
+
export type DeploymentOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialDeploymentOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): DeploymentOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DeploymentOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DeploymentOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: DeploymentOutputRepresentation, existing: DeploymentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DeploymentOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: DeploymentOutputRepresentationNormalized, incoming: DeploymentOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DeploymentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Template Deployment Output Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* templateId (string): templateId
|
|
25
|
+
*/
|
|
26
|
+
export interface DeploymentOutputRepresentationNormalized {
|
|
27
|
+
/** Result of the template deployment */
|
|
28
|
+
deploymentResult: string;
|
|
29
|
+
/** Status of the deployment (SUCCESS or FAILURE) */
|
|
30
|
+
status: string;
|
|
31
|
+
/** Template ID that was deployed */
|
|
32
|
+
templateId: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Template Deployment Output Representation
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* templateId (string): templateId
|
|
39
|
+
*/
|
|
40
|
+
export interface DeploymentOutputRepresentation {
|
|
41
|
+
deploymentResult: string;
|
|
42
|
+
status: string;
|
|
43
|
+
templateId: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 = "cfb68e9ec5ef6e1c9c80c8e14dfc0dbc";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EinsteinAgentActionInputRepresentation, existing: EinsteinAgentActionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EinsteinAgentActionInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EinsteinAgentActionInputRepresentationNormalized, incoming: EinsteinAgentActionInputRepresentationNormalized): 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: EinsteinAgentActionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for an Agent Action
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface EinsteinAgentActionInputRepresentationNormalized {
|
|
17
|
+
/** Description of the agent action */
|
|
18
|
+
description: string;
|
|
19
|
+
/** Developer name of the agent action */
|
|
20
|
+
developerName: string;
|
|
21
|
+
/** Invocation Target Identifier of the agent action */
|
|
22
|
+
invocationTargetIdentifier: string;
|
|
23
|
+
/** Invocation Target Type of the agent action */
|
|
24
|
+
invocationTargetType: string;
|
|
25
|
+
/** Master Label of the agent action */
|
|
26
|
+
label: string;
|
|
27
|
+
/** Service Process Identifier */
|
|
28
|
+
serviceProcessId: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Input representation for an Agent Action
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface EinsteinAgentActionInputRepresentation {
|
|
37
|
+
description: string;
|
|
38
|
+
developerName: string;
|
|
39
|
+
invocationTargetIdentifier: string;
|
|
40
|
+
invocationTargetType: string;
|
|
41
|
+
label: string;
|
|
42
|
+
serviceProcessId: string;
|
|
43
|
+
}
|