@coveo/usage-analytics-event-types 15.1.2 → 15.3.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/usage-analytics-event-types",
3
- "version": "15.1.2",
3
+ "version": "15.3.0",
4
4
  "description": "Typescript types for Coveo Usage Analytics Events",
5
5
  "types": "./usage-analytics-event-types.d.ts",
6
6
  "author": "Coveo",
@@ -38,7 +38,7 @@ type UnixTimestampWithMs = number;
38
38
  type UuidNotNull = string;
39
39
 
40
40
  /**
41
- * A UUID which can be null.
41
+ * A UUID which can be null or empty.
42
42
  */
43
43
  type UuidNull = string | null;
44
44