@salesforce/lds-adapters-industries-actionplan 1.134.4 → 1.134.5

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.
@@ -270,7 +270,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
270
270
  function createResourceRequest$2(config) {
271
271
  const headers = {};
272
272
  return {
273
- baseUri: '/services/data/v58.0',
273
+ baseUri: '/services/data/v59.0',
274
274
  basePath: '/connect/action-plan',
275
275
  method: 'get',
276
276
  body: null,
@@ -762,7 +762,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
762
762
  function createResourceRequest$1(config) {
763
763
  const headers = {};
764
764
  return {
765
- baseUri: '/services/data/v58.0',
765
+ baseUri: '/services/data/v59.0',
766
766
  basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/action-plan-items',
767
767
  method: 'get',
768
768
  body: null,
@@ -1083,7 +1083,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1083
1083
  function createResourceRequest(config) {
1084
1084
  const headers = {};
1085
1085
  return {
1086
- baseUri: '/services/data/v58.0',
1086
+ baseUri: '/services/data/v59.0',
1087
1087
  basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/status-info',
1088
1088
  method: 'get',
1089
1089
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-actionplan",
3
- "version": "1.134.4",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/es/es2018/industries-actionplan.js",
package/sfdc/index.js CHANGED
@@ -444,7 +444,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
444
444
  function createResourceRequest$2(config) {
445
445
  const headers = {};
446
446
  return {
447
- baseUri: '/services/data/v58.0',
447
+ baseUri: '/services/data/v59.0',
448
448
  basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/action-plan-items',
449
449
  method: 'get',
450
450
  body: null,
@@ -765,7 +765,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
765
765
  function createResourceRequest$1(config) {
766
766
  const headers = {};
767
767
  return {
768
- baseUri: '/services/data/v58.0',
768
+ baseUri: '/services/data/v59.0',
769
769
  basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/status-info',
770
770
  method: 'get',
771
771
  body: null,
@@ -1077,7 +1077,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1077
1077
  function createResourceRequest(config) {
1078
1078
  const headers = {};
1079
1079
  return {
1080
- baseUri: '/services/data/v58.0',
1080
+ baseUri: '/services/data/v59.0',
1081
1081
  basePath: '/connect/action-plan',
1082
1082
  method: 'get',
1083
1083
  body: null,
@@ -1250,4 +1250,4 @@ withDefaultLuvio((luvio) => {
1250
1250
  });
1251
1251
 
1252
1252
  export { getActionPlanItems, getActionPlanItems_imperative, getActionPlanStatusInfo, getActionPlanStatusInfo_imperative, getActionPlans, getActionPlans_imperative };
1253
- // version: 1.134.4-a74ddaa33
1253
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.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