@salesforce/lds-adapters-industries-serviceprocess 1.412.1 → 1.413.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.
|
@@ -295,7 +295,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
295
295
|
function createResourceRequest$1(config) {
|
|
296
296
|
const headers = {};
|
|
297
297
|
return {
|
|
298
|
-
baseUri: '/services/data/
|
|
298
|
+
baseUri: '/services/data/v67.0',
|
|
299
299
|
basePath: '/connect/service-excellence/service-process-definition',
|
|
300
300
|
method: 'get',
|
|
301
301
|
body: null,
|
|
@@ -561,7 +561,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
561
561
|
function createResourceRequest(config) {
|
|
562
562
|
const headers = {};
|
|
563
563
|
return {
|
|
564
|
-
baseUri: '/services/data/
|
|
564
|
+
baseUri: '/services/data/v67.0',
|
|
565
565
|
basePath: '/connect/service-excellence/service-catalog-request/layout-data/case/' + config.urlParams.Id + '',
|
|
566
566
|
method: 'get',
|
|
567
567
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-serviceprocess",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.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",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"test:unit": "jest --config=./jest.config.js"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@salesforce/lds-bindings": "^1.
|
|
42
|
+
"@salesforce/lds-bindings": "^1.413.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
-
"@salesforce/lds-karma": "^1.
|
|
45
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0",
|
|
46
|
+
"@salesforce/lds-karma": "^1.413.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -305,7 +305,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
305
305
|
function createResourceRequest$1(config) {
|
|
306
306
|
const headers = {};
|
|
307
307
|
return {
|
|
308
|
-
baseUri: '/services/data/
|
|
308
|
+
baseUri: '/services/data/v67.0',
|
|
309
309
|
basePath: '/connect/service-excellence/service-process-definition',
|
|
310
310
|
method: 'get',
|
|
311
311
|
body: null,
|
|
@@ -571,7 +571,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
571
571
|
function createResourceRequest(config) {
|
|
572
572
|
const headers = {};
|
|
573
573
|
return {
|
|
574
|
-
baseUri: '/services/data/
|
|
574
|
+
baseUri: '/services/data/v67.0',
|
|
575
575
|
basePath: '/connect/service-excellence/service-catalog-request/layout-data/case/' + config.urlParams.Id + '',
|
|
576
576
|
method: 'get',
|
|
577
577
|
body: null,
|
|
@@ -709,4 +709,4 @@ withDefaultLuvio((luvio) => {
|
|
|
709
709
|
});
|
|
710
710
|
|
|
711
711
|
export { fetchServiceProcessDefinition, fetchServiceProcessDefinition_imperative, getCaseServiceProcessLayoutData, getCaseServiceProcessLayoutData_imperative };
|
|
712
|
-
// version: 1.
|
|
712
|
+
// version: 1.413.0-8cd312301b
|