@salesforce/lds-adapters-sales-eci 1.384.0 → 1.385.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$5(config) {
365
365
  const headers = {};
366
366
  return {
367
- baseUri: '/services/data/v65.0',
367
+ baseUri: '/services/data/v66.0',
368
368
  basePath: '/conversation/generative/insight/' + config.urlParams.id + '',
369
369
  method: 'get',
370
370
  body: null,
@@ -655,7 +655,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
655
655
  function createResourceRequest$4(config) {
656
656
  const headers = {};
657
657
  return {
658
- baseUri: '/services/data/v65.0',
658
+ baseUri: '/services/data/v66.0',
659
659
  basePath: '/conversation/realtime/insight/meeting/initiate',
660
660
  method: 'post',
661
661
  body: config.body,
@@ -846,7 +846,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
846
846
  function createResourceRequest$3(config) {
847
847
  const headers = {};
848
848
  return {
849
- baseUri: '/services/data/v65.0',
849
+ baseUri: '/services/data/v66.0',
850
850
  basePath: '/conversation/realtime/insight/meeting/terminate',
851
851
  method: 'post',
852
852
  body: config.body,
@@ -1140,7 +1140,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1140
1140
  function createResourceRequest$2(config) {
1141
1141
  const headers = {};
1142
1142
  return {
1143
- baseUri: '/services/data/v65.0',
1143
+ baseUri: '/services/data/v66.0',
1144
1144
  basePath: '/conversation/summary/ai/generate/' + config.urlParams.conversationId + '',
1145
1145
  method: 'post',
1146
1146
  body: null,
@@ -1393,7 +1393,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1393
1393
  function createResourceRequest$1(config) {
1394
1394
  const headers = {};
1395
1395
  return {
1396
- baseUri: '/services/data/v65.0',
1396
+ baseUri: '/services/data/v66.0',
1397
1397
  basePath: '/conversation/summary/related/' + config.urlParams.id + '',
1398
1398
  method: 'get',
1399
1399
  body: null,
@@ -1643,7 +1643,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1643
1643
  function createResourceRequest(config) {
1644
1644
  const headers = {};
1645
1645
  return {
1646
- baseUri: '/services/data/v65.0',
1646
+ baseUri: '/services/data/v66.0',
1647
1647
  basePath: '/conversation/transcript/' + config.urlParams.sfdcCallIdOrRecordingId + '',
1648
1648
  method: 'get',
1649
1649
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-eci",
3
- "version": "1.384.0",
3
+ "version": "1.385.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.384.0"
48
+ "@salesforce/lds-bindings": "^1.385.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@salesforce/lds-compiler-plugins": "^1.384.0",
52
- "@salesforce/lds-karma": "^1.384.0"
51
+ "@salesforce/lds-compiler-plugins": "^1.385.0",
52
+ "@salesforce/lds-karma": "^1.385.0"
53
53
  },
54
54
  "nx": {
55
55
  "targets": {
package/sfdc/index.js CHANGED
@@ -351,7 +351,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
351
351
  function createResourceRequest$5(config) {
352
352
  const headers = {};
353
353
  return {
354
- baseUri: '/services/data/v65.0',
354
+ baseUri: '/services/data/v66.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$4(config) {
669
669
  const headers = {};
670
670
  return {
671
- baseUri: '/services/data/v65.0',
671
+ baseUri: '/services/data/v66.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$3(config) {
996
996
  const headers = {};
997
997
  return {
998
- baseUri: '/services/data/v65.0',
998
+ baseUri: '/services/data/v66.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$2(config) {
1287
1287
  const headers = {};
1288
1288
  return {
1289
- baseUri: '/services/data/v65.0',
1289
+ baseUri: '/services/data/v66.0',
1290
1290
  basePath: '/conversation/transcript/' + config.urlParams.sfdcCallIdOrRecordingId + '',
1291
1291
  method: 'get',
1292
1292
  body: null,
@@ -1578,7 +1578,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
1578
1578
  function createResourceRequest$1(config) {
1579
1579
  const headers = {};
1580
1580
  return {
1581
- baseUri: '/services/data/v65.0',
1581
+ baseUri: '/services/data/v66.0',
1582
1582
  basePath: '/conversation/realtime/insight/meeting/initiate',
1583
1583
  method: 'post',
1584
1584
  body: config.body,
@@ -1769,7 +1769,7 @@ function ingestSuccess(luvio, resourceParams, response) {
1769
1769
  function createResourceRequest(config) {
1770
1770
  const headers = {};
1771
1771
  return {
1772
- baseUri: '/services/data/v65.0',
1772
+ baseUri: '/services/data/v66.0',
1773
1773
  basePath: '/conversation/realtime/insight/meeting/terminate',
1774
1774
  method: 'post',
1775
1775
  body: config.body,
@@ -1899,4 +1899,4 @@ withDefaultLuvio((luvio) => {
1899
1899
  });
1900
1900
 
1901
1901
  export { generateConversationSummary, getConversationGenerativeInsight, getConversationGenerativeInsightNotifyChange, getConversationGenerativeInsight_imperative, getConversationSummaryRelatedList, getConversationSummaryRelatedListNotifyChange, getConversationSummaryRelatedList_imperative, getTranscript, getTranscript_imperative, initiateMeeting, terminateMeeting };
1902
- // version: 1.384.0-835fd13f44
1902
+ // version: 1.385.0-c6070cc476
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/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0