@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/
|
|
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
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/
|
|
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.
|
|
385
|
+
// version: 1.134.6-a88a77801
|