@salesforce/lds-adapters-industries-eri 1.134.4 → 1.134.5

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.
@@ -452,7 +452,7 @@ function ingestSuccess(luvio, resourceParams, response) {
452
452
  function createResourceRequest(config) {
453
453
  const headers = {};
454
454
  return {
455
- baseUri: '/services/data/v58.0',
455
+ baseUri: '/services/data/v59.0',
456
456
  basePath: '/connect/eri/digest',
457
457
  method: 'post',
458
458
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-eri",
3
- "version": "1.134.4",
3
+ "version": "1.134.5",
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
@@ -461,7 +461,7 @@ function ingestSuccess(luvio, resourceParams, response) {
461
461
  function createResourceRequest(config) {
462
462
  const headers = {};
463
463
  return {
464
- baseUri: '/services/data/v58.0',
464
+ baseUri: '/services/data/v59.0',
465
465
  basePath: '/connect/eri/digest',
466
466
  method: 'post',
467
467
  body: config.body,
@@ -552,4 +552,4 @@ withDefaultLuvio((luvio) => {
552
552
  });
553
553
 
554
554
  export { getERIDigest };
555
- // version: 1.134.4-a74ddaa33
555
+ // version: 1.134.5-a25b51598
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/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0