@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 +1 -1
- package/relay-event-types.d.ts +2 -2
package/package.json
CHANGED
package/relay-event-types.d.ts
CHANGED
|
@@ -109,9 +109,9 @@ interface ProductQuantity {
|
|
|
109
109
|
|
|
110
110
|
interface QnaAnswer {
|
|
111
111
|
/**
|
|
112
|
-
* The
|
|
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
|
-
|
|
114
|
+
responseId: string;
|
|
115
115
|
/**
|
|
116
116
|
* The type of the answer.
|
|
117
117
|
*/
|