@salesforce/lds-adapters-industries-featurevalidation 1.268.0 → 1.269.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/v60.0',
441
+ baseUri: '/services/data/v61.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.268.0",
3
+ "version": "1.269.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",
@@ -43,11 +43,11 @@
43
43
  "test": "nx build:karma && karma start --single-run"
44
44
  },
45
45
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.268.0"
46
+ "@salesforce/lds-bindings": "^1.269.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.268.0",
50
- "@salesforce/lds-karma": "^1.268.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.269.0",
50
+ "@salesforce/lds-karma": "^1.269.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
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/v60.0',
450
+ baseUri: '/services/data/v61.0',
451
451
  basePath: '/connect/industries/feature-validation',
452
452
  method: 'post',
453
453
  body: config.body,
@@ -534,4 +534,4 @@ withDefaultLuvio((luvio) => {
534
534
  });
535
535
 
536
536
  export { featureValidation };
537
- // version: 1.268.0-59af8a121
537
+ // version: 1.269.0-37c0722c7
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/v60.0
9
+ baseUri: /services/data/v61.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0