@salesforce/lds-adapters-analytics-smart-data-discovery 1.134.4 → 1.134.6

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.
@@ -928,7 +928,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
928
928
  function createResourceRequest(config) {
929
929
  const headers = {};
930
930
  return {
931
- baseUri: '/services/data/v58.0',
931
+ baseUri: '/services/data/v59.0',
932
932
  basePath: '/smartdatadiscovery/stories',
933
933
  method: 'get',
934
934
  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.134.4",
3
+ "version": "1.134.6",
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",
package/sfdc/index.js CHANGED
@@ -938,7 +938,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
938
938
  function createResourceRequest(config) {
939
939
  const headers = {};
940
940
  return {
941
- baseUri: '/services/data/v58.0',
941
+ baseUri: '/services/data/v59.0',
942
942
  basePath: '/smartdatadiscovery/stories',
943
943
  method: 'get',
944
944
  body: null,
@@ -1114,4 +1114,4 @@ withDefaultLuvio((luvio) => {
1114
1114
  });
1115
1115
 
1116
1116
  export { getStories, getStories_imperative };
1117
- // version: 1.134.4-a74ddaa33
1117
+ // version: 1.134.6-a88a77801
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/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0