@salesforce/lds-adapters-sales-eci 1.220.1 → 1.222.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.
- package/package.json +1 -1
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +2 -2
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -684,4 +684,4 @@ withDefaultLuvio((luvio) => {
|
|
|
684
684
|
});
|
|
685
685
|
|
|
686
686
|
export { generateConversationSummary, getConversationSummaryRelatedList, getConversationSummaryRelatedListNotifyChange, getConversationSummaryRelatedList_imperative };
|
|
687
|
-
// version: 1.
|
|
687
|
+
// version: 1.222.0-1cc7ded7f
|
package/src/raml/api.raml
CHANGED
|
@@ -55,13 +55,13 @@ types:
|
|
|
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
|
-
type: string
|
|
58
|
+
type: string | nil
|
|
59
59
|
status:
|
|
60
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
|
|
64
|
-
type: string
|
|
64
|
+
type: string | nil
|
|
65
65
|
/conversation/summary:
|
|
66
66
|
/ai/generate/{conversationId}:
|
|
67
67
|
post:
|