@algolia/client-search 4.17.2 → 4.18.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/dist/client-search.d.ts +1 -1
- package/package.json +4 -4
package/dist/client-search.d.ts
CHANGED
|
@@ -1041,7 +1041,7 @@ export declare type MultipleQueriesResponse<TObject> = {
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* The list of results.
|
|
1043
1043
|
*/
|
|
1044
|
-
results: Array<SearchResponse<TObject
|
|
1044
|
+
results: Array<SearchResponse<TObject> | SearchForFacetValuesResponse>;
|
|
1045
1045
|
};
|
|
1046
1046
|
|
|
1047
1047
|
export declare const multipleSearchForFacetValues: (base: SearchClient) => (queries: readonly {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/client-search",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.18.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@algolia/client-common": "4.
|
|
20
|
-
"@algolia/requester-common": "4.
|
|
21
|
-
"@algolia/transporter": "4.
|
|
19
|
+
"@algolia/client-common": "4.18.0",
|
|
20
|
+
"@algolia/requester-common": "4.18.0",
|
|
21
|
+
"@algolia/transporter": "4.18.0"
|
|
22
22
|
}
|
|
23
23
|
}
|