@salesforce/lds-adapters-industries-explainability 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.
|
@@ -262,7 +262,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
262
262
|
function createResourceRequest$1(config) {
|
|
263
263
|
const headers = {};
|
|
264
264
|
return {
|
|
265
|
-
baseUri: '/services/data/
|
|
265
|
+
baseUri: '/services/data/v60.0',
|
|
266
266
|
basePath: '/connect/decision-explainer/action-logs',
|
|
267
267
|
method: 'get',
|
|
268
268
|
body: null,
|
|
@@ -531,7 +531,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
531
531
|
function createResourceRequest(config) {
|
|
532
532
|
const headers = {};
|
|
533
533
|
return {
|
|
534
|
-
baseUri: '/services/data/
|
|
534
|
+
baseUri: '/services/data/v60.0',
|
|
535
535
|
basePath: '/connect/decision-explainer/action-logs',
|
|
536
536
|
method: 'post',
|
|
537
537
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-explainability",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.233.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "API to fetch and post centralised explainability related meta data and transactional data",
|
|
6
6
|
"main": "dist/es/es2018/industries-explainability.js",
|
package/sfdc/index.js
CHANGED
|
@@ -272,7 +272,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
272
272
|
function createResourceRequest$1(config) {
|
|
273
273
|
const headers = {};
|
|
274
274
|
return {
|
|
275
|
-
baseUri: '/services/data/
|
|
275
|
+
baseUri: '/services/data/v60.0',
|
|
276
276
|
basePath: '/connect/decision-explainer/action-logs',
|
|
277
277
|
method: 'get',
|
|
278
278
|
body: null,
|
|
@@ -541,7 +541,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
541
541
|
function createResourceRequest(config) {
|
|
542
542
|
const headers = {};
|
|
543
543
|
return {
|
|
544
|
-
baseUri: '/services/data/
|
|
544
|
+
baseUri: '/services/data/v60.0',
|
|
545
545
|
basePath: '/connect/decision-explainer/action-logs',
|
|
546
546
|
method: 'post',
|
|
547
547
|
body: config.body,
|
|
@@ -638,4 +638,4 @@ withDefaultLuvio((luvio) => {
|
|
|
638
638
|
});
|
|
639
639
|
|
|
640
640
|
export { getExplainabilityActionLogs, getExplainabilityActionLogs_imperative, storeExplainabilityActionLog };
|
|
641
|
-
// version: 1.
|
|
641
|
+
// version: 1.233.0-e0ba7cc7b
|