algoliasearch 5.0.0-alpha.110 → 5.0.0-alpha.111

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.
Files changed (73) hide show
  1. package/dist/algoliasearch/builds/browser.d.ts +1 -1
  2. package/dist/algoliasearch/builds/node.d.ts +1 -1
  3. package/dist/algoliasearch.cjs +46 -46
  4. package/dist/algoliasearch.esm.browser.js +46 -46
  5. package/dist/algoliasearch.esm.node.js +46 -46
  6. package/dist/algoliasearch.umd.js +2 -2
  7. package/dist/client-abtesting/src/abtestingClient.d.ts +1 -1
  8. package/dist/client-analytics/model/clientMethodProps.d.ts +38 -38
  9. package/dist/client-analytics/model/getStatusResponse.d.ts +1 -1
  10. package/dist/client-analytics/src/analyticsClient.d.ts +39 -39
  11. package/dist/client-personalization/src/personalizationClient.d.ts +1 -1
  12. package/dist/client-search/model/addApiKeyResponse.d.ts +1 -1
  13. package/dist/client-search/model/baseGetApiKeyResponse.d.ts +1 -1
  14. package/dist/client-search/model/baseIndexSettings.d.ts +4 -4
  15. package/dist/client-search/model/baseSearchParamsWithoutQuery.d.ts +1 -1
  16. package/dist/client-search/model/clientMethodProps.d.ts +4 -4
  17. package/dist/client-search/model/createdAtResponse.d.ts +1 -1
  18. package/dist/client-search/model/deleteApiKeyResponse.d.ts +1 -1
  19. package/dist/client-search/model/deleteByParams.d.ts +1 -1
  20. package/dist/client-search/model/deleteSourceResponse.d.ts +1 -1
  21. package/dist/client-search/model/deletedAtResponse.d.ts +1 -1
  22. package/dist/client-search/model/exactOnSingleWordQuery.d.ts +1 -1
  23. package/dist/client-search/model/fetchedIndex.d.ts +1 -1
  24. package/dist/client-search/model/indexSettingsAsSearchParams.d.ts +5 -5
  25. package/dist/client-search/model/log.d.ts +1 -1
  26. package/dist/client-search/model/removeUserIdResponse.d.ts +1 -1
  27. package/dist/client-search/model/removeWordsIfNoResults.d.ts +1 -1
  28. package/dist/client-search/model/replaceSourceResponse.d.ts +1 -1
  29. package/dist/client-search/model/saveObjectResponse.d.ts +1 -1
  30. package/dist/client-search/model/saveSynonymResponse.d.ts +1 -1
  31. package/dist/client-search/model/searchUserIdsResponse.d.ts +1 -1
  32. package/dist/client-search/model/securedAPIKeyRestrictions.d.ts +1 -1
  33. package/dist/client-search/model/sortRemainingBy.d.ts +1 -1
  34. package/dist/client-search/model/updateApiKeyResponse.d.ts +1 -1
  35. package/dist/client-search/model/updatedAtResponse.d.ts +1 -1
  36. package/dist/client-search/model/updatedAtWithObjectIdResponse.d.ts +1 -1
  37. package/dist/client-search/model/updatedRuleResponse.d.ts +1 -1
  38. package/dist/client-search/model/userHit.d.ts +1 -1
  39. package/dist/client-search/model/userId.d.ts +1 -1
  40. package/dist/client-search/src/searchClient.d.ts +5 -5
  41. package/dist/lite/lite.cjs +1 -1
  42. package/dist/lite/lite.esm.browser.js +1 -1
  43. package/dist/lite/lite.esm.node.js +1 -1
  44. package/dist/lite/lite.umd.js +2 -2
  45. package/dist/lite/model/addApiKeyResponse.d.ts +1 -1
  46. package/dist/lite/model/baseGetApiKeyResponse.d.ts +1 -1
  47. package/dist/lite/model/baseIndexSettings.d.ts +4 -4
  48. package/dist/lite/model/baseSearchParamsWithoutQuery.d.ts +1 -1
  49. package/dist/lite/model/deleteByParams.d.ts +1 -1
  50. package/dist/lite/model/exactOnSingleWordQuery.d.ts +1 -1
  51. package/dist/lite/model/fetchedIndex.d.ts +1 -1
  52. package/dist/lite/model/indexSettingsAsSearchParams.d.ts +5 -5
  53. package/dist/lite/model/removeWordsIfNoResults.d.ts +1 -1
  54. package/dist/lite/model/securedAPIKeyRestrictions.d.ts +1 -1
  55. package/dist/lite/model/sortRemainingBy.d.ts +1 -1
  56. package/dist/lite/model/updatedRuleResponse.d.ts +1 -1
  57. package/dist/lite/model/userId.d.ts +1 -1
  58. package/dist/lite/src/liteClient.d.ts +1 -1
  59. package/lite/model/addApiKeyResponse.ts +1 -1
  60. package/lite/model/baseGetApiKeyResponse.ts +1 -1
  61. package/lite/model/baseIndexSettings.ts +4 -4
  62. package/lite/model/baseSearchParamsWithoutQuery.ts +1 -1
  63. package/lite/model/deleteByParams.ts +1 -1
  64. package/lite/model/exactOnSingleWordQuery.ts +1 -1
  65. package/lite/model/fetchedIndex.ts +1 -1
  66. package/lite/model/indexSettingsAsSearchParams.ts +5 -5
  67. package/lite/model/removeWordsIfNoResults.ts +1 -1
  68. package/lite/model/securedAPIKeyRestrictions.ts +1 -1
  69. package/lite/model/sortRemainingBy.ts +1 -1
  70. package/lite/model/updatedRuleResponse.ts +1 -1
  71. package/lite/model/userId.ts +1 -1
  72. package/lite/src/liteClient.ts +1 -1
  73. package/package.json +12 -12
@@ -7,7 +7,7 @@ import type { PersonalizationClient } from '@algolia/client-personalization';
7
7
  import type { Region as PersonalizationRegion } from '@algolia/client-personalization/src/personalizationClient';
8
8
  import type { InitClientOptions, InitClientRegion } from './models';
9
9
  export * from './models';
10
- export declare const apiClientVersion = "5.0.0-alpha.110";
10
+ export declare const apiClientVersion = "5.0.0-alpha.111";
11
11
  /**
12
12
  * The client type.
13
13
  */
@@ -7,7 +7,7 @@ import type { PersonalizationClient } from '@algolia/client-personalization';
7
7
  import type { Region as PersonalizationRegion } from '@algolia/client-personalization/src/personalizationClient';
8
8
  import type { InitClientOptions, InitClientRegion, GenerateSecuredApiKeyOptions, GetSecuredApiKeyRemainingValidityOptions } from './models';
9
9
  export * from './models';
10
- export declare const apiClientVersion = "5.0.0-alpha.110";
10
+ export declare const apiClientVersion = "5.0.0-alpha.111";
11
11
  /**
12
12
  * The client type.
13
13
  */
@@ -5,7 +5,7 @@ var clientCommon = require('@algolia/client-common');
5
5
  var requesterNodeHttp = require('@algolia/requester-node-http');
6
6
 
7
7
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
8
- const apiClientVersion$4 = '5.0.0-alpha.110';
8
+ const apiClientVersion$4 = '5.0.0-alpha.111';
9
9
  const REGIONS$2 = ['de', 'us'];
10
10
  function getDefaultHosts$3(region) {
11
11
  const url = !region
@@ -310,7 +310,7 @@ function createAbtestingClient({ appId: appIdOption, apiKey: apiKeyOption, authM
310
310
  }
311
311
 
312
312
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
313
- const apiClientVersion$3 = '5.0.0-alpha.110';
313
+ const apiClientVersion$3 = '5.0.0-alpha.111';
314
314
  const REGIONS$1 = ['de', 'us'];
315
315
  function getDefaultHosts$2(region) {
316
316
  const url = !region
@@ -473,8 +473,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
473
473
  *
474
474
  * @param getAddToCartRate - The getAddToCartRate object.
475
475
  * @param getAddToCartRate.index - Index name.
476
- * @param getAddToCartRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
477
- * @param getAddToCartRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
476
+ * @param getAddToCartRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
477
+ * @param getAddToCartRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
478
478
  * @param getAddToCartRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
479
479
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
480
480
  */
@@ -513,8 +513,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
513
513
  *
514
514
  * @param getAverageClickPosition - The getAverageClickPosition object.
515
515
  * @param getAverageClickPosition.index - Index name.
516
- * @param getAverageClickPosition.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
517
- * @param getAverageClickPosition.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
516
+ * @param getAverageClickPosition.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
517
+ * @param getAverageClickPosition.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
518
518
  * @param getAverageClickPosition.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
519
519
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
520
520
  */
@@ -553,8 +553,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
553
553
  *
554
554
  * @param getClickPositions - The getClickPositions object.
555
555
  * @param getClickPositions.index - Index name.
556
- * @param getClickPositions.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
557
- * @param getClickPositions.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
556
+ * @param getClickPositions.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
557
+ * @param getClickPositions.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
558
558
  * @param getClickPositions.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
559
559
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
560
560
  */
@@ -593,8 +593,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
593
593
  *
594
594
  * @param getClickThroughRate - The getClickThroughRate object.
595
595
  * @param getClickThroughRate.index - Index name.
596
- * @param getClickThroughRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
597
- * @param getClickThroughRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
596
+ * @param getClickThroughRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
597
+ * @param getClickThroughRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
598
598
  * @param getClickThroughRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
599
599
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
600
600
  */
@@ -633,8 +633,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
633
633
  *
634
634
  * @param getConversionRate - The getConversionRate object.
635
635
  * @param getConversionRate.index - Index name.
636
- * @param getConversionRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
637
- * @param getConversionRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
636
+ * @param getConversionRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
637
+ * @param getConversionRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
638
638
  * @param getConversionRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
639
639
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
640
640
  */
@@ -673,8 +673,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
673
673
  *
674
674
  * @param getNoClickRate - The getNoClickRate object.
675
675
  * @param getNoClickRate.index - Index name.
676
- * @param getNoClickRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
677
- * @param getNoClickRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
676
+ * @param getNoClickRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
677
+ * @param getNoClickRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
678
678
  * @param getNoClickRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
679
679
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
680
680
  */
@@ -713,8 +713,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
713
713
  *
714
714
  * @param getNoResultsRate - The getNoResultsRate object.
715
715
  * @param getNoResultsRate.index - Index name.
716
- * @param getNoResultsRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
717
- * @param getNoResultsRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
716
+ * @param getNoResultsRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
717
+ * @param getNoResultsRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
718
718
  * @param getNoResultsRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
719
719
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
720
720
  */
@@ -753,8 +753,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
753
753
  *
754
754
  * @param getPurchaseRate - The getPurchaseRate object.
755
755
  * @param getPurchaseRate.index - Index name.
756
- * @param getPurchaseRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
757
- * @param getPurchaseRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
756
+ * @param getPurchaseRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
757
+ * @param getPurchaseRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
758
758
  * @param getPurchaseRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
759
759
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
760
760
  */
@@ -793,8 +793,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
793
793
  *
794
794
  * @param getRevenue - The getRevenue object.
795
795
  * @param getRevenue.index - Index name.
796
- * @param getRevenue.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
797
- * @param getRevenue.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
796
+ * @param getRevenue.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
797
+ * @param getRevenue.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
798
798
  * @param getRevenue.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
799
799
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
800
800
  */
@@ -833,8 +833,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
833
833
  *
834
834
  * @param getSearchesCount - The getSearchesCount object.
835
835
  * @param getSearchesCount.index - Index name.
836
- * @param getSearchesCount.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
837
- * @param getSearchesCount.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
836
+ * @param getSearchesCount.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
837
+ * @param getSearchesCount.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
838
838
  * @param getSearchesCount.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
839
839
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
840
840
  */
@@ -873,8 +873,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
873
873
  *
874
874
  * @param getSearchesNoClicks - The getSearchesNoClicks object.
875
875
  * @param getSearchesNoClicks.index - Index name.
876
- * @param getSearchesNoClicks.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
877
- * @param getSearchesNoClicks.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
876
+ * @param getSearchesNoClicks.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
877
+ * @param getSearchesNoClicks.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
878
878
  * @param getSearchesNoClicks.limit - Number of items to return.
879
879
  * @param getSearchesNoClicks.offset - Position of the first item to return.
880
880
  * @param getSearchesNoClicks.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -921,8 +921,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
921
921
  *
922
922
  * @param getSearchesNoResults - The getSearchesNoResults object.
923
923
  * @param getSearchesNoResults.index - Index name.
924
- * @param getSearchesNoResults.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
925
- * @param getSearchesNoResults.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
924
+ * @param getSearchesNoResults.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
925
+ * @param getSearchesNoResults.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
926
926
  * @param getSearchesNoResults.limit - Number of items to return.
927
927
  * @param getSearchesNoResults.offset - Position of the first item to return.
928
928
  * @param getSearchesNoResults.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -997,8 +997,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
997
997
  *
998
998
  * @param getTopCountries - The getTopCountries object.
999
999
  * @param getTopCountries.index - Index name.
1000
- * @param getTopCountries.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1001
- * @param getTopCountries.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1000
+ * @param getTopCountries.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1001
+ * @param getTopCountries.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1002
1002
  * @param getTopCountries.limit - Number of items to return.
1003
1003
  * @param getTopCountries.offset - Position of the first item to return.
1004
1004
  * @param getTopCountries.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1046,8 +1046,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1046
1046
  * @param getTopFilterAttributes - The getTopFilterAttributes object.
1047
1047
  * @param getTopFilterAttributes.index - Index name.
1048
1048
  * @param getTopFilterAttributes.search - Search query.
1049
- * @param getTopFilterAttributes.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1050
- * @param getTopFilterAttributes.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1049
+ * @param getTopFilterAttributes.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1050
+ * @param getTopFilterAttributes.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1051
1051
  * @param getTopFilterAttributes.limit - Number of items to return.
1052
1052
  * @param getTopFilterAttributes.offset - Position of the first item to return.
1053
1053
  * @param getTopFilterAttributes.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1099,8 +1099,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1099
1099
  * @param getTopFilterForAttribute.attribute - Attribute name.
1100
1100
  * @param getTopFilterForAttribute.index - Index name.
1101
1101
  * @param getTopFilterForAttribute.search - Search query.
1102
- * @param getTopFilterForAttribute.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1103
- * @param getTopFilterForAttribute.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1102
+ * @param getTopFilterForAttribute.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1103
+ * @param getTopFilterForAttribute.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1104
1104
  * @param getTopFilterForAttribute.limit - Number of items to return.
1105
1105
  * @param getTopFilterForAttribute.offset - Position of the first item to return.
1106
1106
  * @param getTopFilterForAttribute.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1154,8 +1154,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1154
1154
  * @param getTopFiltersNoResults - The getTopFiltersNoResults object.
1155
1155
  * @param getTopFiltersNoResults.index - Index name.
1156
1156
  * @param getTopFiltersNoResults.search - Search query.
1157
- * @param getTopFiltersNoResults.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1158
- * @param getTopFiltersNoResults.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1157
+ * @param getTopFiltersNoResults.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1158
+ * @param getTopFiltersNoResults.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1159
1159
  * @param getTopFiltersNoResults.limit - Number of items to return.
1160
1160
  * @param getTopFiltersNoResults.offset - Position of the first item to return.
1161
1161
  * @param getTopFiltersNoResults.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1208,8 +1208,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1208
1208
  * @param getTopHits.search - Search query.
1209
1209
  * @param getTopHits.clickAnalytics - Whether to include metrics related to click and conversion events in the response.
1210
1210
  * @param getTopHits.revenueAnalytics - Whether to include revenue-related metrics in the response. If true, metrics related to click and conversion events are also included in the response.
1211
- * @param getTopHits.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1212
- * @param getTopHits.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1211
+ * @param getTopHits.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1212
+ * @param getTopHits.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1213
1213
  * @param getTopHits.limit - Number of items to return.
1214
1214
  * @param getTopHits.offset - Position of the first item to return.
1215
1215
  * @param getTopHits.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1267,8 +1267,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1267
1267
  * @param getTopSearches.index - Index name.
1268
1268
  * @param getTopSearches.clickAnalytics - Whether to include metrics related to click and conversion events in the response.
1269
1269
  * @param getTopSearches.revenueAnalytics - Whether to include revenue-related metrics in the response. If true, metrics related to click and conversion events are also included in the response.
1270
- * @param getTopSearches.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1271
- * @param getTopSearches.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1270
+ * @param getTopSearches.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1271
+ * @param getTopSearches.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1272
1272
  * @param getTopSearches.orderBy - Attribute by which to order the response items. If the `clickAnalytics` parameter is false, only `searchCount` is available.
1273
1273
  * @param getTopSearches.direction - Sorting direction of the results: ascending or descending.
1274
1274
  * @param getTopSearches.limit - Number of items to return.
@@ -1329,8 +1329,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1329
1329
  *
1330
1330
  * @param getUsersCount - The getUsersCount object.
1331
1331
  * @param getUsersCount.index - Index name.
1332
- * @param getUsersCount.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1333
- * @param getUsersCount.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1332
+ * @param getUsersCount.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1333
+ * @param getUsersCount.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1334
1334
  * @param getUsersCount.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1335
1335
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1336
1336
  */
@@ -1365,7 +1365,7 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1365
1365
  }
1366
1366
 
1367
1367
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
1368
- const apiClientVersion$2 = '5.0.0-alpha.110';
1368
+ const apiClientVersion$2 = '5.0.0-alpha.111';
1369
1369
  const REGIONS = ['eu', 'us'];
1370
1370
  function getDefaultHosts$1(region) {
1371
1371
  const url = 'personalization.{region}.algolia.com'.replace('{region}', region);
@@ -1626,7 +1626,7 @@ function createPersonalizationClient({ appId: appIdOption, apiKey: apiKeyOption,
1626
1626
  }
1627
1627
 
1628
1628
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
1629
- const apiClientVersion$1 = '5.0.0-alpha.110';
1629
+ const apiClientVersion$1 = '5.0.0-alpha.111';
1630
1630
  function getDefaultHosts(appId) {
1631
1631
  return [
1632
1632
  {
@@ -2062,7 +2062,7 @@ function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption, authMode
2062
2062
  * - admin.
2063
2063
  *
2064
2064
  * @param assignUserId - The assignUserId object.
2065
- * @param assignUserId.xAlgoliaUserID - User ID to assign.
2065
+ * @param assignUserId.xAlgoliaUserID - Unique identifier of the user who makes the search request.
2066
2066
  * @param assignUserId.assignUserIdParams - The assignUserIdParams object.
2067
2067
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
2068
2068
  */
@@ -2128,7 +2128,7 @@ function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption, authMode
2128
2128
  * - admin.
2129
2129
  *
2130
2130
  * @param batchAssignUserIds - The batchAssignUserIds object.
2131
- * @param batchAssignUserIds.xAlgoliaUserID - User ID to assign.
2131
+ * @param batchAssignUserIds.xAlgoliaUserID - Unique identifier of the user who makes the search request.
2132
2132
  * @param batchAssignUserIds.batchAssignUserIdsParams - The batchAssignUserIdsParams object.
2133
2133
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
2134
2134
  */
@@ -2934,7 +2934,7 @@ function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption, authMode
2934
2934
  * - admin.
2935
2935
  *
2936
2936
  * @param getUserId - The getUserId object.
2937
- * @param getUserId.userID - User ID to assign.
2937
+ * @param getUserId.userID - Unique identifier of the user who makes the search request.
2938
2938
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
2939
2939
  */
2940
2940
  getUserId({ userID }, requestOptions) {
@@ -3183,7 +3183,7 @@ function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption, authMode
3183
3183
  * - admin.
3184
3184
  *
3185
3185
  * @param removeUserId - The removeUserId object.
3186
- * @param removeUserId.userID - User ID to assign.
3186
+ * @param removeUserId.userID - Unique identifier of the user who makes the search request.
3187
3187
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
3188
3188
  */
3189
3189
  removeUserId({ userID }, requestOptions) {
@@ -685,7 +685,7 @@ const DEFAULT_READ_TIMEOUT_BROWSER = 2000;
685
685
  const DEFAULT_WRITE_TIMEOUT_BROWSER = 30000;
686
686
 
687
687
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
688
- const apiClientVersion$4 = '5.0.0-alpha.110';
688
+ const apiClientVersion$4 = '5.0.0-alpha.111';
689
689
  const REGIONS$2 = ['de', 'us'];
690
690
  function getDefaultHosts$3(region) {
691
691
  const url = !region
@@ -990,7 +990,7 @@ function createAbtestingClient({ appId: appIdOption, apiKey: apiKeyOption, authM
990
990
  }
991
991
 
992
992
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
993
- const apiClientVersion$3 = '5.0.0-alpha.110';
993
+ const apiClientVersion$3 = '5.0.0-alpha.111';
994
994
  const REGIONS$1 = ['de', 'us'];
995
995
  function getDefaultHosts$2(region) {
996
996
  const url = !region
@@ -1153,8 +1153,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1153
1153
  *
1154
1154
  * @param getAddToCartRate - The getAddToCartRate object.
1155
1155
  * @param getAddToCartRate.index - Index name.
1156
- * @param getAddToCartRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1157
- * @param getAddToCartRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1156
+ * @param getAddToCartRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1157
+ * @param getAddToCartRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1158
1158
  * @param getAddToCartRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1159
1159
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1160
1160
  */
@@ -1193,8 +1193,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1193
1193
  *
1194
1194
  * @param getAverageClickPosition - The getAverageClickPosition object.
1195
1195
  * @param getAverageClickPosition.index - Index name.
1196
- * @param getAverageClickPosition.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1197
- * @param getAverageClickPosition.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1196
+ * @param getAverageClickPosition.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1197
+ * @param getAverageClickPosition.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1198
1198
  * @param getAverageClickPosition.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1199
1199
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1200
1200
  */
@@ -1233,8 +1233,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1233
1233
  *
1234
1234
  * @param getClickPositions - The getClickPositions object.
1235
1235
  * @param getClickPositions.index - Index name.
1236
- * @param getClickPositions.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1237
- * @param getClickPositions.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1236
+ * @param getClickPositions.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1237
+ * @param getClickPositions.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1238
1238
  * @param getClickPositions.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1239
1239
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1240
1240
  */
@@ -1273,8 +1273,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1273
1273
  *
1274
1274
  * @param getClickThroughRate - The getClickThroughRate object.
1275
1275
  * @param getClickThroughRate.index - Index name.
1276
- * @param getClickThroughRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1277
- * @param getClickThroughRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1276
+ * @param getClickThroughRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1277
+ * @param getClickThroughRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1278
1278
  * @param getClickThroughRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1279
1279
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1280
1280
  */
@@ -1313,8 +1313,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1313
1313
  *
1314
1314
  * @param getConversionRate - The getConversionRate object.
1315
1315
  * @param getConversionRate.index - Index name.
1316
- * @param getConversionRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1317
- * @param getConversionRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1316
+ * @param getConversionRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1317
+ * @param getConversionRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1318
1318
  * @param getConversionRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1319
1319
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1320
1320
  */
@@ -1353,8 +1353,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1353
1353
  *
1354
1354
  * @param getNoClickRate - The getNoClickRate object.
1355
1355
  * @param getNoClickRate.index - Index name.
1356
- * @param getNoClickRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1357
- * @param getNoClickRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1356
+ * @param getNoClickRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1357
+ * @param getNoClickRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1358
1358
  * @param getNoClickRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1359
1359
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1360
1360
  */
@@ -1393,8 +1393,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1393
1393
  *
1394
1394
  * @param getNoResultsRate - The getNoResultsRate object.
1395
1395
  * @param getNoResultsRate.index - Index name.
1396
- * @param getNoResultsRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1397
- * @param getNoResultsRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1396
+ * @param getNoResultsRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1397
+ * @param getNoResultsRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1398
1398
  * @param getNoResultsRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1399
1399
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1400
1400
  */
@@ -1433,8 +1433,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1433
1433
  *
1434
1434
  * @param getPurchaseRate - The getPurchaseRate object.
1435
1435
  * @param getPurchaseRate.index - Index name.
1436
- * @param getPurchaseRate.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1437
- * @param getPurchaseRate.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1436
+ * @param getPurchaseRate.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1437
+ * @param getPurchaseRate.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1438
1438
  * @param getPurchaseRate.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1439
1439
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1440
1440
  */
@@ -1473,8 +1473,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1473
1473
  *
1474
1474
  * @param getRevenue - The getRevenue object.
1475
1475
  * @param getRevenue.index - Index name.
1476
- * @param getRevenue.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1477
- * @param getRevenue.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1476
+ * @param getRevenue.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1477
+ * @param getRevenue.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1478
1478
  * @param getRevenue.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1479
1479
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1480
1480
  */
@@ -1513,8 +1513,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1513
1513
  *
1514
1514
  * @param getSearchesCount - The getSearchesCount object.
1515
1515
  * @param getSearchesCount.index - Index name.
1516
- * @param getSearchesCount.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1517
- * @param getSearchesCount.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1516
+ * @param getSearchesCount.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1517
+ * @param getSearchesCount.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1518
1518
  * @param getSearchesCount.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1519
1519
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1520
1520
  */
@@ -1553,8 +1553,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1553
1553
  *
1554
1554
  * @param getSearchesNoClicks - The getSearchesNoClicks object.
1555
1555
  * @param getSearchesNoClicks.index - Index name.
1556
- * @param getSearchesNoClicks.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1557
- * @param getSearchesNoClicks.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1556
+ * @param getSearchesNoClicks.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1557
+ * @param getSearchesNoClicks.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1558
1558
  * @param getSearchesNoClicks.limit - Number of items to return.
1559
1559
  * @param getSearchesNoClicks.offset - Position of the first item to return.
1560
1560
  * @param getSearchesNoClicks.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1601,8 +1601,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1601
1601
  *
1602
1602
  * @param getSearchesNoResults - The getSearchesNoResults object.
1603
1603
  * @param getSearchesNoResults.index - Index name.
1604
- * @param getSearchesNoResults.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1605
- * @param getSearchesNoResults.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1604
+ * @param getSearchesNoResults.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1605
+ * @param getSearchesNoResults.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1606
1606
  * @param getSearchesNoResults.limit - Number of items to return.
1607
1607
  * @param getSearchesNoResults.offset - Position of the first item to return.
1608
1608
  * @param getSearchesNoResults.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1677,8 +1677,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1677
1677
  *
1678
1678
  * @param getTopCountries - The getTopCountries object.
1679
1679
  * @param getTopCountries.index - Index name.
1680
- * @param getTopCountries.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1681
- * @param getTopCountries.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1680
+ * @param getTopCountries.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1681
+ * @param getTopCountries.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1682
1682
  * @param getTopCountries.limit - Number of items to return.
1683
1683
  * @param getTopCountries.offset - Position of the first item to return.
1684
1684
  * @param getTopCountries.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1726,8 +1726,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1726
1726
  * @param getTopFilterAttributes - The getTopFilterAttributes object.
1727
1727
  * @param getTopFilterAttributes.index - Index name.
1728
1728
  * @param getTopFilterAttributes.search - Search query.
1729
- * @param getTopFilterAttributes.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1730
- * @param getTopFilterAttributes.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1729
+ * @param getTopFilterAttributes.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1730
+ * @param getTopFilterAttributes.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1731
1731
  * @param getTopFilterAttributes.limit - Number of items to return.
1732
1732
  * @param getTopFilterAttributes.offset - Position of the first item to return.
1733
1733
  * @param getTopFilterAttributes.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1779,8 +1779,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1779
1779
  * @param getTopFilterForAttribute.attribute - Attribute name.
1780
1780
  * @param getTopFilterForAttribute.index - Index name.
1781
1781
  * @param getTopFilterForAttribute.search - Search query.
1782
- * @param getTopFilterForAttribute.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1783
- * @param getTopFilterForAttribute.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1782
+ * @param getTopFilterForAttribute.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1783
+ * @param getTopFilterForAttribute.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1784
1784
  * @param getTopFilterForAttribute.limit - Number of items to return.
1785
1785
  * @param getTopFilterForAttribute.offset - Position of the first item to return.
1786
1786
  * @param getTopFilterForAttribute.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1834,8 +1834,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1834
1834
  * @param getTopFiltersNoResults - The getTopFiltersNoResults object.
1835
1835
  * @param getTopFiltersNoResults.index - Index name.
1836
1836
  * @param getTopFiltersNoResults.search - Search query.
1837
- * @param getTopFiltersNoResults.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1838
- * @param getTopFiltersNoResults.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1837
+ * @param getTopFiltersNoResults.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1838
+ * @param getTopFiltersNoResults.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1839
1839
  * @param getTopFiltersNoResults.limit - Number of items to return.
1840
1840
  * @param getTopFiltersNoResults.offset - Position of the first item to return.
1841
1841
  * @param getTopFiltersNoResults.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1888,8 +1888,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1888
1888
  * @param getTopHits.search - Search query.
1889
1889
  * @param getTopHits.clickAnalytics - Whether to include metrics related to click and conversion events in the response.
1890
1890
  * @param getTopHits.revenueAnalytics - Whether to include revenue-related metrics in the response. If true, metrics related to click and conversion events are also included in the response.
1891
- * @param getTopHits.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1892
- * @param getTopHits.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1891
+ * @param getTopHits.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1892
+ * @param getTopHits.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1893
1893
  * @param getTopHits.limit - Number of items to return.
1894
1894
  * @param getTopHits.offset - Position of the first item to return.
1895
1895
  * @param getTopHits.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
@@ -1947,8 +1947,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1947
1947
  * @param getTopSearches.index - Index name.
1948
1948
  * @param getTopSearches.clickAnalytics - Whether to include metrics related to click and conversion events in the response.
1949
1949
  * @param getTopSearches.revenueAnalytics - Whether to include revenue-related metrics in the response. If true, metrics related to click and conversion events are also included in the response.
1950
- * @param getTopSearches.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
1951
- * @param getTopSearches.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
1950
+ * @param getTopSearches.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1951
+ * @param getTopSearches.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1952
1952
  * @param getTopSearches.orderBy - Attribute by which to order the response items. If the `clickAnalytics` parameter is false, only `searchCount` is available.
1953
1953
  * @param getTopSearches.direction - Sorting direction of the results: ascending or descending.
1954
1954
  * @param getTopSearches.limit - Number of items to return.
@@ -2009,8 +2009,8 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
2009
2009
  *
2010
2010
  * @param getUsersCount - The getUsersCount object.
2011
2011
  * @param getUsersCount.index - Index name.
2012
- * @param getUsersCount.startDate - Start date (`YYYY-MM-DD`) of the period to analyze.
2013
- * @param getUsersCount.endDate - End date (`YYYY-MM-DD`) of the period to analyze.
2012
+ * @param getUsersCount.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
2013
+ * @param getUsersCount.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
2014
2014
  * @param getUsersCount.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
2015
2015
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
2016
2016
  */
@@ -2045,7 +2045,7 @@ function createAnalyticsClient({ appId: appIdOption, apiKey: apiKeyOption, authM
2045
2045
  }
2046
2046
 
2047
2047
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2048
- const apiClientVersion$2 = '5.0.0-alpha.110';
2048
+ const apiClientVersion$2 = '5.0.0-alpha.111';
2049
2049
  const REGIONS = ['eu', 'us'];
2050
2050
  function getDefaultHosts$1(region) {
2051
2051
  const url = 'personalization.{region}.algolia.com'.replace('{region}', region);
@@ -2306,7 +2306,7 @@ function createPersonalizationClient({ appId: appIdOption, apiKey: apiKeyOption,
2306
2306
  }
2307
2307
 
2308
2308
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2309
- const apiClientVersion$1 = '5.0.0-alpha.110';
2309
+ const apiClientVersion$1 = '5.0.0-alpha.111';
2310
2310
  function getDefaultHosts(appId) {
2311
2311
  return [
2312
2312
  {
@@ -2742,7 +2742,7 @@ function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption, authMode
2742
2742
  * - admin.
2743
2743
  *
2744
2744
  * @param assignUserId - The assignUserId object.
2745
- * @param assignUserId.xAlgoliaUserID - User ID to assign.
2745
+ * @param assignUserId.xAlgoliaUserID - Unique identifier of the user who makes the search request.
2746
2746
  * @param assignUserId.assignUserIdParams - The assignUserIdParams object.
2747
2747
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
2748
2748
  */
@@ -2808,7 +2808,7 @@ function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption, authMode
2808
2808
  * - admin.
2809
2809
  *
2810
2810
  * @param batchAssignUserIds - The batchAssignUserIds object.
2811
- * @param batchAssignUserIds.xAlgoliaUserID - User ID to assign.
2811
+ * @param batchAssignUserIds.xAlgoliaUserID - Unique identifier of the user who makes the search request.
2812
2812
  * @param batchAssignUserIds.batchAssignUserIdsParams - The batchAssignUserIdsParams object.
2813
2813
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
2814
2814
  */
@@ -3614,7 +3614,7 @@ function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption, authMode
3614
3614
  * - admin.
3615
3615
  *
3616
3616
  * @param getUserId - The getUserId object.
3617
- * @param getUserId.userID - User ID to assign.
3617
+ * @param getUserId.userID - Unique identifier of the user who makes the search request.
3618
3618
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
3619
3619
  */
3620
3620
  getUserId({ userID }, requestOptions) {
@@ -3863,7 +3863,7 @@ function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption, authMode
3863
3863
  * - admin.
3864
3864
  *
3865
3865
  * @param removeUserId - The removeUserId object.
3866
- * @param removeUserId.userID - User ID to assign.
3866
+ * @param removeUserId.userID - Unique identifier of the user who makes the search request.
3867
3867
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
3868
3868
  */
3869
3869
  removeUserId({ userID }, requestOptions) {