@salesforce/lds-adapters-sales-eci 1.311.0 → 1.312.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/v62.0',
367
+ baseUri: '/services/data/v63.0',
368
368
  basePath: '/conversation/generative/insight/' + config.urlParams.id + '',
369
369
  method: 'get',
370
370
  body: null,
@@ -615,7 +615,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
615
615
  function createResourceRequest$4(config) {
616
616
  const headers = {};
617
617
  return {
618
- baseUri: '/services/data/v62.0',
618
+ baseUri: '/services/data/v63.0',
619
619
  basePath: '/conversation/realtime/insight/meeting/initiate',
620
620
  method: 'post',
621
621
  body: config.body,
@@ -777,7 +777,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
777
777
  function createResourceRequest$3(config) {
778
778
  const headers = {};
779
779
  return {
780
- baseUri: '/services/data/v62.0',
780
+ baseUri: '/services/data/v63.0',
781
781
  basePath: '/conversation/realtime/insight/meeting/terminate',
782
782
  method: 'post',
783
783
  body: config.body,
@@ -1071,7 +1071,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1071
1071
  function createResourceRequest$2(config) {
1072
1072
  const headers = {};
1073
1073
  return {
1074
- baseUri: '/services/data/v62.0',
1074
+ baseUri: '/services/data/v63.0',
1075
1075
  basePath: '/conversation/summary/ai/generate/' + config.urlParams.conversationId + '',
1076
1076
  method: 'post',
1077
1077
  body: null,
@@ -1324,7 +1324,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1324
1324
  function createResourceRequest$1(config) {
1325
1325
  const headers = {};
1326
1326
  return {
1327
- baseUri: '/services/data/v62.0',
1327
+ baseUri: '/services/data/v63.0',
1328
1328
  basePath: '/conversation/summary/related/' + config.urlParams.id + '',
1329
1329
  method: 'get',
1330
1330
  body: null,
@@ -1574,7 +1574,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1574
1574
  function createResourceRequest(config) {
1575
1575
  const headers = {};
1576
1576
  return {
1577
- baseUri: '/services/data/v62.0',
1577
+ baseUri: '/services/data/v63.0',
1578
1578
  basePath: '/conversation/transcript/' + config.urlParams.sfdcCallIdOrRecordingId + '',
1579
1579
  method: 'get',
1580
1580
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-eci",
3
- "version": "1.311.0",
3
+ "version": "1.312.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.311.0"
48
+ "@salesforce/lds-bindings": "^1.312.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@salesforce/lds-compiler-plugins": "^1.311.0",
52
- "@salesforce/lds-karma": "^1.311.0"
51
+ "@salesforce/lds-compiler-plugins": "^1.312.0",
52
+ "@salesforce/lds-karma": "^1.312.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/v62.0',
354
+ baseUri: '/services/data/v63.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/v62.0',
671
+ baseUri: '/services/data/v63.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/v62.0',
998
+ baseUri: '/services/data/v63.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/v62.0',
1289
+ baseUri: '/services/data/v63.0',
1290
1290
  basePath: '/conversation/transcript/' + config.urlParams.sfdcCallIdOrRecordingId + '',
1291
1291
  method: 'get',
1292
1292
  body: null,
@@ -1538,7 +1538,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
1538
1538
  function createResourceRequest$1(config) {
1539
1539
  const headers = {};
1540
1540
  return {
1541
- baseUri: '/services/data/v62.0',
1541
+ baseUri: '/services/data/v63.0',
1542
1542
  basePath: '/conversation/realtime/insight/meeting/initiate',
1543
1543
  method: 'post',
1544
1544
  body: config.body,
@@ -1700,7 +1700,7 @@ function ingestSuccess(luvio, resourceParams, response) {
1700
1700
  function createResourceRequest(config) {
1701
1701
  const headers = {};
1702
1702
  return {
1703
- baseUri: '/services/data/v62.0',
1703
+ baseUri: '/services/data/v63.0',
1704
1704
  basePath: '/conversation/realtime/insight/meeting/terminate',
1705
1705
  method: 'post',
1706
1706
  body: config.body,
@@ -1830,4 +1830,4 @@ withDefaultLuvio((luvio) => {
1830
1830
  });
1831
1831
 
1832
1832
  export { generateConversationSummary, getConversationGenerativeInsight, getConversationGenerativeInsightNotifyChange, getConversationGenerativeInsight_imperative, getConversationSummaryRelatedList, getConversationSummaryRelatedListNotifyChange, getConversationSummaryRelatedList_imperative, getTranscript, getTranscript_imperative, initiateMeeting, terminateMeeting };
1833
- // version: 1.311.0-5f03b383b7
1833
+ // version: 1.312.0-0d267bac6a
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/v62.0
9
+ baseUri: /services/data/v63.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0