Skip to content

Commit c73e668

Browse files
chore: run all (generated)
Co-authored-by: shortcuts <[email protected]>
1 parent 0659da5 commit c73e668

File tree

13 files changed

+436
-686
lines changed

13 files changed

+436
-686
lines changed

clients/algoliasearch-client-csharp/algoliasearch/Clients/AnalyticsClient.cs

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

clients/algoliasearch-client-go/algolia/analytics/api_analytics.go

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-java/algoliasearch/src/main/java/com/algolia/api/AnalyticsClient.java

Lines changed: 64 additions & 128 deletions
Large diffs are not rendered by default.

clients/algoliasearch-client-javascript/packages/client-analytics/model/clientMethodProps.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,11 @@ export type GetSearchesNoClicksProps = {
305305
*/
306306
endDate?: string;
307307
/**
308-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
308+
* Number of items to return.
309309
*/
310310
limit?: number;
311311
/**
312-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
312+
* Position of the first item to return.
313313
*/
314314
offset?: number;
315315
/**
@@ -335,11 +335,11 @@ export type GetSearchesNoResultsProps = {
335335
*/
336336
endDate?: string;
337337
/**
338-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
338+
* Number of items to return.
339339
*/
340340
limit?: number;
341341
/**
342-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
342+
* Position of the first item to return.
343343
*/
344344
offset?: number;
345345
/**
@@ -375,11 +375,11 @@ export type GetTopCountriesProps = {
375375
*/
376376
endDate?: string;
377377
/**
378-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
378+
* Number of items to return.
379379
*/
380380
limit?: number;
381381
/**
382-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
382+
* Position of the first item to return.
383383
*/
384384
offset?: number;
385385
/**
@@ -409,11 +409,11 @@ export type GetTopFilterAttributesProps = {
409409
*/
410410
endDate?: string;
411411
/**
412-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
412+
* Number of items to return.
413413
*/
414414
limit?: number;
415415
/**
416-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
416+
* Position of the first item to return.
417417
*/
418418
offset?: number;
419419
/**
@@ -447,11 +447,11 @@ export type GetTopFilterForAttributeProps = {
447447
*/
448448
endDate?: string;
449449
/**
450-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
450+
* Number of items to return.
451451
*/
452452
limit?: number;
453453
/**
454-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
454+
* Position of the first item to return.
455455
*/
456456
offset?: number;
457457
/**
@@ -481,11 +481,11 @@ export type GetTopFiltersNoResultsProps = {
481481
*/
482482
endDate?: string;
483483
/**
484-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
484+
* Number of items to return.
485485
*/
486486
limit?: number;
487487
/**
488-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
488+
* Position of the first item to return.
489489
*/
490490
offset?: number;
491491
/**
@@ -523,11 +523,11 @@ export type GetTopHitsProps = {
523523
*/
524524
endDate?: string;
525525
/**
526-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
526+
* Number of items to return.
527527
*/
528528
limit?: number;
529529
/**
530-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
530+
* Position of the first item to return.
531531
*/
532532
offset?: number;
533533
/**
@@ -569,11 +569,11 @@ export type GetTopSearchesProps = {
569569
*/
570570
direction?: Direction;
571571
/**
572-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
572+
* Number of items to return.
573573
*/
574574
limit?: number;
575575
/**
576-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
576+
* Position of the first item to return.
577577
*/
578578
offset?: number;
579579
/**

clients/algoliasearch-client-javascript/packages/client-analytics/src/analyticsClient.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -770,8 +770,8 @@ export function createAnalyticsClient({
770770
* @param getSearchesNoClicks.index - Index name.
771771
* @param getSearchesNoClicks.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
772772
* @param getSearchesNoClicks.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
773-
* @param getSearchesNoClicks.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
774-
* @param getSearchesNoClicks.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
773+
* @param getSearchesNoClicks.limit - Number of items to return.
774+
* @param getSearchesNoClicks.offset - Position of the first item to return.
775775
* @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/).
776776
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
777777
*/
@@ -830,8 +830,8 @@ export function createAnalyticsClient({
830830
* @param getSearchesNoResults.index - Index name.
831831
* @param getSearchesNoResults.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
832832
* @param getSearchesNoResults.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
833-
* @param getSearchesNoResults.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
834-
* @param getSearchesNoResults.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
833+
* @param getSearchesNoResults.limit - Number of items to return.
834+
* @param getSearchesNoResults.offset - Position of the first item to return.
835835
* @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/).
836836
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
837837
*/
@@ -922,8 +922,8 @@ export function createAnalyticsClient({
922922
* @param getTopCountries.index - Index name.
923923
* @param getTopCountries.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
924924
* @param getTopCountries.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
925-
* @param getTopCountries.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
926-
* @param getTopCountries.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
925+
* @param getTopCountries.limit - Number of items to return.
926+
* @param getTopCountries.offset - Position of the first item to return.
927927
* @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/).
928928
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
929929
*/
@@ -983,8 +983,8 @@ export function createAnalyticsClient({
983983
* @param getTopFilterAttributes.search - Search query.
984984
* @param getTopFilterAttributes.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
985985
* @param getTopFilterAttributes.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
986-
* @param getTopFilterAttributes.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
987-
* @param getTopFilterAttributes.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
986+
* @param getTopFilterAttributes.limit - Number of items to return.
987+
* @param getTopFilterAttributes.offset - Position of the first item to return.
988988
* @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/).
989989
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
990990
*/
@@ -1049,8 +1049,8 @@ export function createAnalyticsClient({
10491049
* @param getTopFilterForAttribute.search - Search query.
10501050
* @param getTopFilterForAttribute.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
10511051
* @param getTopFilterForAttribute.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1052-
* @param getTopFilterForAttribute.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
1053-
* @param getTopFilterForAttribute.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
1052+
* @param getTopFilterForAttribute.limit - Number of items to return.
1053+
* @param getTopFilterForAttribute.offset - Position of the first item to return.
10541054
* @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/).
10551055
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
10561056
*/
@@ -1118,8 +1118,8 @@ export function createAnalyticsClient({
11181118
* @param getTopFiltersNoResults.search - Search query.
11191119
* @param getTopFiltersNoResults.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
11201120
* @param getTopFiltersNoResults.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1121-
* @param getTopFiltersNoResults.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
1122-
* @param getTopFiltersNoResults.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
1121+
* @param getTopFiltersNoResults.limit - Number of items to return.
1122+
* @param getTopFiltersNoResults.offset - Position of the first item to return.
11231123
* @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/).
11241124
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
11251125
*/
@@ -1185,8 +1185,8 @@ export function createAnalyticsClient({
11851185
* @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.
11861186
* @param getTopHits.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
11871187
* @param getTopHits.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1188-
* @param getTopHits.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
1189-
* @param getTopHits.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
1188+
* @param getTopHits.limit - Number of items to return.
1189+
* @param getTopHits.offset - Position of the first item to return.
11901190
* @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/).
11911191
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
11921192
*/
@@ -1261,8 +1261,8 @@ export function createAnalyticsClient({
12611261
* @param getTopSearches.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
12621262
* @param getTopSearches.orderBy - Attribute by which to order the response items. If the `clickAnalytics` parameter is false, only `searchCount` is available.
12631263
* @param getTopSearches.direction - Sorting direction of the results: ascending or descending.
1264-
* @param getTopSearches.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
1265-
* @param getTopSearches.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
1264+
* @param getTopSearches.limit - Number of items to return.
1265+
* @param getTopSearches.offset - Position of the first item to return.
12661266
* @param getTopSearches.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/).
12671267
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
12681268
*/

0 commit comments

Comments
 (0)