@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.
- package/dist/es/es2018/industries-eri.js +1 -1
- package/package.json +1 -1
- package/sfdc/index.js +2 -2
- package/src/raml/api.raml +1 -1
|
@@ -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/
|
|
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
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/
|
|
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.
|
|
555
|
+
// version: 1.134.5-a25b51598
|