@coveo/relay-event-types 19.22.0 → 20.2.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": "19.22.0",
3
+ "version": "20.2.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",
@@ -17,7 +17,7 @@ interface Base {
17
17
 
18
18
  interface BaseItemClick extends Base {
19
19
  /**
20
- * A unique identifier for the response of a service which returned the list of relevant items. For example, a searchId or similar.
20
+ * A unique identifier for the response of a service which returned the list of relevant items. In a conversational context, use the turnId from the agent turn response.
21
21
  */
22
22
  responseId?: UuidNotNull;
23
23
  /**
@@ -233,7 +233,7 @@ export namespace Ec {
233
233
  */
234
234
  position: number;
235
235
  /**
236
- * Response ID linked to the commerce API request that returned the clicked item.
236
+ * Response ID linked to the API response that generated the clicked item's impression. In a conversational context, use the turnId from the agent turn response rather than the internal commerce request's responseId.
237
237
  */
238
238
  responseId: UuidNotNull;
239
239
  currency: CurrencyCodeISO4217;