@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.
@@ -12,7 +12,7 @@ import {
12
12
  getAlgoliaAgent,
13
13
  shuffle
14
14
  } from "@algolia/client-common";
15
- var apiClientVersion = "5.20.3";
15
+ var apiClientVersion = "5.20.4";
16
16
  function getDefaultHosts(appId) {
17
17
  return [
18
18
  {
@@ -867,7 +867,7 @@ function createSearchClient({
867
867
  return transporter.request(request, requestOptions);
868
868
  },
869
869
  /**
870
- * This method allow you to send requests to the Algolia REST API.
870
+ * This method lets you send requests to the Algolia REST API.
871
871
  * @param customDelete - The customDelete object.
872
872
  * @param customDelete.path - Path of the endpoint, anything after \"/1\" must be specified.
873
873
  * @param customDelete.parameters - Query parameters to apply to the current query.
@@ -889,7 +889,7 @@ function createSearchClient({
889
889
  return transporter.request(request, requestOptions);
890
890
  },
891
891
  /**
892
- * This method allow you to send requests to the Algolia REST API.
892
+ * This method lets you send requests to the Algolia REST API.
893
893
  * @param customGet - The customGet object.
894
894
  * @param customGet.path - Path of the endpoint, anything after \"/1\" must be specified.
895
895
  * @param customGet.parameters - Query parameters to apply to the current query.
@@ -911,7 +911,7 @@ function createSearchClient({
911
911
  return transporter.request(request, requestOptions);
912
912
  },
913
913
  /**
914
- * This method allow you to send requests to the Algolia REST API.
914
+ * This method lets you send requests to the Algolia REST API.
915
915
  * @param customPost - The customPost object.
916
916
  * @param customPost.path - Path of the endpoint, anything after \"/1\" must be specified.
917
917
  * @param customPost.parameters - Query parameters to apply to the current query.
@@ -935,7 +935,7 @@ function createSearchClient({
935
935
  return transporter.request(request, requestOptions);
936
936
  },
937
937
  /**
938
- * This method allow you to send requests to the Algolia REST API.
938
+ * This method lets you send requests to the Algolia REST API.
939
939
  * @param customPut - The customPut object.
940
940
  * @param customPut.path - Path of the endpoint, anything after \"/1\" must be specified.
941
941
  * @param customPut.parameters - Query parameters to apply to the current query.