@salesforce/lds-adapters-sales-people-api 1.384.0 → 1.385.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.
@@ -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/v65.0',
460
+ baseUri: '/services/data/v66.0',
461
461
  basePath: '/people',
462
462
  method: 'get',
463
463
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-people-api",
3
- "version": "1.384.0",
3
+ "version": "1.385.0",
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",
@@ -42,11 +42,11 @@
42
42
  "test": "nx build:karma && karma start --single-run"
43
43
  },
44
44
  "dependencies": {
45
- "@salesforce/lds-bindings": "^1.384.0"
45
+ "@salesforce/lds-bindings": "^1.385.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.384.0",
49
- "@salesforce/lds-karma": "^1.384.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.385.0",
49
+ "@salesforce/lds-karma": "^1.385.0"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {
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/v65.0',
470
+ baseUri: '/services/data/v66.0',
471
471
  basePath: '/people',
472
472
  method: 'get',
473
473
  body: null,
@@ -585,4 +585,4 @@ withDefaultLuvio((luvio) => {
585
585
  });
586
586
 
587
587
  export { getParsedSignatureData, getParsedSignatureData_imperative };
588
- // version: 1.384.0-835fd13f44
588
+ // version: 1.385.0-c6070cc476
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/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0