@salesforce/lds-adapters-industries-actionablelist 1.384.0 → 1.385.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
|
@@ -905,7 +905,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
905
905
|
function createResourceRequest$c(config) {
|
|
906
906
|
const headers = {};
|
|
907
907
|
return {
|
|
908
|
-
baseUri: '/services/data/
|
|
908
|
+
baseUri: '/services/data/v66.0',
|
|
909
909
|
basePath: '/connect/actionable-list-definition',
|
|
910
910
|
method: 'get',
|
|
911
911
|
body: null,
|
|
@@ -1235,7 +1235,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
1235
1235
|
function createResourceRequest$b(config) {
|
|
1236
1236
|
const headers = {};
|
|
1237
1237
|
return {
|
|
1238
|
-
baseUri: '/services/data/
|
|
1238
|
+
baseUri: '/services/data/v66.0',
|
|
1239
1239
|
basePath: '/connect/actionable-list-definition',
|
|
1240
1240
|
method: 'post',
|
|
1241
1241
|
body: config.body,
|
|
@@ -1562,7 +1562,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
1562
1562
|
function createResourceRequest$a(config) {
|
|
1563
1563
|
const headers = {};
|
|
1564
1564
|
return {
|
|
1565
|
-
baseUri: '/services/data/
|
|
1565
|
+
baseUri: '/services/data/v66.0',
|
|
1566
1566
|
basePath: '/connect/actionable-list-dataset-column-user-assignment',
|
|
1567
1567
|
method: 'post',
|
|
1568
1568
|
body: config.body,
|
|
@@ -2274,7 +2274,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2274
2274
|
function createResourceRequest$9(config) {
|
|
2275
2275
|
const headers = {};
|
|
2276
2276
|
return {
|
|
2277
|
-
baseUri: '/services/data/
|
|
2277
|
+
baseUri: '/services/data/v66.0',
|
|
2278
2278
|
basePath: '/connect/get-actionable-list-def-filters',
|
|
2279
2279
|
method: 'get',
|
|
2280
2280
|
body: null,
|
|
@@ -2708,7 +2708,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
2708
2708
|
function createResourceRequest$8(config) {
|
|
2709
2709
|
const headers = {};
|
|
2710
2710
|
return {
|
|
2711
|
-
baseUri: '/services/data/
|
|
2711
|
+
baseUri: '/services/data/v66.0',
|
|
2712
2712
|
basePath: '/connect/actionable-list-def-filter',
|
|
2713
2713
|
method: 'post',
|
|
2714
2714
|
body: config.body,
|
|
@@ -2858,7 +2858,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
2858
2858
|
function createResourceRequest$7(config) {
|
|
2859
2859
|
const headers = {};
|
|
2860
2860
|
return {
|
|
2861
|
-
baseUri: '/services/data/
|
|
2861
|
+
baseUri: '/services/data/v66.0',
|
|
2862
2862
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
2863
2863
|
method: 'get',
|
|
2864
2864
|
body: null,
|
|
@@ -2975,7 +2975,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
2975
2975
|
function createResourceRequest$6(config) {
|
|
2976
2976
|
const headers = {};
|
|
2977
2977
|
return {
|
|
2978
|
-
baseUri: '/services/data/
|
|
2978
|
+
baseUri: '/services/data/v66.0',
|
|
2979
2979
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
2980
2980
|
method: 'delete',
|
|
2981
2981
|
body: null,
|
|
@@ -3509,7 +3509,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
3509
3509
|
function createResourceRequest$5(config) {
|
|
3510
3510
|
const headers = {};
|
|
3511
3511
|
return {
|
|
3512
|
-
baseUri: '/services/data/
|
|
3512
|
+
baseUri: '/services/data/v66.0',
|
|
3513
3513
|
basePath: '/connect/actionable-list-refresh-count',
|
|
3514
3514
|
method: 'post',
|
|
3515
3515
|
body: config.body,
|
|
@@ -3707,7 +3707,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
3707
3707
|
function createResourceRequest$4(config) {
|
|
3708
3708
|
const headers = {};
|
|
3709
3709
|
return {
|
|
3710
|
-
baseUri: '/services/data/
|
|
3710
|
+
baseUri: '/services/data/v66.0',
|
|
3711
3711
|
basePath: '/connect/bulk-action/create-bulk-actionplans',
|
|
3712
3712
|
method: 'post',
|
|
3713
3713
|
body: config.body,
|
|
@@ -3908,7 +3908,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3908
3908
|
function createResourceRequest$3(config) {
|
|
3909
3909
|
const headers = {};
|
|
3910
3910
|
return {
|
|
3911
|
-
baseUri: '/services/data/
|
|
3911
|
+
baseUri: '/services/data/v66.0',
|
|
3912
3912
|
basePath: '/connect/actionable-list/' + config.urlParams.id + '/members',
|
|
3913
3913
|
method: 'get',
|
|
3914
3914
|
body: null,
|
|
@@ -4424,7 +4424,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
4424
4424
|
function createResourceRequest$2(config) {
|
|
4425
4425
|
const headers = {};
|
|
4426
4426
|
return {
|
|
4427
|
-
baseUri: '/services/data/
|
|
4427
|
+
baseUri: '/services/data/v66.0',
|
|
4428
4428
|
basePath: '/connect/actionable-list',
|
|
4429
4429
|
method: 'post',
|
|
4430
4430
|
body: config.body,
|
|
@@ -5439,7 +5439,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
5439
5439
|
function createResourceRequest$1(config) {
|
|
5440
5440
|
const headers = {};
|
|
5441
5441
|
return {
|
|
5442
|
-
baseUri: '/services/data/
|
|
5442
|
+
baseUri: '/services/data/v66.0',
|
|
5443
5443
|
basePath: '/connect/actionable-list-definition/rows',
|
|
5444
5444
|
method: 'post',
|
|
5445
5445
|
body: config.body,
|
|
@@ -5661,7 +5661,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
5661
5661
|
function createResourceRequest(config) {
|
|
5662
5662
|
const headers = {};
|
|
5663
5663
|
return {
|
|
5664
|
-
baseUri: '/services/data/
|
|
5664
|
+
baseUri: '/services/data/v66.0',
|
|
5665
5665
|
basePath: '/connect/actionable-list-definition/column-values/' + config.urlParams.aldcId + '',
|
|
5666
5666
|
method: 'get',
|
|
5667
5667
|
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.385.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.385.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.385.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.385.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1024,7 +1024,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
|
|
|
1024
1024
|
function createResourceRequest$c(config) {
|
|
1025
1025
|
const headers = {};
|
|
1026
1026
|
return {
|
|
1027
|
-
baseUri: '/services/data/
|
|
1027
|
+
baseUri: '/services/data/v66.0',
|
|
1028
1028
|
basePath: '/connect/actionable-list-definition',
|
|
1029
1029
|
method: 'post',
|
|
1030
1030
|
body: config.body,
|
|
@@ -1222,7 +1222,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
1222
1222
|
function createResourceRequest$b(config) {
|
|
1223
1223
|
const headers = {};
|
|
1224
1224
|
return {
|
|
1225
|
-
baseUri: '/services/data/
|
|
1225
|
+
baseUri: '/services/data/v66.0',
|
|
1226
1226
|
basePath: '/connect/bulk-action/create-bulk-actionplans',
|
|
1227
1227
|
method: 'post',
|
|
1228
1228
|
body: config.body,
|
|
@@ -1820,7 +1820,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
1820
1820
|
function createResourceRequest$a(config) {
|
|
1821
1821
|
const headers = {};
|
|
1822
1822
|
return {
|
|
1823
|
-
baseUri: '/services/data/
|
|
1823
|
+
baseUri: '/services/data/v66.0',
|
|
1824
1824
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
1825
1825
|
method: 'delete',
|
|
1826
1826
|
body: null,
|
|
@@ -2831,7 +2831,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
2831
2831
|
function createResourceRequest$9(config) {
|
|
2832
2832
|
const headers = {};
|
|
2833
2833
|
return {
|
|
2834
|
-
baseUri: '/services/data/
|
|
2834
|
+
baseUri: '/services/data/v66.0',
|
|
2835
2835
|
basePath: '/connect/actionable-list-definition/rows',
|
|
2836
2836
|
method: 'post',
|
|
2837
2837
|
body: config.body,
|
|
@@ -3053,7 +3053,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
3053
3053
|
function createResourceRequest$8(config) {
|
|
3054
3054
|
const headers = {};
|
|
3055
3055
|
return {
|
|
3056
|
-
baseUri: '/services/data/
|
|
3056
|
+
baseUri: '/services/data/v66.0',
|
|
3057
3057
|
basePath: '/connect/actionable-list-definition',
|
|
3058
3058
|
method: 'get',
|
|
3059
3059
|
body: null,
|
|
@@ -3269,7 +3269,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
3269
3269
|
function createResourceRequest$7(config) {
|
|
3270
3270
|
const headers = {};
|
|
3271
3271
|
return {
|
|
3272
|
-
baseUri: '/services/data/
|
|
3272
|
+
baseUri: '/services/data/v66.0',
|
|
3273
3273
|
basePath: '/connect/actionable-list/' + config.urlParams.id + '/members',
|
|
3274
3274
|
method: 'get',
|
|
3275
3275
|
body: null,
|
|
@@ -3487,7 +3487,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3487
3487
|
function createResourceRequest$6(config) {
|
|
3488
3488
|
const headers = {};
|
|
3489
3489
|
return {
|
|
3490
|
-
baseUri: '/services/data/
|
|
3490
|
+
baseUri: '/services/data/v66.0',
|
|
3491
3491
|
basePath: '/connect/actionable-list-definition/column-values/' + config.urlParams.aldcId + '',
|
|
3492
3492
|
method: 'get',
|
|
3493
3493
|
body: null,
|
|
@@ -3628,7 +3628,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3628
3628
|
function createResourceRequest$5(config) {
|
|
3629
3629
|
const headers = {};
|
|
3630
3630
|
return {
|
|
3631
|
-
baseUri: '/services/data/
|
|
3631
|
+
baseUri: '/services/data/v66.0',
|
|
3632
3632
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
3633
3633
|
method: 'get',
|
|
3634
3634
|
body: null,
|
|
@@ -3917,7 +3917,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3917
3917
|
function createResourceRequest$4(config) {
|
|
3918
3918
|
const headers = {};
|
|
3919
3919
|
return {
|
|
3920
|
-
baseUri: '/services/data/
|
|
3920
|
+
baseUri: '/services/data/v66.0',
|
|
3921
3921
|
basePath: '/connect/get-actionable-list-def-filters',
|
|
3922
3922
|
method: 'get',
|
|
3923
3923
|
body: null,
|
|
@@ -4433,7 +4433,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
4433
4433
|
function createResourceRequest$3(config) {
|
|
4434
4434
|
const headers = {};
|
|
4435
4435
|
return {
|
|
4436
|
-
baseUri: '/services/data/
|
|
4436
|
+
baseUri: '/services/data/v66.0',
|
|
4437
4437
|
basePath: '/connect/actionable-list',
|
|
4438
4438
|
method: 'post',
|
|
4439
4439
|
body: config.body,
|
|
@@ -4760,7 +4760,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
4760
4760
|
function createResourceRequest$2(config) {
|
|
4761
4761
|
const headers = {};
|
|
4762
4762
|
return {
|
|
4763
|
-
baseUri: '/services/data/
|
|
4763
|
+
baseUri: '/services/data/v66.0',
|
|
4764
4764
|
basePath: '/connect/actionable-list-dataset-column-user-assignment',
|
|
4765
4765
|
method: 'post',
|
|
4766
4766
|
body: config.body,
|
|
@@ -5165,7 +5165,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
5165
5165
|
function createResourceRequest$1(config) {
|
|
5166
5166
|
const headers = {};
|
|
5167
5167
|
return {
|
|
5168
|
-
baseUri: '/services/data/
|
|
5168
|
+
baseUri: '/services/data/v66.0',
|
|
5169
5169
|
basePath: '/connect/actionable-list-def-filter',
|
|
5170
5170
|
method: 'post',
|
|
5171
5171
|
body: config.body,
|
|
@@ -5742,7 +5742,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
5742
5742
|
function createResourceRequest(config) {
|
|
5743
5743
|
const headers = {};
|
|
5744
5744
|
return {
|
|
5745
|
-
baseUri: '/services/data/
|
|
5745
|
+
baseUri: '/services/data/v66.0',
|
|
5746
5746
|
basePath: '/connect/actionable-list-refresh-count',
|
|
5747
5747
|
method: 'post',
|
|
5748
5748
|
body: config.body,
|
|
@@ -5925,4 +5925,4 @@ withDefaultLuvio((luvio) => {
|
|
|
5925
5925
|
});
|
|
5926
5926
|
|
|
5927
5927
|
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 };
|
|
5928
|
-
// version: 1.
|
|
5928
|
+
// version: 1.385.0-c6070cc476
|