@salesforce/lds-adapters-industries-actionplan 1.268.0 → 1.269.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.
@@ -236,7 +236,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
236
236
  function createResourceRequest$2(config) {
237
237
  const headers = {};
238
238
  return {
239
- baseUri: '/services/data/v60.0',
239
+ baseUri: '/services/data/v61.0',
240
240
  basePath: '/connect/action-plan',
241
241
  method: 'get',
242
242
  body: null,
@@ -616,7 +616,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
616
616
  function createResourceRequest$1(config) {
617
617
  const headers = {};
618
618
  return {
619
- baseUri: '/services/data/v60.0',
619
+ baseUri: '/services/data/v61.0',
620
620
  basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/action-plan-items',
621
621
  method: 'get',
622
622
  body: null,
@@ -870,7 +870,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
870
870
  function createResourceRequest(config) {
871
871
  const headers = {};
872
872
  return {
873
- baseUri: '/services/data/v60.0',
873
+ baseUri: '/services/data/v61.0',
874
874
  basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/status-info',
875
875
  method: 'get',
876
876
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-actionplan",
3
- "version": "1.268.0",
3
+ "version": "1.269.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/es/es2018/industries-actionplan.js",
@@ -43,11 +43,11 @@
43
43
  "test:unit": "jest"
44
44
  },
45
45
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.268.0"
46
+ "@salesforce/lds-bindings": "^1.269.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.268.0",
50
- "@salesforce/lds-karma": "^1.268.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.269.0",
50
+ "@salesforce/lds-karma": "^1.269.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -369,7 +369,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
369
369
  function createResourceRequest$2(config) {
370
370
  const headers = {};
371
371
  return {
372
- baseUri: '/services/data/v60.0',
372
+ baseUri: '/services/data/v61.0',
373
373
  basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/action-plan-items',
374
374
  method: 'get',
375
375
  body: null,
@@ -623,7 +623,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
623
623
  function createResourceRequest$1(config) {
624
624
  const headers = {};
625
625
  return {
626
- baseUri: '/services/data/v60.0',
626
+ baseUri: '/services/data/v61.0',
627
627
  basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/status-info',
628
628
  method: 'get',
629
629
  body: null,
@@ -876,7 +876,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
876
876
  function createResourceRequest(config) {
877
877
  const headers = {};
878
878
  return {
879
- baseUri: '/services/data/v60.0',
879
+ baseUri: '/services/data/v61.0',
880
880
  basePath: '/connect/action-plan',
881
881
  method: 'get',
882
882
  body: null,
@@ -1025,4 +1025,4 @@ withDefaultLuvio((luvio) => {
1025
1025
  });
1026
1026
 
1027
1027
  export { getActionPlanItems, getActionPlanItems_imperative, getActionPlanStatusInfo, getActionPlanStatusInfo_imperative, getActionPlans, getActionPlans_imperative };
1028
- // version: 1.268.0-59af8a121
1028
+ // version: 1.269.0-37c0722c7
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/v60.0
9
+ baseUri: /services/data/v61.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0