@coveo/relay-event-types 14.0.0 → 14.2.0
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 +2 -2
package/package.json
CHANGED
package/relay-event-types.d.ts
CHANGED
|
@@ -17,9 +17,9 @@ interface Base {
|
|
|
17
17
|
|
|
18
18
|
interface BaseItemClick extends Base {
|
|
19
19
|
/**
|
|
20
|
-
* A unique identifier
|
|
20
|
+
* A unique identifier for the response of a service which returned the list of relevant items. E.g. a searchId or similar.
|
|
21
21
|
*/
|
|
22
|
-
|
|
22
|
+
responseId: UuidNotNull;
|
|
23
23
|
/**
|
|
24
24
|
* Indicates the position of the clicked item using a 1-based index that accounts for pagination. For example, with 10 items per page, the first item on the second page has a position of 11.
|
|
25
25
|
*/
|