@salesforce/lds-adapters-service-einstein-copilot-bot 1.267.0 → 1.269.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.
|
@@ -245,7 +245,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
245
245
|
function createResourceRequest$1(config) {
|
|
246
246
|
const headers = {};
|
|
247
247
|
return {
|
|
248
|
-
baseUri: '/services/data/
|
|
248
|
+
baseUri: '/services/data/v61.0',
|
|
249
249
|
basePath: '/connect/conversation-runtime-proxy',
|
|
250
250
|
method: 'get',
|
|
251
251
|
body: null,
|
|
@@ -1263,7 +1263,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1263
1263
|
function createResourceRequest(config) {
|
|
1264
1264
|
const headers = {};
|
|
1265
1265
|
return {
|
|
1266
|
-
baseUri: '/services/data/
|
|
1266
|
+
baseUri: '/services/data/v61.0',
|
|
1267
1267
|
basePath: '/connect/conversation-runtime-proxy',
|
|
1268
1268
|
method: 'post',
|
|
1269
1269
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-einstein-copilot-bot",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.269.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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.269.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.269.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -255,7 +255,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
255
255
|
function createResourceRequest$1(config) {
|
|
256
256
|
const headers = {};
|
|
257
257
|
return {
|
|
258
|
-
baseUri: '/services/data/
|
|
258
|
+
baseUri: '/services/data/v61.0',
|
|
259
259
|
basePath: '/connect/conversation-runtime-proxy',
|
|
260
260
|
method: 'get',
|
|
261
261
|
body: null,
|
|
@@ -1273,7 +1273,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1273
1273
|
function createResourceRequest(config) {
|
|
1274
1274
|
const headers = {};
|
|
1275
1275
|
return {
|
|
1276
|
-
baseUri: '/services/data/
|
|
1276
|
+
baseUri: '/services/data/v61.0',
|
|
1277
1277
|
basePath: '/connect/conversation-runtime-proxy',
|
|
1278
1278
|
method: 'post',
|
|
1279
1279
|
body: config.body,
|
|
@@ -1396,4 +1396,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1396
1396
|
});
|
|
1397
1397
|
|
|
1398
1398
|
export { getBotId, getBotId_imperative, sendMessage };
|
|
1399
|
-
// version: 1.
|
|
1399
|
+
// version: 1.269.0-37c0722c7
|