@algolia/client-analytics 4.3.0 → 4.5.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.
@@ -104,6 +104,10 @@ export declare type GetABTestResponse = {
104
104
  * The ab test created date, if any.
105
105
  */
106
106
  createdAt: string;
107
+ /**
108
+ * The ab test updated date.
109
+ */
110
+ updatedAt: string;
107
111
  /**
108
112
  * The ab test unique identifier.
109
113
  */
@@ -187,7 +191,7 @@ export declare type VariantResponse = Variant & {
187
191
  /**
188
192
  * Average click position for the variant.
189
193
  */
190
- averageClickPostion?: number;
194
+ averageClickPosition?: number;
191
195
  /**
192
196
  * Distinct click count for the variant.
193
197
  */
@@ -208,6 +212,10 @@ export declare type VariantResponse = Variant & {
208
212
  * No result count.
209
213
  */
210
214
  noResultCount?: number;
215
+ /**
216
+ * Tracked search count.
217
+ */
218
+ trackedSearchCount?: number;
211
219
  /**
212
220
  * Search count.
213
221
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/client-analytics",
3
- "version": "4.3.0",
3
+ "version": "4.5.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.3.0",
20
- "@algolia/client-search": "4.3.0",
21
- "@algolia/requester-common": "4.3.0",
22
- "@algolia/transporter": "4.3.0"
19
+ "@algolia/client-common": "4.5.1",
20
+ "@algolia/client-search": "4.5.1",
21
+ "@algolia/requester-common": "4.5.1",
22
+ "@algolia/transporter": "4.5.1"
23
23
  }
24
24
  }