@salesforce/lds-adapters-industries-einstein-aiaccelerator 1.289.0 → 1.291.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/v61.0',
2346
+ baseUri: '/services/data/v62.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/v61.0',
3580
+ baseUri: '/services/data/v62.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.289.0",
3
+ "version": "1.291.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.289.0"
41
+ "@salesforce/lds-bindings": "^1.291.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@salesforce/lds-compiler-plugins": "^1.289.0",
45
- "@salesforce/lds-karma": "^1.289.0"
44
+ "@salesforce/lds-compiler-plugins": "^1.291.0",
45
+ "@salesforce/lds-karma": "^1.291.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/v61.0',
1270
+ baseUri: '/services/data/v62.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/v61.0',
3589
+ baseUri: '/services/data/v62.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.289.0-72256e363
3678
+ // version: 1.291.0-79b8ea231
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v61.0
9
+ baseUri: /services/data/v62.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0