@salesforce/lds-adapters-industries-decisiontable 1.430.0 → 1.432.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/v68.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/v68.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/v68.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/v68.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/v68.0',
|
|
1526
1526
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/data',
|
|
1527
1527
|
method: 'get',
|
|
1528
1528
|
body: null,
|
|
@@ -1728,7 +1728,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1728
1728
|
function createResourceRequest$2(config) {
|
|
1729
1729
|
const headers = {};
|
|
1730
1730
|
return {
|
|
1731
|
-
baseUri: '/services/data/
|
|
1731
|
+
baseUri: '/services/data/v68.0',
|
|
1732
1732
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/file',
|
|
1733
1733
|
method: 'get',
|
|
1734
1734
|
body: null,
|
|
@@ -1852,7 +1852,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1852
1852
|
function createResourceRequest$1(config) {
|
|
1853
1853
|
const headers = {};
|
|
1854
1854
|
return {
|
|
1855
|
-
baseUri: '/services/data/
|
|
1855
|
+
baseUri: '/services/data/v68.0',
|
|
1856
1856
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/file',
|
|
1857
1857
|
method: 'post',
|
|
1858
1858
|
body: config.body,
|
|
@@ -2037,7 +2037,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2037
2037
|
function createResourceRequest(config) {
|
|
2038
2038
|
const headers = {};
|
|
2039
2039
|
return {
|
|
2040
|
-
baseUri: '/services/data/
|
|
2040
|
+
baseUri: '/services/data/v68.0',
|
|
2041
2041
|
basePath: '/connect/decision-table/refresh',
|
|
2042
2042
|
method: 'post',
|
|
2043
2043
|
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.432.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.432.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.432.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/v68.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/v68.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/v68.0',
|
|
948
948
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/data',
|
|
949
949
|
method: 'get',
|
|
950
950
|
body: null,
|
|
@@ -1273,7 +1273,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1273
1273
|
function createResourceRequest$4(config) {
|
|
1274
1274
|
const headers = {};
|
|
1275
1275
|
return {
|
|
1276
|
-
baseUri: '/services/data/
|
|
1276
|
+
baseUri: '/services/data/v68.0',
|
|
1277
1277
|
basePath: '/connect/business-rules/decision-table/templates/' + config.urlParams.templateName + '',
|
|
1278
1278
|
method: 'get',
|
|
1279
1279
|
body: null,
|
|
@@ -1525,7 +1525,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1525
1525
|
function createResourceRequest$3(config) {
|
|
1526
1526
|
const headers = {};
|
|
1527
1527
|
return {
|
|
1528
|
-
baseUri: '/services/data/
|
|
1528
|
+
baseUri: '/services/data/v68.0',
|
|
1529
1529
|
basePath: '/connect/business-rules/decision-table/templates',
|
|
1530
1530
|
method: 'get',
|
|
1531
1531
|
body: null,
|
|
@@ -1648,7 +1648,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
1648
1648
|
function createResourceRequest$2(config) {
|
|
1649
1649
|
const headers = {};
|
|
1650
1650
|
return {
|
|
1651
|
-
baseUri: '/services/data/
|
|
1651
|
+
baseUri: '/services/data/v68.0',
|
|
1652
1652
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/file',
|
|
1653
1653
|
method: 'post',
|
|
1654
1654
|
body: config.body,
|
|
@@ -1852,7 +1852,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1852
1852
|
function createResourceRequest$1(config) {
|
|
1853
1853
|
const headers = {};
|
|
1854
1854
|
return {
|
|
1855
|
-
baseUri: '/services/data/
|
|
1855
|
+
baseUri: '/services/data/v68.0',
|
|
1856
1856
|
basePath: '/connect/business-rules/decision-table/' + config.urlParams.decisionTableId + '/data',
|
|
1857
1857
|
method: 'post',
|
|
1858
1858
|
body: config.body,
|
|
@@ -2047,7 +2047,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2047
2047
|
function createResourceRequest(config) {
|
|
2048
2048
|
const headers = {};
|
|
2049
2049
|
return {
|
|
2050
|
-
baseUri: '/services/data/
|
|
2050
|
+
baseUri: '/services/data/v68.0',
|
|
2051
2051
|
basePath: '/connect/decision-table/refresh',
|
|
2052
2052
|
method: 'post',
|
|
2053
2053
|
body: config.body,
|
|
@@ -2216,4 +2216,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2216
2216
|
});
|
|
2217
2217
|
|
|
2218
2218
|
export { getDecisionTable, getDecisionTableFile, getDecisionTableFile_imperative, getDecisionTableRows, getDecisionTableRows_imperative, getDecisionTableTemplate, getDecisionTableTemplateList, getDecisionTableTemplateList_imperative, getDecisionTableTemplate_imperative, getDecisionTable_imperative, postDecisionTableFile, postDecisionTableRows, refresh };
|
|
2219
|
-
// version: 1.
|
|
2219
|
+
// version: 1.432.0-b99ba9d219
|