@salesforce/lds-adapters-industries-tearsheet 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.
@@ -216,7 +216,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
216
216
  function createResourceRequest(config) {
217
217
  const headers = {};
218
218
  return {
219
- baseUri: '/services/data/v58.0',
219
+ baseUri: '/services/data/v59.0',
220
220
  basePath: '/connect/financialservices/tearsheets/' + config.urlParams.accountId + '',
221
221
  method: 'get',
222
222
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-tearsheet",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "APIs for Tearsheets feature in FSC",
6
6
  "main": "dist/es/es2018/industries-tearsheet.js",
package/sfdc/index.js CHANGED
@@ -226,7 +226,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
226
226
  function createResourceRequest(config) {
227
227
  const headers = {};
228
228
  return {
229
- baseUri: '/services/data/v58.0',
229
+ baseUri: '/services/data/v59.0',
230
230
  basePath: '/connect/financialservices/tearsheets/' + config.urlParams.accountId + '',
231
231
  method: 'get',
232
232
  body: null,
@@ -382,4 +382,4 @@ withDefaultLuvio((luvio) => {
382
382
  });
383
383
 
384
384
  export { getTearsheets, getTearsheets_imperative };
385
- // version: 1.134.4-a74ddaa33
385
+ // 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