@algolia/client-search 5.20.3 → 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.
@@ -7,7 +7,7 @@ import {
7
7
  getAlgoliaAgent,
8
8
  shuffle
9
9
  } from "@algolia/client-common";
10
- var apiClientVersion = "5.20.3";
10
+ var apiClientVersion = "5.20.4";
11
11
  function getDefaultHosts(appId) {
12
12
  return [
13
13
  {
@@ -862,7 +862,7 @@ function createSearchClient({
862
862
  return transporter.request(request, requestOptions);
863
863
  },
864
864
  /**
865
- * This method allow you to send requests to the Algolia REST API.
865
+ * This method lets you send requests to the Algolia REST API.
866
866
  * @param customDelete - The customDelete object.
867
867
  * @param customDelete.path - Path of the endpoint, anything after \"/1\" must be specified.
868
868
  * @param customDelete.parameters - Query parameters to apply to the current query.
@@ -884,7 +884,7 @@ function createSearchClient({
884
884
  return transporter.request(request, requestOptions);
885
885
  },
886
886
  /**
887
- * This method allow you to send requests to the Algolia REST API.
887
+ * This method lets you send requests to the Algolia REST API.
888
888
  * @param customGet - The customGet object.
889
889
  * @param customGet.path - Path of the endpoint, anything after \"/1\" must be specified.
890
890
  * @param customGet.parameters - Query parameters to apply to the current query.
@@ -906,7 +906,7 @@ function createSearchClient({
906
906
  return transporter.request(request, requestOptions);
907
907
  },
908
908
  /**
909
- * This method allow you to send requests to the Algolia REST API.
909
+ * This method lets you send requests to the Algolia REST API.
910
910
  * @param customPost - The customPost object.
911
911
  * @param customPost.path - Path of the endpoint, anything after \"/1\" must be specified.
912
912
  * @param customPost.parameters - Query parameters to apply to the current query.
@@ -930,7 +930,7 @@ function createSearchClient({
930
930
  return transporter.request(request, requestOptions);
931
931
  },
932
932
  /**
933
- * This method allow you to send requests to the Algolia REST API.
933
+ * This method lets you send requests to the Algolia REST API.
934
934
  * @param customPut - The customPut object.
935
935
  * @param customPut.path - Path of the endpoint, anything after \"/1\" must be specified.
936
936
  * @param customPut.parameters - Query parameters to apply to the current query.