@salesforce/lds-adapters-industries-actionablelist 1.431.0 → 1.433.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
|
@@ -951,7 +951,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
951
951
|
function createResourceRequest$c(config) {
|
|
952
952
|
const headers = {};
|
|
953
953
|
return {
|
|
954
|
-
baseUri: '/services/data/
|
|
954
|
+
baseUri: '/services/data/v68.0',
|
|
955
955
|
basePath: '/connect/actionable-list-definition',
|
|
956
956
|
method: 'get',
|
|
957
957
|
body: null,
|
|
@@ -1281,7 +1281,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
1281
1281
|
function createResourceRequest$b(config) {
|
|
1282
1282
|
const headers = {};
|
|
1283
1283
|
return {
|
|
1284
|
-
baseUri: '/services/data/
|
|
1284
|
+
baseUri: '/services/data/v68.0',
|
|
1285
1285
|
basePath: '/connect/actionable-list-definition',
|
|
1286
1286
|
method: 'post',
|
|
1287
1287
|
body: config.body,
|
|
@@ -1608,7 +1608,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
1608
1608
|
function createResourceRequest$a(config) {
|
|
1609
1609
|
const headers = {};
|
|
1610
1610
|
return {
|
|
1611
|
-
baseUri: '/services/data/
|
|
1611
|
+
baseUri: '/services/data/v68.0',
|
|
1612
1612
|
basePath: '/connect/actionable-list-dataset-column-user-assignment',
|
|
1613
1613
|
method: 'post',
|
|
1614
1614
|
body: config.body,
|
|
@@ -2320,7 +2320,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2320
2320
|
function createResourceRequest$9(config) {
|
|
2321
2321
|
const headers = {};
|
|
2322
2322
|
return {
|
|
2323
|
-
baseUri: '/services/data/
|
|
2323
|
+
baseUri: '/services/data/v68.0',
|
|
2324
2324
|
basePath: '/connect/get-actionable-list-def-filters',
|
|
2325
2325
|
method: 'get',
|
|
2326
2326
|
body: null,
|
|
@@ -2754,7 +2754,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
2754
2754
|
function createResourceRequest$8(config) {
|
|
2755
2755
|
const headers = {};
|
|
2756
2756
|
return {
|
|
2757
|
-
baseUri: '/services/data/
|
|
2757
|
+
baseUri: '/services/data/v68.0',
|
|
2758
2758
|
basePath: '/connect/actionable-list-def-filter',
|
|
2759
2759
|
method: 'post',
|
|
2760
2760
|
body: config.body,
|
|
@@ -2904,7 +2904,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
2904
2904
|
function createResourceRequest$7(config) {
|
|
2905
2905
|
const headers = {};
|
|
2906
2906
|
return {
|
|
2907
|
-
baseUri: '/services/data/
|
|
2907
|
+
baseUri: '/services/data/v68.0',
|
|
2908
2908
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
2909
2909
|
method: 'get',
|
|
2910
2910
|
body: null,
|
|
@@ -3021,7 +3021,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
3021
3021
|
function createResourceRequest$6(config) {
|
|
3022
3022
|
const headers = {};
|
|
3023
3023
|
return {
|
|
3024
|
-
baseUri: '/services/data/
|
|
3024
|
+
baseUri: '/services/data/v68.0',
|
|
3025
3025
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
3026
3026
|
method: 'delete',
|
|
3027
3027
|
body: null,
|
|
@@ -3555,7 +3555,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
3555
3555
|
function createResourceRequest$5(config) {
|
|
3556
3556
|
const headers = {};
|
|
3557
3557
|
return {
|
|
3558
|
-
baseUri: '/services/data/
|
|
3558
|
+
baseUri: '/services/data/v68.0',
|
|
3559
3559
|
basePath: '/connect/actionable-list-refresh-count',
|
|
3560
3560
|
method: 'post',
|
|
3561
3561
|
body: config.body,
|
|
@@ -3753,7 +3753,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
3753
3753
|
function createResourceRequest$4(config) {
|
|
3754
3754
|
const headers = {};
|
|
3755
3755
|
return {
|
|
3756
|
-
baseUri: '/services/data/
|
|
3756
|
+
baseUri: '/services/data/v68.0',
|
|
3757
3757
|
basePath: '/connect/bulk-action/create-bulk-actionplans',
|
|
3758
3758
|
method: 'post',
|
|
3759
3759
|
body: config.body,
|
|
@@ -3954,7 +3954,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3954
3954
|
function createResourceRequest$3(config) {
|
|
3955
3955
|
const headers = {};
|
|
3956
3956
|
return {
|
|
3957
|
-
baseUri: '/services/data/
|
|
3957
|
+
baseUri: '/services/data/v68.0',
|
|
3958
3958
|
basePath: '/connect/actionable-list/' + config.urlParams.id + '/members',
|
|
3959
3959
|
method: 'get',
|
|
3960
3960
|
body: null,
|
|
@@ -4470,7 +4470,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
4470
4470
|
function createResourceRequest$2(config) {
|
|
4471
4471
|
const headers = {};
|
|
4472
4472
|
return {
|
|
4473
|
-
baseUri: '/services/data/
|
|
4473
|
+
baseUri: '/services/data/v68.0',
|
|
4474
4474
|
basePath: '/connect/actionable-list',
|
|
4475
4475
|
method: 'post',
|
|
4476
4476
|
body: config.body,
|
|
@@ -5485,7 +5485,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
5485
5485
|
function createResourceRequest$1(config) {
|
|
5486
5486
|
const headers = {};
|
|
5487
5487
|
return {
|
|
5488
|
-
baseUri: '/services/data/
|
|
5488
|
+
baseUri: '/services/data/v68.0',
|
|
5489
5489
|
basePath: '/connect/actionable-list-definition/rows',
|
|
5490
5490
|
method: 'post',
|
|
5491
5491
|
body: config.body,
|
|
@@ -5707,7 +5707,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
5707
5707
|
function createResourceRequest(config) {
|
|
5708
5708
|
const headers = {};
|
|
5709
5709
|
return {
|
|
5710
|
-
baseUri: '/services/data/
|
|
5710
|
+
baseUri: '/services/data/v68.0',
|
|
5711
5711
|
basePath: '/connect/actionable-list-definition/column-values/' + config.urlParams.aldcId + '',
|
|
5712
5712
|
method: 'get',
|
|
5713
5713
|
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.433.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.433.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.433.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1070,7 +1070,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
|
|
|
1070
1070
|
function createResourceRequest$c(config) {
|
|
1071
1071
|
const headers = {};
|
|
1072
1072
|
return {
|
|
1073
|
-
baseUri: '/services/data/
|
|
1073
|
+
baseUri: '/services/data/v68.0',
|
|
1074
1074
|
basePath: '/connect/actionable-list-definition',
|
|
1075
1075
|
method: 'post',
|
|
1076
1076
|
body: config.body,
|
|
@@ -1268,7 +1268,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
1268
1268
|
function createResourceRequest$b(config) {
|
|
1269
1269
|
const headers = {};
|
|
1270
1270
|
return {
|
|
1271
|
-
baseUri: '/services/data/
|
|
1271
|
+
baseUri: '/services/data/v68.0',
|
|
1272
1272
|
basePath: '/connect/bulk-action/create-bulk-actionplans',
|
|
1273
1273
|
method: 'post',
|
|
1274
1274
|
body: config.body,
|
|
@@ -1866,7 +1866,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
1866
1866
|
function createResourceRequest$a(config) {
|
|
1867
1867
|
const headers = {};
|
|
1868
1868
|
return {
|
|
1869
|
-
baseUri: '/services/data/
|
|
1869
|
+
baseUri: '/services/data/v68.0',
|
|
1870
1870
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
1871
1871
|
method: 'delete',
|
|
1872
1872
|
body: null,
|
|
@@ -2877,7 +2877,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
2877
2877
|
function createResourceRequest$9(config) {
|
|
2878
2878
|
const headers = {};
|
|
2879
2879
|
return {
|
|
2880
|
-
baseUri: '/services/data/
|
|
2880
|
+
baseUri: '/services/data/v68.0',
|
|
2881
2881
|
basePath: '/connect/actionable-list-definition/rows',
|
|
2882
2882
|
method: 'post',
|
|
2883
2883
|
body: config.body,
|
|
@@ -3099,7 +3099,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
3099
3099
|
function createResourceRequest$8(config) {
|
|
3100
3100
|
const headers = {};
|
|
3101
3101
|
return {
|
|
3102
|
-
baseUri: '/services/data/
|
|
3102
|
+
baseUri: '/services/data/v68.0',
|
|
3103
3103
|
basePath: '/connect/actionable-list-definition',
|
|
3104
3104
|
method: 'get',
|
|
3105
3105
|
body: null,
|
|
@@ -3315,7 +3315,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
3315
3315
|
function createResourceRequest$7(config) {
|
|
3316
3316
|
const headers = {};
|
|
3317
3317
|
return {
|
|
3318
|
-
baseUri: '/services/data/
|
|
3318
|
+
baseUri: '/services/data/v68.0',
|
|
3319
3319
|
basePath: '/connect/actionable-list/' + config.urlParams.id + '/members',
|
|
3320
3320
|
method: 'get',
|
|
3321
3321
|
body: null,
|
|
@@ -3533,7 +3533,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3533
3533
|
function createResourceRequest$6(config) {
|
|
3534
3534
|
const headers = {};
|
|
3535
3535
|
return {
|
|
3536
|
-
baseUri: '/services/data/
|
|
3536
|
+
baseUri: '/services/data/v68.0',
|
|
3537
3537
|
basePath: '/connect/actionable-list-definition/column-values/' + config.urlParams.aldcId + '',
|
|
3538
3538
|
method: 'get',
|
|
3539
3539
|
body: null,
|
|
@@ -3674,7 +3674,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3674
3674
|
function createResourceRequest$5(config) {
|
|
3675
3675
|
const headers = {};
|
|
3676
3676
|
return {
|
|
3677
|
-
baseUri: '/services/data/
|
|
3677
|
+
baseUri: '/services/data/v68.0',
|
|
3678
3678
|
basePath: '/connect/actionable-list-def-filter/' + config.urlParams.actionableListDefinitionFilterId + '',
|
|
3679
3679
|
method: 'get',
|
|
3680
3680
|
body: null,
|
|
@@ -3963,7 +3963,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3963
3963
|
function createResourceRequest$4(config) {
|
|
3964
3964
|
const headers = {};
|
|
3965
3965
|
return {
|
|
3966
|
-
baseUri: '/services/data/
|
|
3966
|
+
baseUri: '/services/data/v68.0',
|
|
3967
3967
|
basePath: '/connect/get-actionable-list-def-filters',
|
|
3968
3968
|
method: 'get',
|
|
3969
3969
|
body: null,
|
|
@@ -4479,7 +4479,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
4479
4479
|
function createResourceRequest$3(config) {
|
|
4480
4480
|
const headers = {};
|
|
4481
4481
|
return {
|
|
4482
|
-
baseUri: '/services/data/
|
|
4482
|
+
baseUri: '/services/data/v68.0',
|
|
4483
4483
|
basePath: '/connect/actionable-list',
|
|
4484
4484
|
method: 'post',
|
|
4485
4485
|
body: config.body,
|
|
@@ -4806,7 +4806,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
4806
4806
|
function createResourceRequest$2(config) {
|
|
4807
4807
|
const headers = {};
|
|
4808
4808
|
return {
|
|
4809
|
-
baseUri: '/services/data/
|
|
4809
|
+
baseUri: '/services/data/v68.0',
|
|
4810
4810
|
basePath: '/connect/actionable-list-dataset-column-user-assignment',
|
|
4811
4811
|
method: 'post',
|
|
4812
4812
|
body: config.body,
|
|
@@ -5211,7 +5211,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
5211
5211
|
function createResourceRequest$1(config) {
|
|
5212
5212
|
const headers = {};
|
|
5213
5213
|
return {
|
|
5214
|
-
baseUri: '/services/data/
|
|
5214
|
+
baseUri: '/services/data/v68.0',
|
|
5215
5215
|
basePath: '/connect/actionable-list-def-filter',
|
|
5216
5216
|
method: 'post',
|
|
5217
5217
|
body: config.body,
|
|
@@ -5788,7 +5788,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
5788
5788
|
function createResourceRequest(config) {
|
|
5789
5789
|
const headers = {};
|
|
5790
5790
|
return {
|
|
5791
|
-
baseUri: '/services/data/
|
|
5791
|
+
baseUri: '/services/data/v68.0',
|
|
5792
5792
|
basePath: '/connect/actionable-list-refresh-count',
|
|
5793
5793
|
method: 'post',
|
|
5794
5794
|
body: config.body,
|
|
@@ -5971,4 +5971,4 @@ withDefaultLuvio((luvio) => {
|
|
|
5971
5971
|
});
|
|
5972
5972
|
|
|
5973
5973
|
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 };
|
|
5974
|
-
// version: 1.
|
|
5974
|
+
// version: 1.433.0-db129b48d2
|