@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 +1 -1
- package/relay-event-types.d.ts +1 -1
package/package.json
CHANGED
package/relay-event-types.d.ts
CHANGED
|
@@ -65,7 +65,7 @@ export interface ItemView extends Base {
|
|
|
65
65
|
|
|
66
66
|
interface Product {
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
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
|
/**
|