@coveo/usage-analytics-event-types 7.1.5 → 7.1.6
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
|
@@ -764,5 +764,4 @@ export interface UsageAnalyticsView {
|
|
|
764
764
|
* The trackingId for your analytics event. A string that consists of one or more characters that are lowercase letters (a-z), uppercase letters (A-Z), digits (0-9), underscores (_), dash (-) or dot (.), and does not allow any other characters.
|
|
765
765
|
*/
|
|
766
766
|
trackingId?: TrackingId;
|
|
767
|
-
}
|
|
768
|
-
|
|
767
|
+
}
|