@salesforce/lds-adapters-service-itsm-risk-score-evaluation 1.383.0 → 1.385.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.
@@ -192,7 +192,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
192
192
  function createResourceRequest$1(config) {
193
193
  const headers = {};
194
194
  return {
195
- baseUri: '/services/data/v65.0',
195
+ baseUri: '/services/data/v66.0',
196
196
  basePath: '/connect/service-itsm/inference',
197
197
  method: 'post',
198
198
  body: config.body,
@@ -478,7 +478,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
478
478
  function createResourceRequest(config) {
479
479
  const headers = {};
480
480
  return {
481
- baseUri: '/services/data/v65.0',
481
+ baseUri: '/services/data/v66.0',
482
482
  basePath: '/connect/service-itsm/riskQstResponse/' + config.urlParams.id + '',
483
483
  method: 'get',
484
484
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-itsm-risk-score-evaluation",
3
- "version": "1.383.0",
3
+ "version": "1.385.0",
4
4
  "description": "ITSM Risk Score Evaluation",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-itsm-risk-score-evaluation.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.383.0"
43
+ "@salesforce/lds-bindings": "^1.385.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.383.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.385.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -323,7 +323,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
323
323
  function createResourceRequest$1(config) {
324
324
  const headers = {};
325
325
  return {
326
- baseUri: '/services/data/v65.0',
326
+ baseUri: '/services/data/v66.0',
327
327
  basePath: '/connect/service-itsm/riskQstResponse/' + config.urlParams.id + '',
328
328
  method: 'get',
329
329
  body: null,
@@ -520,7 +520,7 @@ function ingestSuccess(luvio, resourceParams, response) {
520
520
  function createResourceRequest(config) {
521
521
  const headers = {};
522
522
  return {
523
- baseUri: '/services/data/v65.0',
523
+ baseUri: '/services/data/v66.0',
524
524
  basePath: '/connect/service-itsm/inference',
525
525
  method: 'post',
526
526
  body: config.body,
@@ -617,4 +617,4 @@ withDefaultLuvio((luvio) => {
617
617
  });
618
618
 
619
619
  export { getRiskQstResponses, getRiskQstResponses_imperative, inferAttributes };
620
- // version: 1.383.0-d85dce8db1
620
+ // version: 1.385.0-c6070cc476
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '64.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0