@salesforce/lds-adapters-industries-explainability 1.134.3 → 1.134.5
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.
|
@@ -292,7 +292,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
292
292
|
function createResourceRequest$1(config) {
|
|
293
293
|
const headers = {};
|
|
294
294
|
return {
|
|
295
|
-
baseUri: '/services/data/
|
|
295
|
+
baseUri: '/services/data/v59.0',
|
|
296
296
|
basePath: '/connect/decision-explainer/action-logs',
|
|
297
297
|
method: 'get',
|
|
298
298
|
body: null,
|
|
@@ -639,7 +639,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
639
639
|
function createResourceRequest(config) {
|
|
640
640
|
const headers = {};
|
|
641
641
|
return {
|
|
642
|
-
baseUri: '/services/data/
|
|
642
|
+
baseUri: '/services/data/v59.0',
|
|
643
643
|
basePath: '/connect/decision-explainer/action-logs',
|
|
644
644
|
method: 'post',
|
|
645
645
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-explainability",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.5",
|
|
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
|
@@ -302,7 +302,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
302
302
|
function createResourceRequest$1(config) {
|
|
303
303
|
const headers = {};
|
|
304
304
|
return {
|
|
305
|
-
baseUri: '/services/data/
|
|
305
|
+
baseUri: '/services/data/v59.0',
|
|
306
306
|
basePath: '/connect/decision-explainer/action-logs',
|
|
307
307
|
method: 'get',
|
|
308
308
|
body: null,
|
|
@@ -649,7 +649,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
649
649
|
function createResourceRequest(config) {
|
|
650
650
|
const headers = {};
|
|
651
651
|
return {
|
|
652
|
-
baseUri: '/services/data/
|
|
652
|
+
baseUri: '/services/data/v59.0',
|
|
653
653
|
basePath: '/connect/decision-explainer/action-logs',
|
|
654
654
|
method: 'post',
|
|
655
655
|
body: config.body,
|
|
@@ -751,4 +751,4 @@ withDefaultLuvio((luvio) => {
|
|
|
751
751
|
});
|
|
752
752
|
|
|
753
753
|
export { getExplainabilityActionLogs, getExplainabilityActionLogs_imperative, storeExplainabilityActionLog };
|
|
754
|
-
// version: 1.134.
|
|
754
|
+
// version: 1.134.5-a25b51598
|