@salesforce/lds-adapters-industries-actionplan 1.384.0 → 1.386.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.
|
@@ -330,7 +330,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
330
330
|
function createResourceRequest$5(config) {
|
|
331
331
|
const headers = {};
|
|
332
332
|
return {
|
|
333
|
-
baseUri: '/services/data/
|
|
333
|
+
baseUri: '/services/data/v66.0',
|
|
334
334
|
basePath: '/connect/action-plan-template-version/' + config.urlParams.actionPlanTemplateVersionId + '',
|
|
335
335
|
method: 'get',
|
|
336
336
|
body: null,
|
|
@@ -584,7 +584,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
584
584
|
function createResourceRequest$4(config) {
|
|
585
585
|
const headers = {};
|
|
586
586
|
return {
|
|
587
|
-
baseUri: '/services/data/
|
|
587
|
+
baseUri: '/services/data/v66.0',
|
|
588
588
|
basePath: '/connect/action-plan',
|
|
589
589
|
method: 'get',
|
|
590
590
|
body: null,
|
|
@@ -964,7 +964,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
964
964
|
function createResourceRequest$3(config) {
|
|
965
965
|
const headers = {};
|
|
966
966
|
return {
|
|
967
|
-
baseUri: '/services/data/
|
|
967
|
+
baseUri: '/services/data/v66.0',
|
|
968
968
|
basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/action-plan-items',
|
|
969
969
|
method: 'get',
|
|
970
970
|
body: null,
|
|
@@ -1218,7 +1218,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1218
1218
|
function createResourceRequest$2(config) {
|
|
1219
1219
|
const headers = {};
|
|
1220
1220
|
return {
|
|
1221
|
-
baseUri: '/services/data/
|
|
1221
|
+
baseUri: '/services/data/v66.0',
|
|
1222
1222
|
basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/status-info',
|
|
1223
1223
|
method: 'get',
|
|
1224
1224
|
body: null,
|
|
@@ -1559,7 +1559,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1559
1559
|
function createResourceRequest$1(config) {
|
|
1560
1560
|
const headers = {};
|
|
1561
1561
|
return {
|
|
1562
|
-
baseUri: '/services/data/
|
|
1562
|
+
baseUri: '/services/data/v66.0',
|
|
1563
1563
|
basePath: '/connect/action-plan-template-update/' + config.urlParams.actionPlanTemplateVersionId + '',
|
|
1564
1564
|
method: 'patch',
|
|
1565
1565
|
body: config.body,
|
|
@@ -1853,7 +1853,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1853
1853
|
function createResourceRequest(config) {
|
|
1854
1854
|
const headers = {};
|
|
1855
1855
|
return {
|
|
1856
|
-
baseUri: '/services/data/
|
|
1856
|
+
baseUri: '/services/data/v66.0',
|
|
1857
1857
|
basePath: '/connect/action-plan-update/' + config.urlParams.actionPlanId + '',
|
|
1858
1858
|
method: 'patch',
|
|
1859
1859
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-actionplan",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.386.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/es/es2018/industries-actionplan.js",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"test:unit": "jest"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@salesforce/lds-bindings": "^1.
|
|
46
|
+
"@salesforce/lds-bindings": "^1.386.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
50
|
-
"@salesforce/lds-karma": "^1.
|
|
49
|
+
"@salesforce/lds-compiler-plugins": "^1.386.0",
|
|
50
|
+
"@salesforce/lds-karma": "^1.386.0"
|
|
51
51
|
},
|
|
52
52
|
"nx": {
|
|
53
53
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -369,7 +369,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
369
369
|
function createResourceRequest$5(config) {
|
|
370
370
|
const headers = {};
|
|
371
371
|
return {
|
|
372
|
-
baseUri: '/services/data/
|
|
372
|
+
baseUri: '/services/data/v66.0',
|
|
373
373
|
basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/action-plan-items',
|
|
374
374
|
method: 'get',
|
|
375
375
|
body: null,
|
|
@@ -623,7 +623,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
623
623
|
function createResourceRequest$4(config) {
|
|
624
624
|
const headers = {};
|
|
625
625
|
return {
|
|
626
|
-
baseUri: '/services/data/
|
|
626
|
+
baseUri: '/services/data/v66.0',
|
|
627
627
|
basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/status-info',
|
|
628
628
|
method: 'get',
|
|
629
629
|
body: null,
|
|
@@ -970,7 +970,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
970
970
|
function createResourceRequest$3(config) {
|
|
971
971
|
const headers = {};
|
|
972
972
|
return {
|
|
973
|
-
baseUri: '/services/data/
|
|
973
|
+
baseUri: '/services/data/v66.0',
|
|
974
974
|
basePath: '/connect/action-plan-template-version/' + config.urlParams.actionPlanTemplateVersionId + '',
|
|
975
975
|
method: 'get',
|
|
976
976
|
body: null,
|
|
@@ -1224,7 +1224,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1224
1224
|
function createResourceRequest$2(config) {
|
|
1225
1225
|
const headers = {};
|
|
1226
1226
|
return {
|
|
1227
|
-
baseUri: '/services/data/
|
|
1227
|
+
baseUri: '/services/data/v66.0',
|
|
1228
1228
|
basePath: '/connect/action-plan',
|
|
1229
1229
|
method: 'get',
|
|
1230
1230
|
body: null,
|
|
@@ -1542,7 +1542,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1542
1542
|
function createResourceRequest$1(config) {
|
|
1543
1543
|
const headers = {};
|
|
1544
1544
|
return {
|
|
1545
|
-
baseUri: '/services/data/
|
|
1545
|
+
baseUri: '/services/data/v66.0',
|
|
1546
1546
|
basePath: '/connect/action-plan-update/' + config.urlParams.actionPlanId + '',
|
|
1547
1547
|
method: 'patch',
|
|
1548
1548
|
body: config.body,
|
|
@@ -1863,7 +1863,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1863
1863
|
function createResourceRequest(config) {
|
|
1864
1864
|
const headers = {};
|
|
1865
1865
|
return {
|
|
1866
|
-
baseUri: '/services/data/
|
|
1866
|
+
baseUri: '/services/data/v66.0',
|
|
1867
1867
|
basePath: '/connect/action-plan-template-update/' + config.urlParams.actionPlanTemplateVersionId + '',
|
|
1868
1868
|
method: 'patch',
|
|
1869
1869
|
body: config.body,
|
|
@@ -2010,4 +2010,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2010
2010
|
});
|
|
2011
2011
|
|
|
2012
2012
|
export { getActionPlanItems, getActionPlanItems_imperative, getActionPlanStatusInfo, getActionPlanStatusInfo_imperative, getActionPlanTemplateItemsLabel, getActionPlanTemplateItemsLabel_imperative, getActionPlans, getActionPlans_imperative, updateActionPlanTasks, updateActionPlanTemplateTasks };
|
|
2013
|
-
// version: 1.
|
|
2013
|
+
// version: 1.386.0-521094e838
|