@salesforce/lds-adapters-industries-decision-matrix-designer 1.231.0 → 1.232.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.
|
@@ -285,7 +285,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
285
285
|
function createResourceRequest$3(config) {
|
|
286
286
|
const headers = {};
|
|
287
287
|
return {
|
|
288
|
-
baseUri: '/services/data/
|
|
288
|
+
baseUri: '/services/data/v60.0',
|
|
289
289
|
basePath: '/connect/omnistudio/decision-matrices/' + config.urlParams.matrixId + '/columns',
|
|
290
290
|
method: 'get',
|
|
291
291
|
body: null,
|
|
@@ -597,7 +597,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
597
597
|
function createResourceRequest$2(config) {
|
|
598
598
|
const headers = {};
|
|
599
599
|
return {
|
|
600
|
-
baseUri: '/services/data/
|
|
600
|
+
baseUri: '/services/data/v60.0',
|
|
601
601
|
basePath: '/connect/omnistudio/decision-matrices/' + config.urlParams.matrixId + '/columns',
|
|
602
602
|
method: 'post',
|
|
603
603
|
body: config.body,
|
|
@@ -889,7 +889,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
889
889
|
function createResourceRequest$1(config) {
|
|
890
890
|
const headers = {};
|
|
891
891
|
return {
|
|
892
|
-
baseUri: '/services/data/
|
|
892
|
+
baseUri: '/services/data/v60.0',
|
|
893
893
|
basePath: '/connect/omnistudio/decision-matrices/' + config.urlParams.matrixId + '/versions/' + config.urlParams.versionId + '/rows',
|
|
894
894
|
method: 'get',
|
|
895
895
|
body: null,
|
|
@@ -1045,7 +1045,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1045
1045
|
function createResourceRequest(config) {
|
|
1046
1046
|
const headers = {};
|
|
1047
1047
|
return {
|
|
1048
|
-
baseUri: '/services/data/
|
|
1048
|
+
baseUri: '/services/data/v60.0',
|
|
1049
1049
|
basePath: '/connect/omnistudio/decision-matrices/' + config.urlParams.matrixId + '/versions/' + config.urlParams.versionId + '/rows',
|
|
1050
1050
|
method: 'post',
|
|
1051
1051
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-decision-matrix-designer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.232.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "This set up of adapters is used to interface and communicate with the connect-api for use in creating/updating and viewing a decision matrix.",
|
|
6
6
|
"main": "dist/es/es2018/industries-decision-matrix-designer.js",
|
package/sfdc/index.js
CHANGED
|
@@ -295,7 +295,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
295
295
|
function createResourceRequest$3(config) {
|
|
296
296
|
const headers = {};
|
|
297
297
|
return {
|
|
298
|
-
baseUri: '/services/data/
|
|
298
|
+
baseUri: '/services/data/v60.0',
|
|
299
299
|
basePath: '/connect/omnistudio/decision-matrices/' + config.urlParams.matrixId + '/columns',
|
|
300
300
|
method: 'get',
|
|
301
301
|
body: null,
|
|
@@ -614,7 +614,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
614
614
|
function createResourceRequest$2(config) {
|
|
615
615
|
const headers = {};
|
|
616
616
|
return {
|
|
617
|
-
baseUri: '/services/data/
|
|
617
|
+
baseUri: '/services/data/v60.0',
|
|
618
618
|
basePath: '/connect/omnistudio/decision-matrices/' + config.urlParams.matrixId + '/versions/' + config.urlParams.versionId + '/rows',
|
|
619
619
|
method: 'get',
|
|
620
620
|
body: null,
|
|
@@ -929,7 +929,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
929
929
|
function createResourceRequest$1(config) {
|
|
930
930
|
const headers = {};
|
|
931
931
|
return {
|
|
932
|
-
baseUri: '/services/data/
|
|
932
|
+
baseUri: '/services/data/v60.0',
|
|
933
933
|
basePath: '/connect/omnistudio/decision-matrices/' + config.urlParams.matrixId + '/columns',
|
|
934
934
|
method: 'post',
|
|
935
935
|
body: config.body,
|
|
@@ -1055,7 +1055,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1055
1055
|
function createResourceRequest(config) {
|
|
1056
1056
|
const headers = {};
|
|
1057
1057
|
return {
|
|
1058
|
-
baseUri: '/services/data/
|
|
1058
|
+
baseUri: '/services/data/v60.0',
|
|
1059
1059
|
basePath: '/connect/omnistudio/decision-matrices/' + config.urlParams.matrixId + '/versions/' + config.urlParams.versionId + '/rows',
|
|
1060
1060
|
method: 'post',
|
|
1061
1061
|
body: config.body,
|
|
@@ -1166,4 +1166,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1166
1166
|
});
|
|
1167
1167
|
|
|
1168
1168
|
export { getColumns, getColumns_imperative, getRows, getRows_imperative, saveColumns, saveRows };
|
|
1169
|
-
// version: 1.
|
|
1169
|
+
// version: 1.232.0-6cf0cd6c7
|