@salesforce/lds-adapters-analytics-tableau-embedding 1.333.0 → 1.335.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/v63.0',
183
+ baseUri: '/services/data/v64.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/v63.0',
398
+ baseUri: '/services/data/v64.0',
399
399
  basePath: '/tableau/jwt',
400
400
  method: 'get',
401
401
  body: null,
@@ -622,7 +622,7 @@ function ingestSuccess(luvio, resourceParams, response) {
622
622
  function createResourceRequest(config) {
623
623
  const headers = {};
624
624
  return {
625
- baseUri: '/services/data/v63.0',
625
+ baseUri: '/services/data/v64.0',
626
626
  basePath: '/tableau/jwt',
627
627
  method: 'post',
628
628
  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.333.0",
3
+ "version": "1.335.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.333.0"
47
+ "@salesforce/lds-bindings": "^1.335.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@salesforce/lds-compiler-plugins": "^1.333.0",
51
- "@salesforce/lds-karma": "^1.333.0"
50
+ "@salesforce/lds-compiler-plugins": "^1.335.0",
51
+ "@salesforce/lds-karma": "^1.335.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/v63.0',
193
+ baseUri: '/services/data/v64.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/v63.0',
408
+ baseUri: '/services/data/v64.0',
409
409
  basePath: '/tableau/jwt',
410
410
  method: 'get',
411
411
  body: null,
@@ -620,7 +620,7 @@ function ingestSuccess(luvio, resourceParams, response) {
620
620
  function createResourceRequest(config) {
621
621
  const headers = {};
622
622
  return {
623
- baseUri: '/services/data/v63.0',
623
+ baseUri: '/services/data/v64.0',
624
624
  basePath: '/tableau/jwt',
625
625
  method: 'post',
626
626
  body: config.body,
@@ -719,4 +719,4 @@ withDefaultLuvio((luvio) => {
719
719
  });
720
720
 
721
721
  export { getEAS, getEAS_imperative, getJWT, getJWT_imperative, postJWT };
722
- // version: 1.333.0-257d60dcfb
722
+ // version: 1.335.0-22a7c4d20b
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/v63.0
11
+ baseUri: /services/data/v64.0
12
12
  securitySchemes:
13
13
  OAuth2:
14
14
  type: OAuth 2.0