@coveo/relay-event-types 7.10.2 → 7.10.3

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.10.2",
3
+ "version": "7.10.3",
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",
@@ -96,6 +96,9 @@ interface Product {
96
96
  * The product name.
97
97
  */
98
98
  name: string;
99
+ /**
100
+ * The product price.
101
+ */
99
102
  price: number;
100
103
  }
101
104