@salesforce/lds-adapters-industries-decisiontable 1.412.1 → 1.414.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.
|
@@ -474,7 +474,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
474
474
|
function createResourceRequest$7(config) {
|
|
475
475
|
const headers = {};
|
|
476
476
|
return {
|
|
477
|
-
baseUri: '/services/data/
|
|
477
|
+
baseUri: '/services/data/v67.0',
|
|
478
478
|
basePath: '/connect/business-rules/decision-table/definitions/' + config.urlParams.decisionTableId + '',
|
|
479
479
|
method: 'get',
|
|
480
480
|
body: null,
|
|
@@ -836,7 +836,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
836
836
|
function createResourceRequest$6(config) {
|
|
837
837
|
const headers = {};
|
|
838
838
|
return {
|
|
839
|
-
baseUri: '/services/data/
|
|
839
|
+
baseUri: '/services/data/v67.0',
|
|
840
840
|
basePath: '/connect/business-rules/decision-table/templates',
|
|
841
841
|
method: 'get',
|
|
842
842
|
body: null,
|
|
@@ -1051,7 +1051,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1051
1051
|
function createResourceRequest$5(config) {
|
|
1052
1052
|
const headers = {};
|
|
1053
1053
|
return {
|
|
1054
|
-
baseUri: '/services/data/
|
|
1054
|
+
baseUri: '/services/data/v67.0',
|
|
1055
1055
|
basePath: '/connect/business-rules/decision-table/templates/' + config.urlParams.templateName + '',
|
|
1056
1056
|
method: 'get',
|
|
1057
1057
|
body: null,
|
|
@@ -1285,7 +1285,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
1285
1285
|
function createResourceRequest$4(config) {
|
|
1286
1286
|
const headers = {};
|
|
1287
1287
|
return {
|
|
1288
|
-
baseUri: '/services/data/
|
|
1288
|
+
baseUri: '/services/data/v67.0',
|
|
1289
1289
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/data',
|
|
1290
1290
|
method: 'post',
|
|
1291
1291
|
body: config.body,
|
|
@@ -1522,7 +1522,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1522
1522
|
function createResourceRequest$3(config) {
|
|
1523
1523
|
const headers = {};
|
|
1524
1524
|
return {
|
|
1525
|
-
baseUri: '/services/data/
|
|
1525
|
+
baseUri: '/services/data/v67.0',
|
|
1526
1526
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/data',
|
|
1527
1527
|
method: 'get',
|
|
1528
1528
|
body: null,
|
|
@@ -1727,7 +1727,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1727
1727
|
function createResourceRequest$2(config) {
|
|
1728
1728
|
const headers = {};
|
|
1729
1729
|
return {
|
|
1730
|
-
baseUri: '/services/data/
|
|
1730
|
+
baseUri: '/services/data/v67.0',
|
|
1731
1731
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/file',
|
|
1732
1732
|
method: 'get',
|
|
1733
1733
|
body: null,
|
|
@@ -1851,7 +1851,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1851
1851
|
function createResourceRequest$1(config) {
|
|
1852
1852
|
const headers = {};
|
|
1853
1853
|
return {
|
|
1854
|
-
baseUri: '/services/data/
|
|
1854
|
+
baseUri: '/services/data/v67.0',
|
|
1855
1855
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/file',
|
|
1856
1856
|
method: 'post',
|
|
1857
1857
|
body: config.body,
|
|
@@ -2035,7 +2035,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2035
2035
|
function createResourceRequest(config) {
|
|
2036
2036
|
const headers = {};
|
|
2037
2037
|
return {
|
|
2038
|
-
baseUri: '/services/data/
|
|
2038
|
+
baseUri: '/services/data/v67.0',
|
|
2039
2039
|
basePath: '/connect/decision-table/refresh',
|
|
2040
2040
|
method: 'post',
|
|
2041
2041
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-decisiontable",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.414.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.414.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.414.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -484,7 +484,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
484
484
|
function createResourceRequest$7(config) {
|
|
485
485
|
const headers = {};
|
|
486
486
|
return {
|
|
487
|
-
baseUri: '/services/data/
|
|
487
|
+
baseUri: '/services/data/v67.0',
|
|
488
488
|
basePath: '/connect/business-rules/decision-table/definitions/' + config.urlParams.decisionTableId + '',
|
|
489
489
|
method: 'get',
|
|
490
490
|
body: null,
|
|
@@ -686,7 +686,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
686
686
|
function createResourceRequest$6(config) {
|
|
687
687
|
const headers = {};
|
|
688
688
|
return {
|
|
689
|
-
baseUri: '/services/data/
|
|
689
|
+
baseUri: '/services/data/v67.0',
|
|
690
690
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/file',
|
|
691
691
|
method: 'get',
|
|
692
692
|
body: null,
|
|
@@ -944,7 +944,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
944
944
|
function createResourceRequest$5(config) {
|
|
945
945
|
const headers = {};
|
|
946
946
|
return {
|
|
947
|
-
baseUri: '/services/data/
|
|
947
|
+
baseUri: '/services/data/v67.0',
|
|
948
948
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/data',
|
|
949
949
|
method: 'get',
|
|
950
950
|
body: null,
|
|
@@ -1272,7 +1272,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1272
1272
|
function createResourceRequest$4(config) {
|
|
1273
1273
|
const headers = {};
|
|
1274
1274
|
return {
|
|
1275
|
-
baseUri: '/services/data/
|
|
1275
|
+
baseUri: '/services/data/v67.0',
|
|
1276
1276
|
basePath: '/connect/business-rules/decision-table/templates/' + config.urlParams.templateName + '',
|
|
1277
1277
|
method: 'get',
|
|
1278
1278
|
body: null,
|
|
@@ -1524,7 +1524,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1524
1524
|
function createResourceRequest$3(config) {
|
|
1525
1525
|
const headers = {};
|
|
1526
1526
|
return {
|
|
1527
|
-
baseUri: '/services/data/
|
|
1527
|
+
baseUri: '/services/data/v67.0',
|
|
1528
1528
|
basePath: '/connect/business-rules/decision-table/templates',
|
|
1529
1529
|
method: 'get',
|
|
1530
1530
|
body: null,
|
|
@@ -1647,7 +1647,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
1647
1647
|
function createResourceRequest$2(config) {
|
|
1648
1648
|
const headers = {};
|
|
1649
1649
|
return {
|
|
1650
|
-
baseUri: '/services/data/
|
|
1650
|
+
baseUri: '/services/data/v67.0',
|
|
1651
1651
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/file',
|
|
1652
1652
|
method: 'post',
|
|
1653
1653
|
body: config.body,
|
|
@@ -1850,7 +1850,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1850
1850
|
function createResourceRequest$1(config) {
|
|
1851
1851
|
const headers = {};
|
|
1852
1852
|
return {
|
|
1853
|
-
baseUri: '/services/data/
|
|
1853
|
+
baseUri: '/services/data/v67.0',
|
|
1854
1854
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/data',
|
|
1855
1855
|
method: 'post',
|
|
1856
1856
|
body: config.body,
|
|
@@ -2045,7 +2045,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2045
2045
|
function createResourceRequest(config) {
|
|
2046
2046
|
const headers = {};
|
|
2047
2047
|
return {
|
|
2048
|
-
baseUri: '/services/data/
|
|
2048
|
+
baseUri: '/services/data/v67.0',
|
|
2049
2049
|
basePath: '/connect/decision-table/refresh',
|
|
2050
2050
|
method: 'post',
|
|
2051
2051
|
body: config.body,
|
|
@@ -2213,4 +2213,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2213
2213
|
});
|
|
2214
2214
|
|
|
2215
2215
|
export { getDecisionTable, getDecisionTableFile, getDecisionTableFile_imperative, getDecisionTableRows, getDecisionTableRows_imperative, getDecisionTableTemplate, getDecisionTableTemplateList, getDecisionTableTemplateList_imperative, getDecisionTableTemplate_imperative, getDecisionTable_imperative, postDecisionTableFile, postDecisionTableRows, refresh };
|
|
2216
|
-
// version: 1.
|
|
2216
|
+
// version: 1.414.0-3d95b40524
|