@salesforce/lds-adapters-industries-decisiontable 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.
@@ -473,7 +473,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
473
473
  function createResourceRequest(config) {
474
474
  const headers = {};
475
475
  return {
476
- baseUri: '/services/data/v60.0',
476
+ baseUri: '/services/data/v61.0',
477
477
  basePath: '/connect/business-rules/decision-table/definitions/' + config.urlParams.decisionTableId + '',
478
478
  method: 'get',
479
479
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-decisiontable",
3
- "version": "1.268.0",
3
+ "version": "1.269.0",
4
4
  "description": "Industries BRE DecisionTable",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-decisiontable.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest --config=./jest.config.js"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.268.0"
43
+ "@salesforce/lds-bindings": "^1.269.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.268.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.269.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -483,7 +483,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
483
483
  function createResourceRequest(config) {
484
484
  const headers = {};
485
485
  return {
486
- baseUri: '/services/data/v60.0',
486
+ baseUri: '/services/data/v61.0',
487
487
  basePath: '/connect/business-rules/decision-table/definitions/' + config.urlParams.decisionTableId + '',
488
488
  method: 'get',
489
489
  body: null,
@@ -605,4 +605,4 @@ withDefaultLuvio((luvio) => {
605
605
  });
606
606
 
607
607
  export { getDecisionTable, getDecisionTable_imperative };
608
- // version: 1.268.0-59af8a121
608
+ // version: 1.269.0-37c0722c7
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '60.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