@salesforce/lds-adapters-industries-arcgraph 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.
@@ -190,7 +190,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
190
190
  function createResourceRequest(config) {
191
191
  const headers = {};
192
192
  return {
193
- baseUri: '/services/data/v67.0',
193
+ baseUri: '/services/data/v68.0',
194
194
  basePath: '/connect/arcgraph/runtime/relationship-graph-definition/' + config.urlParams.graphName + '',
195
195
  method: 'get',
196
196
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-arcgraph",
3
- "version": "1.431.0",
3
+ "version": "1.432.0",
4
4
  "description": "Generate Runtime ARC Graph and Render them in unique ways",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-arcgraph.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.431.0"
43
+ "@salesforce/lds-bindings": "^1.432.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.431.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.432.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -200,7 +200,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
200
200
  function createResourceRequest(config) {
201
201
  const headers = {};
202
202
  return {
203
- baseUri: '/services/data/v67.0',
203
+ baseUri: '/services/data/v68.0',
204
204
  basePath: '/connect/arcgraph/runtime/relationship-graph-definition/' + config.urlParams.graphName + '',
205
205
  method: 'get',
206
206
  body: null,
@@ -322,4 +322,4 @@ withDefaultLuvio((luvio) => {
322
322
  });
323
323
 
324
324
  export { getRuntimeGraphDefinition, getRuntimeGraphDefinition_imperative };
325
- // version: 1.431.0-51a9c51ed3
325
+ // version: 1.432.0-b99ba9d219
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '63.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