@salesforce/lds-adapters-analytics-wave-private 1.134.3 → 1.134.5

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.
@@ -239,7 +239,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
239
239
  function createResourceRequest(config) {
240
240
  const headers = {};
241
241
  return {
242
- baseUri: '/services/data/v58.0',
242
+ baseUri: '/services/data/v59.0',
243
243
  basePath: '/wave/soql',
244
244
  method: 'post',
245
245
  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.134.3",
3
+ "version": "1.134.5",
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
@@ -249,7 +249,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
249
249
  function createResourceRequest(config) {
250
250
  const headers = {};
251
251
  return {
252
- baseUri: '/services/data/v58.0',
252
+ baseUri: '/services/data/v59.0',
253
253
  basePath: '/wave/soql',
254
254
  method: 'post',
255
255
  body: config.body,
@@ -390,4 +390,4 @@ withDefaultLuvio((luvio) => {
390
390
  });
391
391
 
392
392
  export { executeSoqlQueryPost, executeSoqlQueryPost_imperative };
393
- // version: 1.134.3-ea1008c6e
393
+ // version: 1.134.5-a25b51598
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/v58.0
10
+ baseUri: /services/data/v59.0
11
11
  securitySchemes:
12
12
  OAuth2:
13
13
  type: OAuth 2.0