@salesforce/lds-adapters-industries-featurevalidation 1.134.4 → 1.134.6

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/v58.0',
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.4",
3
+ "version": "1.134.6",
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/v58.0',
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.4-a74ddaa33
558
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.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