@salesforce/lds-adapters-industries-decisiontable 1.289.0 → 1.291.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$2(luvio, params, error, snapshotRefresh) {
|
|
|
473
473
|
function createResourceRequest$2(config) {
|
|
474
474
|
const headers = {};
|
|
475
475
|
return {
|
|
476
|
-
baseUri: '/services/data/
|
|
476
|
+
baseUri: '/services/data/v62.0',
|
|
477
477
|
basePath: '/connect/business-rules/decision-table/definitions/' + config.urlParams.decisionTableId + '',
|
|
478
478
|
method: 'get',
|
|
479
479
|
body: null,
|
|
@@ -835,7 +835,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
835
835
|
function createResourceRequest$1(config) {
|
|
836
836
|
const headers = {};
|
|
837
837
|
return {
|
|
838
|
-
baseUri: '/services/data/
|
|
838
|
+
baseUri: '/services/data/v62.0',
|
|
839
839
|
basePath: '/connect/business-rules/decision-table/templates',
|
|
840
840
|
method: 'get',
|
|
841
841
|
body: null,
|
|
@@ -1050,7 +1050,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1050
1050
|
function createResourceRequest(config) {
|
|
1051
1051
|
const headers = {};
|
|
1052
1052
|
return {
|
|
1053
|
-
baseUri: '/services/data/
|
|
1053
|
+
baseUri: '/services/data/v62.0',
|
|
1054
1054
|
basePath: '/connect/business-rules/decision-table/templates/' + config.urlParams.templateName + '',
|
|
1055
1055
|
method: 'get',
|
|
1056
1056
|
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.291.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.291.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.291.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -483,7 +483,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
483
483
|
function createResourceRequest$2(config) {
|
|
484
484
|
const headers = {};
|
|
485
485
|
return {
|
|
486
|
-
baseUri: '/services/data/
|
|
486
|
+
baseUri: '/services/data/v62.0',
|
|
487
487
|
basePath: '/connect/business-rules/decision-table/definitions/' + config.urlParams.decisionTableId + '',
|
|
488
488
|
method: 'get',
|
|
489
489
|
body: null,
|
|
@@ -808,7 +808,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
808
808
|
function createResourceRequest$1(config) {
|
|
809
809
|
const headers = {};
|
|
810
810
|
return {
|
|
811
|
-
baseUri: '/services/data/
|
|
811
|
+
baseUri: '/services/data/v62.0',
|
|
812
812
|
basePath: '/connect/business-rules/decision-table/templates/' + config.urlParams.templateName + '',
|
|
813
813
|
method: 'get',
|
|
814
814
|
body: null,
|
|
@@ -1060,7 +1060,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1060
1060
|
function createResourceRequest(config) {
|
|
1061
1061
|
const headers = {};
|
|
1062
1062
|
return {
|
|
1063
|
-
baseUri: '/services/data/
|
|
1063
|
+
baseUri: '/services/data/v62.0',
|
|
1064
1064
|
basePath: '/connect/business-rules/decision-table/templates',
|
|
1065
1065
|
method: 'get',
|
|
1066
1066
|
body: null,
|
|
@@ -1209,4 +1209,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1209
1209
|
});
|
|
1210
1210
|
|
|
1211
1211
|
export { getDecisionTable, getDecisionTableTemplate, getDecisionTableTemplateList, getDecisionTableTemplateList_imperative, getDecisionTableTemplate_imperative, getDecisionTable_imperative };
|
|
1212
|
-
// version: 1.
|
|
1212
|
+
// version: 1.291.0-79b8ea231
|