@algolia/client-analytics 4.16.0 → 4.17.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.
@@ -134,6 +134,16 @@ export declare type GetABTestsOptions = {
134
134
  * The limit of the number of ab tests returned.
135
135
  */
136
136
  readonly limit?: number;
137
+ /**
138
+ * Filters the returned ab tests by any indices starting with the
139
+ * provided prefix that are assigned to either variant of an ab test.
140
+ */
141
+ readonly indexPrefix?: string;
142
+ /**
143
+ * Filters the returned ab tests by any indices ending with the
144
+ * provided suffix that are assigned to either variant of an ab test.
145
+ */
146
+ readonly indexSuffix?: string;
137
147
  };
138
148
 
139
149
  export declare type GetABTestsResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/client-analytics",
3
- "version": "4.16.0",
3
+ "version": "4.17.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.16.0",
20
- "@algolia/client-search": "4.16.0",
21
- "@algolia/requester-common": "4.16.0",
22
- "@algolia/transporter": "4.16.0"
19
+ "@algolia/client-common": "4.17.1",
20
+ "@algolia/client-search": "4.17.1",
21
+ "@algolia/requester-common": "4.17.1",
22
+ "@algolia/transporter": "4.17.1"
23
23
  }
24
24
  }