@salesforce/lds-adapters-industries-serviceprocess 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.
@@ -310,7 +310,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
310
310
  function createResourceRequest(config) {
311
311
  const headers = {};
312
312
  return {
313
- baseUri: '/services/data/v59.0',
313
+ baseUri: '/services/data/v60.0',
314
314
  basePath: '/connect/service-excellence/service-catalog-request/layout-data/case/' + config.urlParams.Id + '',
315
315
  method: 'get',
316
316
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-serviceprocess",
3
- "version": "1.230.0",
3
+ "version": "1.232.0",
4
4
  "description": "Connect apis for fetching and updating service processes",
5
5
  "license": "MIT",
6
6
  "main": "dist/es/es2018/industries-serviceprocess.js",
package/sfdc/index.js CHANGED
@@ -320,7 +320,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
320
320
  function createResourceRequest(config) {
321
321
  const headers = {};
322
322
  return {
323
- baseUri: '/services/data/v59.0',
323
+ baseUri: '/services/data/v60.0',
324
324
  basePath: '/connect/service-excellence/service-catalog-request/layout-data/case/' + config.urlParams.Id + '',
325
325
  method: 'get',
326
326
  body: null,
@@ -439,4 +439,4 @@ withDefaultLuvio((luvio) => {
439
439
  });
440
440
 
441
441
  export { getCaseServiceProcessLayoutData, getCaseServiceProcessLayoutData_imperative };
442
- // version: 1.230.0-ccccbe260
442
+ // version: 1.232.0-6cf0cd6c7
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/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0