@salesforce/lds-adapters-sales-eci 1.211.0 → 1.212.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.
- package/package.json +1 -1
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +3 -3
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -735,4 +735,4 @@ withDefaultLuvio((luvio) => {
|
|
|
735
735
|
});
|
|
736
736
|
|
|
737
737
|
export { generateConversationSummary, getConversationSummaryRelatedList, getConversationSummaryRelatedListNotifyChange, getConversationSummaryRelatedList_imperative };
|
|
738
|
-
// version: 1.
|
|
738
|
+
// version: 1.212.1-49679d2a7
|
package/src/raml/api.raml
CHANGED
|
@@ -54,10 +54,10 @@ types:
|
|
|
54
54
|
type: string
|
|
55
55
|
source:
|
|
56
56
|
description: 'The source of the most recent update of the summary field. Values:
|
|
57
|
-
|
|
57
|
+
USER_EDITED, EINSTEIN_GPT'
|
|
58
58
|
type: string
|
|
59
|
-
|
|
60
|
-
description: 'The
|
|
59
|
+
status:
|
|
60
|
+
description: 'The status this summary is in: Success, Generating, Error'
|
|
61
61
|
type: string
|
|
62
62
|
summary:
|
|
63
63
|
description: The generated or edited summary of the referenced record
|