@coveo/relay-event-types 9.3.0 → 9.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": "9.3.0",
3
+ "version": "9.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,10 +39,6 @@ interface DocumentSuggestion {
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 BaseItemClick {
42
- /**
43
- * The type of operation that triggered this event.
44
- */
45
- actionCause?: "preview" | "open";
46
42
  }
47
43
 
48
44
  interface ItemMetaData {