@salesforce/lds-adapters-industries-eri 1.431.0 → 1.432.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.
@@ -399,7 +399,7 @@ function ingestSuccess(luvio, resourceParams, response) {
399
399
  function createResourceRequest(config) {
400
400
  const headers = {};
401
401
  return {
402
- baseUri: '/services/data/v67.0',
402
+ baseUri: '/services/data/v68.0',
403
403
  basePath: '/connect/eri/digest',
404
404
  method: 'post',
405
405
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-eri",
3
- "version": "1.431.0",
3
+ "version": "1.432.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Einstein relationship insights",
6
6
  "main": "dist/es/es2018/industries-eri.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.431.0"
45
+ "@salesforce/lds-bindings": "^1.432.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.431.0",
49
- "@salesforce/lds-karma": "^1.431.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.432.0",
49
+ "@salesforce/lds-karma": "^1.432.0"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -408,7 +408,7 @@ function ingestSuccess(luvio, resourceParams, response) {
408
408
  function createResourceRequest(config) {
409
409
  const headers = {};
410
410
  return {
411
- baseUri: '/services/data/v67.0',
411
+ baseUri: '/services/data/v68.0',
412
412
  basePath: '/connect/eri/digest',
413
413
  method: 'post',
414
414
  body: config.body,
@@ -495,4 +495,4 @@ withDefaultLuvio((luvio) => {
495
495
  });
496
496
 
497
497
  export { getERIDigest };
498
- // version: 1.431.0-51a9c51ed3
498
+ // version: 1.432.0-b99ba9d219
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v67.0
9
+ baseUri: /services/data/v68.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0