Skip to content

Commit

Permalink
fix(specs): update analytics and abtesting max pagination query limit…
Browse files Browse the repository at this point in the history
… (generated)

algolia/api-clients-automation#3696

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Fernando Beck <fe.beck25@gmail.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
3 people committed Oct 3, 2024
1 parent cbf51e8 commit 31a33c3
Showing 1 changed file with 64 additions and 32 deletions.
96 changes: 64 additions & 32 deletions Sources/Analytics/AnalyticsClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1078,8 +1078,10 @@ open class AnalyticsClient {
/// - parameter index: (query) Index name.
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter limit: (query) Number of items to return. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
/// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
/// items can be retrieved. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
/// first 1000 items can be retrieved. (optional, default to 0)
/// - parameter tags: (query) 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/). (optional)
Expand Down Expand Up @@ -1121,9 +1123,11 @@ open class AnalyticsClient {
//
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
//
// - parameter limit: (query) Number of items to return. (optional, default to 10)
// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
// items can be retrieved. (optional, default to 10)
//
// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
// first 1000 items can be retrieved. (optional, default to 0)
//
// - parameter tags: (query) 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
Expand Down Expand Up @@ -1169,8 +1173,10 @@ open class AnalyticsClient {
/// - parameter index: (query) Index name.
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter limit: (query) Number of items to return. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
/// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
/// items can be retrieved. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
/// first 1000 items can be retrieved. (optional, default to 0)
/// - parameter tags: (query) 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/). (optional)
Expand Down Expand Up @@ -1212,9 +1218,11 @@ open class AnalyticsClient {
//
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
//
// - parameter limit: (query) Number of items to return. (optional, default to 10)
// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
// items can be retrieved. (optional, default to 10)
//
// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
// first 1000 items can be retrieved. (optional, default to 0)
//
// - parameter tags: (query) 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
Expand Down Expand Up @@ -1310,8 +1318,10 @@ open class AnalyticsClient {
/// - parameter index: (query) Index name.
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter limit: (query) Number of items to return. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
/// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
/// items can be retrieved. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
/// first 1000 items can be retrieved. (optional, default to 0)
/// - parameter tags: (query) 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/). (optional)
Expand Down Expand Up @@ -1353,9 +1363,11 @@ open class AnalyticsClient {
//
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
//
// - parameter limit: (query) Number of items to return. (optional, default to 10)
// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
// items can be retrieved. (optional, default to 10)
//
// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
// first 1000 items can be retrieved. (optional, default to 0)
//
// - parameter tags: (query) 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
Expand Down Expand Up @@ -1402,8 +1414,10 @@ open class AnalyticsClient {
/// - parameter search: (query) Search query. (optional)
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter limit: (query) Number of items to return. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
/// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
/// items can be retrieved. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
/// first 1000 items can be retrieved. (optional, default to 0)
/// - parameter tags: (query) 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/). (optional)
Expand Down Expand Up @@ -1450,9 +1464,11 @@ open class AnalyticsClient {
//
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
//
// - parameter limit: (query) Number of items to return. (optional, default to 10)
// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
// items can be retrieved. (optional, default to 10)
//
// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
// first 1000 items can be retrieved. (optional, default to 0)
//
// - parameter tags: (query) 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
Expand Down Expand Up @@ -1502,8 +1518,10 @@ open class AnalyticsClient {
/// - parameter search: (query) Search query. (optional)
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter limit: (query) Number of items to return. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
/// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
/// items can be retrieved. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
/// first 1000 items can be retrieved. (optional, default to 0)
/// - parameter tags: (query) 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/). (optional)
Expand Down Expand Up @@ -1554,9 +1572,11 @@ open class AnalyticsClient {
//
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
//
// - parameter limit: (query) Number of items to return. (optional, default to 10)
// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
// items can be retrieved. (optional, default to 10)
//
// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
// first 1000 items can be retrieved. (optional, default to 0)
//
// - parameter tags: (query) 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
Expand Down Expand Up @@ -1619,8 +1639,10 @@ open class AnalyticsClient {
/// - parameter search: (query) Search query. (optional)
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter limit: (query) Number of items to return. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
/// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
/// items can be retrieved. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
/// first 1000 items can be retrieved. (optional, default to 0)
/// - parameter tags: (query) 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/). (optional)
Expand Down Expand Up @@ -1668,9 +1690,11 @@ open class AnalyticsClient {
//
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
//
// - parameter limit: (query) Number of items to return. (optional, default to 10)
// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
// items can be retrieved. (optional, default to 10)
//
// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
// first 1000 items can be retrieved. (optional, default to 0)
//
// - parameter tags: (query) 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
Expand Down Expand Up @@ -1723,8 +1747,10 @@ open class AnalyticsClient {
/// metrics related to click and conversion events are also included in the response. (optional, default to false)
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
/// - parameter limit: (query) Number of items to return. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
/// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
/// items can be retrieved. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
/// first 1000 items can be retrieved. (optional, default to 0)
/// - parameter tags: (query) 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/). (optional)
Expand Down Expand Up @@ -1780,9 +1806,11 @@ open class AnalyticsClient {
//
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
//
// - parameter limit: (query) Number of items to return. (optional, default to 10)
// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
// items can be retrieved. (optional, default to 10)
//
// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
// first 1000 items can be retrieved. (optional, default to 0)
//
// - parameter tags: (query) 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
Expand Down Expand Up @@ -1841,8 +1869,10 @@ open class AnalyticsClient {
/// - parameter orderBy: (query) Attribute by which to order the response items. If the `clickAnalytics` parameter
/// is false, only `searchCount` is available. (optional)
/// - parameter direction: (query) Sorting direction of the results: ascending or descending. (optional)
/// - parameter limit: (query) Number of items to return. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
/// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
/// items can be retrieved. (optional, default to 10)
/// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
/// first 1000 items can be retrieved. (optional, default to 0)
/// - parameter tags: (query) 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/). (optional)
Expand Down Expand Up @@ -1903,9 +1933,11 @@ open class AnalyticsClient {
//
// - parameter direction: (query) Sorting direction of the results: ascending or descending. (optional)
//
// - parameter limit: (query) Number of items to return. (optional, default to 10)
// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
// items can be retrieved. (optional, default to 10)
//
// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
// first 1000 items can be retrieved. (optional, default to 0)
//
// - parameter tags: (query) 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
Expand Down

0 comments on commit 31a33c3

Please sign in to comment.