@salesforce/lds-adapters-industries-explainability 1.412.1 → 1.413.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.
@@ -279,7 +279,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
279
279
  function createResourceRequest$2(config) {
280
280
  const headers = {};
281
281
  return {
282
- baseUri: '/services/data/v66.0',
282
+ baseUri: '/services/data/v67.0',
283
283
  basePath: '/connect/decision-explainer/action-logs',
284
284
  method: 'get',
285
285
  body: null,
@@ -548,7 +548,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
548
548
  function createResourceRequest$1(config) {
549
549
  const headers = {};
550
550
  return {
551
- baseUri: '/services/data/v66.0',
551
+ baseUri: '/services/data/v67.0',
552
552
  basePath: '/connect/decision-explainer/action-logs',
553
553
  method: 'post',
554
554
  body: config.body,
@@ -773,7 +773,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
773
773
  function createResourceRequest(config) {
774
774
  const headers = {};
775
775
  return {
776
- baseUri: '/services/data/v66.0',
776
+ baseUri: '/services/data/v67.0',
777
777
  basePath: '/connect/decision-explainer/detailed-action-log',
778
778
  method: 'get',
779
779
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-explainability",
3
- "version": "1.412.1",
3
+ "version": "1.413.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",
@@ -42,11 +42,11 @@
42
42
  "test": "nx build:karma && karma start --single-run"
43
43
  },
44
44
  "dependencies": {
45
- "@salesforce/lds-bindings": "^1.412.1"
45
+ "@salesforce/lds-bindings": "^1.413.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.412.1",
49
- "@salesforce/lds-karma": "^1.412.1"
48
+ "@salesforce/lds-compiler-plugins": "^1.413.0",
49
+ "@salesforce/lds-karma": "^1.413.0"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -289,7 +289,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
289
289
  function createResourceRequest$2(config) {
290
290
  const headers = {};
291
291
  return {
292
- baseUri: '/services/data/v66.0',
292
+ baseUri: '/services/data/v67.0',
293
293
  basePath: '/connect/decision-explainer/action-logs',
294
294
  method: 'get',
295
295
  body: null,
@@ -554,7 +554,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
554
554
  function createResourceRequest$1(config) {
555
555
  const headers = {};
556
556
  return {
557
- baseUri: '/services/data/v66.0',
557
+ baseUri: '/services/data/v67.0',
558
558
  basePath: '/connect/decision-explainer/detailed-action-log',
559
559
  method: 'get',
560
560
  body: null,
@@ -817,7 +817,7 @@ function ingestSuccess(luvio, resourceParams, response) {
817
817
  function createResourceRequest(config) {
818
818
  const headers = {};
819
819
  return {
820
- baseUri: '/services/data/v66.0',
820
+ baseUri: '/services/data/v67.0',
821
821
  basePath: '/connect/decision-explainer/action-logs',
822
822
  method: 'post',
823
823
  body: config.body,
@@ -932,4 +932,4 @@ withDefaultLuvio((luvio) => {
932
932
  });
933
933
 
934
934
  export { getExplainabilityActionLogs, getExplainabilityActionLogs_imperative, getExplainabilityDetailedActionLog, getExplainabilityDetailedActionLog_imperative, storeExplainabilityActionLog };
935
- // version: 1.412.1-944b7de7af
935
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '54.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0