@salesforce/lds-adapters-analytics-wave-private 1.231.0 → 1.233.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.
@@ -206,7 +206,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
206
206
  function createResourceRequest(config) {
207
207
  const headers = {};
208
208
  return {
209
- baseUri: '/services/data/v59.0',
209
+ baseUri: '/services/data/v60.0',
210
210
  basePath: '/wave/soql',
211
211
  method: 'post',
212
212
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-wave-private",
3
- "version": "1.231.0",
3
+ "version": "1.233.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "The Einstein Analytics family of APIs that are not publically exposed",
6
6
  "main": "dist/es/es2018/analytics-wave-private.js",
package/sfdc/index.js CHANGED
@@ -216,7 +216,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
216
216
  function createResourceRequest(config) {
217
217
  const headers = {};
218
218
  return {
219
- baseUri: '/services/data/v59.0',
219
+ baseUri: '/services/data/v60.0',
220
220
  basePath: '/wave/soql',
221
221
  method: 'post',
222
222
  body: config.body,
@@ -335,4 +335,4 @@ withDefaultLuvio((luvio) => {
335
335
  });
336
336
 
337
337
  export { executeSoqlQueryPost, executeSoqlQueryPost_imperative };
338
- // version: 1.231.0-2b4244fb5
338
+ // version: 1.233.0-e0ba7cc7b
package/src/raml/api.raml CHANGED
@@ -7,7 +7,7 @@ version: '52.0'
7
7
  mediaType: application/json
8
8
  protocols:
9
9
  - https
10
- baseUri: /services/data/v59.0
10
+ baseUri: /services/data/v60.0
11
11
  securitySchemes:
12
12
  OAuth2:
13
13
  type: OAuth 2.0