@algolia/client-analytics 4.18.0 → 4.19.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.
@@ -234,6 +234,14 @@ export declare type VariantResponse = Variant & {
234
234
  * User count.
235
235
  */
236
236
  userCount?: number;
237
+ /**
238
+ * Count of the tracked searches attributed to outlier traffic that were removed from the A/B test.
239
+ */
240
+ outlierTrackedSearchesCount?: number;
241
+ /**
242
+ * Count of users attributed to outlier traffic that were removed from the A/B test.
243
+ */
244
+ outlierUsersCount?: number;
237
245
  /**
238
246
  * The search parameters.
239
247
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/client-analytics",
3
- "version": "4.18.0",
3
+ "version": "4.19.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,9 +16,9 @@
16
16
  "dist"
17
17
  ],
18
18
  "dependencies": {
19
- "@algolia/client-common": "4.18.0",
20
- "@algolia/client-search": "4.18.0",
21
- "@algolia/requester-common": "4.18.0",
22
- "@algolia/transporter": "4.18.0"
19
+ "@algolia/client-common": "4.19.1",
20
+ "@algolia/client-search": "4.19.1",
21
+ "@algolia/requester-common": "4.19.1",
22
+ "@algolia/transporter": "4.19.1"
23
23
  }
24
24
  }