@salesforce/lds-adapters-service-ecm 1.348.0 → 1.349.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/service-ecm.js +1260 -347
- package/dist/es/es2018/types/src/generated/adapters/getAgentActions.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +3 -1
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationGenAiActions.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/AgentActionAttributeOutputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionOutputRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionsOutputRepresentation.d.ts +30 -0
- package/package.json +3 -3
- package/sfdc/index.js +1196 -275
- package/src/raml/api.raml +137 -0
- package/src/raml/luvio.raml +7 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getConnectServiceAutomationGenAiActions_ResourceRequestConfig } from '../resources/getConnectServiceAutomationGenAiActions';
|
|
4
|
+
import { EinsteinAgentActionsOutputRepresentation as types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation } from '../types/EinsteinAgentActionsOutputRepresentation';
|
|
5
|
+
export declare const adapterName = "getAgentActions";
|
|
6
|
+
export declare const getAgentActions_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getAgentActions_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetAgentActionsConfig {
|
|
9
|
+
actionDevName?: string;
|
|
10
|
+
resourceType?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: GetAgentActionsConfig) => resources_getConnectServiceAutomationGenAiActions_ResourceRequestConfig;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetAgentActionsConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetAgentActionsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetAgentActionsConfig>): adapter$45$utils_Untrusted<GetAgentActionsConfig>;
|
|
16
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetAgentActionsConfig | null;
|
|
17
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetAgentActionsConfig): $64$luvio_engine_Fragment;
|
|
18
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetAgentActionsConfig): $64$luvio_engine_Snapshot<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation, any>;
|
|
19
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetAgentActionsConfig, resourceParams: resources_getConnectServiceAutomationGenAiActions_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation, any>>;
|
|
20
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetAgentActionsConfig, resourceParams: resources_getConnectServiceAutomationGenAiActions_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
21
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetAgentActionsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation, any>>;
|
|
22
|
+
export type BuildSnapshotContext = {
|
|
23
|
+
luvio: $64$luvio_engine_Luvio;
|
|
24
|
+
config: GetAgentActionsConfig;
|
|
25
|
+
};
|
|
26
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation, any>>;
|
|
27
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation>): $64$luvio_engine_Snapshot<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation, any>;
|
|
28
|
+
export declare const getAgentActionsAdapterFactory: $64$luvio_engine_AdapterFactory<GetAgentActionsConfig, types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation>;
|
|
@@ -3,5 +3,6 @@ export { getCatalogItemAdapterFactory } from '../adapters/getCatalogItem';
|
|
|
3
3
|
export { updateCatalogItemAdapterFactory } from '../adapters/updateCatalogItem';
|
|
4
4
|
export { updateEpcCategoriesAdapterFactory } from '../adapters/updateEpcCategories';
|
|
5
5
|
export { getAllServiceAutomationDepAdapterFactory } from '../adapters/getAllServiceAutomationDep';
|
|
6
|
+
export { getAgentActionsAdapterFactory } from '../adapters/getAgentActions';
|
|
6
7
|
export { generateOmniScriptAdapterFactory } from '../adapters/generateOmniScript';
|
|
7
8
|
export { getServiceRequestAdapterFactory } from '../adapters/getServiceRequest';
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
declare let createCatalogItem: any;
|
|
2
2
|
declare let generateOmniScript: any;
|
|
3
|
+
declare let getAgentActions: any;
|
|
3
4
|
declare let getAllServiceAutomationDep: any;
|
|
4
5
|
declare let getCatalogItem: any;
|
|
5
6
|
declare let getServiceRequest: any;
|
|
6
7
|
declare let updateCatalogItem: any;
|
|
7
8
|
declare let updateEpcCategories: any;
|
|
9
|
+
declare let getAgentActions_imperative: any;
|
|
8
10
|
declare let getAllServiceAutomationDep_imperative: any;
|
|
9
11
|
declare let getCatalogItem_imperative: any;
|
|
10
12
|
declare let getServiceRequest_imperative: any;
|
|
11
|
-
export { createCatalogItem, generateOmniScript, getAllServiceAutomationDep, getCatalogItem, getServiceRequest, updateCatalogItem, updateEpcCategories, getAllServiceAutomationDep_imperative, getCatalogItem_imperative, getServiceRequest_imperative, };
|
|
13
|
+
export { createCatalogItem, generateOmniScript, getAgentActions, getAllServiceAutomationDep, getCatalogItem, getServiceRequest, updateCatalogItem, updateEpcCategories, getAgentActions_imperative, getAllServiceAutomationDep_imperative, getCatalogItem_imperative, getServiceRequest_imperative, };
|
package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationGenAiActions.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
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';
|
|
2
|
+
import { EinsteinAgentActionsOutputRepresentation as types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation } from '../types/EinsteinAgentActionsOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
actionDevName?: string;
|
|
6
|
+
resourceType?: string;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_EinsteinAgentActionsOutputRepresentation_EinsteinAgentActionsOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
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 = "640eca8b98805042680eaf4428fcb937";
|
|
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 | null;
|
|
19
|
+
/** Description of the Attribute */
|
|
20
|
+
description?: string | null;
|
|
21
|
+
/** Developer Name of the Atribute */
|
|
22
|
+
developerName?: string | null;
|
|
23
|
+
/** Is displayable */
|
|
24
|
+
displayable?: boolean | null;
|
|
25
|
+
/** Exclude from Planner */
|
|
26
|
+
excludedFromPlanner?: boolean | null;
|
|
27
|
+
/** Is PII Information */
|
|
28
|
+
isPersIdentInfo?: boolean | null;
|
|
29
|
+
/** Data type of the items in the list */
|
|
30
|
+
itemsDataType?: string | null;
|
|
31
|
+
/** Label of the Attribute */
|
|
32
|
+
label?: string | null;
|
|
33
|
+
/** Mapping Type */
|
|
34
|
+
mappingType?: string | null;
|
|
35
|
+
/** Max items */
|
|
36
|
+
maxItems?: number | null;
|
|
37
|
+
/** Is Required Attribute */
|
|
38
|
+
required?: boolean | null;
|
|
39
|
+
/** Title of the Attribute */
|
|
40
|
+
title?: string | null;
|
|
41
|
+
/** Is user input */
|
|
42
|
+
userInput?: boolean | null;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Output representation for an Agent Action Attribute
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* (none)
|
|
49
|
+
*/
|
|
50
|
+
export interface AgentActionAttributeOutputRepresentation {
|
|
51
|
+
dataType?: string | null;
|
|
52
|
+
description?: string | null;
|
|
53
|
+
developerName?: string | null;
|
|
54
|
+
displayable?: boolean | null;
|
|
55
|
+
excludedFromPlanner?: boolean | null;
|
|
56
|
+
isPersIdentInfo?: boolean | null;
|
|
57
|
+
itemsDataType?: string | null;
|
|
58
|
+
label?: string | null;
|
|
59
|
+
mappingType?: string | null;
|
|
60
|
+
maxItems?: number | null;
|
|
61
|
+
required?: boolean | null;
|
|
62
|
+
title?: string | null;
|
|
63
|
+
userInput?: boolean | null;
|
|
64
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { AgentActionAttributeOutputRepresentation as AgentActionAttributeOutputRepresentation_AgentActionAttributeOutputRepresentation } from './AgentActionAttributeOutputRepresentation';
|
|
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 = "08cdcede9bca0b4190b31fc04f162569";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: EinsteinAgentActionOutputRepresentation, existing: EinsteinAgentActionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EinsteinAgentActionOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: EinsteinAgentActionOutputRepresentationNormalized, incoming: EinsteinAgentActionOutputRepresentationNormalized): 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: EinsteinAgentActionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation for an Agent Action
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EinsteinAgentActionOutputRepresentationNormalized {
|
|
18
|
+
/** Attributes of the Agent Action */
|
|
19
|
+
attributes?: Array<AgentActionAttributeOutputRepresentation_AgentActionAttributeOutputRepresentation>;
|
|
20
|
+
/** Description of the Agent Action */
|
|
21
|
+
description?: string | null;
|
|
22
|
+
/** Developer Name of the Agent Action */
|
|
23
|
+
developerName?: string | null;
|
|
24
|
+
/** Identifier of the Agent Action */
|
|
25
|
+
id?: string | null;
|
|
26
|
+
/** Include progress indicator message */
|
|
27
|
+
includeInProgressIndicator?: boolean | null;
|
|
28
|
+
/** Invocation Target of the Agent Action */
|
|
29
|
+
invocationTarget?: string | null;
|
|
30
|
+
/** Invocation Target ID of the Agent Action */
|
|
31
|
+
invocationTargetId?: string | null;
|
|
32
|
+
/** Invocation Target Type of the Agent Action */
|
|
33
|
+
invocationTargetType?: string | null;
|
|
34
|
+
/** Master Label of the Agent Action */
|
|
35
|
+
label?: string | null;
|
|
36
|
+
/** Namespace of the Agent Action */
|
|
37
|
+
namespace?: string | null;
|
|
38
|
+
/** Progress indicator message */
|
|
39
|
+
progressIndicatorMessage?: string | null;
|
|
40
|
+
/** Is user confirmation required for executing Action */
|
|
41
|
+
userConfirmationRequired?: boolean | null;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Output representation for an Agent Action
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* (none)
|
|
48
|
+
*/
|
|
49
|
+
export interface EinsteinAgentActionOutputRepresentation {
|
|
50
|
+
attributes?: Array<AgentActionAttributeOutputRepresentation_AgentActionAttributeOutputRepresentation>;
|
|
51
|
+
description?: string | null;
|
|
52
|
+
developerName?: string | null;
|
|
53
|
+
id?: string | null;
|
|
54
|
+
includeInProgressIndicator?: boolean | null;
|
|
55
|
+
invocationTarget?: string | null;
|
|
56
|
+
invocationTargetId?: string | null;
|
|
57
|
+
invocationTargetType?: string | null;
|
|
58
|
+
label?: string | null;
|
|
59
|
+
namespace?: string | null;
|
|
60
|
+
progressIndicatorMessage?: string | null;
|
|
61
|
+
userConfirmationRequired?: boolean | null;
|
|
62
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionsOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { EinsteinAgentActionOutputRepresentation as EinsteinAgentActionOutputRepresentation_EinsteinAgentActionOutputRepresentation } from './EinsteinAgentActionOutputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 TTL = 6000;
|
|
4
|
+
export declare const VERSION = "8d267876ea7c4f028aade73f06d0f634";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: EinsteinAgentActionsOutputRepresentation, existing: EinsteinAgentActionsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EinsteinAgentActionsOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: EinsteinAgentActionsOutputRepresentationNormalized, incoming: EinsteinAgentActionsOutputRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: EinsteinAgentActionsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation for Agent Actions
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface EinsteinAgentActionsOutputRepresentationNormalized {
|
|
19
|
+
/** Agent Actions */
|
|
20
|
+
actions?: Array<EinsteinAgentActionOutputRepresentation_EinsteinAgentActionOutputRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output representation for Agent Actions
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface EinsteinAgentActionsOutputRepresentation {
|
|
29
|
+
actions?: Array<EinsteinAgentActionOutputRepresentation_EinsteinAgentActionOutputRepresentation>;
|
|
30
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-ecm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.349.0",
|
|
4
4
|
"description": "Service Automation Request",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/service-ecm.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.349.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.349.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|