@salesforce/lds-adapters-industries-decisiontable 1.268.0 → 1.270.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/
|
|
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.
|
|
3
|
+
"version": "1.270.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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.270.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.270.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/
|
|
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.
|
|
608
|
+
// version: 1.270.0-533e91908
|