@salesforce/lds-adapters-industries-serviceprocess 1.289.0 → 1.290.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/v61.0',
313
+ baseUri: '/services/data/v62.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.289.0",
3
+ "version": "1.290.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",
@@ -38,11 +38,11 @@
38
38
  "test": "nx build:karma && karma start --single-run"
39
39
  },
40
40
  "dependencies": {
41
- "@salesforce/lds-bindings": "^1.289.0"
41
+ "@salesforce/lds-bindings": "^1.290.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@salesforce/lds-compiler-plugins": "^1.289.0",
45
- "@salesforce/lds-karma": "^1.289.0"
44
+ "@salesforce/lds-compiler-plugins": "^1.290.0",
45
+ "@salesforce/lds-karma": "^1.290.0"
46
46
  },
47
47
  "nx": {
48
48
  "targets": {
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/v61.0',
323
+ baseUri: '/services/data/v62.0',
324
324
  basePath: '/connect/service-excellence/service-catalog-request/layout-data/case/' + config.urlParams.Id + '',
325
325
  method: 'get',
326
326
  body: null,
@@ -443,4 +443,4 @@ withDefaultLuvio((luvio) => {
443
443
  });
444
444
 
445
445
  export { getCaseServiceProcessLayoutData, getCaseServiceProcessLayoutData_imperative };
446
- // version: 1.289.0-72256e363
446
+ // version: 1.290.0-e2ccd0161
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/v61.0
9
+ baseUri: /services/data/v62.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0