@salesforce/lds-adapters-sales-eci 1.288.0 → 1.290.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.
@@ -364,7 +364,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
364
364
  function createResourceRequest$3(config) {
365
365
  const headers = {};
366
366
  return {
367
- baseUri: '/services/data/v61.0',
367
+ baseUri: '/services/data/v62.0',
368
368
  basePath: '/conversation/generative/insight/' + config.urlParams.id + '',
369
369
  method: 'get',
370
370
  body: null,
@@ -691,7 +691,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
691
691
  function createResourceRequest$2(config) {
692
692
  const headers = {};
693
693
  return {
694
- baseUri: '/services/data/v61.0',
694
+ baseUri: '/services/data/v62.0',
695
695
  basePath: '/conversation/summary/ai/generate/' + config.urlParams.conversationId + '',
696
696
  method: 'post',
697
697
  body: null,
@@ -944,7 +944,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
944
944
  function createResourceRequest$1(config) {
945
945
  const headers = {};
946
946
  return {
947
- baseUri: '/services/data/v61.0',
947
+ baseUri: '/services/data/v62.0',
948
948
  basePath: '/conversation/summary/related/' + config.urlParams.id + '',
949
949
  method: 'get',
950
950
  body: null,
@@ -1194,7 +1194,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1194
1194
  function createResourceRequest(config) {
1195
1195
  const headers = {};
1196
1196
  return {
1197
- baseUri: '/services/data/v61.0',
1197
+ baseUri: '/services/data/v62.0',
1198
1198
  basePath: '/conversation/transcript/' + config.urlParams.sfdcCallIdOrRecordingId + '',
1199
1199
  method: 'get',
1200
1200
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-eci",
3
- "version": "1.288.0",
3
+ "version": "1.290.0",
4
4
  "description": "Einstein Conversation Insights",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sales-eci.js",
@@ -45,11 +45,11 @@
45
45
  "test:unit": "jest"
46
46
  },
47
47
  "dependencies": {
48
- "@salesforce/lds-bindings": "^1.288.0"
48
+ "@salesforce/lds-bindings": "^1.290.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@salesforce/lds-compiler-plugins": "^1.288.0",
52
- "@salesforce/lds-karma": "^1.288.0"
51
+ "@salesforce/lds-compiler-plugins": "^1.290.0",
52
+ "@salesforce/lds-karma": "^1.290.0"
53
53
  },
54
54
  "nx": {
55
55
  "targets": {
package/sfdc/index.js CHANGED
@@ -351,7 +351,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
351
351
  function createResourceRequest$3(config) {
352
352
  const headers = {};
353
353
  return {
354
- baseUri: '/services/data/v61.0',
354
+ baseUri: '/services/data/v62.0',
355
355
  basePath: '/conversation/summary/ai/generate/' + config.urlParams.conversationId + '',
356
356
  method: 'post',
357
357
  body: null,
@@ -668,7 +668,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
668
668
  function createResourceRequest$2(config) {
669
669
  const headers = {};
670
670
  return {
671
- baseUri: '/services/data/v61.0',
671
+ baseUri: '/services/data/v62.0',
672
672
  basePath: '/conversation/generative/insight/' + config.urlParams.id + '',
673
673
  method: 'get',
674
674
  body: null,
@@ -995,7 +995,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
995
995
  function createResourceRequest$1(config) {
996
996
  const headers = {};
997
997
  return {
998
- baseUri: '/services/data/v61.0',
998
+ baseUri: '/services/data/v62.0',
999
999
  basePath: '/conversation/summary/related/' + config.urlParams.id + '',
1000
1000
  method: 'get',
1001
1001
  body: null,
@@ -1286,7 +1286,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1286
1286
  function createResourceRequest(config) {
1287
1287
  const headers = {};
1288
1288
  return {
1289
- baseUri: '/services/data/v61.0',
1289
+ baseUri: '/services/data/v62.0',
1290
1290
  basePath: '/conversation/transcript/' + config.urlParams.sfdcCallIdOrRecordingId + '',
1291
1291
  method: 'get',
1292
1292
  body: null,
@@ -1444,4 +1444,4 @@ withDefaultLuvio((luvio) => {
1444
1444
  });
1445
1445
 
1446
1446
  export { generateConversationSummary, getConversationGenerativeInsight, getConversationGenerativeInsightNotifyChange, getConversationGenerativeInsight_imperative, getConversationSummaryRelatedList, getConversationSummaryRelatedListNotifyChange, getConversationSummaryRelatedList_imperative, getTranscript, getTranscript_imperative };
1447
- // version: 1.288.0-a5619da7d
1447
+ // version: 1.290.0-e2ccd0161
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/v61.0
9
+ baseUri: /services/data/v62.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0