@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.
@@ -30,7 +30,7 @@ var import_client_common2 = require("@algolia/client-common");
30
30
 
31
31
  // src/searchClient.ts
32
32
  var import_client_common = require("@algolia/client-common");
33
- var apiClientVersion = "5.20.3";
33
+ var apiClientVersion = "5.20.4";
34
34
  function getDefaultHosts(appId) {
35
35
  return [
36
36
  {
@@ -885,7 +885,7 @@ function createSearchClient({
885
885
  return transporter.request(request, requestOptions);
886
886
  },
887
887
  /**
888
- * This method allow you to send requests to the Algolia REST API.
888
+ * This method lets you send requests to the Algolia REST API.
889
889
  * @param customDelete - The customDelete object.
890
890
  * @param customDelete.path - Path of the endpoint, anything after \"/1\" must be specified.
891
891
  * @param customDelete.parameters - Query parameters to apply to the current query.
@@ -907,7 +907,7 @@ function createSearchClient({
907
907
  return transporter.request(request, requestOptions);
908
908
  },
909
909
  /**
910
- * This method allow you to send requests to the Algolia REST API.
910
+ * This method lets you send requests to the Algolia REST API.
911
911
  * @param customGet - The customGet object.
912
912
  * @param customGet.path - Path of the endpoint, anything after \"/1\" must be specified.
913
913
  * @param customGet.parameters - Query parameters to apply to the current query.
@@ -929,7 +929,7 @@ function createSearchClient({
929
929
  return transporter.request(request, requestOptions);
930
930
  },
931
931
  /**
932
- * This method allow you to send requests to the Algolia REST API.
932
+ * This method lets you send requests to the Algolia REST API.
933
933
  * @param customPost - The customPost object.
934
934
  * @param customPost.path - Path of the endpoint, anything after \"/1\" must be specified.
935
935
  * @param customPost.parameters - Query parameters to apply to the current query.
@@ -953,7 +953,7 @@ function createSearchClient({
953
953
  return transporter.request(request, requestOptions);
954
954
  },
955
955
  /**
956
- * This method allow you to send requests to the Algolia REST API.
956
+ * This method lets you send requests to the Algolia REST API.
957
957
  * @param customPut - The customPut object.
958
958
  * @param customPut.path - Path of the endpoint, anything after \"/1\" must be specified.
959
959
  * @param customPut.parameters - Query parameters to apply to the current query.