@salesforce/lds-adapters-analytics-wave-private 1.231.0 → 1.232.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/
|
|
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.
|
|
3
|
+
"version": "1.232.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/
|
|
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.
|
|
338
|
+
// version: 1.232.0-6cf0cd6c7
|