@salesforce/lds-adapters-analytics-wave-private 1.412.1 → 1.413.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.
@@ -238,7 +238,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
238
238
  function createResourceRequest$3(config) {
239
239
  const headers = {};
240
240
  return {
241
- baseUri: '/services/data/v66.0',
241
+ baseUri: '/services/data/v67.0',
242
242
  basePath: '/wave/soql',
243
243
  method: 'post',
244
244
  body: config.body,
@@ -956,7 +956,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
956
956
  function createResourceRequest$2(config) {
957
957
  const headers = {};
958
958
  return {
959
- baseUri: '/services/data/v66.0',
959
+ baseUri: '/services/data/v67.0',
960
960
  basePath: '/wave/templates/' + config.urlParams.templateIdOrApiName + '/plans/' + config.urlParams.planName + '',
961
961
  method: 'get',
962
962
  body: null,
@@ -1080,7 +1080,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
1080
1080
  function createResourceRequest$1(config) {
1081
1081
  const headers = {};
1082
1082
  return {
1083
- baseUri: '/services/data/v66.0',
1083
+ baseUri: '/services/data/v67.0',
1084
1084
  basePath: '/wave/templates/' + config.urlParams.templateIdOrApiName + '/plans/' + config.urlParams.planName + '',
1085
1085
  method: 'post',
1086
1086
  body: null,
@@ -1275,7 +1275,7 @@ function ingestSuccess(luvio, resourceParams, response) {
1275
1275
  function createResourceRequest(config) {
1276
1276
  const headers = {};
1277
1277
  return {
1278
- baseUri: '/services/data/v66.0',
1278
+ baseUri: '/services/data/v67.0',
1279
1279
  basePath: '/wave/dashboards',
1280
1280
  method: 'post',
1281
1281
  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.412.1",
3
+ "version": "1.413.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.412.1"
66
+ "@salesforce/lds-bindings": "^1.413.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@salesforce/lds-compiler-plugins": "^1.412.1",
70
- "@salesforce/lds-karma": "^1.412.1"
69
+ "@salesforce/lds-compiler-plugins": "^1.413.0",
70
+ "@salesforce/lds-karma": "^1.413.0"
71
71
  },
72
72
  "volta": {
73
73
  "extends": "../../package.json"
package/sfdc/index.js CHANGED
@@ -252,7 +252,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
252
252
  function createResourceRequest$3(config) {
253
253
  const headers = {};
254
254
  return {
255
- baseUri: '/services/data/v66.0',
255
+ baseUri: '/services/data/v67.0',
256
256
  basePath: '/wave/dashboards',
257
257
  method: 'post',
258
258
  body: config.body,
@@ -464,7 +464,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
464
464
  function createResourceRequest$2(config) {
465
465
  const headers = {};
466
466
  return {
467
- baseUri: '/services/data/v66.0',
467
+ baseUri: '/services/data/v67.0',
468
468
  basePath: '/wave/soql',
469
469
  method: 'post',
470
470
  body: config.body,
@@ -1164,7 +1164,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
1164
1164
  function createResourceRequest$1(config) {
1165
1165
  const headers = {};
1166
1166
  return {
1167
- baseUri: '/services/data/v66.0',
1167
+ baseUri: '/services/data/v67.0',
1168
1168
  basePath: '/wave/templates/' + config.urlParams.templateIdOrApiName + '/plans/' + config.urlParams.planName + '',
1169
1169
  method: 'post',
1170
1170
  body: null,
@@ -1273,7 +1273,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1273
1273
  function createResourceRequest(config) {
1274
1274
  const headers = {};
1275
1275
  return {
1276
- baseUri: '/services/data/v66.0',
1276
+ baseUri: '/services/data/v67.0',
1277
1277
  basePath: '/wave/templates/' + config.urlParams.templateIdOrApiName + '/plans/' + config.urlParams.planName + '',
1278
1278
  method: 'get',
1279
1279
  body: null,
@@ -1457,4 +1457,4 @@ withDefaultLuvio((luvio) => {
1457
1457
  });
1458
1458
 
1459
1459
  export { createDashboard, executeSoqlQueryPost, executeSoqlQueryPost_imperative, executeTemplateSetupPlan, getTemplateSetupPlan, getTemplateSetupPlanNotifyChange, getTemplateSetupPlan_imperative };
1460
- // version: 1.412.1-944b7de7af
1460
+ // version: 1.413.0-8cd312301b
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/v66.0
10
+ baseUri: /services/data/v67.0
11
11
  securitySchemes:
12
12
  OAuth2:
13
13
  type: OAuth 2.0