@salesforce/lds-adapters-analytics-wave-private 1.288.0 → 1.290.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.
|
@@ -219,7 +219,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
219
219
|
function createResourceRequest$2(config) {
|
|
220
220
|
const headers = {};
|
|
221
221
|
return {
|
|
222
|
-
baseUri: '/services/data/
|
|
222
|
+
baseUri: '/services/data/v62.0',
|
|
223
223
|
basePath: '/wave/soql',
|
|
224
224
|
method: 'post',
|
|
225
225
|
body: config.body,
|
|
@@ -937,7 +937,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
937
937
|
function createResourceRequest$1(config) {
|
|
938
938
|
const headers = {};
|
|
939
939
|
return {
|
|
940
|
-
baseUri: '/services/data/
|
|
940
|
+
baseUri: '/services/data/v62.0',
|
|
941
941
|
basePath: '/wave/templates/' + config.urlParams.templateIdOrApiName + '/plans/' + config.urlParams.planName + '',
|
|
942
942
|
method: 'get',
|
|
943
943
|
body: null,
|
|
@@ -1061,7 +1061,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1061
1061
|
function createResourceRequest(config) {
|
|
1062
1062
|
const headers = {};
|
|
1063
1063
|
return {
|
|
1064
|
-
baseUri: '/services/data/
|
|
1064
|
+
baseUri: '/services/data/v62.0',
|
|
1065
1065
|
basePath: '/wave/templates/' + config.urlParams.templateIdOrApiName + '/plans/' + config.urlParams.planName + '',
|
|
1066
1066
|
method: 'post',
|
|
1067
1067
|
body: null,
|
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.290.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",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@salesforce/lds-bindings": "^1.
|
|
66
|
+
"@salesforce/lds-bindings": "^1.290.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
70
|
-
"@salesforce/lds-karma": "^1.
|
|
69
|
+
"@salesforce/lds-compiler-plugins": "^1.290.0",
|
|
70
|
+
"@salesforce/lds-karma": "^1.290.0"
|
|
71
71
|
},
|
|
72
72
|
"volta": {
|
|
73
73
|
"extends": "../../package.json"
|
package/sfdc/index.js
CHANGED
|
@@ -229,7 +229,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
229
229
|
function createResourceRequest$2(config) {
|
|
230
230
|
const headers = {};
|
|
231
231
|
return {
|
|
232
|
-
baseUri: '/services/data/
|
|
232
|
+
baseUri: '/services/data/v62.0',
|
|
233
233
|
basePath: '/wave/soql',
|
|
234
234
|
method: 'post',
|
|
235
235
|
body: config.body,
|
|
@@ -929,7 +929,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
929
929
|
function createResourceRequest$1(config) {
|
|
930
930
|
const headers = {};
|
|
931
931
|
return {
|
|
932
|
-
baseUri: '/services/data/
|
|
932
|
+
baseUri: '/services/data/v62.0',
|
|
933
933
|
basePath: '/wave/templates/' + config.urlParams.templateIdOrApiName + '/plans/' + config.urlParams.planName + '',
|
|
934
934
|
method: 'post',
|
|
935
935
|
body: null,
|
|
@@ -1038,7 +1038,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1038
1038
|
function createResourceRequest(config) {
|
|
1039
1039
|
const headers = {};
|
|
1040
1040
|
return {
|
|
1041
|
-
baseUri: '/services/data/
|
|
1041
|
+
baseUri: '/services/data/v62.0',
|
|
1042
1042
|
basePath: '/wave/templates/' + config.urlParams.templateIdOrApiName + '/plans/' + config.urlParams.planName + '',
|
|
1043
1043
|
method: 'get',
|
|
1044
1044
|
body: null,
|
|
@@ -1220,4 +1220,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1220
1220
|
});
|
|
1221
1221
|
|
|
1222
1222
|
export { executeSoqlQueryPost, executeSoqlQueryPost_imperative, executeTemplateSetupPlan, getTemplateSetupPlan, getTemplateSetupPlanNotifyChange, getTemplateSetupPlan_imperative };
|
|
1223
|
-
// version: 1.
|
|
1223
|
+
// version: 1.290.0-e2ccd0161
|