@salesforce/lds-adapters-industries-einstein-aiaccelerator 1.268.0 → 1.270.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.
|
@@ -2343,7 +2343,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
2343
2343
|
function createResourceRequest$1(config) {
|
|
2344
2344
|
const headers = {};
|
|
2345
2345
|
return {
|
|
2346
|
-
baseUri: '/services/data/
|
|
2346
|
+
baseUri: '/services/data/v61.0',
|
|
2347
2347
|
basePath: '/connect/aiaccelerator/predictions',
|
|
2348
2348
|
method: 'post',
|
|
2349
2349
|
body: config.body,
|
|
@@ -3577,7 +3577,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
3577
3577
|
function createResourceRequest(config) {
|
|
3578
3578
|
const headers = {};
|
|
3579
3579
|
return {
|
|
3580
|
-
baseUri: '/services/data/
|
|
3580
|
+
baseUri: '/services/data/v61.0',
|
|
3581
3581
|
basePath: '/connect/aiaccelerator/recommendations',
|
|
3582
3582
|
method: 'post',
|
|
3583
3583
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-einstein-aiaccelerator",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.270.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "AI Accelerator Connect API to make predictions",
|
|
6
6
|
"main": "dist/es/es2018/industries-einstein-aiaccelerator.js",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"test": "nx build:karma && karma start --single-run"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@salesforce/lds-bindings": "^1.
|
|
41
|
+
"@salesforce/lds-bindings": "^1.270.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
45
|
-
"@salesforce/lds-karma": "^1.
|
|
44
|
+
"@salesforce/lds-compiler-plugins": "^1.270.0",
|
|
45
|
+
"@salesforce/lds-karma": "^1.270.0"
|
|
46
46
|
},
|
|
47
47
|
"nx": {
|
|
48
48
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1267,7 +1267,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1267
1267
|
function createResourceRequest$1(config) {
|
|
1268
1268
|
const headers = {};
|
|
1269
1269
|
return {
|
|
1270
|
-
baseUri: '/services/data/
|
|
1270
|
+
baseUri: '/services/data/v61.0',
|
|
1271
1271
|
basePath: '/connect/aiaccelerator/recommendations',
|
|
1272
1272
|
method: 'post',
|
|
1273
1273
|
body: config.body,
|
|
@@ -3586,7 +3586,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
3586
3586
|
function createResourceRequest(config) {
|
|
3587
3587
|
const headers = {};
|
|
3588
3588
|
return {
|
|
3589
|
-
baseUri: '/services/data/
|
|
3589
|
+
baseUri: '/services/data/v61.0',
|
|
3590
3590
|
basePath: '/connect/aiaccelerator/predictions',
|
|
3591
3591
|
method: 'post',
|
|
3592
3592
|
body: config.body,
|
|
@@ -3675,4 +3675,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3675
3675
|
});
|
|
3676
3676
|
|
|
3677
3677
|
export { fetchRecommendations, predictions };
|
|
3678
|
-
// version: 1.
|
|
3678
|
+
// version: 1.270.0-533e91908
|