@salesforce/lds-adapters-industries-eri 1.231.0 → 1.233.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.
@@ -399,7 +399,7 @@ function ingestSuccess(luvio, resourceParams, response) {
399
399
  function createResourceRequest(config) {
400
400
  const headers = {};
401
401
  return {
402
- baseUri: '/services/data/v59.0',
402
+ baseUri: '/services/data/v60.0',
403
403
  basePath: '/connect/eri/digest',
404
404
  method: 'post',
405
405
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-eri",
3
- "version": "1.231.0",
3
+ "version": "1.233.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Einstein relationship insights",
6
6
  "main": "dist/es/es2018/industries-eri.js",
package/sfdc/index.js CHANGED
@@ -408,7 +408,7 @@ function ingestSuccess(luvio, resourceParams, response) {
408
408
  function createResourceRequest(config) {
409
409
  const headers = {};
410
410
  return {
411
- baseUri: '/services/data/v59.0',
411
+ baseUri: '/services/data/v60.0',
412
412
  basePath: '/connect/eri/digest',
413
413
  method: 'post',
414
414
  body: config.body,
@@ -494,4 +494,4 @@ withDefaultLuvio((luvio) => {
494
494
  });
495
495
 
496
496
  export { getERIDigest };
497
- // version: 1.231.0-2b4244fb5
497
+ // version: 1.233.0-e0ba7cc7b
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/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0