@salesforce/lds-adapters-industries-actionplan 1.289.0 → 1.291.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.
@@ -330,7 +330,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
330
330
  function createResourceRequest$3(config) {
331
331
  const headers = {};
332
332
  return {
333
- baseUri: '/services/data/v61.0',
333
+ baseUri: '/services/data/v62.0',
334
334
  basePath: '/connect/action-plan-template-version/' + config.urlParams.actionPlanTemplateVersionId + '',
335
335
  method: 'get',
336
336
  body: null,
@@ -584,7 +584,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
584
584
  function createResourceRequest$2(config) {
585
585
  const headers = {};
586
586
  return {
587
- baseUri: '/services/data/v61.0',
587
+ baseUri: '/services/data/v62.0',
588
588
  basePath: '/connect/action-plan',
589
589
  method: 'get',
590
590
  body: null,
@@ -964,7 +964,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
964
964
  function createResourceRequest$1(config) {
965
965
  const headers = {};
966
966
  return {
967
- baseUri: '/services/data/v61.0',
967
+ baseUri: '/services/data/v62.0',
968
968
  basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/action-plan-items',
969
969
  method: 'get',
970
970
  body: null,
@@ -1218,7 +1218,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1218
1218
  function createResourceRequest(config) {
1219
1219
  const headers = {};
1220
1220
  return {
1221
- baseUri: '/services/data/v61.0',
1221
+ baseUri: '/services/data/v62.0',
1222
1222
  basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/status-info',
1223
1223
  method: 'get',
1224
1224
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-actionplan",
3
- "version": "1.289.0",
3
+ "version": "1.291.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.289.0"
46
+ "@salesforce/lds-bindings": "^1.291.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.289.0",
50
- "@salesforce/lds-karma": "^1.289.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.291.0",
50
+ "@salesforce/lds-karma": "^1.291.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -369,7 +369,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
369
369
  function createResourceRequest$3(config) {
370
370
  const headers = {};
371
371
  return {
372
- baseUri: '/services/data/v61.0',
372
+ baseUri: '/services/data/v62.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$2(luvio, params, error, snapshotRefresh) {
623
623
  function createResourceRequest$2(config) {
624
624
  const headers = {};
625
625
  return {
626
- baseUri: '/services/data/v61.0',
626
+ baseUri: '/services/data/v62.0',
627
627
  basePath: '/connect/action-plan/' + config.urlParams.actionPlanId + '/status-info',
628
628
  method: 'get',
629
629
  body: null,
@@ -970,7 +970,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
970
970
  function createResourceRequest$1(config) {
971
971
  const headers = {};
972
972
  return {
973
- baseUri: '/services/data/v61.0',
973
+ baseUri: '/services/data/v62.0',
974
974
  basePath: '/connect/action-plan-template-version/' + config.urlParams.actionPlanTemplateVersionId + '',
975
975
  method: 'get',
976
976
  body: null,
@@ -1224,7 +1224,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1224
1224
  function createResourceRequest(config) {
1225
1225
  const headers = {};
1226
1226
  return {
1227
- baseUri: '/services/data/v61.0',
1227
+ baseUri: '/services/data/v62.0',
1228
1228
  basePath: '/connect/action-plan',
1229
1229
  method: 'get',
1230
1230
  body: null,
@@ -1385,4 +1385,4 @@ withDefaultLuvio((luvio) => {
1385
1385
  });
1386
1386
 
1387
1387
  export { getActionPlanItems, getActionPlanItems_imperative, getActionPlanStatusInfo, getActionPlanStatusInfo_imperative, getActionPlanTemplateItemsLabel, getActionPlanTemplateItemsLabel_imperative, getActionPlans, getActionPlans_imperative };
1388
- // version: 1.289.0-72256e363
1388
+ // version: 1.291.0-79b8ea231
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/v61.0
9
+ baseUri: /services/data/v62.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0