@salesforce/lds-adapters-industries-featurevalidation 1.355.0 → 1.357.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.
@@ -576,7 +576,7 @@ function ingestSuccess(luvio, resourceParams, response) {
576
576
  function createResourceRequest(config) {
577
577
  const headers = {};
578
578
  return {
579
- baseUri: '/services/data/v64.0',
579
+ baseUri: '/services/data/v65.0',
580
580
  basePath: '/connect/industries/feature-validation',
581
581
  method: 'post',
582
582
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-featurevalidation",
3
- "version": "1.355.0",
3
+ "version": "1.357.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.355.0"
46
+ "@salesforce/lds-bindings": "^1.357.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.355.0",
50
- "@salesforce/lds-karma": "^1.355.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.357.0",
50
+ "@salesforce/lds-karma": "^1.357.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -585,7 +585,7 @@ function ingestSuccess(luvio, resourceParams, response) {
585
585
  function createResourceRequest(config) {
586
586
  const headers = {};
587
587
  return {
588
- baseUri: '/services/data/v64.0',
588
+ baseUri: '/services/data/v65.0',
589
589
  basePath: '/connect/industries/feature-validation',
590
590
  method: 'post',
591
591
  body: config.body,
@@ -672,4 +672,4 @@ withDefaultLuvio((luvio) => {
672
672
  });
673
673
 
674
674
  export { featureValidation };
675
- // version: 1.355.0-df8576becd
675
+ // version: 1.357.0-5a2425b0d8
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '61.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v64.0
9
+ baseUri: /services/data/v65.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0