@salesforce/lds-adapters-industries-actionablelist 1.230.0 → 1.232.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.
|
@@ -845,7 +845,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
845
845
|
function createResourceRequest$6(config) {
|
|
846
846
|
const headers = {};
|
|
847
847
|
return {
|
|
848
|
-
baseUri: '/services/data/
|
|
848
|
+
baseUri: '/services/data/v60.0',
|
|
849
849
|
basePath: '/connect/actionable-list-definition',
|
|
850
850
|
method: 'get',
|
|
851
851
|
body: null,
|
|
@@ -1140,7 +1140,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
1140
1140
|
function createResourceRequest$5(config) {
|
|
1141
1141
|
const headers = {};
|
|
1142
1142
|
return {
|
|
1143
|
-
baseUri: '/services/data/
|
|
1143
|
+
baseUri: '/services/data/v60.0',
|
|
1144
1144
|
basePath: '/connect/actionable-list-definition',
|
|
1145
1145
|
method: 'post',
|
|
1146
1146
|
body: config.body,
|
|
@@ -1467,7 +1467,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
1467
1467
|
function createResourceRequest$4(config) {
|
|
1468
1468
|
const headers = {};
|
|
1469
1469
|
return {
|
|
1470
|
-
baseUri: '/services/data/
|
|
1470
|
+
baseUri: '/services/data/v60.0',
|
|
1471
1471
|
basePath: '/connect/actionable-list-dataset-column-user-assignment',
|
|
1472
1472
|
method: 'post',
|
|
1473
1473
|
body: config.body,
|
|
@@ -2202,7 +2202,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
2202
2202
|
function createResourceRequest$3(config) {
|
|
2203
2203
|
const headers = {};
|
|
2204
2204
|
return {
|
|
2205
|
-
baseUri: '/services/data/
|
|
2205
|
+
baseUri: '/services/data/v60.0',
|
|
2206
2206
|
basePath: '/connect/actionable-list-refresh-count',
|
|
2207
2207
|
method: 'post',
|
|
2208
2208
|
body: config.body,
|
|
@@ -2386,7 +2386,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2386
2386
|
function createResourceRequest$2(config) {
|
|
2387
2387
|
const headers = {};
|
|
2388
2388
|
return {
|
|
2389
|
-
baseUri: '/services/data/
|
|
2389
|
+
baseUri: '/services/data/v60.0',
|
|
2390
2390
|
basePath: '/connect/actionable-list/' + config.urlParams.id + '/members',
|
|
2391
2391
|
method: 'get',
|
|
2392
2392
|
body: null,
|
|
@@ -2897,7 +2897,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
2897
2897
|
function createResourceRequest$1(config) {
|
|
2898
2898
|
const headers = {};
|
|
2899
2899
|
return {
|
|
2900
|
-
baseUri: '/services/data/
|
|
2900
|
+
baseUri: '/services/data/v60.0',
|
|
2901
2901
|
basePath: '/connect/actionable-list',
|
|
2902
2902
|
method: 'post',
|
|
2903
2903
|
body: config.body,
|
|
@@ -3891,7 +3891,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3891
3891
|
function createResourceRequest(config) {
|
|
3892
3892
|
const headers = {};
|
|
3893
3893
|
return {
|
|
3894
|
-
baseUri: '/services/data/
|
|
3894
|
+
baseUri: '/services/data/v60.0',
|
|
3895
3895
|
basePath: '/connect/actionable-list-definition/rows',
|
|
3896
3896
|
method: 'post',
|
|
3897
3897
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-actionablelist",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.232.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",
|
package/sfdc/index.js
CHANGED
|
@@ -929,7 +929,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
929
929
|
function createResourceRequest$6(config) {
|
|
930
930
|
const headers = {};
|
|
931
931
|
return {
|
|
932
|
-
baseUri: '/services/data/
|
|
932
|
+
baseUri: '/services/data/v60.0',
|
|
933
933
|
basePath: '/connect/actionable-list-definition',
|
|
934
934
|
method: 'post',
|
|
935
935
|
body: config.body,
|
|
@@ -1923,7 +1923,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1923
1923
|
function createResourceRequest$5(config) {
|
|
1924
1924
|
const headers = {};
|
|
1925
1925
|
return {
|
|
1926
|
-
baseUri: '/services/data/
|
|
1926
|
+
baseUri: '/services/data/v60.0',
|
|
1927
1927
|
basePath: '/connect/actionable-list-definition/rows',
|
|
1928
1928
|
method: 'post',
|
|
1929
1929
|
body: config.body,
|
|
@@ -2145,7 +2145,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2145
2145
|
function createResourceRequest$4(config) {
|
|
2146
2146
|
const headers = {};
|
|
2147
2147
|
return {
|
|
2148
|
-
baseUri: '/services/data/
|
|
2148
|
+
baseUri: '/services/data/v60.0',
|
|
2149
2149
|
basePath: '/connect/actionable-list-definition',
|
|
2150
2150
|
method: 'get',
|
|
2151
2151
|
body: null,
|
|
@@ -2361,7 +2361,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2361
2361
|
function createResourceRequest$3(config) {
|
|
2362
2362
|
const headers = {};
|
|
2363
2363
|
return {
|
|
2364
|
-
baseUri: '/services/data/
|
|
2364
|
+
baseUri: '/services/data/v60.0',
|
|
2365
2365
|
basePath: '/connect/actionable-list/' + config.urlParams.id + '/members',
|
|
2366
2366
|
method: 'get',
|
|
2367
2367
|
body: null,
|
|
@@ -2872,7 +2872,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
2872
2872
|
function createResourceRequest$2(config) {
|
|
2873
2873
|
const headers = {};
|
|
2874
2874
|
return {
|
|
2875
|
-
baseUri: '/services/data/
|
|
2875
|
+
baseUri: '/services/data/v60.0',
|
|
2876
2876
|
basePath: '/connect/actionable-list',
|
|
2877
2877
|
method: 'post',
|
|
2878
2878
|
body: config.body,
|
|
@@ -3199,7 +3199,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
3199
3199
|
function createResourceRequest$1(config) {
|
|
3200
3200
|
const headers = {};
|
|
3201
3201
|
return {
|
|
3202
|
-
baseUri: '/services/data/
|
|
3202
|
+
baseUri: '/services/data/v60.0',
|
|
3203
3203
|
basePath: '/connect/actionable-list-dataset-column-user-assignment',
|
|
3204
3204
|
method: 'post',
|
|
3205
3205
|
body: config.body,
|
|
@@ -3934,7 +3934,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
3934
3934
|
function createResourceRequest(config) {
|
|
3935
3935
|
const headers = {};
|
|
3936
3936
|
return {
|
|
3937
|
-
baseUri: '/services/data/
|
|
3937
|
+
baseUri: '/services/data/v60.0',
|
|
3938
3938
|
basePath: '/connect/actionable-list-refresh-count',
|
|
3939
3939
|
method: 'post',
|
|
3940
3940
|
body: config.body,
|
|
@@ -4055,4 +4055,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4055
4055
|
});
|
|
4056
4056
|
|
|
4057
4057
|
export { createActionableListDefinition, getActionableListDatasetInfo, getActionableListDatasetInfo_imperative, getActionableListDefinitions, getActionableListDefinitions_imperative, getActionableListMembers, getActionableListMembers_imperative, upsertActionableList, upsertActionableListDatasetColumnUser, upsertActionableListRefreshFilter };
|
|
4058
|
-
// version: 1.
|
|
4058
|
+
// version: 1.232.0-6cf0cd6c7
|