@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
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { AgentActionInputRepresentation as types_AgentActionInputRepresentation_AgentActionInputRepresentation } from '../types/AgentActionInputRepresentation';
|
|
2
|
+
import { KnowledgeArticleInputRepresentation as types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from '../types/KnowledgeArticleInputRepresentation';
|
|
3
|
+
import { CatalogItemAttributeInputRepresentation as types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from '../types/CatalogItemAttributeInputRepresentation';
|
|
4
|
+
import { SectionInputRepresentation as types_SectionInputRepresentation_SectionInputRepresentation } from '../types/SectionInputRepresentation';
|
|
5
|
+
import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
|
|
6
|
+
import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from '../types/FulfillmentFlowInputRepresentation';
|
|
7
|
+
import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
|
|
8
|
+
import { IntegrationDefInputRepresentation as types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from '../types/IntegrationDefInputRepresentation';
|
|
9
|
+
import { PreprocessorInputRepresentation as types_PreprocessorInputRepresentation_PreprocessorInputRepresentation } from '../types/PreprocessorInputRepresentation';
|
|
10
|
+
import { ProductRequestCreateInputRepresentation as types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from '../types/ProductRequestCreateInputRepresentation';
|
|
11
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
12
|
+
import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
|
|
13
|
+
export interface ResourceRequestConfig {
|
|
14
|
+
urlParams: {
|
|
15
|
+
catalogItemId: string;
|
|
16
|
+
};
|
|
17
|
+
body: {
|
|
18
|
+
agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
19
|
+
productId?: string | null;
|
|
20
|
+
associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
21
|
+
attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
22
|
+
sections?: Array<types_SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
23
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
24
|
+
description?: string | null;
|
|
25
|
+
displayUrl?: string | null;
|
|
26
|
+
eligibilityRules?: Array<types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
27
|
+
fulfillmentFlow?: types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
28
|
+
intakeForm?: types_IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
29
|
+
integrations?: Array<types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
30
|
+
isActive?: boolean | null;
|
|
31
|
+
name?: string | null;
|
|
32
|
+
preProcessors?: Array<types_PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
33
|
+
productRequests?: Array<types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
|
|
34
|
+
targetObject?: string | null;
|
|
35
|
+
usedFor?: string | null;
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
39
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation): void;
|
|
40
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>;
|
|
41
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
42
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { CategoryInput as types_CategoryInput_CategoryInput } from '../types/CategoryInput';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { CategoryAndParentOutputRepresentation as types_CategoryAndParentOutputRepresentation_CategoryAndParentOutputRepresentation } from '../types/CategoryAndParentOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
catalogId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
categories: Array<types_CategoryInput_CategoryInput>;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_CategoryAndParentOutputRepresentation_CategoryAndParentOutputRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CategoryAndParentOutputRepresentation_CategoryAndParentOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CategoryAndParentOutputRepresentation_CategoryAndParentOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CategoryAndParentOutputRepresentation_CategoryAndParentOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CategoryAndParentOutputRepresentation_CategoryAndParentOutputRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { AgentAutolaunchedFlowRepresentation as types_AgentAutolaunchedFlowRepresentation_AgentAutolaunchedFlowRepresentation } from '../types/AgentAutolaunchedFlowRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
description: string;
|
|
6
|
+
developerName: string;
|
|
7
|
+
label: string;
|
|
8
|
+
serviceProcessId: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_AgentAutolaunchedFlowRepresentation_AgentAutolaunchedFlowRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_AgentAutolaunchedFlowRepresentation_AgentAutolaunchedFlowRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_AgentAutolaunchedFlowRepresentation_AgentAutolaunchedFlowRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_AgentAutolaunchedFlowRepresentation_AgentAutolaunchedFlowRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_AgentAutolaunchedFlowRepresentation_AgentAutolaunchedFlowRepresentation, any>;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { AgentActionInputRepresentation as types_AgentActionInputRepresentation_AgentActionInputRepresentation } from '../types/AgentActionInputRepresentation';
|
|
2
|
+
import { KnowledgeArticleInputRepresentation as types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation } from '../types/KnowledgeArticleInputRepresentation';
|
|
3
|
+
import { CatalogItemAttributeInputRepresentation as types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation } from '../types/CatalogItemAttributeInputRepresentation';
|
|
4
|
+
import { SectionInputRepresentation as types_SectionInputRepresentation_SectionInputRepresentation } from '../types/SectionInputRepresentation';
|
|
5
|
+
import { EligibilityRulesInputRepresentation as types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation } from '../types/EligibilityRulesInputRepresentation';
|
|
6
|
+
import { FulfillmentFlowInputRepresentation as types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation } from '../types/FulfillmentFlowInputRepresentation';
|
|
7
|
+
import { IntakeFormInputRepresentation as types_IntakeFormInputRepresentation_IntakeFormInputRepresentation } from '../types/IntakeFormInputRepresentation';
|
|
8
|
+
import { IntegrationDefInputRepresentation as types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation } from '../types/IntegrationDefInputRepresentation';
|
|
9
|
+
import { PreprocessorInputRepresentation as types_PreprocessorInputRepresentation_PreprocessorInputRepresentation } from '../types/PreprocessorInputRepresentation';
|
|
10
|
+
import { ProductRequestCreateInputRepresentation as types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation } from '../types/ProductRequestCreateInputRepresentation';
|
|
11
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
12
|
+
import { CatalogItemOutputRepresentation as types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation } from '../types/CatalogItemOutputRepresentation';
|
|
13
|
+
export interface ResourceRequestConfig {
|
|
14
|
+
body: {
|
|
15
|
+
agentAction?: types_AgentActionInputRepresentation_AgentActionInputRepresentation | null;
|
|
16
|
+
associatedArticles?: Array<types_KnowledgeArticleInputRepresentation_KnowledgeArticleInputRepresentation | null>;
|
|
17
|
+
attributes?: Array<types_CatalogItemAttributeInputRepresentation_CatalogItemAttributeInputRepresentation | null>;
|
|
18
|
+
sections?: Array<types_SectionInputRepresentation_SectionInputRepresentation | null>;
|
|
19
|
+
contextDefinitionDevNameOrId?: string | null;
|
|
20
|
+
description?: string | null;
|
|
21
|
+
displayUrl?: string | null;
|
|
22
|
+
eligibilityRules?: Array<types_EligibilityRulesInputRepresentation_EligibilityRulesInputRepresentation | null>;
|
|
23
|
+
fulfillmentFlow?: types_FulfillmentFlowInputRepresentation_FulfillmentFlowInputRepresentation | null;
|
|
24
|
+
intakeForm?: types_IntakeFormInputRepresentation_IntakeFormInputRepresentation | null;
|
|
25
|
+
integrations?: Array<types_IntegrationDefInputRepresentation_IntegrationDefInputRepresentation | null>;
|
|
26
|
+
isActive?: boolean | null;
|
|
27
|
+
name?: string | null;
|
|
28
|
+
preProcessors?: Array<types_PreprocessorInputRepresentation_PreprocessorInputRepresentation | null>;
|
|
29
|
+
productRequests?: Array<types_ProductRequestCreateInputRepresentation_ProductRequestCreateInputRepresentation | null>;
|
|
30
|
+
targetObject: string | null;
|
|
31
|
+
usedFor?: string | null;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
35
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation): void;
|
|
36
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CatalogItemOutputRepresentation_CatalogItemOutputRepresentation, any>;
|
|
37
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
38
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationGenAiActions.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { EinsteinAgentActionOutputRepresentation as types_EinsteinAgentActionOutputRepresentation_EinsteinAgentActionOutputRepresentation } from '../types/EinsteinAgentActionOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
description: string;
|
|
6
|
+
developerName: string;
|
|
7
|
+
invocationTargetIdentifier: string;
|
|
8
|
+
invocationTargetType: string;
|
|
9
|
+
label: string;
|
|
10
|
+
serviceProcessId: string;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
14
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_EinsteinAgentActionOutputRepresentation_EinsteinAgentActionOutputRepresentation): void;
|
|
15
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_EinsteinAgentActionOutputRepresentation_EinsteinAgentActionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_EinsteinAgentActionOutputRepresentation_EinsteinAgentActionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_EinsteinAgentActionOutputRepresentation_EinsteinAgentActionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_EinsteinAgentActionOutputRepresentation_EinsteinAgentActionOutputRepresentation, any>;
|
|
16
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
17
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { GenerateIntakeFormOutputRepresentation as types_GenerateIntakeFormOutputRepresentation_GenerateIntakeFormOutputRepresentation } from '../types/GenerateIntakeFormOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
description?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
productId?: string;
|
|
8
|
+
type?: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GenerateIntakeFormOutputRepresentation_GenerateIntakeFormOutputRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GenerateIntakeFormOutputRepresentation_GenerateIntakeFormOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GenerateIntakeFormOutputRepresentation_GenerateIntakeFormOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GenerateIntakeFormOutputRepresentation_GenerateIntakeFormOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GenerateIntakeFormOutputRepresentation_GenerateIntakeFormOutputRepresentation, any>;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { OmniIntakeOutputRepresentation as types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation } from '../types/OmniIntakeOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
productId: string;
|
|
6
|
+
scriptDescription: string;
|
|
7
|
+
scriptName: string;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, any>;
|
|
13
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
14
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FilterInputRepresentation as types_FilterInputRepresentation_FilterInputRepresentation } from '../types/FilterInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { ServiceAutomationDepOutputRepresentation as types_ServiceAutomationDepOutputRepresentation_ServiceAutomationDepOutputRepresentation } from '../types/ServiceAutomationDepOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
entityName: string;
|
|
7
|
+
fields: Array<string>;
|
|
8
|
+
filters: Array<types_FilterInputRepresentation_FilterInputRepresentation>;
|
|
9
|
+
limit?: number | null;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ServiceAutomationDepOutputRepresentation_ServiceAutomationDepOutputRepresentation): void;
|
|
16
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ServiceAutomationDepOutputRepresentation_ServiceAutomationDepOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ServiceAutomationDepOutputRepresentation_ServiceAutomationDepOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ServiceAutomationDepOutputRepresentation_ServiceAutomationDepOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ServiceAutomationDepOutputRepresentation_ServiceAutomationDepOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ServiceAutomationDepOutputRepresentation_ServiceAutomationDepOutputRepresentation, any>;
|
|
17
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ServiceAutomationDepOutputRepresentation_ServiceAutomationDepOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
18
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
19
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { DeploymentOutputRepresentation as types_DeploymentOutputRepresentation_DeploymentOutputRepresentation } from '../types/DeploymentOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
templateId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DeploymentOutputRepresentation_DeploymentOutputRepresentation): void;
|
|
10
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DeploymentOutputRepresentation_DeploymentOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DeploymentOutputRepresentation_DeploymentOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DeploymentOutputRepresentation_DeploymentOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DeploymentOutputRepresentation_DeploymentOutputRepresentation, any>;
|
|
11
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/types/AgentActionAttributeOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
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 = "5df1d4fd0e2e95371d19680f89716ea9";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AgentActionAttributeOutputRepresentation, existing: AgentActionAttributeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AgentActionAttributeOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AgentActionAttributeOutputRepresentationNormalized, incoming: AgentActionAttributeOutputRepresentationNormalized): 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: AgentActionAttributeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation for an Agent Action Attribute
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AgentActionAttributeOutputRepresentationNormalized {
|
|
17
|
+
/** Data type of the attribute */
|
|
18
|
+
dataType: string;
|
|
19
|
+
/** Description of the Attribute */
|
|
20
|
+
description: string;
|
|
21
|
+
/** Developer Name of the Atribute */
|
|
22
|
+
developerName: string;
|
|
23
|
+
/** Is displayable */
|
|
24
|
+
displayable?: boolean;
|
|
25
|
+
/** Exclude from Planner */
|
|
26
|
+
excludedFromPlanner?: boolean;
|
|
27
|
+
/** Is PII Information */
|
|
28
|
+
isPersIdentInfo?: boolean;
|
|
29
|
+
/** Data type of the items in the list */
|
|
30
|
+
itemsDataType?: string;
|
|
31
|
+
/** Label of the Attribute */
|
|
32
|
+
label: string;
|
|
33
|
+
/** Mapping Type */
|
|
34
|
+
mappingType: string;
|
|
35
|
+
/** Max items */
|
|
36
|
+
maxItems?: number;
|
|
37
|
+
/** Is Required Attribute */
|
|
38
|
+
required?: boolean;
|
|
39
|
+
/** Title of the Attribute */
|
|
40
|
+
title: string;
|
|
41
|
+
/** Is user input */
|
|
42
|
+
userInput?: boolean;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Output representation for an Agent Action Attribute
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* (none)
|
|
49
|
+
*/
|
|
50
|
+
export interface AgentActionAttributeOutputRepresentation {
|
|
51
|
+
dataType: string;
|
|
52
|
+
description: string;
|
|
53
|
+
developerName: string;
|
|
54
|
+
displayable?: boolean;
|
|
55
|
+
excludedFromPlanner?: boolean;
|
|
56
|
+
isPersIdentInfo?: boolean;
|
|
57
|
+
itemsDataType?: string;
|
|
58
|
+
label: string;
|
|
59
|
+
mappingType: string;
|
|
60
|
+
maxItems?: number;
|
|
61
|
+
required?: boolean;
|
|
62
|
+
title: string;
|
|
63
|
+
userInput?: boolean;
|
|
64
|
+
}
|
|
@@ -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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowInputRepresentation.d.ts
ADDED
|
@@ -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 = "8fc30067746332672c3962a026595cc4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AgentAutolaunchedFlowInputRepresentation, existing: AgentAutolaunchedFlowInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AgentAutolaunchedFlowInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AgentAutolaunchedFlowInputRepresentationNormalized, incoming: AgentAutolaunchedFlowInputRepresentationNormalized): 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: AgentAutolaunchedFlowInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input Representation of an Autolaunched Flow
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AgentAutolaunchedFlowInputRepresentationNormalized {
|
|
17
|
+
/** Description of the autolaunched flow. */
|
|
18
|
+
description: string;
|
|
19
|
+
/** The unique developer name of the autolaunched flow. */
|
|
20
|
+
developerName: string;
|
|
21
|
+
/** Display name for the autolaunched flow. */
|
|
22
|
+
label: string;
|
|
23
|
+
/** The unique identifier of the service process for which autolaunched flow is getting created. */
|
|
24
|
+
serviceProcessId: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input Representation of an Autolaunched Flow
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface AgentAutolaunchedFlowInputRepresentation {
|
|
33
|
+
description: string;
|
|
34
|
+
developerName: string;
|
|
35
|
+
label: string;
|
|
36
|
+
serviceProcessId: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { AgentAutolaunchedFlowStatusRepresentation as AgentAutolaunchedFlowStatusRepresentation_AgentAutolaunchedFlowStatusRepresentation } from './AgentAutolaunchedFlowStatusRepresentation';
|
|
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 500;
|
|
4
|
+
export declare const VERSION = "9a585247768eba0bf6edb1791e738701";
|
|
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 | null;
|
|
9
|
+
}
|
|
10
|
+
export type AgentAutolaunchedFlowRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialAgentAutolaunchedFlowRepresentationNormalizedKeyMetadata = 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): AgentAutolaunchedFlowRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AgentAutolaunchedFlowRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AgentAutolaunchedFlowRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: AgentAutolaunchedFlowRepresentation, existing: AgentAutolaunchedFlowRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AgentAutolaunchedFlowRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: AgentAutolaunchedFlowRepresentationNormalized, incoming: AgentAutolaunchedFlowRepresentationNormalized): 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: AgentAutolaunchedFlowRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Output Representation of an Autolaunched Flow
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string | null): flowDefinitionId
|
|
26
|
+
*/
|
|
27
|
+
export interface AgentAutolaunchedFlowRepresentationNormalized {
|
|
28
|
+
/** The unique identifier of the flow definition. */
|
|
29
|
+
flowDefinitionId: string | null;
|
|
30
|
+
/** The unique identifier of the latest version of the autolaunched flow */
|
|
31
|
+
flowLatestVersionId: string | null;
|
|
32
|
+
/** Indicates whether the flow is active (true) or not (false) */
|
|
33
|
+
isActive: boolean | null;
|
|
34
|
+
status: AgentAutolaunchedFlowStatusRepresentation_AgentAutolaunchedFlowStatusRepresentation;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Output Representation of an Autolaunched Flow
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* id (string | null): flowDefinitionId
|
|
41
|
+
*/
|
|
42
|
+
export interface AgentAutolaunchedFlowRepresentation {
|
|
43
|
+
flowDefinitionId: string | null;
|
|
44
|
+
flowLatestVersionId: string | null;
|
|
45
|
+
isActive: boolean | null;
|
|
46
|
+
status: AgentAutolaunchedFlowStatusRepresentation_AgentAutolaunchedFlowStatusRepresentation;
|
|
47
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowStatusRepresentation.d.ts
ADDED
|
@@ -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 = "18356685b1dcb3cf1226dcc54a7465de";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AgentAutolaunchedFlowStatusRepresentation, existing: AgentAutolaunchedFlowStatusRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AgentAutolaunchedFlowStatusRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AgentAutolaunchedFlowStatusRepresentationNormalized, incoming: AgentAutolaunchedFlowStatusRepresentationNormalized): 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: AgentAutolaunchedFlowStatusRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output Representation of the Flow Status
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AgentAutolaunchedFlowStatusRepresentationNormalized {
|
|
17
|
+
/** The error code thrown when the request fails. */
|
|
18
|
+
code: number;
|
|
19
|
+
/** Message stating the reason for error, if any. */
|
|
20
|
+
message: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output Representation of the Flow Status
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AgentAutolaunchedFlowStatusRepresentation {
|
|
29
|
+
code: number;
|
|
30
|
+
message: string;
|
|
31
|
+
}
|
|
@@ -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 = "0b2080174fe6d4ee4f4a0de27011fc7d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AssociatedArticleOutputRepresentation, existing: AssociatedArticleOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssociatedArticleOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AssociatedArticleOutputRepresentationNormalized, incoming: AssociatedArticleOutputRepresentationNormalized): 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: AssociatedArticleOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output Representation for Associated Articles
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AssociatedArticleOutputRepresentationNormalized {
|
|
17
|
+
/** Id of the associated article */
|
|
18
|
+
id?: string | null;
|
|
19
|
+
/** Knowledge Article Id of the associated article */
|
|
20
|
+
knowledgeArticleId?: string | null;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output Representation for Associated Articles
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AssociatedArticleOutputRepresentation {
|
|
29
|
+
id?: string | null;
|
|
30
|
+
knowledgeArticleId?: string | null;
|
|
31
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { PicklistAttributeTypeInputRepresentation as PicklistAttributeTypeInputRepresentation_PicklistAttributeTypeInputRepresentation } from './PicklistAttributeTypeInputRepresentation';
|
|
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 = "76b6fb5b0b9b9d1cbd4f0b861c8fb3ae";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CatalogItemAttributeInputRepresentation, existing: CatalogItemAttributeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogItemAttributeInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CatalogItemAttributeInputRepresentationNormalized, incoming: CatalogItemAttributeInputRepresentationNormalized): 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: CatalogItemAttributeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input Representation for Attribute Item.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CatalogItemAttributeInputRepresentationNormalized {
|
|
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 Name */
|
|
27
|
+
id?: string | null;
|
|
28
|
+
/** Context Attribute Id */
|
|
29
|
+
isContextDefinitionAttribute?: boolean | null;
|
|
30
|
+
/** Is Editable Field */
|
|
31
|
+
isEditable?: boolean;
|
|
32
|
+
/** is Hidden */
|
|
33
|
+
isHidden?: boolean | null;
|
|
34
|
+
/** is Mandatory */
|
|
35
|
+
isMandatory?: boolean | null;
|
|
36
|
+
/** is Mapped Anchor Field */
|
|
37
|
+
isMappedAnchorField?: boolean;
|
|
38
|
+
/** is Read Only */
|
|
39
|
+
isReadOnly?: boolean | null;
|
|
40
|
+
/** Attribute Name */
|
|
41
|
+
name?: string | null;
|
|
42
|
+
/** The type of operation that attribute support. */
|
|
43
|
+
operationType?: string | null;
|
|
44
|
+
/** Attribute Parent */
|
|
45
|
+
parent?: string | null;
|
|
46
|
+
/** Picklist Options */
|
|
47
|
+
picklistOptions?: Array<PicklistAttributeTypeInputRepresentation_PicklistAttributeTypeInputRepresentation | null>;
|
|
48
|
+
/** Sequence Number */
|
|
49
|
+
sequence?: number | null;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Input Representation for Attribute Item.
|
|
53
|
+
*
|
|
54
|
+
* Keys:
|
|
55
|
+
* (none)
|
|
56
|
+
*/
|
|
57
|
+
export interface CatalogItemAttributeInputRepresentation {
|
|
58
|
+
apiName?: string | null;
|
|
59
|
+
dataType?: string | null;
|
|
60
|
+
defaultValue?: string | null;
|
|
61
|
+
description?: string | null;
|
|
62
|
+
id?: string | null;
|
|
63
|
+
isContextDefinitionAttribute?: boolean | null;
|
|
64
|
+
isEditable?: boolean;
|
|
65
|
+
isHidden?: boolean | null;
|
|
66
|
+
isMandatory?: boolean | null;
|
|
67
|
+
isMappedAnchorField?: boolean;
|
|
68
|
+
isReadOnly?: boolean | null;
|
|
69
|
+
name?: string | null;
|
|
70
|
+
operationType?: string | null;
|
|
71
|
+
parent?: string | null;
|
|
72
|
+
picklistOptions?: Array<PicklistAttributeTypeInputRepresentation_PicklistAttributeTypeInputRepresentation | null>;
|
|
73
|
+
sequence?: number | null;
|
|
74
|
+
}
|