@salesforce/lds-adapters-industries-tearsheet 1.334.0 → 1.335.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/
|
|
207
|
+
baseUri: '/services/data/v64.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.
|
|
3
|
+
"version": "1.335.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",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"test": "nx build:karma && karma start --single-run"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.335.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.335.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.335.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
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/
|
|
217
|
+
baseUri: '/services/data/v64.0',
|
|
218
218
|
basePath: '/connect/financialservices/tearsheets/' + config.urlParams.accountId + '',
|
|
219
219
|
method: 'get',
|
|
220
220
|
body: null,
|
|
@@ -335,4 +335,4 @@ withDefaultLuvio((luvio) => {
|
|
|
335
335
|
});
|
|
336
336
|
|
|
337
337
|
export { getTearsheets, getTearsheets_imperative };
|
|
338
|
-
// version: 1.
|
|
338
|
+
// version: 1.335.0-22a7c4d20b
|