@salesforce/lds-adapters-industries-constraints 1.431.0 → 1.433.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$3(luvio, resourceParams, response) {
311
311
  function createResourceRequest$3(config) {
312
312
  const headers = {};
313
313
  return {
314
- baseUri: '/services/data/v67.0',
314
+ baseUri: '/services/data/v68.0',
315
315
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions',
316
316
  method: 'post',
317
317
  body: config.body,
@@ -601,7 +601,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
601
601
  function createResourceRequest$2(config) {
602
602
  const headers = {};
603
603
  return {
604
- baseUri: '/services/data/v67.0',
604
+ baseUri: '/services/data/v68.0',
605
605
  basePath: '/industries/constraints/createCustomLabels',
606
606
  method: 'post',
607
607
  body: config.body,
@@ -782,7 +782,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
782
782
  function createResourceRequest$1(config) {
783
783
  const headers = {};
784
784
  return {
785
- baseUri: '/services/data/v67.0',
785
+ baseUri: '/services/data/v68.0',
786
786
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions/' + config.urlParams.expressionSetVersionId + '',
787
787
  method: 'get',
788
788
  body: null,
@@ -1025,7 +1025,7 @@ function ingestSuccess(luvio, resourceParams, response) {
1025
1025
  function createResourceRequest(config) {
1026
1026
  const headers = {};
1027
1027
  return {
1028
- baseUri: '/services/data/v67.0',
1028
+ baseUri: '/services/data/v68.0',
1029
1029
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions/' + config.urlParams.expressionSetVersionId + '',
1030
1030
  method: 'patch',
1031
1031
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-constraints",
3
- "version": "1.431.0",
3
+ "version": "1.433.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.431.0"
43
+ "@salesforce/lds-bindings": "^1.433.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.431.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.433.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -321,7 +321,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
321
321
  function createResourceRequest$3(config) {
322
322
  const headers = {};
323
323
  return {
324
- baseUri: '/services/data/v67.0',
324
+ baseUri: '/services/data/v68.0',
325
325
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions',
326
326
  method: 'post',
327
327
  body: config.body,
@@ -611,7 +611,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
611
611
  function createResourceRequest$2(config) {
612
612
  const headers = {};
613
613
  return {
614
- baseUri: '/services/data/v67.0',
614
+ baseUri: '/services/data/v68.0',
615
615
  basePath: '/industries/constraints/createCustomLabels',
616
616
  method: 'post',
617
617
  body: config.body,
@@ -792,7 +792,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
792
792
  function createResourceRequest$1(config) {
793
793
  const headers = {};
794
794
  return {
795
- baseUri: '/services/data/v67.0',
795
+ baseUri: '/services/data/v68.0',
796
796
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions/' + config.urlParams.expressionSetVersionId + '',
797
797
  method: 'get',
798
798
  body: null,
@@ -1035,7 +1035,7 @@ function ingestSuccess(luvio, resourceParams, response) {
1035
1035
  function createResourceRequest(config) {
1036
1036
  const headers = {};
1037
1037
  return {
1038
- baseUri: '/services/data/v67.0',
1038
+ baseUri: '/services/data/v68.0',
1039
1039
  basePath: '/industries/constraints/' + config.urlParams.expressionSetId + '/versions/' + config.urlParams.expressionSetVersionId + '',
1040
1040
  method: 'patch',
1041
1041
  body: config.body,
@@ -1143,4 +1143,4 @@ withDefaultLuvio((luvio) => {
1143
1143
  });
1144
1144
 
1145
1145
  export { createConstraintVersion, createCustomLabels, getConstraintVersion, getConstraintVersion_imperative, updateConstraintVersion };
1146
- // version: 1.431.0-51a9c51ed3
1146
+ // version: 1.433.0-db129b48d2
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/v67.0
9
+ baseUri: /services/data/v68.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0