@coveo/usage-analytics-event-types 15.0.0 → 15.0.1

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.0.0",
3
+ "version": "15.0.1",
4
4
  "description": "Typescript types for Coveo Usage Analytics Events",
5
5
  "types": "./usage-analytics-event-types.d.ts",
6
6
  "author": "Coveo",
@@ -218,7 +218,7 @@ export interface UsageAnalyticsCollect {
218
218
  */
219
219
  v?: string;
220
220
  /**
221
- * The tracking or web property ID for all hit types. The tid is the org query parameter in a Coveo search interface. For more information, see Log Usage Analytics Events.
221
+ * The unique identifier for the current organization. For more information, see Log Usage Analytics Events.
222
222
  */
223
223
  tid?: string;
224
224
  /**