algoliasearch 5.0.0-alpha.110 → 5.0.0-alpha.112

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 (125) 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 +62 -62
  4. package/dist/algoliasearch.esm.browser.js +64 -67
  5. package/dist/algoliasearch.esm.node.js +62 -62
  6. package/dist/algoliasearch.umd.js +2 -2
  7. package/dist/client-abtesting/model/aBTest.d.ts +9 -24
  8. package/dist/client-abtesting/model/aBTest.d.ts.map +1 -1
  9. package/dist/client-abtesting/model/aBTestConfiguration.d.ts +12 -0
  10. package/dist/client-abtesting/model/aBTestConfiguration.d.ts.map +1 -0
  11. package/dist/client-abtesting/model/aBTestResponse.d.ts +2 -2
  12. package/dist/client-abtesting/model/abTestsVariant.d.ts +3 -3
  13. package/dist/client-abtesting/model/addABTestsRequest.d.ts +1 -1
  14. package/dist/client-abtesting/model/clientMethodProps.d.ts +5 -5
  15. package/dist/client-abtesting/model/customSearchParams.d.ts +1 -1
  16. package/dist/client-abtesting/model/effect.d.ts +5 -0
  17. package/dist/client-abtesting/model/effect.d.ts.map +1 -0
  18. package/dist/client-abtesting/model/emptySearch.d.ts +10 -0
  19. package/dist/client-abtesting/model/emptySearch.d.ts.map +1 -0
  20. package/dist/client-abtesting/model/index.d.ts +6 -0
  21. package/dist/client-abtesting/model/index.d.ts.map +1 -1
  22. package/dist/client-abtesting/model/listABTestsResponse.d.ts +1 -1
  23. package/dist/client-abtesting/model/minimumDetectableEffect.d.ts +12 -0
  24. package/dist/client-abtesting/model/minimumDetectableEffect.d.ts.map +1 -0
  25. package/dist/client-abtesting/model/outliers.d.ts +10 -0
  26. package/dist/client-abtesting/model/outliers.d.ts.map +1 -0
  27. package/dist/client-abtesting/model/status.d.ts +5 -0
  28. package/dist/client-abtesting/model/status.d.ts.map +1 -0
  29. package/dist/client-abtesting/model/variant.d.ts +13 -13
  30. package/dist/client-abtesting/src/abtestingClient.d.ts +11 -11
  31. package/dist/client-analytics/model/clientMethodProps.d.ts +38 -38
  32. package/dist/client-analytics/model/getStatusResponse.d.ts +1 -1
  33. package/dist/client-analytics/src/analyticsClient.d.ts +39 -39
  34. package/dist/client-personalization/model/clientMethodProps.d.ts +2 -2
  35. package/dist/client-personalization/model/deleteUserProfileResponse.d.ts +2 -2
  36. package/dist/client-personalization/model/eventScoring.d.ts +4 -6
  37. package/dist/client-personalization/model/eventScoring.d.ts.map +1 -1
  38. package/dist/client-personalization/model/eventType.d.ts +5 -0
  39. package/dist/client-personalization/model/eventType.d.ts.map +1 -0
  40. package/dist/client-personalization/model/facetScoring.d.ts +2 -2
  41. package/dist/client-personalization/model/getUserTokenResponse.d.ts +3 -3
  42. package/dist/client-personalization/model/index.d.ts +1 -0
  43. package/dist/client-personalization/model/index.d.ts.map +1 -1
  44. package/dist/client-personalization/model/personalizationStrategyParams.d.ts +3 -3
  45. package/dist/client-personalization/src/personalizationClient.d.ts +7 -7
  46. package/dist/client-search/model/addApiKeyResponse.d.ts +1 -1
  47. package/dist/client-search/model/baseGetApiKeyResponse.d.ts +1 -1
  48. package/dist/client-search/model/baseIndexSettings.d.ts +10 -10
  49. package/dist/client-search/model/baseSearchParamsWithoutQuery.d.ts +5 -4
  50. package/dist/client-search/model/baseSearchParamsWithoutQuery.d.ts.map +1 -1
  51. package/dist/client-search/model/clientMethodProps.d.ts +4 -4
  52. package/dist/client-search/model/createdAtResponse.d.ts +1 -1
  53. package/dist/client-search/model/deleteApiKeyResponse.d.ts +1 -1
  54. package/dist/client-search/model/deleteByParams.d.ts +2 -2
  55. package/dist/client-search/model/deleteSourceResponse.d.ts +1 -1
  56. package/dist/client-search/model/deletedAtResponse.d.ts +1 -1
  57. package/dist/client-search/model/exactOnSingleWordQuery.d.ts +1 -1
  58. package/dist/client-search/model/fetchedIndex.d.ts +1 -1
  59. package/dist/client-search/model/indexSettingsAsSearchParams.d.ts +10 -10
  60. package/dist/client-search/model/log.d.ts +1 -1
  61. package/dist/client-search/model/multipleBatchRequest.d.ts +1 -1
  62. package/dist/client-search/model/operationIndexParams.d.ts +1 -1
  63. package/dist/client-search/model/reRankingApplyFilter.d.ts +1 -1
  64. package/dist/client-search/model/removeUserIdResponse.d.ts +1 -1
  65. package/dist/client-search/model/removeWordsIfNoResults.d.ts +1 -1
  66. package/dist/client-search/model/replaceSourceResponse.d.ts +1 -1
  67. package/dist/client-search/model/saveObjectResponse.d.ts +1 -1
  68. package/dist/client-search/model/saveSynonymResponse.d.ts +1 -1
  69. package/dist/client-search/model/searchForFacetsOptions.d.ts +1 -1
  70. package/dist/client-search/model/searchForHitsOptions.d.ts +1 -1
  71. package/dist/client-search/model/searchParamsObject.d.ts +3 -0
  72. package/dist/client-search/model/searchParamsObject.d.ts.map +1 -1
  73. package/dist/client-search/model/searchUserIdsResponse.d.ts +1 -1
  74. package/dist/client-search/model/securedAPIKeyRestrictions.d.ts +1 -1
  75. package/dist/client-search/model/sortRemainingBy.d.ts +1 -1
  76. package/dist/client-search/model/updateApiKeyResponse.d.ts +1 -1
  77. package/dist/client-search/model/updatedAtResponse.d.ts +1 -1
  78. package/dist/client-search/model/updatedAtWithObjectIdResponse.d.ts +1 -1
  79. package/dist/client-search/model/updatedRuleResponse.d.ts +1 -1
  80. package/dist/client-search/model/userHit.d.ts +1 -1
  81. package/dist/client-search/model/userId.d.ts +1 -1
  82. package/dist/client-search/src/searchClient.d.ts +5 -5
  83. package/dist/lite/lite.cjs +1 -1
  84. package/dist/lite/lite.esm.browser.js +3 -6
  85. package/dist/lite/lite.esm.node.js +1 -1
  86. package/dist/lite/lite.umd.js +2 -2
  87. package/dist/lite/model/addApiKeyResponse.d.ts +1 -1
  88. package/dist/lite/model/baseGetApiKeyResponse.d.ts +1 -1
  89. package/dist/lite/model/baseIndexSettings.d.ts +10 -10
  90. package/dist/lite/model/baseSearchParamsWithoutQuery.d.ts +5 -4
  91. package/dist/lite/model/baseSearchParamsWithoutQuery.d.ts.map +1 -1
  92. package/dist/lite/model/deleteByParams.d.ts +2 -2
  93. package/dist/lite/model/exactOnSingleWordQuery.d.ts +1 -1
  94. package/dist/lite/model/fetchedIndex.d.ts +1 -1
  95. package/dist/lite/model/indexSettingsAsSearchParams.d.ts +10 -10
  96. package/dist/lite/model/reRankingApplyFilter.d.ts +1 -1
  97. package/dist/lite/model/removeWordsIfNoResults.d.ts +1 -1
  98. package/dist/lite/model/searchForFacetsOptions.d.ts +1 -1
  99. package/dist/lite/model/searchForHitsOptions.d.ts +1 -1
  100. package/dist/lite/model/searchParamsObject.d.ts +3 -0
  101. package/dist/lite/model/searchParamsObject.d.ts.map +1 -1
  102. package/dist/lite/model/securedAPIKeyRestrictions.d.ts +1 -1
  103. package/dist/lite/model/sortRemainingBy.d.ts +1 -1
  104. package/dist/lite/model/updatedRuleResponse.d.ts +1 -1
  105. package/dist/lite/model/userId.d.ts +1 -1
  106. package/dist/lite/src/liteClient.d.ts +1 -1
  107. package/lite/model/addApiKeyResponse.ts +1 -1
  108. package/lite/model/baseGetApiKeyResponse.ts +1 -1
  109. package/lite/model/baseIndexSettings.ts +10 -10
  110. package/lite/model/baseSearchParamsWithoutQuery.ts +5 -4
  111. package/lite/model/deleteByParams.ts +2 -2
  112. package/lite/model/exactOnSingleWordQuery.ts +1 -1
  113. package/lite/model/fetchedIndex.ts +1 -1
  114. package/lite/model/indexSettingsAsSearchParams.ts +10 -10
  115. package/lite/model/reRankingApplyFilter.ts +1 -1
  116. package/lite/model/removeWordsIfNoResults.ts +1 -1
  117. package/lite/model/searchForFacetsOptions.ts +1 -1
  118. package/lite/model/searchForHitsOptions.ts +1 -1
  119. package/lite/model/searchParamsObject.ts +3 -0
  120. package/lite/model/securedAPIKeyRestrictions.ts +1 -1
  121. package/lite/model/sortRemainingBy.ts +1 -1
  122. package/lite/model/updatedRuleResponse.ts +1 -1
  123. package/lite/model/userId.ts +1 -1
  124. package/lite/src/liteClient.ts +1 -1
  125. package/package.json +12 -12
@@ -6,11 +6,11 @@ export type Variant = {
6
6
  */
7
7
  addToCartCount: number;
8
8
  /**
9
- * Variant\'s [add-to-cart rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#add-to-cart-rate).
9
+ * [Add-to-cart rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#add-to-cart-rate) for this variant.
10
10
  */
11
11
  addToCartRate: number | null;
12
12
  /**
13
- * Variant\'s [average click position](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-position).
13
+ * [Average click position](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-position) for this variant.
14
14
  */
15
15
  averageClickPosition: number | null;
16
16
  /**
@@ -18,7 +18,7 @@ export type Variant = {
18
18
  */
19
19
  clickCount: number;
20
20
  /**
21
- * Variant\'s [click-through rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate).
21
+ * [Click-through rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate) for this variant.
22
22
  */
23
23
  clickThroughRate: number | null;
24
24
  /**
@@ -26,7 +26,7 @@ export type Variant = {
26
26
  */
27
27
  conversionCount: number;
28
28
  /**
29
- * Variant\'s [conversion rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#conversion-rate).
29
+ * [Conversion rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#conversion-rate) for this variant.
30
30
  */
31
31
  conversionRate: number | null;
32
32
  /**
@@ -34,20 +34,20 @@ export type Variant = {
34
34
  */
35
35
  currencies?: Record<string, Currency>;
36
36
  /**
37
- * A/B test description.
37
+ * Description for this variant.
38
38
  */
39
39
  description: string;
40
40
  /**
41
- * The estimated number of searches that will need to be run to achieve the desired confidence level and statistical power. A `minimumDetectableEffect` must be set in the `configuration` object for this to be used.
41
+ * Estimated number of searches required to achieve the desired statistical significance. The A/B test configuration must include a `mininmumDetectableEffect` setting for this number to be included in the response.
42
42
  */
43
43
  estimatedSampleSize?: number;
44
44
  filterEffects?: FilterEffects;
45
45
  /**
46
- * A/B test index.
46
+ * Index name of the A/B test variant (case-sensitive).
47
47
  */
48
48
  index: string;
49
49
  /**
50
- * Number of [searches without results](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#searches-without-results) for that variant.
50
+ * Number of [searches without results](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#searches-without-results) for this variant.
51
51
  */
52
52
  noResultCount: number | null;
53
53
  /**
@@ -55,11 +55,11 @@ export type Variant = {
55
55
  */
56
56
  purchaseCount: number;
57
57
  /**
58
- * Variant\'s [purchase rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#purchase-rate).
58
+ * [Purchase rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#purchase-rate) for this variant.
59
59
  */
60
60
  purchaseRate: number | null;
61
61
  /**
62
- * Number of searches carried out during the A/B test.
62
+ * Number of searches for this variant.
63
63
  */
64
64
  searchCount: number | null;
65
65
  /**
@@ -67,15 +67,15 @@ export type Variant = {
67
67
  */
68
68
  trackedSearchCount?: number;
69
69
  /**
70
- * A/B test traffic percentage.
70
+ * Percentage of search requests each variant receives.
71
71
  */
72
72
  trafficPercentage: number;
73
73
  /**
74
- * Number of users during the A/B test.
74
+ * Number of users that made searches to this variant.
75
75
  */
76
76
  userCount: number | null;
77
77
  /**
78
- * Number of users that performed a tracked search during the A/B test.
78
+ * Number of users that made tracked searches to this variant.
79
79
  */
80
80
  trackedUserCount: number | null;
81
81
  };
@@ -4,7 +4,7 @@ import type { ABTestResponse } from '../model/aBTestResponse';
4
4
  import type { AddABTestsRequest } from '../model/addABTestsRequest';
5
5
  import type { CustomDeleteProps, CustomGetProps, CustomPostProps, CustomPutProps, DeleteABTestProps, GetABTestProps, ListABTestsProps, StopABTestProps } from '../model/clientMethodProps';
6
6
  import type { ListABTestsResponse } from '../model/listABTestsResponse';
7
- export declare const apiClientVersion = "5.0.0-alpha.110";
7
+ export declare const apiClientVersion = "5.0.0-alpha.112";
8
8
  export declare const REGIONS: readonly ["de", "us"];
9
9
  export type Region = (typeof REGIONS)[number];
10
10
  export declare function createAbtestingClient({ appId: appIdOption, apiKey: apiKeyOption, authMode, algoliaAgents, region: regionOption, ...options }: CreateClientOptions & {
@@ -31,7 +31,7 @@ export declare function createAbtestingClient({ appId: appIdOption, apiKey: apiK
31
31
  */
32
32
  addAlgoliaAgent(segment: string, version?: string): void;
33
33
  /**
34
- * Creates an A/B test.
34
+ * Creates a new A/B test.
35
35
  *
36
36
  * Required API Key ACLs:
37
37
  * - editSettings.
@@ -79,29 +79,29 @@ export declare function createAbtestingClient({ appId: appIdOption, apiKey: apiK
79
79
  */
80
80
  customPut({ path, parameters, body }: CustomPutProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
81
81
  /**
82
- * Delete an A/B test. To determine the `id` for an A/B test, use the [`listABTests` operation](#tag/abtest/operation/listABTests).
82
+ * Deletes an A/B test by its ID.
83
83
  *
84
84
  * Required API Key ACLs:
85
85
  * - editSettings.
86
86
  *
87
87
  * @param deleteABTest - The deleteABTest object.
88
- * @param deleteABTest.id - Unique A/B test ID.
88
+ * @param deleteABTest.id - Unique A/B test identifier.
89
89
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
90
90
  */
91
91
  deleteABTest({ id }: DeleteABTestProps, requestOptions?: RequestOptions): Promise<ABTestResponse>;
92
92
  /**
93
- * Get specific details for an A/B test. To determine the `id` for an A/B test, use the [`listABTests` operation](#tag/abtest/operation/listABTests).
93
+ * Retrieves the details for an A/B test by its ID.
94
94
  *
95
95
  * Required API Key ACLs:
96
96
  * - analytics.
97
97
  *
98
98
  * @param getABTest - The getABTest object.
99
- * @param getABTest.id - Unique A/B test ID.
99
+ * @param getABTest.id - Unique A/B test identifier.
100
100
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
101
101
  */
102
102
  getABTest({ id }: GetABTestProps, requestOptions?: RequestOptions): Promise<ABTest>;
103
103
  /**
104
- * List all A/B tests.
104
+ * Lists all A/B tests you configured for this application.
105
105
  *
106
106
  * Required API Key ACLs:
107
107
  * - analytics.
@@ -109,19 +109,19 @@ export declare function createAbtestingClient({ appId: appIdOption, apiKey: apiK
109
109
  * @param listABTests - The listABTests object.
110
110
  * @param listABTests.offset - Position of the first item to return.
111
111
  * @param listABTests.limit - Number of items to return.
112
- * @param listABTests.indexPrefix - Only return A/B tests for indices starting with this prefix.
113
- * @param listABTests.indexSuffix - Only return A/B tests for indices ending with this suffix.
112
+ * @param listABTests.indexPrefix - Index name prefix. Only A/B tests for indices starting with this string are included in the response.
113
+ * @param listABTests.indexSuffix - Index name suffix. Only A/B tests for indices ending with this string are included in the response.
114
114
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
115
115
  */
116
116
  listABTests({ offset, limit, indexPrefix, indexSuffix }?: ListABTestsProps, requestOptions?: RequestOptions | undefined): Promise<ListABTestsResponse>;
117
117
  /**
118
- * If stopped, the test is over and can\'t be restarted. There is now only one index, receiving 100% of all search requests. The data gathered for stopped A/B tests is retained. To determine the `id` for an A/B test, use the [`listABTests` operation](#tag/abtest/operation/listABTests).
118
+ * Stops an A/B test by its ID. You can\'t restart stopped A/B tests.
119
119
  *
120
120
  * Required API Key ACLs:
121
121
  * - editSettings.
122
122
  *
123
123
  * @param stopABTest - The stopABTest object.
124
- * @param stopABTest.id - Unique A/B test ID.
124
+ * @param stopABTest.id - Unique A/B test identifier.
125
125
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
126
126
  */
127
127
  stopABTest({ id }: StopABTestProps, requestOptions?: RequestOptions): Promise<ABTestResponse>;
@@ -69,11 +69,11 @@ export type GetAddToCartRateProps = {
69
69
  */
70
70
  index: string;
71
71
  /**
72
- * Start date (`YYYY-MM-DD`) of the period to analyze.
72
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
73
73
  */
74
74
  startDate?: string;
75
75
  /**
76
- * End date (`YYYY-MM-DD`) of the period to analyze.
76
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
77
77
  */
78
78
  endDate?: string;
79
79
  /**
@@ -90,11 +90,11 @@ export type GetAverageClickPositionProps = {
90
90
  */
91
91
  index: string;
92
92
  /**
93
- * Start date (`YYYY-MM-DD`) of the period to analyze.
93
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
94
94
  */
95
95
  startDate?: string;
96
96
  /**
97
- * End date (`YYYY-MM-DD`) of the period to analyze.
97
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
98
98
  */
99
99
  endDate?: string;
100
100
  /**
@@ -111,11 +111,11 @@ export type GetClickPositionsProps = {
111
111
  */
112
112
  index: string;
113
113
  /**
114
- * Start date (`YYYY-MM-DD`) of the period to analyze.
114
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
115
115
  */
116
116
  startDate?: string;
117
117
  /**
118
- * End date (`YYYY-MM-DD`) of the period to analyze.
118
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
119
119
  */
120
120
  endDate?: string;
121
121
  /**
@@ -132,11 +132,11 @@ export type GetClickThroughRateProps = {
132
132
  */
133
133
  index: string;
134
134
  /**
135
- * Start date (`YYYY-MM-DD`) of the period to analyze.
135
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
136
136
  */
137
137
  startDate?: string;
138
138
  /**
139
- * End date (`YYYY-MM-DD`) of the period to analyze.
139
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
140
140
  */
141
141
  endDate?: string;
142
142
  /**
@@ -153,11 +153,11 @@ export type GetConversionRateProps = {
153
153
  */
154
154
  index: string;
155
155
  /**
156
- * Start date (`YYYY-MM-DD`) of the period to analyze.
156
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
157
157
  */
158
158
  startDate?: string;
159
159
  /**
160
- * End date (`YYYY-MM-DD`) of the period to analyze.
160
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
161
161
  */
162
162
  endDate?: string;
163
163
  /**
@@ -174,11 +174,11 @@ export type GetNoClickRateProps = {
174
174
  */
175
175
  index: string;
176
176
  /**
177
- * Start date (`YYYY-MM-DD`) of the period to analyze.
177
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
178
178
  */
179
179
  startDate?: string;
180
180
  /**
181
- * End date (`YYYY-MM-DD`) of the period to analyze.
181
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
182
182
  */
183
183
  endDate?: string;
184
184
  /**
@@ -195,11 +195,11 @@ export type GetNoResultsRateProps = {
195
195
  */
196
196
  index: string;
197
197
  /**
198
- * Start date (`YYYY-MM-DD`) of the period to analyze.
198
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
199
199
  */
200
200
  startDate?: string;
201
201
  /**
202
- * End date (`YYYY-MM-DD`) of the period to analyze.
202
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
203
203
  */
204
204
  endDate?: string;
205
205
  /**
@@ -216,11 +216,11 @@ export type GetPurchaseRateProps = {
216
216
  */
217
217
  index: string;
218
218
  /**
219
- * Start date (`YYYY-MM-DD`) of the period to analyze.
219
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
220
220
  */
221
221
  startDate?: string;
222
222
  /**
223
- * End date (`YYYY-MM-DD`) of the period to analyze.
223
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
224
224
  */
225
225
  endDate?: string;
226
226
  /**
@@ -237,11 +237,11 @@ export type GetRevenueProps = {
237
237
  */
238
238
  index: string;
239
239
  /**
240
- * Start date (`YYYY-MM-DD`) of the period to analyze.
240
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
241
241
  */
242
242
  startDate?: string;
243
243
  /**
244
- * End date (`YYYY-MM-DD`) of the period to analyze.
244
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
245
245
  */
246
246
  endDate?: string;
247
247
  /**
@@ -258,11 +258,11 @@ export type GetSearchesCountProps = {
258
258
  */
259
259
  index: string;
260
260
  /**
261
- * Start date (`YYYY-MM-DD`) of the period to analyze.
261
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
262
262
  */
263
263
  startDate?: string;
264
264
  /**
265
- * End date (`YYYY-MM-DD`) of the period to analyze.
265
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
266
266
  */
267
267
  endDate?: string;
268
268
  /**
@@ -279,11 +279,11 @@ export type GetSearchesNoClicksProps = {
279
279
  */
280
280
  index: string;
281
281
  /**
282
- * Start date (`YYYY-MM-DD`) of the period to analyze.
282
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
283
283
  */
284
284
  startDate?: string;
285
285
  /**
286
- * End date (`YYYY-MM-DD`) of the period to analyze.
286
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
287
287
  */
288
288
  endDate?: string;
289
289
  /**
@@ -308,11 +308,11 @@ export type GetSearchesNoResultsProps = {
308
308
  */
309
309
  index: string;
310
310
  /**
311
- * Start date (`YYYY-MM-DD`) of the period to analyze.
311
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
312
312
  */
313
313
  startDate?: string;
314
314
  /**
315
- * End date (`YYYY-MM-DD`) of the period to analyze.
315
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
316
316
  */
317
317
  endDate?: string;
318
318
  /**
@@ -346,11 +346,11 @@ export type GetTopCountriesProps = {
346
346
  */
347
347
  index: string;
348
348
  /**
349
- * Start date (`YYYY-MM-DD`) of the period to analyze.
349
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
350
350
  */
351
351
  startDate?: string;
352
352
  /**
353
- * End date (`YYYY-MM-DD`) of the period to analyze.
353
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
354
354
  */
355
355
  endDate?: string;
356
356
  /**
@@ -379,11 +379,11 @@ export type GetTopFilterAttributesProps = {
379
379
  */
380
380
  search?: string;
381
381
  /**
382
- * Start date (`YYYY-MM-DD`) of the period to analyze.
382
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
383
383
  */
384
384
  startDate?: string;
385
385
  /**
386
- * End date (`YYYY-MM-DD`) of the period to analyze.
386
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
387
387
  */
388
388
  endDate?: string;
389
389
  /**
@@ -416,11 +416,11 @@ export type GetTopFilterForAttributeProps = {
416
416
  */
417
417
  search?: string;
418
418
  /**
419
- * Start date (`YYYY-MM-DD`) of the period to analyze.
419
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
420
420
  */
421
421
  startDate?: string;
422
422
  /**
423
- * End date (`YYYY-MM-DD`) of the period to analyze.
423
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
424
424
  */
425
425
  endDate?: string;
426
426
  /**
@@ -449,11 +449,11 @@ export type GetTopFiltersNoResultsProps = {
449
449
  */
450
450
  search?: string;
451
451
  /**
452
- * Start date (`YYYY-MM-DD`) of the period to analyze.
452
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
453
453
  */
454
454
  startDate?: string;
455
455
  /**
456
- * End date (`YYYY-MM-DD`) of the period to analyze.
456
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
457
457
  */
458
458
  endDate?: string;
459
459
  /**
@@ -490,11 +490,11 @@ export type GetTopHitsProps = {
490
490
  */
491
491
  revenueAnalytics?: boolean;
492
492
  /**
493
- * Start date (`YYYY-MM-DD`) of the period to analyze.
493
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
494
494
  */
495
495
  startDate?: string;
496
496
  /**
497
- * End date (`YYYY-MM-DD`) of the period to analyze.
497
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
498
498
  */
499
499
  endDate?: string;
500
500
  /**
@@ -527,11 +527,11 @@ export type GetTopSearchesProps = {
527
527
  */
528
528
  revenueAnalytics?: boolean;
529
529
  /**
530
- * Start date (`YYYY-MM-DD`) of the period to analyze.
530
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
531
531
  */
532
532
  startDate?: string;
533
533
  /**
534
- * End date (`YYYY-MM-DD`) of the period to analyze.
534
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
535
535
  */
536
536
  endDate?: string;
537
537
  /**
@@ -564,11 +564,11 @@ export type GetUsersCountProps = {
564
564
  */
565
565
  index: string;
566
566
  /**
567
- * Start date (`YYYY-MM-DD`) of the period to analyze.
567
+ * Start date of the period to analyze, in `YYYY-MM-DD` format.
568
568
  */
569
569
  startDate?: string;
570
570
  /**
571
- * End date (`YYYY-MM-DD`) of the period to analyze.
571
+ * End date of the period to analyze, in `YYYY-MM-DD` format.
572
572
  */
573
573
  endDate?: string;
574
574
  /**
@@ -1,6 +1,6 @@
1
1
  export type GetStatusResponse = {
2
2
  /**
3
- * Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format. If null, no update was performed yet.
3
+ * Date and time when the object was updated, in RFC 3339 format.
4
4
  */
5
5
  updatedAt: string | null;
6
6
  };