@coveo/usage-analytics-event-types 6.30.1 → 6.30.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
|
@@ -92,7 +92,7 @@ interface SearchResult {
|
|
|
92
92
|
/**
|
|
93
93
|
* The @sysurihash of this item.
|
|
94
94
|
*/
|
|
95
|
-
documentUriHash
|
|
95
|
+
documentUriHash?: string;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
/**
|
|
@@ -111,7 +111,7 @@ export interface UsageAnalyticsClick {
|
|
|
111
111
|
/**
|
|
112
112
|
* The @urihash of the item that was clicked.
|
|
113
113
|
*/
|
|
114
|
-
documentUriHash
|
|
114
|
+
documentUriHash?: string;
|
|
115
115
|
/**
|
|
116
116
|
* The content language. Prefix must be a valid ISO 639-1 code.
|
|
117
117
|
*/
|