@salesforce/lds-adapters-industries-einstein-aiaccelerator 1.384.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.
@@ -2343,7 +2343,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
2343
2343
  function createResourceRequest$2(config) {
2344
2344
  const headers = {};
2345
2345
  return {
2346
- baseUri: '/services/data/v65.0',
2346
+ baseUri: '/services/data/v66.0',
2347
2347
  basePath: '/connect/aiaccelerator/predictions',
2348
2348
  method: 'post',
2349
2349
  body: config.body,
@@ -3577,7 +3577,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
3577
3577
  function createResourceRequest$1(config) {
3578
3578
  const headers = {};
3579
3579
  return {
3580
- baseUri: '/services/data/v65.0',
3580
+ baseUri: '/services/data/v66.0',
3581
3581
  basePath: '/connect/aiaccelerator/recommendations',
3582
3582
  method: 'post',
3583
3583
  body: config.body,
@@ -4573,7 +4573,7 @@ function ingestSuccess(luvio, resourceParams, response) {
4573
4573
  function createResourceRequest(config) {
4574
4574
  const headers = {};
4575
4575
  return {
4576
- baseUri: '/services/data/v65.0',
4576
+ baseUri: '/services/data/v66.0',
4577
4577
  basePath: '/connect/aiaccelerator/v2/predictions',
4578
4578
  method: 'post',
4579
4579
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-einstein-aiaccelerator",
3
- "version": "1.384.0",
3
+ "version": "1.385.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "AI Accelerator Connect API to make predictions",
6
6
  "main": "dist/es/es2018/industries-einstein-aiaccelerator.js",
@@ -39,11 +39,11 @@
39
39
  "test:unit": "jest"
40
40
  },
41
41
  "dependencies": {
42
- "@salesforce/lds-bindings": "^1.384.0"
42
+ "@salesforce/lds-bindings": "^1.385.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@salesforce/lds-compiler-plugins": "^1.384.0",
46
- "@salesforce/lds-karma": "^1.384.0"
45
+ "@salesforce/lds-compiler-plugins": "^1.385.0",
46
+ "@salesforce/lds-karma": "^1.385.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -1267,7 +1267,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1267
1267
  function createResourceRequest$2(config) {
1268
1268
  const headers = {};
1269
1269
  return {
1270
- baseUri: '/services/data/v65.0',
1270
+ baseUri: '/services/data/v66.0',
1271
1271
  basePath: '/connect/aiaccelerator/recommendations',
1272
1272
  method: 'post',
1273
1273
  body: config.body,
@@ -2305,7 +2305,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
2305
2305
  function createResourceRequest$1(config) {
2306
2306
  const headers = {};
2307
2307
  return {
2308
- baseUri: '/services/data/v65.0',
2308
+ baseUri: '/services/data/v66.0',
2309
2309
  basePath: '/connect/aiaccelerator/v2/predictions',
2310
2310
  method: 'post',
2311
2311
  body: config.body,
@@ -4621,7 +4621,7 @@ function ingestSuccess(luvio, resourceParams, response) {
4621
4621
  function createResourceRequest(config) {
4622
4622
  const headers = {};
4623
4623
  return {
4624
- baseUri: '/services/data/v65.0',
4624
+ baseUri: '/services/data/v66.0',
4625
4625
  basePath: '/connect/aiaccelerator/predictions',
4626
4626
  method: 'post',
4627
4627
  body: config.body,
@@ -4712,4 +4712,4 @@ withDefaultLuvio((luvio) => {
4712
4712
  });
4713
4713
 
4714
4714
  export { fetchRecommendations, getPredictions, predictions };
4715
- // version: 1.384.0-835fd13f44
4715
+ // version: 1.385.0-c6070cc476
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '63.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