@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/
|
|
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/
|
|
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
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/
|
|
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/
|
|
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.
|
|
572
|
+
// version: 1.233.0-e0ba7cc7b
|