@coveo/relay-event-types 7.3.0 → 7.4.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.3.0",
3
+ "version": "7.4.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",
@@ -39,6 +39,10 @@ interface Feedback {
39
39
  * Represents the Coveo Analytics Item Click Event. Use this schema when sending data related to a user's click on an item returned by Coveo.
40
40
  */
41
41
  export interface ItemClick extends Base {
42
+ /**
43
+ * The type of operation that triggered this event.
44
+ */
45
+ actionCause?: "preview" | "open";
42
46
  /**
43
47
  * A unique identifier identifying the query made to a search system.
44
48
  */