@algolia/client-search 5.20.2 → 5.20.4
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/README.md +4 -4
- package/dist/browser.d.ts +8 -5
- package/dist/builds/browser.js +5 -5
- package/dist/builds/browser.js.map +1 -1
- package/dist/builds/browser.min.js +1 -1
- package/dist/builds/browser.min.js.map +1 -1
- package/dist/builds/browser.umd.js +1 -1
- package/dist/builds/fetch.js +5 -5
- package/dist/builds/fetch.js.map +1 -1
- package/dist/builds/node.cjs +5 -5
- package/dist/builds/node.cjs.map +1 -1
- package/dist/builds/node.js +5 -5
- package/dist/builds/node.js.map +1 -1
- package/dist/builds/worker.js +5 -5
- package/dist/builds/worker.js.map +1 -1
- package/dist/fetch.d.ts +8 -5
- package/dist/node.d.cts +8 -5
- package/dist/node.d.ts +8 -5
- package/dist/src/searchClient.cjs +5 -5
- package/dist/src/searchClient.cjs.map +1 -1
- package/dist/src/searchClient.js +5 -5
- package/dist/src/searchClient.js.map +1 -1
- package/dist/worker.d.ts +8 -5
- package/package.json +10 -10
package/dist/builds/worker.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
getAlgoliaAgent,
|
|
12
12
|
shuffle
|
|
13
13
|
} from "@algolia/client-common";
|
|
14
|
-
var apiClientVersion = "5.20.
|
|
14
|
+
var apiClientVersion = "5.20.4";
|
|
15
15
|
function getDefaultHosts(appId) {
|
|
16
16
|
return [
|
|
17
17
|
{
|
|
@@ -866,7 +866,7 @@ function createSearchClient({
|
|
|
866
866
|
return transporter.request(request, requestOptions);
|
|
867
867
|
},
|
|
868
868
|
/**
|
|
869
|
-
* This method
|
|
869
|
+
* This method lets you send requests to the Algolia REST API.
|
|
870
870
|
* @param customDelete - The customDelete object.
|
|
871
871
|
* @param customDelete.path - Path of the endpoint, anything after \"/1\" must be specified.
|
|
872
872
|
* @param customDelete.parameters - Query parameters to apply to the current query.
|
|
@@ -888,7 +888,7 @@ function createSearchClient({
|
|
|
888
888
|
return transporter.request(request, requestOptions);
|
|
889
889
|
},
|
|
890
890
|
/**
|
|
891
|
-
* This method
|
|
891
|
+
* This method lets you send requests to the Algolia REST API.
|
|
892
892
|
* @param customGet - The customGet object.
|
|
893
893
|
* @param customGet.path - Path of the endpoint, anything after \"/1\" must be specified.
|
|
894
894
|
* @param customGet.parameters - Query parameters to apply to the current query.
|
|
@@ -910,7 +910,7 @@ function createSearchClient({
|
|
|
910
910
|
return transporter.request(request, requestOptions);
|
|
911
911
|
},
|
|
912
912
|
/**
|
|
913
|
-
* This method
|
|
913
|
+
* This method lets you send requests to the Algolia REST API.
|
|
914
914
|
* @param customPost - The customPost object.
|
|
915
915
|
* @param customPost.path - Path of the endpoint, anything after \"/1\" must be specified.
|
|
916
916
|
* @param customPost.parameters - Query parameters to apply to the current query.
|
|
@@ -934,7 +934,7 @@ function createSearchClient({
|
|
|
934
934
|
return transporter.request(request, requestOptions);
|
|
935
935
|
},
|
|
936
936
|
/**
|
|
937
|
-
* This method
|
|
937
|
+
* This method lets you send requests to the Algolia REST API.
|
|
938
938
|
* @param customPut - The customPut object.
|
|
939
939
|
* @param customPut.path - Path of the endpoint, anything after \"/1\" must be specified.
|
|
940
940
|
* @param customPut.parameters - Query parameters to apply to the current query.
|