@salesforce/lds-adapters-industries-actionablelist 1.134.4 → 1.134.6

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.
@@ -791,7 +791,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
791
791
  function createResourceRequest$4(config) {
792
792
  const headers = {};
793
793
  return {
794
- baseUri: '/services/data/v58.0',
794
+ baseUri: '/services/data/v59.0',
795
795
  basePath: '/connect/actionable-list-definition',
796
796
  method: 'get',
797
797
  body: null,
@@ -1136,7 +1136,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
1136
1136
  function createResourceRequest$3(config) {
1137
1137
  const headers = {};
1138
1138
  return {
1139
- baseUri: '/services/data/v58.0',
1139
+ baseUri: '/services/data/v59.0',
1140
1140
  basePath: '/connect/actionable-list-definition',
1141
1141
  method: 'post',
1142
1142
  body: config.body,
@@ -1344,7 +1344,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1344
1344
  function createResourceRequest$2(config) {
1345
1345
  const headers = {};
1346
1346
  return {
1347
- baseUri: '/services/data/v58.0',
1347
+ baseUri: '/services/data/v59.0',
1348
1348
  basePath: '/connect/actionable-list/' + config.urlParams.id + '/members',
1349
1349
  method: 'get',
1350
1350
  body: null,
@@ -1896,7 +1896,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
1896
1896
  function createResourceRequest$1(config) {
1897
1897
  const headers = {};
1898
1898
  return {
1899
- baseUri: '/services/data/v58.0',
1899
+ baseUri: '/services/data/v59.0',
1900
1900
  basePath: '/connect/actionable-list',
1901
1901
  method: 'post',
1902
1902
  body: config.body,
@@ -2865,7 +2865,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
2865
2865
  function createResourceRequest(config) {
2866
2866
  const headers = {};
2867
2867
  return {
2868
- baseUri: '/services/data/v58.0',
2868
+ baseUri: '/services/data/v59.0',
2869
2869
  basePath: '/connect/actionable-list-definition/rows',
2870
2870
  method: 'post',
2871
2871
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-actionablelist",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
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
@@ -875,7 +875,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
875
875
  function createResourceRequest$4(config) {
876
876
  const headers = {};
877
877
  return {
878
- baseUri: '/services/data/v58.0',
878
+ baseUri: '/services/data/v59.0',
879
879
  basePath: '/connect/actionable-list-definition',
880
880
  method: 'post',
881
881
  body: config.body,
@@ -1844,7 +1844,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
1844
1844
  function createResourceRequest$3(config) {
1845
1845
  const headers = {};
1846
1846
  return {
1847
- baseUri: '/services/data/v58.0',
1847
+ baseUri: '/services/data/v59.0',
1848
1848
  basePath: '/connect/actionable-list-definition/rows',
1849
1849
  method: 'post',
1850
1850
  body: config.body,
@@ -2104,7 +2104,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
2104
2104
  function createResourceRequest$2(config) {
2105
2105
  const headers = {};
2106
2106
  return {
2107
- baseUri: '/services/data/v58.0',
2107
+ baseUri: '/services/data/v59.0',
2108
2108
  basePath: '/connect/actionable-list-definition',
2109
2109
  method: 'get',
2110
2110
  body: null,
@@ -2370,7 +2370,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
2370
2370
  function createResourceRequest$1(config) {
2371
2371
  const headers = {};
2372
2372
  return {
2373
- baseUri: '/services/data/v58.0',
2373
+ baseUri: '/services/data/v59.0',
2374
2374
  basePath: '/connect/actionable-list/' + config.urlParams.id + '/members',
2375
2375
  method: 'get',
2376
2376
  body: null,
@@ -2922,7 +2922,7 @@ function ingestSuccess(luvio, resourceParams, response) {
2922
2922
  function createResourceRequest(config) {
2923
2923
  const headers = {};
2924
2924
  return {
2925
- baseUri: '/services/data/v58.0',
2925
+ baseUri: '/services/data/v59.0',
2926
2926
  basePath: '/connect/actionable-list',
2927
2927
  method: 'post',
2928
2928
  body: config.body,
@@ -3042,4 +3042,4 @@ withDefaultLuvio((luvio) => {
3042
3042
  });
3043
3043
 
3044
3044
  export { createActionableListDefinition, getActionableListDatasetInfo, getActionableListDatasetInfo_imperative, getActionableListDefinitions, getActionableListDefinitions_imperative, getActionableListMembers, getActionableListMembers_imperative, upsertActionableList };
3045
- // version: 1.134.4-a74ddaa33
3045
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0