@salesforce/lds-adapters-industries-featurevalidation 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.
@@ -438,7 +438,7 @@ function ingestSuccess(luvio, resourceParams, response) {
438
438
  function createResourceRequest(config) {
439
439
  const headers = {};
440
440
  return {
441
- baseUri: '/services/data/v59.0',
441
+ baseUri: '/services/data/v60.0',
442
442
  basePath: '/connect/industries/feature-validation',
443
443
  method: 'post',
444
444
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-featurevalidation",
3
- "version": "1.231.0",
3
+ "version": "1.233.0",
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
@@ -447,7 +447,7 @@ function ingestSuccess(luvio, resourceParams, response) {
447
447
  function createResourceRequest(config) {
448
448
  const headers = {};
449
449
  return {
450
- baseUri: '/services/data/v59.0',
450
+ baseUri: '/services/data/v60.0',
451
451
  basePath: '/connect/industries/feature-validation',
452
452
  method: 'post',
453
453
  body: config.body,
@@ -533,4 +533,4 @@ withDefaultLuvio((luvio) => {
533
533
  });
534
534
 
535
535
  export { featureValidation };
536
- // version: 1.231.0-2b4244fb5
536
+ // version: 1.233.0-e0ba7cc7b
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/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0