@salesforce/lds-adapters-analytics-tableau-embedding 1.412.0 → 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.
@@ -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/v66.0',
183
+ baseUri: '/services/data/v67.0',
184
184
  basePath: '/tableau/eas',
185
185
  method: 'get',
186
186
  body: null,
@@ -395,7 +395,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
395
395
  function createResourceRequest$1(config) {
396
396
  const headers = {};
397
397
  return {
398
- baseUri: '/services/data/v66.0',
398
+ baseUri: '/services/data/v67.0',
399
399
  basePath: '/tableau/jwt',
400
400
  method: 'get',
401
401
  body: null,
@@ -623,7 +623,7 @@ function ingestSuccess(luvio, resourceParams, response) {
623
623
  function createResourceRequest(config) {
624
624
  const headers = {};
625
625
  return {
626
- baseUri: '/services/data/v66.0',
626
+ baseUri: '/services/data/v67.0',
627
627
  basePath: '/tableau/jwt',
628
628
  method: 'post',
629
629
  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.412.0",
3
+ "version": "1.413.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",
@@ -44,11 +44,11 @@
44
44
  "NO-test:unit": "jest"
45
45
  },
46
46
  "dependencies": {
47
- "@salesforce/lds-bindings": "^1.412.0"
47
+ "@salesforce/lds-bindings": "^1.413.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@salesforce/lds-compiler-plugins": "^1.412.0",
51
- "@salesforce/lds-karma": "^1.412.0"
50
+ "@salesforce/lds-compiler-plugins": "^1.413.0",
51
+ "@salesforce/lds-karma": "^1.413.0"
52
52
  },
53
53
  "nx": {
54
54
  "targets": {
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/v66.0',
193
+ baseUri: '/services/data/v67.0',
194
194
  basePath: '/tableau/eas',
195
195
  method: 'get',
196
196
  body: null,
@@ -405,7 +405,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
405
405
  function createResourceRequest$1(config) {
406
406
  const headers = {};
407
407
  return {
408
- baseUri: '/services/data/v66.0',
408
+ baseUri: '/services/data/v67.0',
409
409
  basePath: '/tableau/jwt',
410
410
  method: 'get',
411
411
  body: null,
@@ -621,7 +621,7 @@ function ingestSuccess(luvio, resourceParams, response) {
621
621
  function createResourceRequest(config) {
622
622
  const headers = {};
623
623
  return {
624
- baseUri: '/services/data/v66.0',
624
+ baseUri: '/services/data/v67.0',
625
625
  basePath: '/tableau/jwt',
626
626
  method: 'post',
627
627
  body: config.body,
@@ -721,4 +721,4 @@ withDefaultLuvio((luvio) => {
721
721
  });
722
722
 
723
723
  export { getEAS, getEAS_imperative, getJWT, getJWT_imperative, postJWT };
724
- // version: 1.412.0-9006885059
724
+ // version: 1.413.0-8cd312301b
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/v66.0
11
+ baseUri: /services/data/v67.0
12
12
  securitySchemes:
13
13
  OAuth2:
14
14
  type: OAuth 2.0