@salesforce/lds-adapters-analytics-smart-data-discovery 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.
@@ -801,7 +801,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
801
801
  function createResourceRequest(config) {
802
802
  const headers = {};
803
803
  return {
804
- baseUri: '/services/data/v66.0',
804
+ baseUri: '/services/data/v67.0',
805
805
  basePath: '/smartdatadiscovery/stories',
806
806
  method: 'get',
807
807
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-smart-data-discovery",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "The Einstein Discovery family of APIs",
6
6
  "main": "dist/es/es2018/analytics-smart-data-discovery.js",
@@ -51,11 +51,11 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@salesforce/lds-bindings": "^1.412.0"
54
+ "@salesforce/lds-bindings": "^1.413.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@salesforce/lds-compiler-plugins": "^1.412.0",
58
- "@salesforce/lds-karma": "^1.412.0"
57
+ "@salesforce/lds-compiler-plugins": "^1.413.0",
58
+ "@salesforce/lds-karma": "^1.413.0"
59
59
  },
60
60
  "volta": {
61
61
  "extends": "../../package.json"
package/sfdc/index.js CHANGED
@@ -811,7 +811,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
811
811
  function createResourceRequest(config) {
812
812
  const headers = {};
813
813
  return {
814
- baseUri: '/services/data/v66.0',
814
+ baseUri: '/services/data/v67.0',
815
815
  basePath: '/smartdatadiscovery/stories',
816
816
  method: 'get',
817
817
  body: null,
@@ -936,4 +936,4 @@ withDefaultLuvio((luvio) => {
936
936
  });
937
937
 
938
938
  export { getStories, getStories_imperative };
939
- // version: 1.412.0-9006885059
939
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0