@coveo/relay-event-types 11.0.3 → 11.0.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": "11.0.3",
3
+ "version": "11.0.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",
@@ -65,7 +65,7 @@ export interface ItemView extends Base {
65
65
 
66
66
  interface Product {
67
67
  /**
68
- * A unique identifier for the product. The value must match the product id field configured in the catalog.
68
+ * The unique identifier of the product. The value must match exactly, including case, the values of the link:{site-baseurl}/n73f0502#define-a-unique-product-identifier[product identifier] and `permanentid` fields configured in the catalog.
69
69
  */
70
70
  productId: string;
71
71
  /**