@salesforce/lds-adapters-cdp-query 1.311.0 → 1.312.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.
@@ -175,7 +175,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
175
175
  function createResourceRequest(config) {
176
176
  const headers = {};
177
177
  return {
178
- baseUri: '/services/data/v62.0',
178
+ baseUri: '/services/data/v63.0',
179
179
  basePath: '/ssot/universalIdLookup/' + config.urlParams.entityName + '/' + config.urlParams.dataSourceId + '/' + config.urlParams.dataSourceObjectId + '/' + config.urlParams.sourceRecordId + '',
180
180
  method: 'get',
181
181
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-query",
3
- "version": "1.311.0",
3
+ "version": "1.312.0",
4
4
  "description": "CDP Query",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cdp-query.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.311.0"
43
+ "@salesforce/lds-bindings": "^1.312.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.311.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.312.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -185,7 +185,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
185
185
  function createResourceRequest(config) {
186
186
  const headers = {};
187
187
  return {
188
- baseUri: '/services/data/v62.0',
188
+ baseUri: '/services/data/v63.0',
189
189
  basePath: '/ssot/universalIdLookup/' + config.urlParams.entityName + '/' + config.urlParams.dataSourceId + '/' + config.urlParams.dataSourceObjectId + '/' + config.urlParams.sourceRecordId + '',
190
190
  method: 'get',
191
191
  body: null,
@@ -311,4 +311,4 @@ withDefaultLuvio((luvio) => {
311
311
  });
312
312
 
313
313
  export { universalIdLookupBySourceId, universalIdLookupBySourceId_imperative };
314
- // version: 1.311.0-5f03b383b7
314
+ // version: 1.312.0-0d267bac6a
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '62.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v62.0
9
+ baseUri: /services/data/v63.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0