@coveo/relay-event-types 14.7.0 → 14.7.2

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": "14.7.0",
3
+ "version": "14.7.2",
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",
@@ -77,7 +77,7 @@ interface Product {
77
77
  */
78
78
  name: string;
79
79
  /**
80
- * The product price.
80
+ * The product price. If the price is not available, set the value to 0.
81
81
  */
82
82
  price: number;
83
83
  }