@salesforce/lds-adapters-service-einstein-copilot-bot 1.315.0 → 1.317.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.
@@ -6,6 +6,7 @@ export declare const adapterName = "getBotId";
6
6
  export declare const getBotId_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
7
  export declare const getBotId_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
8
  export interface GetBotIdConfig {
9
+ agentType?: string;
9
10
  }
10
11
  export declare const createResourceParams: (config: GetBotIdConfig) => resources_getConnectConversationRuntimeProxy_ResourceRequestConfig;
11
12
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetBotIdConfig): string;
@@ -0,0 +1,27 @@
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_getConnectRecommendedUtterances_ResourceRequestConfig } from '../resources/getConnectRecommendedUtterances';
4
+ import { RecommendedUtterancesRepresentation as types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation } from '../types/RecommendedUtterancesRepresentation';
5
+ export declare const adapterName = "getRecommendedUtterances";
6
+ export declare const getRecommendedUtterances_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getRecommendedUtterances_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetRecommendedUtterancesConfig {
9
+ sessionId: string;
10
+ }
11
+ export declare const createResourceParams: (config: GetRecommendedUtterancesConfig) => resources_getConnectRecommendedUtterances_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetRecommendedUtterancesConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetRecommendedUtterancesConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetRecommendedUtterancesConfig>): adapter$45$utils_Untrusted<GetRecommendedUtterancesConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetRecommendedUtterancesConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetRecommendedUtterancesConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRecommendedUtterancesConfig): $64$luvio_engine_Snapshot<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation, any>;
18
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRecommendedUtterancesConfig, resourceParams: resources_getConnectRecommendedUtterances_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation, any>>;
19
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetRecommendedUtterancesConfig, resourceParams: resources_getConnectRecommendedUtterances_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
20
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRecommendedUtterancesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation, any>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetRecommendedUtterancesConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation>): $64$luvio_engine_Snapshot<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation, any>;
27
+ export declare const getRecommendedUtterancesAdapterFactory: $64$luvio_engine_AdapterFactory<GetRecommendedUtterancesConfig, types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation>;
@@ -0,0 +1,27 @@
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_getConnectWelcomeUtterances_ResourceRequestConfig } from '../resources/getConnectWelcomeUtterances';
4
+ import { WelcomeUtterancesRepresentation as types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation } from '../types/WelcomeUtterancesRepresentation';
5
+ export declare const adapterName = "getWelcomeUtterances";
6
+ export declare const getWelcomeUtterances_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getWelcomeUtterances_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetWelcomeUtterancesConfig {
9
+ sessionId?: string;
10
+ }
11
+ export declare const createResourceParams: (config: GetWelcomeUtterancesConfig) => resources_getConnectWelcomeUtterances_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetWelcomeUtterancesConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetWelcomeUtterancesConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetWelcomeUtterancesConfig>): adapter$45$utils_Untrusted<GetWelcomeUtterancesConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetWelcomeUtterancesConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetWelcomeUtterancesConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetWelcomeUtterancesConfig): $64$luvio_engine_Snapshot<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation, any>;
18
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetWelcomeUtterancesConfig, resourceParams: resources_getConnectWelcomeUtterances_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation, any>>;
19
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetWelcomeUtterancesConfig, resourceParams: resources_getConnectWelcomeUtterances_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
20
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetWelcomeUtterancesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation, any>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetWelcomeUtterancesConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation>): $64$luvio_engine_Snapshot<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation, any>;
27
+ export declare const getWelcomeUtterancesAdapterFactory: $64$luvio_engine_AdapterFactory<GetWelcomeUtterancesConfig, types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation>;
@@ -4,4 +4,6 @@ export { getRecommendedPlanTemplatesAdapterFactory } from '../adapters/getRecomm
4
4
  export { submitFeedbackAdapterFactory } from '../adapters/submitFeedback';
5
5
  export { getCopilotObjectsAdapterFactory } from '../adapters/getCopilotObjects';
6
6
  export { getFollowUpActionsAdapterFactory } from '../adapters/getFollowUpActions';
7
+ export { getRecommendedUtterancesAdapterFactory } from '../adapters/getRecommendedUtterances';
7
8
  export { getRecommendedActionsAdapterFactory } from '../adapters/getRecommendedActions';
9
+ export { getWelcomeUtterancesAdapterFactory } from '../adapters/getWelcomeUtterances';
@@ -3,6 +3,8 @@ declare let getCopilotObjects: any;
3
3
  declare let getFollowUpActions: any;
4
4
  declare let getRecommendedActions: any;
5
5
  declare let getRecommendedPlanTemplates: any;
6
+ declare let getRecommendedUtterances: any;
7
+ declare let getWelcomeUtterances: any;
6
8
  declare let sendMessage: any;
7
9
  declare let submitFeedback: any;
8
10
  declare let getBotId_imperative: any;
@@ -10,4 +12,6 @@ declare let getCopilotObjects_imperative: any;
10
12
  declare let getFollowUpActions_imperative: any;
11
13
  declare let getRecommendedActions_imperative: any;
12
14
  declare let getRecommendedPlanTemplates_imperative: any;
13
- export { getBotId, getCopilotObjects, getFollowUpActions, getRecommendedActions, getRecommendedPlanTemplates, sendMessage, submitFeedback, getBotId_imperative, getCopilotObjects_imperative, getFollowUpActions_imperative, getRecommendedActions_imperative, getRecommendedPlanTemplates_imperative, };
15
+ declare let getRecommendedUtterances_imperative: any;
16
+ declare let getWelcomeUtterances_imperative: any;
17
+ export { getBotId, getCopilotObjects, getFollowUpActions, getRecommendedActions, getRecommendedPlanTemplates, getRecommendedUtterances, getWelcomeUtterances, sendMessage, submitFeedback, getBotId_imperative, getCopilotObjects_imperative, getFollowUpActions_imperative, getRecommendedActions_imperative, getRecommendedPlanTemplates_imperative, getRecommendedUtterances_imperative, getWelcomeUtterances_imperative, };
@@ -1,6 +1,9 @@
1
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
2
  import { CopilotBotInfoRepresentation as types_CopilotBotInfoRepresentation_CopilotBotInfoRepresentation } from '../types/CopilotBotInfoRepresentation';
3
3
  export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ agentType?: string;
6
+ };
4
7
  }
5
8
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
6
9
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
@@ -0,0 +1,15 @@
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 { RecommendedUtterancesRepresentation as types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation } from '../types/RecommendedUtterancesRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ sessionId: string;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
10
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation): void;
12
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation, any>;
13
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_RecommendedUtterancesRepresentation_RecommendedUtterancesRepresentation>): $64$luvio_engine_ErrorSnapshot;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ export default createResourceRequest;
@@ -0,0 +1,15 @@
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 { WelcomeUtterancesRepresentation as types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation } from '../types/WelcomeUtterancesRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ sessionId?: string;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
10
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation): void;
12
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation, any>;
13
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_WelcomeUtterancesRepresentation_WelcomeUtterancesRepresentation>): $64$luvio_engine_ErrorSnapshot;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ export default createResourceRequest;
@@ -0,0 +1,35 @@
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 TTL = 900000;
3
+ export declare const VERSION = "240cfec5fc3a3d994da444a2dfa1eca4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecommendedUtterancesRepresentation, existing: RecommendedUtterancesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecommendedUtterancesRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecommendedUtterancesRepresentationNormalized, incoming: RecommendedUtterancesRepresentationNormalized): 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: RecommendedUtterancesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents the result of a get recommended utterances request.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecommendedUtterancesRepresentationNormalized {
18
+ /** Error message for the failed get operation */
19
+ errorMessage?: string;
20
+ /** Success indicator of the get operation. */
21
+ isSuccess: boolean;
22
+ /** Recommended utterances. */
23
+ utterances: Array<string>;
24
+ }
25
+ /**
26
+ * Represents the result of a get recommended utterances request.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface RecommendedUtterancesRepresentation {
32
+ errorMessage?: string;
33
+ isSuccess: boolean;
34
+ utterances: Array<string>;
35
+ }
@@ -0,0 +1,30 @@
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 = "7b8f676098deb92fdb92955fba2e6805";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WelcomeTopicSuggestedUtterancesRepresentation, existing: WelcomeTopicSuggestedUtterancesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WelcomeTopicSuggestedUtterancesRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WelcomeTopicSuggestedUtterancesRepresentationNormalized, incoming: WelcomeTopicSuggestedUtterancesRepresentationNormalized): 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: WelcomeTopicSuggestedUtterancesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * A single topic and utterances suggested for that topic.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface WelcomeTopicSuggestedUtterancesRepresentationNormalized {
17
+ /** The API Name of the Topic */
18
+ topicApiName: string;
19
+ utterances: Array<string>;
20
+ }
21
+ /**
22
+ * A single topic and utterances suggested for that topic.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface WelcomeTopicSuggestedUtterancesRepresentation {
28
+ topicApiName: string;
29
+ utterances: Array<string>;
30
+ }
@@ -0,0 +1,36 @@
1
+ import { WelcomeTopicSuggestedUtterancesRepresentation as WelcomeTopicSuggestedUtterancesRepresentation_WelcomeTopicSuggestedUtterancesRepresentation } from './WelcomeTopicSuggestedUtterancesRepresentation';
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 TTL = 30000;
4
+ export declare const VERSION = "5563352486e852506e175069aef4b290";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: WelcomeUtterancesRepresentation, existing: WelcomeUtterancesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WelcomeUtterancesRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: WelcomeUtterancesRepresentationNormalized, incoming: WelcomeUtterancesRepresentationNormalized): 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: WelcomeUtterancesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Represents the result of a get welcome-utterances request.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface WelcomeUtterancesRepresentationNormalized {
19
+ /** Error message for the failed get operation */
20
+ errorMessage?: string;
21
+ /** Success indicator of the get operation. */
22
+ isSuccess: boolean;
23
+ /** List of topics and their corresponding suggested utterances. */
24
+ topicsAndSuggestedUtterances: Array<WelcomeTopicSuggestedUtterancesRepresentation_WelcomeTopicSuggestedUtterancesRepresentation>;
25
+ }
26
+ /**
27
+ * Represents the result of a get welcome-utterances request.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface WelcomeUtterancesRepresentation {
33
+ errorMessage?: string;
34
+ isSuccess: boolean;
35
+ topicsAndSuggestedUtterances: Array<WelcomeTopicSuggestedUtterancesRepresentation_WelcomeTopicSuggestedUtterancesRepresentation>;
36
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-einstein-copilot-bot",
3
- "version": "1.315.0",
3
+ "version": "1.317.0",
4
4
  "description": "Einstein Copilot Bot API Family",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-einstein-copilot-bot.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.315.0"
43
+ "@salesforce/lds-bindings": "^1.317.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.315.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.317.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {