@salesforce/lds-adapters-industries-tearsheet 1.231.0 → 1.233.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.
@@ -204,7 +204,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
204
204
  function createResourceRequest(config) {
205
205
  const headers = {};
206
206
  return {
207
- baseUri: '/services/data/v59.0',
207
+ baseUri: '/services/data/v60.0',
208
208
  basePath: '/connect/financialservices/tearsheets/' + config.urlParams.accountId + '',
209
209
  method: 'get',
210
210
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-tearsheet",
3
- "version": "1.231.0",
3
+ "version": "1.233.0",
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
@@ -214,7 +214,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
214
214
  function createResourceRequest(config) {
215
215
  const headers = {};
216
216
  return {
217
- baseUri: '/services/data/v59.0',
217
+ baseUri: '/services/data/v60.0',
218
218
  basePath: '/connect/financialservices/tearsheets/' + config.urlParams.accountId + '',
219
219
  method: 'get',
220
220
  body: null,
@@ -336,4 +336,4 @@ withDefaultLuvio((luvio) => {
336
336
  });
337
337
 
338
338
  export { getTearsheets, getTearsheets_imperative };
339
- // version: 1.231.0-2b4244fb5
339
+ // version: 1.233.0-e0ba7cc7b
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/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0