@salesforce/lds-adapters-cdp-semantic-engine 1.333.0 → 1.335.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.
@@ -198,7 +198,7 @@ function ingestSuccess(luvio, resourceParams, response) {
198
198
  function createResourceRequest(config) {
199
199
  const headers = {};
200
200
  return {
201
- baseUri: '/services/data/v63.0',
201
+ baseUri: '/services/data/v64.0',
202
202
  basePath: '/semantic-engine/gateway',
203
203
  method: 'post',
204
204
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-semantic-engine",
3
- "version": "1.333.0",
3
+ "version": "1.335.0",
4
4
  "description": "Execution of Semantic Queries via Semantic Layer",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cdp-semantic-engine.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.333.0"
43
+ "@salesforce/lds-bindings": "^1.335.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.333.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.335.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -207,7 +207,7 @@ function ingestSuccess(luvio, resourceParams, response) {
207
207
  function createResourceRequest(config) {
208
208
  const headers = {};
209
209
  return {
210
- baseUri: '/services/data/v63.0',
210
+ baseUri: '/services/data/v64.0',
211
211
  basePath: '/semantic-engine/gateway',
212
212
  method: 'post',
213
213
  body: config.body,
@@ -316,4 +316,4 @@ withDefaultLuvio((luvio) => {
316
316
  });
317
317
 
318
318
  export { executeSemanticQuery };
319
- // version: 1.333.0-257d60dcfb
319
+ // version: 1.335.0-22a7c4d20b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '61.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v63.0
9
+ baseUri: /services/data/v64.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0