@salesforce/lds-adapters-sales-people-api 1.134.4 → 1.134.6
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
|
@@ -513,7 +513,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
513
513
|
function createResourceRequest(config) {
|
|
514
514
|
const headers = {};
|
|
515
515
|
return {
|
|
516
|
-
baseUri: '/services/data/
|
|
516
|
+
baseUri: '/services/data/v59.0',
|
|
517
517
|
basePath: '/people',
|
|
518
518
|
method: 'get',
|
|
519
519
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -523,7 +523,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
523
523
|
function createResourceRequest(config) {
|
|
524
524
|
const headers = {};
|
|
525
525
|
return {
|
|
526
|
-
baseUri: '/services/data/
|
|
526
|
+
baseUri: '/services/data/v59.0',
|
|
527
527
|
basePath: '/people',
|
|
528
528
|
method: 'get',
|
|
529
529
|
body: null,
|
|
@@ -671,4 +671,4 @@ withDefaultLuvio((luvio) => {
|
|
|
671
671
|
});
|
|
672
672
|
|
|
673
673
|
export { getParsedSignatureData, getParsedSignatureData_imperative };
|
|
674
|
-
// version: 1.134.
|
|
674
|
+
// version: 1.134.6-a88a77801
|