@salesforce/lds-adapters-industries-einstein-aiaccelerator 1.134.4 → 1.134.6
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.
|
@@ -2503,7 +2503,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
2503
2503
|
function createResourceRequest$1(config) {
|
|
2504
2504
|
const headers = {};
|
|
2505
2505
|
return {
|
|
2506
|
-
baseUri: '/services/data/
|
|
2506
|
+
baseUri: '/services/data/v59.0',
|
|
2507
2507
|
basePath: '/connect/aiaccelerator/predictions',
|
|
2508
2508
|
method: 'post',
|
|
2509
2509
|
body: config.body,
|
|
@@ -3829,7 +3829,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
3829
3829
|
function createResourceRequest(config) {
|
|
3830
3830
|
const headers = {};
|
|
3831
3831
|
return {
|
|
3832
|
-
baseUri: '/services/data/
|
|
3832
|
+
baseUri: '/services/data/v59.0',
|
|
3833
3833
|
basePath: '/connect/aiaccelerator/recommendations',
|
|
3834
3834
|
method: 'post',
|
|
3835
3835
|
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.134.
|
|
3
|
+
"version": "1.134.6",
|
|
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",
|
package/sfdc/index.js
CHANGED
|
@@ -1354,7 +1354,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1354
1354
|
function createResourceRequest$1(config) {
|
|
1355
1355
|
const headers = {};
|
|
1356
1356
|
return {
|
|
1357
|
-
baseUri: '/services/data/
|
|
1357
|
+
baseUri: '/services/data/v59.0',
|
|
1358
1358
|
basePath: '/connect/aiaccelerator/recommendations',
|
|
1359
1359
|
method: 'post',
|
|
1360
1360
|
body: config.body,
|
|
@@ -3838,7 +3838,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
3838
3838
|
function createResourceRequest(config) {
|
|
3839
3839
|
const headers = {};
|
|
3840
3840
|
return {
|
|
3841
|
-
baseUri: '/services/data/
|
|
3841
|
+
baseUri: '/services/data/v59.0',
|
|
3842
3842
|
basePath: '/connect/aiaccelerator/predictions',
|
|
3843
3843
|
method: 'post',
|
|
3844
3844
|
body: config.body,
|
|
@@ -3932,4 +3932,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3932
3932
|
});
|
|
3933
3933
|
|
|
3934
3934
|
export { fetchRecommendations, predictions };
|
|
3935
|
-
// version: 1.134.
|
|
3935
|
+
// version: 1.134.6-a88a77801
|