@salesforce/lds-adapters-sales-people-api 1.134.4 → 1.134.5

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.
@@ -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/v58.0',
516
+ baseUri: '/services/data/v59.0',
517
517
  basePath: '/people',
518
518
  method: 'get',
519
519
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-people-api",
3
- "version": "1.134.4",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS adapter to retrieve data from People API",
6
6
  "main": "dist/es/es2018/sales-people-api.js",
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/v58.0',
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.4-a74ddaa33
674
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '57.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0