@salesforce/lds-adapters-industries-actionablelist 1.355.0 → 1.357.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.
- package/dist/es/es2018/industries-actionablelist.js +13 -13
- package/package.json +4 -4
- package/sfdc/index.js +14 -14
- package/src/raml/api.raml +1 -1
|
@@ -859,7 +859,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
859
859
|
function createResourceRequest$c(config) {
|
|
860
860
|
const headers = {};
|
|
861
861
|
return {
|
|
862
|
-
baseUri: '/services/data/
|
|
862
|
+
baseUri: '/services/data/v65.0',
|
|
863
863
|
basePath: '/connect/actionable-list-definition',
|
|
864
864
|
method: 'get',
|
|
865
865
|
body: null,
|
|
@@ -1182,7 +1182,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
1182
1182
|
function createResourceRequest$b(config) {
|
|
1183
1183
|
const headers = {};
|
|
1184
1184
|
return {
|
|
1185
|
-
baseUri: '/services/data/
|
|
1185
|
+
baseUri: '/services/data/v65.0',
|
|
1186
1186
|
basePath: '/connect/actionable-list-definition',
|
|
1187
1187
|
method: 'post',
|
|
1188
1188
|
body: config.body,
|
|
@@ -1509,7 +1509,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
1509
1509
|
function createResourceRequest$a(config) {
|
|
1510
1510
|
const headers = {};
|
|
1511
1511
|
return {
|
|
1512
|
-
baseUri: '/services/data/
|
|
1512
|
+
baseUri: '/services/data/v65.0',
|
|
1513
1513
|
basePath: '/connect/actionable-list-dataset-column-user-assignment',
|
|
1514
1514
|
method: 'post',
|
|
1515
1515
|
body: config.body,
|
|
@@ -2221,7 +2221,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2221
2221
|
function createResourceRequest$9(config) {
|
|
2222
2222
|
const headers = {};
|
|
2223
2223
|
return {
|
|
2224
|
-
baseUri: '/services/data/
|
|
2224
|
+
baseUri: '/services/data/v65.0',
|
|
2225
2225
|
basePath: '/connect/get-actionable-list-def-filters',
|
|
2226
2226
|
method: 'get',
|
|
2227
2227
|
body: null,
|
|
@@ -2655,7 +2655,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
2655
2655
|
function createResourceRequest$8(config) {
|
|
2656
2656
|
const headers = {};
|
|
2657
2657
|
return {
|
|
2658
|
-
baseUri: '/services/data/
|
|
2658
|
+
baseUri: '/services/data/v65.0',
|
|
2659
2659
|
basePath: '/connect/actionable-list-def-filter',
|
|
2660
2660
|
method: 'post',
|
|
2661
2661
|
body: config.body,
|
|
@@ -2805,7 +2805,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
2805
2805
|
function createResourceRequest$7(config) {
|
|
2806
2806
|
const headers = {};
|
|
2807
2807
|
return {
|
|
2808
|
-
baseUri: '/services/data/
|
|
2808
|
+
baseUri: '/services/data/v65.0',
|
|
2809
2809
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
2810
2810
|
method: 'get',
|
|
2811
2811
|
body: null,
|
|
@@ -2922,7 +2922,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
2922
2922
|
function createResourceRequest$6(config) {
|
|
2923
2923
|
const headers = {};
|
|
2924
2924
|
return {
|
|
2925
|
-
baseUri: '/services/data/
|
|
2925
|
+
baseUri: '/services/data/v65.0',
|
|
2926
2926
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
2927
2927
|
method: 'delete',
|
|
2928
2928
|
body: null,
|
|
@@ -3456,7 +3456,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
3456
3456
|
function createResourceRequest$5(config) {
|
|
3457
3457
|
const headers = {};
|
|
3458
3458
|
return {
|
|
3459
|
-
baseUri: '/services/data/
|
|
3459
|
+
baseUri: '/services/data/v65.0',
|
|
3460
3460
|
basePath: '/connect/actionable-list-refresh-count',
|
|
3461
3461
|
method: 'post',
|
|
3462
3462
|
body: config.body,
|
|
@@ -3654,7 +3654,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
3654
3654
|
function createResourceRequest$4(config) {
|
|
3655
3655
|
const headers = {};
|
|
3656
3656
|
return {
|
|
3657
|
-
baseUri: '/services/data/
|
|
3657
|
+
baseUri: '/services/data/v65.0',
|
|
3658
3658
|
basePath: '/connect/bulk-action/create-bulk-actionplans',
|
|
3659
3659
|
method: 'post',
|
|
3660
3660
|
body: config.body,
|
|
@@ -3855,7 +3855,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3855
3855
|
function createResourceRequest$3(config) {
|
|
3856
3856
|
const headers = {};
|
|
3857
3857
|
return {
|
|
3858
|
-
baseUri: '/services/data/
|
|
3858
|
+
baseUri: '/services/data/v65.0',
|
|
3859
3859
|
basePath: '/connect/actionable-list/' + config.urlParams.id + '/members',
|
|
3860
3860
|
method: 'get',
|
|
3861
3861
|
body: null,
|
|
@@ -4371,7 +4371,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
4371
4371
|
function createResourceRequest$2(config) {
|
|
4372
4372
|
const headers = {};
|
|
4373
4373
|
return {
|
|
4374
|
-
baseUri: '/services/data/
|
|
4374
|
+
baseUri: '/services/data/v65.0',
|
|
4375
4375
|
basePath: '/connect/actionable-list',
|
|
4376
4376
|
method: 'post',
|
|
4377
4377
|
body: config.body,
|
|
@@ -5386,7 +5386,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
5386
5386
|
function createResourceRequest$1(config) {
|
|
5387
5387
|
const headers = {};
|
|
5388
5388
|
return {
|
|
5389
|
-
baseUri: '/services/data/
|
|
5389
|
+
baseUri: '/services/data/v65.0',
|
|
5390
5390
|
basePath: '/connect/actionable-list-definition/rows',
|
|
5391
5391
|
method: 'post',
|
|
5392
5392
|
body: config.body,
|
|
@@ -5608,7 +5608,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
5608
5608
|
function createResourceRequest(config) {
|
|
5609
5609
|
const headers = {};
|
|
5610
5610
|
return {
|
|
5611
|
-
baseUri: '/services/data/
|
|
5611
|
+
baseUri: '/services/data/v65.0',
|
|
5612
5612
|
basePath: '/connect/actionable-list-definition/column-values/' + config.urlParams.aldcId + '',
|
|
5613
5613
|
method: 'get',
|
|
5614
5614
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-actionablelist",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.357.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapter for actionable list connect APIs",
|
|
6
6
|
"main": "dist/es/es2018/industries-actionablelist.js",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"test": "nx build:karma && karma start --single-run"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.357.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.357.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.357.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -971,7 +971,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
|
|
|
971
971
|
function createResourceRequest$c(config) {
|
|
972
972
|
const headers = {};
|
|
973
973
|
return {
|
|
974
|
-
baseUri: '/services/data/
|
|
974
|
+
baseUri: '/services/data/v65.0',
|
|
975
975
|
basePath: '/connect/actionable-list-definition',
|
|
976
976
|
method: 'post',
|
|
977
977
|
body: config.body,
|
|
@@ -1169,7 +1169,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
1169
1169
|
function createResourceRequest$b(config) {
|
|
1170
1170
|
const headers = {};
|
|
1171
1171
|
return {
|
|
1172
|
-
baseUri: '/services/data/
|
|
1172
|
+
baseUri: '/services/data/v65.0',
|
|
1173
1173
|
basePath: '/connect/bulk-action/create-bulk-actionplans',
|
|
1174
1174
|
method: 'post',
|
|
1175
1175
|
body: config.body,
|
|
@@ -1767,7 +1767,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
1767
1767
|
function createResourceRequest$a(config) {
|
|
1768
1768
|
const headers = {};
|
|
1769
1769
|
return {
|
|
1770
|
-
baseUri: '/services/data/
|
|
1770
|
+
baseUri: '/services/data/v65.0',
|
|
1771
1771
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
1772
1772
|
method: 'delete',
|
|
1773
1773
|
body: null,
|
|
@@ -2778,7 +2778,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
2778
2778
|
function createResourceRequest$9(config) {
|
|
2779
2779
|
const headers = {};
|
|
2780
2780
|
return {
|
|
2781
|
-
baseUri: '/services/data/
|
|
2781
|
+
baseUri: '/services/data/v65.0',
|
|
2782
2782
|
basePath: '/connect/actionable-list-definition/rows',
|
|
2783
2783
|
method: 'post',
|
|
2784
2784
|
body: config.body,
|
|
@@ -3000,7 +3000,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
3000
3000
|
function createResourceRequest$8(config) {
|
|
3001
3001
|
const headers = {};
|
|
3002
3002
|
return {
|
|
3003
|
-
baseUri: '/services/data/
|
|
3003
|
+
baseUri: '/services/data/v65.0',
|
|
3004
3004
|
basePath: '/connect/actionable-list-definition',
|
|
3005
3005
|
method: 'get',
|
|
3006
3006
|
body: null,
|
|
@@ -3216,7 +3216,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
3216
3216
|
function createResourceRequest$7(config) {
|
|
3217
3217
|
const headers = {};
|
|
3218
3218
|
return {
|
|
3219
|
-
baseUri: '/services/data/
|
|
3219
|
+
baseUri: '/services/data/v65.0',
|
|
3220
3220
|
basePath: '/connect/actionable-list/' + config.urlParams.id + '/members',
|
|
3221
3221
|
method: 'get',
|
|
3222
3222
|
body: null,
|
|
@@ -3434,7 +3434,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3434
3434
|
function createResourceRequest$6(config) {
|
|
3435
3435
|
const headers = {};
|
|
3436
3436
|
return {
|
|
3437
|
-
baseUri: '/services/data/
|
|
3437
|
+
baseUri: '/services/data/v65.0',
|
|
3438
3438
|
basePath: '/connect/actionable-list-definition/column-values/' + config.urlParams.aldcId + '',
|
|
3439
3439
|
method: 'get',
|
|
3440
3440
|
body: null,
|
|
@@ -3575,7 +3575,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3575
3575
|
function createResourceRequest$5(config) {
|
|
3576
3576
|
const headers = {};
|
|
3577
3577
|
return {
|
|
3578
|
-
baseUri: '/services/data/
|
|
3578
|
+
baseUri: '/services/data/v65.0',
|
|
3579
3579
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
3580
3580
|
method: 'get',
|
|
3581
3581
|
body: null,
|
|
@@ -3864,7 +3864,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3864
3864
|
function createResourceRequest$4(config) {
|
|
3865
3865
|
const headers = {};
|
|
3866
3866
|
return {
|
|
3867
|
-
baseUri: '/services/data/
|
|
3867
|
+
baseUri: '/services/data/v65.0',
|
|
3868
3868
|
basePath: '/connect/get-actionable-list-def-filters',
|
|
3869
3869
|
method: 'get',
|
|
3870
3870
|
body: null,
|
|
@@ -4380,7 +4380,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
4380
4380
|
function createResourceRequest$3(config) {
|
|
4381
4381
|
const headers = {};
|
|
4382
4382
|
return {
|
|
4383
|
-
baseUri: '/services/data/
|
|
4383
|
+
baseUri: '/services/data/v65.0',
|
|
4384
4384
|
basePath: '/connect/actionable-list',
|
|
4385
4385
|
method: 'post',
|
|
4386
4386
|
body: config.body,
|
|
@@ -4707,7 +4707,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
4707
4707
|
function createResourceRequest$2(config) {
|
|
4708
4708
|
const headers = {};
|
|
4709
4709
|
return {
|
|
4710
|
-
baseUri: '/services/data/
|
|
4710
|
+
baseUri: '/services/data/v65.0',
|
|
4711
4711
|
basePath: '/connect/actionable-list-dataset-column-user-assignment',
|
|
4712
4712
|
method: 'post',
|
|
4713
4713
|
body: config.body,
|
|
@@ -5112,7 +5112,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
5112
5112
|
function createResourceRequest$1(config) {
|
|
5113
5113
|
const headers = {};
|
|
5114
5114
|
return {
|
|
5115
|
-
baseUri: '/services/data/
|
|
5115
|
+
baseUri: '/services/data/v65.0',
|
|
5116
5116
|
basePath: '/connect/actionable-list-def-filter',
|
|
5117
5117
|
method: 'post',
|
|
5118
5118
|
body: config.body,
|
|
@@ -5689,7 +5689,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
5689
5689
|
function createResourceRequest(config) {
|
|
5690
5690
|
const headers = {};
|
|
5691
5691
|
return {
|
|
5692
|
-
baseUri: '/services/data/
|
|
5692
|
+
baseUri: '/services/data/v65.0',
|
|
5693
5693
|
basePath: '/connect/actionable-list-refresh-count',
|
|
5694
5694
|
method: 'post',
|
|
5695
5695
|
body: config.body,
|
|
@@ -5872,4 +5872,4 @@ withDefaultLuvio((luvio) => {
|
|
|
5872
5872
|
});
|
|
5873
5873
|
|
|
5874
5874
|
export { createActionableListDefinition, createBulkActionPlans, deleteFilterTemplate, getActionableListDatasetInfo, getActionableListDatasetInfo_imperative, getActionableListDefinitions, getActionableListDefinitions_imperative, getActionableListMembers, getActionableListMembers_imperative, getDatasetColumnValues, getDatasetColumnValues_imperative, getFilterTemplate, getFilterTemplateNotifyChange, getFilterTemplate_imperative, getFilterTemplatesForListDefinition, getFilterTemplatesForListDefinition_imperative, upsertActionableList, upsertActionableListDatasetColumnUser, upsertActionableListFilterTemplate, upsertActionableListRefreshFilter };
|
|
5875
|
-
// version: 1.
|
|
5875
|
+
// version: 1.357.0-5a2425b0d8
|