@salesforce/lds-adapters-sales-people-api 1.231.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.
- package/dist/es/es2018/sales-people-api.js +1 -1
- package/package.json +1 -1
- package/sfdc/index.js +2 -2
- package/src/raml/api.raml +1 -1
|
@@ -457,7 +457,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
457
457
|
function createResourceRequest(config) {
|
|
458
458
|
const headers = {};
|
|
459
459
|
return {
|
|
460
|
-
baseUri: '/services/data/
|
|
460
|
+
baseUri: '/services/data/v60.0',
|
|
461
461
|
basePath: '/people',
|
|
462
462
|
method: 'get',
|
|
463
463
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -467,7 +467,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
467
467
|
function createResourceRequest(config) {
|
|
468
468
|
const headers = {};
|
|
469
469
|
return {
|
|
470
|
-
baseUri: '/services/data/
|
|
470
|
+
baseUri: '/services/data/v60.0',
|
|
471
471
|
basePath: '/people',
|
|
472
472
|
method: 'get',
|
|
473
473
|
body: null,
|
|
@@ -586,4 +586,4 @@ withDefaultLuvio((luvio) => {
|
|
|
586
586
|
});
|
|
587
587
|
|
|
588
588
|
export { getParsedSignatureData, getParsedSignatureData_imperative };
|
|
589
|
-
// version: 1.
|
|
589
|
+
// version: 1.232.0-6cf0cd6c7
|