@salesforce/lds-adapters-industries-actionplan 1.134.4 → 1.134.6
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.
|
@@ -270,7 +270,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
270
270
|
function createResourceRequest$2(config) {
|
|
271
271
|
const headers = {};
|
|
272
272
|
return {
|
|
273
|
-
baseUri: '/services/data/
|
|
273
|
+
baseUri: '/services/data/v59.0',
|
|
274
274
|
basePath: '/connect/action-plan',
|
|
275
275
|
method: 'get',
|
|
276
276
|
body: null,
|
|
@@ -762,7 +762,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
762
762
|
function createResourceRequest$1(config) {
|
|
763
763
|
const headers = {};
|
|
764
764
|
return {
|
|
765
|
-
baseUri: '/services/data/
|
|
765
|
+
baseUri: '/services/data/v59.0',
|
|
766
766
|
basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/action-plan-items',
|
|
767
767
|
method: 'get',
|
|
768
768
|
body: null,
|
|
@@ -1083,7 +1083,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1083
1083
|
function createResourceRequest(config) {
|
|
1084
1084
|
const headers = {};
|
|
1085
1085
|
return {
|
|
1086
|
-
baseUri: '/services/data/
|
|
1086
|
+
baseUri: '/services/data/v59.0',
|
|
1087
1087
|
basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/status-info',
|
|
1088
1088
|
method: 'get',
|
|
1089
1089
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -444,7 +444,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
444
444
|
function createResourceRequest$2(config) {
|
|
445
445
|
const headers = {};
|
|
446
446
|
return {
|
|
447
|
-
baseUri: '/services/data/
|
|
447
|
+
baseUri: '/services/data/v59.0',
|
|
448
448
|
basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/action-plan-items',
|
|
449
449
|
method: 'get',
|
|
450
450
|
body: null,
|
|
@@ -765,7 +765,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
765
765
|
function createResourceRequest$1(config) {
|
|
766
766
|
const headers = {};
|
|
767
767
|
return {
|
|
768
|
-
baseUri: '/services/data/
|
|
768
|
+
baseUri: '/services/data/v59.0',
|
|
769
769
|
basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/status-info',
|
|
770
770
|
method: 'get',
|
|
771
771
|
body: null,
|
|
@@ -1077,7 +1077,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1077
1077
|
function createResourceRequest(config) {
|
|
1078
1078
|
const headers = {};
|
|
1079
1079
|
return {
|
|
1080
|
-
baseUri: '/services/data/
|
|
1080
|
+
baseUri: '/services/data/v59.0',
|
|
1081
1081
|
basePath: '/connect/action-plan',
|
|
1082
1082
|
method: 'get',
|
|
1083
1083
|
body: null,
|
|
@@ -1250,4 +1250,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1250
1250
|
});
|
|
1251
1251
|
|
|
1252
1252
|
export { getActionPlanItems, getActionPlanItems_imperative, getActionPlanStatusInfo, getActionPlanStatusInfo_imperative, getActionPlans, getActionPlans_imperative };
|
|
1253
|
-
// version: 1.134.
|
|
1253
|
+
// version: 1.134.6-a88a77801
|