@salesforce/lds-adapters-industries-constraints 1.384.0 → 1.385.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.
@@ -311,7 +311,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
311
311
  function createResourceRequest$2(config) {
312
312
  const headers = {};
313
313
  return {
314
- baseUri: '/services/data/v65.0',
314
+ baseUri: '/services/data/v66.0',
315
315
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions',
316
316
  method: 'post',
317
317
  body: config.body,
@@ -484,7 +484,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
484
484
  function createResourceRequest$1(config) {
485
485
  const headers = {};
486
486
  return {
487
- baseUri: '/services/data/v65.0',
487
+ baseUri: '/services/data/v66.0',
488
488
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions/' + config.urlParams.expressionSetVersionId + '',
489
489
  method: 'get',
490
490
  body: null,
@@ -727,7 +727,7 @@ function ingestSuccess(luvio, resourceParams, response) {
727
727
  function createResourceRequest(config) {
728
728
  const headers = {};
729
729
  return {
730
- baseUri: '/services/data/v65.0',
730
+ baseUri: '/services/data/v66.0',
731
731
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions/' + config.urlParams.expressionSetVersionId + '',
732
732
  method: 'patch',
733
733
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-constraints",
3
- "version": "1.384.0",
3
+ "version": "1.385.0",
4
4
  "description": "Read/Update CML API",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-constraints.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.384.0"
43
+ "@salesforce/lds-bindings": "^1.385.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.384.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.385.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -321,7 +321,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
321
321
  function createResourceRequest$2(config) {
322
322
  const headers = {};
323
323
  return {
324
- baseUri: '/services/data/v65.0',
324
+ baseUri: '/services/data/v66.0',
325
325
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions',
326
326
  method: 'post',
327
327
  body: config.body,
@@ -494,7 +494,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
494
494
  function createResourceRequest$1(config) {
495
495
  const headers = {};
496
496
  return {
497
- baseUri: '/services/data/v65.0',
497
+ baseUri: '/services/data/v66.0',
498
498
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions/' + config.urlParams.expressionSetVersionId + '',
499
499
  method: 'get',
500
500
  body: null,
@@ -737,7 +737,7 @@ function ingestSuccess(luvio, resourceParams, response) {
737
737
  function createResourceRequest(config) {
738
738
  const headers = {};
739
739
  return {
740
- baseUri: '/services/data/v65.0',
740
+ baseUri: '/services/data/v66.0',
741
741
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions/' + config.urlParams.expressionSetVersionId + '',
742
742
  method: 'patch',
743
743
  body: config.body,
@@ -842,4 +842,4 @@ withDefaultLuvio((luvio) => {
842
842
  });
843
843
 
844
844
  export { createConstraintVersion, getConstraintVersion, getConstraintVersion_imperative, updateConstraintVersion };
845
- // version: 1.384.0-835fd13f44
845
+ // version: 1.385.0-c6070cc476
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '62.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0