@salesforce/lds-adapters-industries-nlpservice 1.231.0 → 1.233.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.
@@ -259,7 +259,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
259
259
  function createResourceRequest$1(config) {
260
260
  const headers = {};
261
261
  return {
262
- baseUri: '/services/data/v59.0',
262
+ baseUri: '/services/data/v60.0',
263
263
  basePath: '/connect/nlp-service/aiNaturalLangProcessResults',
264
264
  method: 'post',
265
265
  body: config.body,
@@ -433,7 +433,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
433
433
  function createResourceRequest(config) {
434
434
  const headers = {};
435
435
  return {
436
- baseUri: '/services/data/v59.0',
436
+ baseUri: '/services/data/v60.0',
437
437
  basePath: '/connect/nlp-service/aiNaturalLangProcessResults/sourceRecords/' + config.urlParams.sourceRecordId + '',
438
438
  method: 'get',
439
439
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-nlpservice",
3
- "version": "1.231.0",
3
+ "version": "1.233.0",
4
4
  "description": "Ai Natural Language Processing Service",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-nlpservice.js",
package/sfdc/index.js CHANGED
@@ -269,7 +269,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
269
269
  function createResourceRequest$1(config) {
270
270
  const headers = {};
271
271
  return {
272
- baseUri: '/services/data/v59.0',
272
+ baseUri: '/services/data/v60.0',
273
273
  basePath: '/connect/nlp-service/aiNaturalLangProcessResults',
274
274
  method: 'post',
275
275
  body: config.body,
@@ -443,7 +443,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
443
443
  function createResourceRequest(config) {
444
444
  const headers = {};
445
445
  return {
446
- baseUri: '/services/data/v59.0',
446
+ baseUri: '/services/data/v60.0',
447
447
  basePath: '/connect/nlp-service/aiNaturalLangProcessResults/sourceRecords/' + config.urlParams.sourceRecordId + '',
448
448
  method: 'get',
449
449
  body: null,
@@ -569,4 +569,4 @@ withDefaultLuvio((luvio) => {
569
569
  });
570
570
 
571
571
  export { createAINaturalLangProcessResult, getAINaturalLangProcessResultsBySourceId, getAINaturalLangProcessResultsBySourceId_imperative };
572
- // version: 1.231.0-2b4244fb5
572
+ // version: 1.233.0-e0ba7cc7b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '59.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0