@coveo/relay-event-types 7.11.4 → 7.11.5

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.11.4",
3
+ "version": "7.11.5",
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",
@@ -268,7 +268,7 @@ export namespace Ec {
268
268
  }
269
269
 
270
270
  /**
271
- * The ec.productView event is emitted when a user explores a product's details on a Product Detail Page (PDP) or previews the item in a modal from a Product Listing Page (PLP).
271
+ * The ec.productView event is emitted when a user explores a product's details on a Product Detail Page (PDP) or previews the item in a pop-up window (commonly referred to as a modal) from a Product Listing Page (PLP).
272
272
  */
273
273
  export interface ProductView extends Base {
274
274
  currency: CurrencyCodeISO4217;