@salesforce/lds-adapters-sales-eci 1.261.0 → 1.262.1

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.
@@ -4,4 +4,4 @@ declare let getConversationSummaryRelatedListNotifyChange: any;
4
4
  declare let getTranscript: any;
5
5
  declare let getConversationSummaryRelatedList_imperative: any;
6
6
  declare let getTranscript_imperative: any;
7
- export { generateConversationSummary, getConversationSummaryRelatedList, getConversationSummaryRelatedListNotifyChange, getTranscript, getConversationSummaryRelatedList_imperative, getTranscript_imperative };
7
+ export { generateConversationSummary, getConversationSummaryRelatedList, getConversationSummaryRelatedListNotifyChange, getTranscript, getConversationSummaryRelatedList_imperative, getTranscript_imperative, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-eci",
3
- "version": "1.261.0",
3
+ "version": "1.262.1",
4
4
  "description": "Einstein Conversation Insights",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sales-eci.js",
@@ -41,15 +41,14 @@
41
41
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-sales-eci",
42
42
  "start": "nx build:karma && karma start",
43
43
  "test": "nx build:karma && karma start --single-run",
44
- "test:compat": "nx build:karma && karma start --single-run --compat",
45
44
  "test:unit": "jest"
46
45
  },
47
46
  "dependencies": {
48
- "@salesforce/lds-bindings": "^1.261.0"
47
+ "@salesforce/lds-bindings": "^1.262.1"
49
48
  },
50
49
  "devDependencies": {
51
- "@salesforce/lds-compiler-plugins": "^1.261.0",
52
- "@salesforce/lds-karma": "^1.261.0"
50
+ "@salesforce/lds-compiler-plugins": "^1.262.1",
51
+ "@salesforce/lds-karma": "^1.262.1"
53
52
  },
54
53
  "nx": {
55
54
  "targets": {
package/sfdc/index.js CHANGED
@@ -1000,7 +1000,11 @@ let getTranscript;
1000
1000
  // Imperative GET Adapters
1001
1001
  let getConversationSummaryRelatedList_imperative;
1002
1002
  let getTranscript_imperative;
1003
- const getConversationSummaryRelatedListMetadata = { apiFamily: 'eci', name: 'getConversationSummaryRelatedList', ttl: 60000 };
1003
+ const getConversationSummaryRelatedListMetadata = {
1004
+ apiFamily: 'eci',
1005
+ name: 'getConversationSummaryRelatedList',
1006
+ ttl: 60000,
1007
+ };
1004
1008
  const getTranscriptMetadata = { apiFamily: 'eci', name: 'getTranscript', ttl: 2592000000 };
1005
1009
  // Notify Update Available
1006
1010
  function bindExportsTo(luvio) {
@@ -1009,7 +1013,7 @@ function bindExportsTo(luvio) {
1009
1013
  const getTranscript_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getTranscript', getTranscriptAdapterFactory), getTranscriptMetadata);
1010
1014
  function unwrapSnapshotData(factory) {
1011
1015
  const adapter = factory(luvio);
1012
- return (config) => adapter(config).then(snapshot => snapshot.data);
1016
+ return (config) => adapter(config).then((snapshot) => snapshot.data);
1013
1017
  }
1014
1018
  return {
1015
1019
  generateConversationSummary: unwrapSnapshotData(generateConversationSummaryAdapterFactory),
@@ -1034,4 +1038,4 @@ withDefaultLuvio((luvio) => {
1034
1038
  });
1035
1039
 
1036
1040
  export { generateConversationSummary, getConversationSummaryRelatedList, getConversationSummaryRelatedListNotifyChange, getConversationSummaryRelatedList_imperative, getTranscript, getTranscript_imperative };
1037
- // version: 1.261.0-10ee630e7
1041
+ // version: 1.262.1-9a1924e93