@coveo/relay-event-types 7.9.8 → 7.10.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": "@coveo/relay-event-types",
3
- "version": "7.9.8",
3
+ "version": "7.10.0",
4
4
  "description": "Typescript types for Coveo Events, intended to be used with the Relay package.",
5
5
  "types": "./relay-event-types.d.ts",
6
6
  "author": "Coveo",
@@ -109,9 +109,9 @@ interface ProductQuantity {
109
109
 
110
110
  interface QnaAnswer {
111
111
  /**
112
- * The answer id. This value needs to match the unique identifier of a Q&A answer.
112
+ * The id of the response associated with the service that delivered the answer (e.g. for the Search API, that would be `searchUid`).
113
113
  */
114
- id: string;
114
+ responseId: string;
115
115
  /**
116
116
  * The type of the answer.
117
117
  */