Skip to content

Commit

Permalink
chore: generated code for commit 156fd9e. [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Welke <kai.welke@algolia.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
4 people committed Mar 12, 2024
1 parent 156fd9e commit c27282b
Show file tree
Hide file tree
Showing 2,162 changed files with 44,952 additions and 30,998 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ public interface IAbtestingClient
/// <summary>
/// List all A/B tests.
/// </summary>
/// <param name="offset">Position of the starting record. Used for paging. 0 is the first record. (optional, default to 0)</param>
/// <param name="limit">Number of records to return (page size). (optional, default to 10)</param>
/// <param name="offset">Position of the first item to return. (optional, default to 0)</param>
/// <param name="limit">Number of items to return. (optional, default to 10)</param>
/// <param name="indexPrefix">Only return A/B tests for indices starting with this prefix. (optional)</param>
/// <param name="indexSuffix">Only return A/B tests for indices ending with this suffix. (optional)</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand All @@ -219,8 +219,8 @@ public interface IAbtestingClient
/// <summary>
/// List all A/B tests. (Synchronous version)
/// </summary>
/// <param name="offset">Position of the starting record. Used for paging. 0 is the first record. (optional, default to 0)</param>
/// <param name="limit">Number of records to return (page size). (optional, default to 10)</param>
/// <param name="offset">Position of the first item to return. (optional, default to 0)</param>
/// <param name="limit">Number of items to return. (optional, default to 10)</param>
/// <param name="indexPrefix">Only return A/B tests for indices starting with this prefix. (optional)</param>
/// <param name="indexSuffix">Only return A/B tests for indices ending with this suffix. (optional)</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand Down Expand Up @@ -621,8 +621,8 @@ public async Task<ABTest> GetABTestAsync(int id, RequestOptions options = null,
///
/// Required API Key ACLs:
/// - analytics
/// <param name="offset">Position of the starting record. Used for paging. 0 is the first record. (optional, default to 0)</param>
/// <param name="limit">Number of records to return (page size). (optional, default to 10)</param>
/// <param name="offset">Position of the first item to return. (optional, default to 0)</param>
/// <param name="limit">Number of items to return. (optional, default to 10)</param>
/// <param name="indexPrefix">Only return A/B tests for indices starting with this prefix. (optional)</param>
/// <param name="indexSuffix">Only return A/B tests for indices ending with this suffix. (optional)</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand Down Expand Up @@ -650,8 +650,8 @@ public async Task<ListABTestsResponse> ListABTestsAsync(int? offset = default, i
///
/// Required API Key ACLs:
/// - analytics
/// <param name="offset">Position of the starting record. Used for paging. 0 is the first record. (optional, default to 0)</param>
/// <param name="limit">Number of records to return (page size). (optional, default to 10)</param>
/// <param name="offset">Position of the first item to return. (optional, default to 0)</param>
/// <param name="limit">Number of items to return. (optional, default to 10)</param>
/// <param name="indexPrefix">Only return A/B tests for indices starting with this prefix. (optional)</param>
/// <param name="indexSuffix">Only return A/B tests for indices ending with this suffix. (optional)</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ public interface IRecommendClient
/// <summary>
/// Delete a [Recommend rule](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/).
/// </summary>
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="objectID">Unique record (object) identifier.</param>
/// <param name="objectID">Unique record identifier.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
Expand All @@ -146,9 +146,9 @@ public interface IRecommendClient
/// <summary>
/// Delete a [Recommend rule](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/). (Synchronous version)
/// </summary>
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="objectID">Unique record (object) identifier.</param>
/// <param name="objectID">Unique record identifier.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
Expand All @@ -160,9 +160,9 @@ public interface IRecommendClient
/// <summary>
/// Return a [Recommend rule](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/).
/// </summary>
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="objectID">Unique record (object) identifier.</param>
/// <param name="objectID">Unique record identifier.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
Expand All @@ -174,9 +174,9 @@ public interface IRecommendClient
/// <summary>
/// Return a [Recommend rule](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/). (Synchronous version)
/// </summary>
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="objectID">Unique record (object) identifier.</param>
/// <param name="objectID">Unique record identifier.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
Expand All @@ -188,7 +188,7 @@ public interface IRecommendClient
/// <summary>
/// Some operations, such as deleting a Recommend rule, will respond with a `taskID` value. Use this value here to check the status of that task.
/// </summary>
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="taskID">Unique identifier of a task. Numeric value (up to 64bits).</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand All @@ -202,7 +202,7 @@ public interface IRecommendClient
/// <summary>
/// Some operations, such as deleting a Recommend rule, will respond with a `taskID` value. Use this value here to check the status of that task. (Synchronous version)
/// </summary>
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="taskID">Unique identifier of a task. Numeric value (up to 64bits).</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand Down Expand Up @@ -240,7 +240,7 @@ public interface IRecommendClient
/// <summary>
/// List [Recommend rules](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/).
/// </summary>
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="searchRecommendRulesParams"> (optional)</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand All @@ -254,7 +254,7 @@ public interface IRecommendClient
/// <summary>
/// List [Recommend rules](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/). (Synchronous version)
/// </summary>
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="searchRecommendRulesParams"> (optional)</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand Down Expand Up @@ -505,9 +505,9 @@ public async Task<object> CustomPutAsync(string path, Dictionary<string, object>
///
/// Required API Key ACLs:
/// - editSettings
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="objectID">Unique record (object) identifier.</param>
/// <param name="objectID">Unique record identifier.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
Expand Down Expand Up @@ -541,9 +541,9 @@ public async Task<DeletedAtResponse> DeleteRecommendRuleAsync(string indexName,
///
/// Required API Key ACLs:
/// - editSettings
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="objectID">Unique record (object) identifier.</param>
/// <param name="objectID">Unique record identifier.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
Expand All @@ -560,9 +560,9 @@ public async Task<DeletedAtResponse> DeleteRecommendRuleAsync(string indexName,
///
/// Required API Key ACLs:
/// - settings
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="objectID">Unique record (object) identifier.</param>
/// <param name="objectID">Unique record identifier.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
Expand Down Expand Up @@ -596,9 +596,9 @@ public async Task<RuleResponse> GetRecommendRuleAsync(string indexName, Recommen
///
/// Required API Key ACLs:
/// - settings
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="objectID">Unique record (object) identifier.</param>
/// <param name="objectID">Unique record identifier.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
Expand All @@ -615,7 +615,7 @@ public async Task<RuleResponse> GetRecommendRuleAsync(string indexName, Recommen
///
/// Required API Key ACLs:
/// - editSettings
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="taskID">Unique identifier of a task. Numeric value (up to 64bits).</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand Down Expand Up @@ -648,7 +648,7 @@ public async Task<GetRecommendTaskResponse> GetRecommendStatusAsync(string index
///
/// Required API Key ACLs:
/// - editSettings
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="taskID">Unique identifier of a task. Numeric value (up to 64bits).</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand Down Expand Up @@ -712,7 +712,7 @@ public async Task<GetRecommendationsResponse> GetRecommendationsAsync(GetRecomme
///
/// Required API Key ACLs:
/// - settings
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="searchRecommendRulesParams"> (optional)</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand Down Expand Up @@ -745,7 +745,7 @@ public async Task<SearchRecommendRulesResponse> SearchRecommendRulesAsync(string
///
/// Required API Key ACLs:
/// - settings
/// <param name="indexName">Index on which to perform the request.</param>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
/// <param name="searchRecommendRulesParams"> (optional)</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand Down
Loading

0 comments on commit c27282b

Please sign in to comment.