@salesforce/lds-adapters-service-einstein-copilot-bot 1.310.0 → 1.311.1
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.
|
@@ -265,7 +265,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
265
265
|
function createResourceRequest$6(config) {
|
|
266
266
|
const headers = {};
|
|
267
267
|
return {
|
|
268
|
-
baseUri: '/services/data/
|
|
268
|
+
baseUri: '/services/data/v63.0',
|
|
269
269
|
basePath: '/connect/conversation-runtime-proxy',
|
|
270
270
|
method: 'get',
|
|
271
271
|
body: null,
|
|
@@ -1510,7 +1510,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
1510
1510
|
function createResourceRequest$5(config) {
|
|
1511
1511
|
const headers = {};
|
|
1512
1512
|
return {
|
|
1513
|
-
baseUri: '/services/data/
|
|
1513
|
+
baseUri: '/services/data/v63.0',
|
|
1514
1514
|
basePath: '/connect/conversation-runtime-proxy',
|
|
1515
1515
|
method: 'post',
|
|
1516
1516
|
body: config.body,
|
|
@@ -1880,7 +1880,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1880
1880
|
function createResourceRequest$4(config) {
|
|
1881
1881
|
const headers = {};
|
|
1882
1882
|
return {
|
|
1883
|
-
baseUri: '/services/data/
|
|
1883
|
+
baseUri: '/services/data/v63.0',
|
|
1884
1884
|
basePath: '/connect/recommended-plan-templates/' + config.urlParams.pageType + '/' + config.urlParams.objectType + '',
|
|
1885
1885
|
method: 'get',
|
|
1886
1886
|
body: null,
|
|
@@ -2075,7 +2075,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
2075
2075
|
function createResourceRequest$3(config) {
|
|
2076
2076
|
const headers = {};
|
|
2077
2077
|
return {
|
|
2078
|
-
baseUri: '/services/data/
|
|
2078
|
+
baseUri: '/services/data/v63.0',
|
|
2079
2079
|
basePath: '/connect/copilot/feedback',
|
|
2080
2080
|
method: 'post',
|
|
2081
2081
|
body: config.body,
|
|
@@ -2329,7 +2329,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
2329
2329
|
function createResourceRequest$2(config) {
|
|
2330
2330
|
const headers = {};
|
|
2331
2331
|
return {
|
|
2332
|
-
baseUri: '/services/data/
|
|
2332
|
+
baseUri: '/services/data/v63.0',
|
|
2333
2333
|
basePath: '/connect/copilot/objects',
|
|
2334
2334
|
method: 'get',
|
|
2335
2335
|
body: null,
|
|
@@ -2836,7 +2836,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2836
2836
|
function createResourceRequest$1(config) {
|
|
2837
2837
|
const headers = {};
|
|
2838
2838
|
return {
|
|
2839
|
-
baseUri: '/services/data/
|
|
2839
|
+
baseUri: '/services/data/v63.0',
|
|
2840
2840
|
basePath: '/connect/follow-up-actions',
|
|
2841
2841
|
method: 'post',
|
|
2842
2842
|
body: config.body,
|
|
@@ -3518,7 +3518,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3518
3518
|
function createResourceRequest(config) {
|
|
3519
3519
|
const headers = {};
|
|
3520
3520
|
return {
|
|
3521
|
-
baseUri: '/services/data/
|
|
3521
|
+
baseUri: '/services/data/v63.0',
|
|
3522
3522
|
basePath: '/connect/recommended-actions',
|
|
3523
3523
|
method: 'get',
|
|
3524
3524
|
body: null,
|
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.311.1",
|
|
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.311.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.311.1"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -275,7 +275,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
275
275
|
function createResourceRequest$6(config) {
|
|
276
276
|
const headers = {};
|
|
277
277
|
return {
|
|
278
|
-
baseUri: '/services/data/
|
|
278
|
+
baseUri: '/services/data/v63.0',
|
|
279
279
|
basePath: '/connect/conversation-runtime-proxy',
|
|
280
280
|
method: 'get',
|
|
281
281
|
body: null,
|
|
@@ -540,7 +540,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
540
540
|
function createResourceRequest$5(config) {
|
|
541
541
|
const headers = {};
|
|
542
542
|
return {
|
|
543
|
-
baseUri: '/services/data/
|
|
543
|
+
baseUri: '/services/data/v63.0',
|
|
544
544
|
basePath: '/connect/copilot/objects',
|
|
545
545
|
method: 'get',
|
|
546
546
|
body: null,
|
|
@@ -1047,7 +1047,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1047
1047
|
function createResourceRequest$4(config) {
|
|
1048
1048
|
const headers = {};
|
|
1049
1049
|
return {
|
|
1050
|
-
baseUri: '/services/data/
|
|
1050
|
+
baseUri: '/services/data/v63.0',
|
|
1051
1051
|
basePath: '/connect/follow-up-actions',
|
|
1052
1052
|
method: 'post',
|
|
1053
1053
|
body: config.body,
|
|
@@ -1729,7 +1729,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1729
1729
|
function createResourceRequest$3(config) {
|
|
1730
1730
|
const headers = {};
|
|
1731
1731
|
return {
|
|
1732
|
-
baseUri: '/services/data/
|
|
1732
|
+
baseUri: '/services/data/v63.0',
|
|
1733
1733
|
basePath: '/connect/recommended-actions',
|
|
1734
1734
|
method: 'get',
|
|
1735
1735
|
body: null,
|
|
@@ -2099,7 +2099,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2099
2099
|
function createResourceRequest$2(config) {
|
|
2100
2100
|
const headers = {};
|
|
2101
2101
|
return {
|
|
2102
|
-
baseUri: '/services/data/
|
|
2102
|
+
baseUri: '/services/data/v63.0',
|
|
2103
2103
|
basePath: '/connect/recommended-plan-templates/' + config.urlParams.pageType + '/' + config.urlParams.objectType + '',
|
|
2104
2104
|
method: 'get',
|
|
2105
2105
|
body: null,
|
|
@@ -3348,7 +3348,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
3348
3348
|
function createResourceRequest$1(config) {
|
|
3349
3349
|
const headers = {};
|
|
3350
3350
|
return {
|
|
3351
|
-
baseUri: '/services/data/
|
|
3351
|
+
baseUri: '/services/data/v63.0',
|
|
3352
3352
|
basePath: '/connect/conversation-runtime-proxy',
|
|
3353
3353
|
method: 'post',
|
|
3354
3354
|
body: config.body,
|
|
@@ -3548,7 +3548,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
3548
3548
|
function createResourceRequest(config) {
|
|
3549
3549
|
const headers = {};
|
|
3550
3550
|
return {
|
|
3551
|
-
baseUri: '/services/data/
|
|
3551
|
+
baseUri: '/services/data/v63.0',
|
|
3552
3552
|
basePath: '/connect/copilot/feedback',
|
|
3553
3553
|
method: 'post',
|
|
3554
3554
|
body: config.body,
|
|
@@ -3713,4 +3713,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3713
3713
|
});
|
|
3714
3714
|
|
|
3715
3715
|
export { getBotId, getBotId_imperative, getCopilotObjects, getCopilotObjects_imperative, getFollowUpActions, getFollowUpActions_imperative, getRecommendedActions, getRecommendedActions_imperative, getRecommendedPlanTemplates, getRecommendedPlanTemplates_imperative, sendMessage, submitFeedback };
|
|
3716
|
-
// version: 1.
|
|
3716
|
+
// version: 1.311.1-f99d2bc85e
|