@salesforce/lds-adapters-sales-pathassistant 1.384.0 → 1.386.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.
|
@@ -190,7 +190,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
190
190
|
function createResourceRequest$2(config) {
|
|
191
191
|
const headers = {};
|
|
192
192
|
return {
|
|
193
|
-
baseUri: '/services/data/
|
|
193
|
+
baseUri: '/services/data/v66.0',
|
|
194
194
|
basePath: '/connect/pathassistant/collapsibleDrawerUserPref',
|
|
195
195
|
method: 'patch',
|
|
196
196
|
body: null,
|
|
@@ -388,7 +388,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
388
388
|
function createResourceRequest$1(config) {
|
|
389
389
|
const headers = {};
|
|
390
390
|
return {
|
|
391
|
-
baseUri: '/services/data/
|
|
391
|
+
baseUri: '/services/data/v66.0',
|
|
392
392
|
basePath: '/connect/pathassistant/' + config.urlParams.recordId + '',
|
|
393
393
|
method: 'get',
|
|
394
394
|
body: null,
|
|
@@ -590,7 +590,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
590
590
|
function createResourceRequest(config) {
|
|
591
591
|
const headers = {};
|
|
592
592
|
return {
|
|
593
|
-
baseUri: '/services/data/
|
|
593
|
+
baseUri: '/services/data/v66.0',
|
|
594
594
|
basePath: '/connect/pathassistant/' + config.urlParams.recordId + '/daysInStage',
|
|
595
595
|
method: 'get',
|
|
596
596
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-sales-pathassistant",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.386.0",
|
|
4
4
|
"description": "Connect APIs for Path Assistant",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/sales-pathassistant.js",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"test:unit": "jest --config=./jest.config.js"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.386.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
-
"@salesforce/lds-karma": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.386.0",
|
|
47
|
+
"@salesforce/lds-karma": "^1.386.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -223,7 +223,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
223
223
|
function createResourceRequest$2(config) {
|
|
224
224
|
const headers = {};
|
|
225
225
|
return {
|
|
226
|
-
baseUri: '/services/data/
|
|
226
|
+
baseUri: '/services/data/v66.0',
|
|
227
227
|
basePath: '/connect/pathassistant/' + config.urlParams.recordId + '',
|
|
228
228
|
method: 'get',
|
|
229
229
|
body: null,
|
|
@@ -425,7 +425,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
425
425
|
function createResourceRequest$1(config) {
|
|
426
426
|
const headers = {};
|
|
427
427
|
return {
|
|
428
|
-
baseUri: '/services/data/
|
|
428
|
+
baseUri: '/services/data/v66.0',
|
|
429
429
|
basePath: '/connect/pathassistant/' + config.urlParams.recordId + '/daysInStage',
|
|
430
430
|
method: 'get',
|
|
431
431
|
body: null,
|
|
@@ -634,7 +634,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
634
634
|
function createResourceRequest(config) {
|
|
635
635
|
const headers = {};
|
|
636
636
|
return {
|
|
637
|
-
baseUri: '/services/data/
|
|
637
|
+
baseUri: '/services/data/v66.0',
|
|
638
638
|
basePath: '/connect/pathassistant/collapsibleDrawerUserPref',
|
|
639
639
|
method: 'patch',
|
|
640
640
|
body: null,
|
|
@@ -745,4 +745,4 @@ withDefaultLuvio((luvio) => {
|
|
|
745
745
|
});
|
|
746
746
|
|
|
747
747
|
export { getPathAssistant, getPathAssistantDaysInStage, getPathAssistantDaysInStage_imperative, getPathAssistant_imperative, updateCollapsibleDrawerUserPref };
|
|
748
|
-
// version: 1.
|
|
748
|
+
// version: 1.386.0-521094e838
|