@salesforce/lds-adapters-sales-eci 1.268.0 → 1.270.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.
- package/dist/es/es2018/sales-eci.js +3 -3
- package/package.json +4 -4
- package/sfdc/index.js +4 -4
- package/src/raml/api.raml +1 -1
|
@@ -341,7 +341,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
341
341
|
function createResourceRequest$2(config) {
|
|
342
342
|
const headers = {};
|
|
343
343
|
return {
|
|
344
|
-
baseUri: '/services/data/
|
|
344
|
+
baseUri: '/services/data/v61.0',
|
|
345
345
|
basePath: '/conversation/summary/ai/generate/' + config.urlParams.conversationId + '',
|
|
346
346
|
method: 'post',
|
|
347
347
|
body: null,
|
|
@@ -594,7 +594,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
594
594
|
function createResourceRequest$1(config) {
|
|
595
595
|
const headers = {};
|
|
596
596
|
return {
|
|
597
|
-
baseUri: '/services/data/
|
|
597
|
+
baseUri: '/services/data/v61.0',
|
|
598
598
|
basePath: '/conversation/summary/related/' + config.urlParams.id + '',
|
|
599
599
|
method: 'get',
|
|
600
600
|
body: null,
|
|
@@ -844,7 +844,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
844
844
|
function createResourceRequest(config) {
|
|
845
845
|
const headers = {};
|
|
846
846
|
return {
|
|
847
|
-
baseUri: '/services/data/
|
|
847
|
+
baseUri: '/services/data/v61.0',
|
|
848
848
|
basePath: '/conversation/transcript/' + config.urlParams.sfdcCallIdOrRecordingId + '',
|
|
849
849
|
method: 'get',
|
|
850
850
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-sales-eci",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.270.0",
|
|
4
4
|
"description": "Einstein Conversation Insights",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/sales-eci.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit": "jest"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.270.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.270.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.270.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -351,7 +351,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
351
351
|
function createResourceRequest$2(config) {
|
|
352
352
|
const headers = {};
|
|
353
353
|
return {
|
|
354
|
-
baseUri: '/services/data/
|
|
354
|
+
baseUri: '/services/data/v61.0',
|
|
355
355
|
basePath: '/conversation/summary/ai/generate/' + config.urlParams.conversationId + '',
|
|
356
356
|
method: 'post',
|
|
357
357
|
body: null,
|
|
@@ -604,7 +604,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
604
604
|
function createResourceRequest$1(config) {
|
|
605
605
|
const headers = {};
|
|
606
606
|
return {
|
|
607
|
-
baseUri: '/services/data/
|
|
607
|
+
baseUri: '/services/data/v61.0',
|
|
608
608
|
basePath: '/conversation/summary/related/' + config.urlParams.id + '',
|
|
609
609
|
method: 'get',
|
|
610
610
|
body: null,
|
|
@@ -895,7 +895,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
895
895
|
function createResourceRequest(config) {
|
|
896
896
|
const headers = {};
|
|
897
897
|
return {
|
|
898
|
-
baseUri: '/services/data/
|
|
898
|
+
baseUri: '/services/data/v61.0',
|
|
899
899
|
basePath: '/conversation/transcript/' + config.urlParams.sfdcCallIdOrRecordingId + '',
|
|
900
900
|
method: 'get',
|
|
901
901
|
body: null,
|
|
@@ -1038,4 +1038,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1038
1038
|
});
|
|
1039
1039
|
|
|
1040
1040
|
export { generateConversationSummary, getConversationSummaryRelatedList, getConversationSummaryRelatedListNotifyChange, getConversationSummaryRelatedList_imperative, getTranscript, getTranscript_imperative };
|
|
1041
|
-
// version: 1.
|
|
1041
|
+
// version: 1.270.0-533e91908
|