@salesforce/lds-adapters-sales-eci 1.221.0 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-eci",
3
- "version": "1.221.0",
3
+ "version": "1.222.0",
4
4
  "description": "Einstein Conversation Insights",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sales-eci.js",
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.221.0-a9e832603
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: