@salesforce/lds-adapters-industries-einstein-aiaccelerator 1.311.0 → 1.312.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/v62.0',
2346
+ baseUri: '/services/data/v63.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/v62.0',
3580
+ baseUri: '/services/data/v63.0',
3581
3581
  basePath: '/connect/aiaccelerator/recommendations',
3582
3582
  method: 'post',
3583
3583
  body: config.body,
@@ -4130,7 +4130,7 @@ function ingestSuccess(luvio, resourceParams, response) {
4130
4130
  function createResourceRequest(config) {
4131
4131
  const headers = {};
4132
4132
  return {
4133
- baseUri: '/services/data/v62.0',
4133
+ baseUri: '/services/data/v63.0',
4134
4134
  basePath: '/connect/aiaccelerator/v2/predictions',
4135
4135
  method: 'post',
4136
4136
  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.311.0",
3
+ "version": "1.312.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",
@@ -38,11 +38,11 @@
38
38
  "test": "nx build:karma && karma start --single-run"
39
39
  },
40
40
  "dependencies": {
41
- "@salesforce/lds-bindings": "^1.311.0"
41
+ "@salesforce/lds-bindings": "^1.312.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@salesforce/lds-compiler-plugins": "^1.311.0",
45
- "@salesforce/lds-karma": "^1.311.0"
44
+ "@salesforce/lds-compiler-plugins": "^1.312.0",
45
+ "@salesforce/lds-karma": "^1.312.0"
46
46
  },
47
47
  "nx": {
48
48
  "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/v62.0',
1270
+ baseUri: '/services/data/v63.0',
1271
1271
  basePath: '/connect/aiaccelerator/recommendations',
1272
1272
  method: 'post',
1273
1273
  body: config.body,
@@ -1862,7 +1862,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
1862
1862
  function createResourceRequest$1(config) {
1863
1863
  const headers = {};
1864
1864
  return {
1865
- baseUri: '/services/data/v62.0',
1865
+ baseUri: '/services/data/v63.0',
1866
1866
  basePath: '/connect/aiaccelerator/v2/predictions',
1867
1867
  method: 'post',
1868
1868
  body: config.body,
@@ -4139,7 +4139,7 @@ function ingestSuccess(luvio, resourceParams, response) {
4139
4139
  function createResourceRequest(config) {
4140
4140
  const headers = {};
4141
4141
  return {
4142
- baseUri: '/services/data/v62.0',
4142
+ baseUri: '/services/data/v63.0',
4143
4143
  basePath: '/connect/aiaccelerator/predictions',
4144
4144
  method: 'post',
4145
4145
  body: config.body,
@@ -4230,4 +4230,4 @@ withDefaultLuvio((luvio) => {
4230
4230
  });
4231
4231
 
4232
4232
  export { fetchRecommendations, getPredictions, predictions };
4233
- // version: 1.311.0-5f03b383b7
4233
+ // version: 1.312.0-0d267bac6a
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '62.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v62.0
9
+ baseUri: /services/data/v63.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0