@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/
|
|
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
|
+
"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/
|
|
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.
|
|
393
|
+
// version: 1.134.5-a25b51598
|