@salesforce/lds-adapters-service-einstein-copilot-bot 1.309.0-dev16 → 1.309.0-dev17
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.
|
@@ -3986,7 +3986,7 @@ function equals$1(existing, incoming) {
|
|
|
3986
3986
|
return true;
|
|
3987
3987
|
}
|
|
3988
3988
|
|
|
3989
|
-
const TTL =
|
|
3989
|
+
const TTL = 100;
|
|
3990
3990
|
const VERSION = "5563352486e852506e175069aef4b290";
|
|
3991
3991
|
function validate(obj, path = 'WelcomeUtterancesRepresentation') {
|
|
3992
3992
|
const v_error = (() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { WelcomeTopicSuggestedUtterancesRepresentation as WelcomeTopicSuggestedUtterancesRepresentation_WelcomeTopicSuggestedUtterancesRepresentation } from './WelcomeTopicSuggestedUtterancesRepresentation';
|
|
2
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 =
|
|
3
|
+
export declare const TTL = 100;
|
|
4
4
|
export declare const VERSION = "5563352486e852506e175069aef4b290";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-einstein-copilot-bot",
|
|
3
|
-
"version": "1.309.0-
|
|
3
|
+
"version": "1.309.0-dev17",
|
|
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.309.0-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.309.0-dev17"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.309.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.309.0-dev17"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -2562,7 +2562,7 @@ function equals$7(existing, incoming) {
|
|
|
2562
2562
|
return true;
|
|
2563
2563
|
}
|
|
2564
2564
|
|
|
2565
|
-
const TTL$3 =
|
|
2565
|
+
const TTL$3 = 100;
|
|
2566
2566
|
const VERSION$6 = "5563352486e852506e175069aef4b290";
|
|
2567
2567
|
function validate$7(obj, path = 'WelcomeUtterancesRepresentation') {
|
|
2568
2568
|
const v_error = (() => {
|
|
@@ -4300,7 +4300,7 @@ const getRecommendedUtterancesMetadata = {
|
|
|
4300
4300
|
const getWelcomeUtterancesMetadata = {
|
|
4301
4301
|
apiFamily: 'einsteincopilot-bot',
|
|
4302
4302
|
name: 'getWelcomeUtterances',
|
|
4303
|
-
ttl:
|
|
4303
|
+
ttl: 100,
|
|
4304
4304
|
};
|
|
4305
4305
|
// Notify Update Available
|
|
4306
4306
|
function bindExportsTo(luvio) {
|
|
@@ -4359,4 +4359,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4359
4359
|
});
|
|
4360
4360
|
|
|
4361
4361
|
export { getBotId, getBotId_imperative, getCopilotObjects, getCopilotObjects_imperative, getFollowUpActions, getFollowUpActions_imperative, getRecommendedActions, getRecommendedActions_imperative, getRecommendedPlanTemplates, getRecommendedPlanTemplates_imperative, getRecommendedUtterances, getRecommendedUtterances_imperative, getWelcomeUtterances, getWelcomeUtterances_imperative, sendMessage, submitFeedback };
|
|
4362
|
-
// version: 1.309.0-
|
|
4362
|
+
// version: 1.309.0-dev17-63f305eea5
|