@salesforce/lds-adapters-analytics-tableau-embedding 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.
@@ -180,7 +180,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
180
180
  function createResourceRequest$2(config) {
181
181
  const headers = {};
182
182
  return {
183
- baseUri: '/services/data/v59.0',
183
+ baseUri: '/services/data/v60.0',
184
184
  basePath: '/tableau/eas',
185
185
  method: 'get',
186
186
  body: null,
@@ -390,7 +390,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
390
390
  function createResourceRequest$1(config) {
391
391
  const headers = {};
392
392
  return {
393
- baseUri: '/services/data/v59.0',
393
+ baseUri: '/services/data/v60.0',
394
394
  basePath: '/tableau/jwt',
395
395
  method: 'get',
396
396
  body: null,
@@ -611,7 +611,7 @@ function ingestSuccess(luvio, resourceParams, response) {
611
611
  function createResourceRequest(config) {
612
612
  const headers = {};
613
613
  return {
614
- baseUri: '/services/data/v59.0',
614
+ baseUri: '/services/data/v60.0',
615
615
  basePath: '/tableau/jwt',
616
616
  method: 'post',
617
617
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-tableau-embedding",
3
- "version": "1.231.0",
3
+ "version": "1.232.0",
4
4
  "description": "The APIs in this family are supporting embedding of Tableau vizualizations into Salesforce.",
5
5
  "license": "MIT",
6
6
  "main": "dist/es/es2018/analytics-tableau-embedding.js",
package/sfdc/index.js CHANGED
@@ -190,7 +190,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
190
190
  function createResourceRequest$2(config) {
191
191
  const headers = {};
192
192
  return {
193
- baseUri: '/services/data/v59.0',
193
+ baseUri: '/services/data/v60.0',
194
194
  basePath: '/tableau/eas',
195
195
  method: 'get',
196
196
  body: null,
@@ -400,7 +400,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
400
400
  function createResourceRequest$1(config) {
401
401
  const headers = {};
402
402
  return {
403
- baseUri: '/services/data/v59.0',
403
+ baseUri: '/services/data/v60.0',
404
404
  basePath: '/tableau/jwt',
405
405
  method: 'get',
406
406
  body: null,
@@ -609,7 +609,7 @@ function ingestSuccess(luvio, resourceParams, response) {
609
609
  function createResourceRequest(config) {
610
610
  const headers = {};
611
611
  return {
612
- baseUri: '/services/data/v59.0',
612
+ baseUri: '/services/data/v60.0',
613
613
  basePath: '/tableau/jwt',
614
614
  method: 'post',
615
615
  body: config.body,
@@ -707,4 +707,4 @@ withDefaultLuvio((luvio) => {
707
707
  });
708
708
 
709
709
  export { getEAS, getEAS_imperative, getJWT, getJWT_imperative, postJWT };
710
- // version: 1.231.0-2b4244fb5
710
+ // version: 1.232.0-6cf0cd6c7
package/src/raml/api.raml CHANGED
@@ -8,7 +8,7 @@ version: '59.0'
8
8
  mediaType: application/json
9
9
  protocols:
10
10
  - https
11
- baseUri: /services/data/v59.0
11
+ baseUri: /services/data/v60.0
12
12
  securitySchemes:
13
13
  OAuth2:
14
14
  type: OAuth 2.0