@salesforce/lds-adapters-industries-featurevalidation 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.
|
@@ -455,7 +455,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
455
455
|
function createResourceRequest(config) {
|
|
456
456
|
const headers = {};
|
|
457
457
|
return {
|
|
458
|
-
baseUri: '/services/data/
|
|
458
|
+
baseUri: '/services/data/v59.0',
|
|
459
459
|
basePath: '/connect/industries/feature-validation',
|
|
460
460
|
method: 'post',
|
|
461
461
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-featurevalidation",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.5",
|
|
4
4
|
"description": "Feature validation tool to debug setup issues.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/umd/es2018/industries-featurevalidation.js",
|
package/sfdc/index.js
CHANGED
|
@@ -464,7 +464,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
464
464
|
function createResourceRequest(config) {
|
|
465
465
|
const headers = {};
|
|
466
466
|
return {
|
|
467
|
-
baseUri: '/services/data/
|
|
467
|
+
baseUri: '/services/data/v59.0',
|
|
468
468
|
basePath: '/connect/industries/feature-validation',
|
|
469
469
|
method: 'post',
|
|
470
470
|
body: config.body,
|
|
@@ -555,4 +555,4 @@ withDefaultLuvio((luvio) => {
|
|
|
555
555
|
});
|
|
556
556
|
|
|
557
557
|
export { featureValidation };
|
|
558
|
-
// version: 1.134.
|
|
558
|
+
// version: 1.134.5-a25b51598
|