Skip to content

Commit 5b77d51

Browse files
algolia-botkai687
andcommitted
chore: generated code for commit abc0110. [skip ci]
Co-authored-by: Kai Welke <[email protected]>
1 parent abc0110 commit 5b77d51

File tree

259 files changed

+601
-601
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+601
-601
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,8 @@ public interface IIngestionClient
545545
/// <param name="type">Event type for filtering the list of task runs. (optional)</param>
546546
/// <param name="sort">Property by which to sort the list of task run events. (optional)</param>
547547
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
548-
/// <param name="startDate">Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
549-
/// <param name="endDate">Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
548+
/// <param name="startDate">Date and time in RFC 3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
549+
/// <param name="endDate">Date and time in RFC 3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
550550
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
551551
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
552552
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -565,8 +565,8 @@ public interface IIngestionClient
565565
/// <param name="type">Event type for filtering the list of task runs. (optional)</param>
566566
/// <param name="sort">Property by which to sort the list of task run events. (optional)</param>
567567
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
568-
/// <param name="startDate">Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
569-
/// <param name="endDate">Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
568+
/// <param name="startDate">Date and time in RFC 3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
569+
/// <param name="endDate">Date and time in RFC 3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
570570
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
571571
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
572572
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -608,8 +608,8 @@ public interface IIngestionClient
608608
/// <param name="taskID">Task ID for filtering the list of task runs. (optional)</param>
609609
/// <param name="sort">Property by which to sort the list of task runs. (optional)</param>
610610
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
611-
/// <param name="startDate">Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
612-
/// <param name="endDate">Date in RFC3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
611+
/// <param name="startDate">Date in RFC 3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
612+
/// <param name="endDate">Date in RFC 3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
613613
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
614614
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
615615
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -627,8 +627,8 @@ public interface IIngestionClient
627627
/// <param name="taskID">Task ID for filtering the list of task runs. (optional)</param>
628628
/// <param name="sort">Property by which to sort the list of task runs. (optional)</param>
629629
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
630-
/// <param name="startDate">Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
631-
/// <param name="endDate">Date in RFC3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
630+
/// <param name="startDate">Date in RFC 3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
631+
/// <param name="endDate">Date in RFC 3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
632632
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
633633
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
634634
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -2033,8 +2033,8 @@ public Event GetEvent(string runID, string eventID, RequestOptions options = nul
20332033
/// <param name="type">Event type for filtering the list of task runs. (optional)</param>
20342034
/// <param name="sort">Property by which to sort the list of task run events. (optional)</param>
20352035
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
2036-
/// <param name="startDate">Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
2037-
/// <param name="endDate">Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
2036+
/// <param name="startDate">Date and time in RFC 3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
2037+
/// <param name="endDate">Date and time in RFC 3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
20382038
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
20392039
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
20402040
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -2078,8 +2078,8 @@ public async Task<ListEventsResponse> GetEventsAsync(string runID, int? itemsPer
20782078
/// <param name="type">Event type for filtering the list of task runs. (optional)</param>
20792079
/// <param name="sort">Property by which to sort the list of task run events. (optional)</param>
20802080
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
2081-
/// <param name="startDate">Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
2082-
/// <param name="endDate">Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
2081+
/// <param name="startDate">Date and time in RFC 3339 format for the earliest events to retrieve. By default, the current time minus three hours is used. (optional)</param>
2082+
/// <param name="endDate">Date and time in RFC 3339 format for the latest events to retrieve. By default, the current time is used. (optional)</param>
20832083
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
20842084
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
20852085
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -2152,8 +2152,8 @@ public Run GetRun(string runID, RequestOptions options = null, CancellationToken
21522152
/// <param name="taskID">Task ID for filtering the list of task runs. (optional)</param>
21532153
/// <param name="sort">Property by which to sort the list of task runs. (optional)</param>
21542154
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
2155-
/// <param name="startDate">Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
2156-
/// <param name="endDate">Date in RFC3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
2155+
/// <param name="startDate">Date in RFC 3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
2156+
/// <param name="endDate">Date in RFC 3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
21572157
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
21582158
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
21592159
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -2191,8 +2191,8 @@ public async Task<RunListResponse> GetRunsAsync(int? itemsPerPage = default, int
21912191
/// <param name="taskID">Task ID for filtering the list of task runs. (optional)</param>
21922192
/// <param name="sort">Property by which to sort the list of task runs. (optional)</param>
21932193
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
2194-
/// <param name="startDate">Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
2195-
/// <param name="endDate">Date in RFC3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
2194+
/// <param name="startDate">Date in RFC 3339 format for the earliest run to retrieve. By default, the current day minus seven days is used. (optional)</param>
2195+
/// <param name="endDate">Date in RFC 3339 format for the latest run to retrieve. By default, the current day is used. (optional)</param>
21962196
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
21972197
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
21982198
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/Authentication.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public Authentication() { }
4040
/// <param name="type">type (required).</param>
4141
/// <param name="name">Descriptive name for the resource. (required).</param>
4242
/// <param name="input">input (required).</param>
43-
/// <param name="createdAt">Date of creation in RFC3339 format. (required).</param>
43+
/// <param name="createdAt">Date of creation in RFC 3339 format. (required).</param>
4444
public Authentication(string authenticationID, AuthenticationType? type, string name, AuthInputPartial input, string createdAt)
4545
{
4646
AuthenticationID = authenticationID ?? throw new ArgumentNullException(nameof(authenticationID));
@@ -71,16 +71,16 @@ public Authentication(string authenticationID, AuthenticationType? type, string
7171
public AuthInputPartial Input { get; set; }
7272

7373
/// <summary>
74-
/// Date of creation in RFC3339 format.
74+
/// Date of creation in RFC 3339 format.
7575
/// </summary>
76-
/// <value>Date of creation in RFC3339 format.</value>
76+
/// <value>Date of creation in RFC 3339 format.</value>
7777
[JsonPropertyName("createdAt")]
7878
public string CreatedAt { get; set; }
7979

8080
/// <summary>
81-
/// Date of last update in RFC3339 format.
81+
/// Date of last update in RFC 3339 format.
8282
/// </summary>
83-
/// <value>Date of last update in RFC3339 format.</value>
83+
/// <value>Date of last update in RFC 3339 format.</value>
8484
[JsonPropertyName("updatedAt")]
8585
public string UpdatedAt { get; set; }
8686

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/AuthenticationCreateResponse.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public AuthenticationCreateResponse() { }
2626
/// </summary>
2727
/// <param name="authenticationID">Universally unique identifier (UUID) of an authentication resource. (required).</param>
2828
/// <param name="name">Descriptive name for the resource. (required).</param>
29-
/// <param name="createdAt">Date of creation in RFC3339 format. (required).</param>
29+
/// <param name="createdAt">Date of creation in RFC 3339 format. (required).</param>
3030
public AuthenticationCreateResponse(string authenticationID, string name, string createdAt)
3131
{
3232
AuthenticationID = authenticationID ?? throw new ArgumentNullException(nameof(authenticationID));
@@ -49,9 +49,9 @@ public AuthenticationCreateResponse(string authenticationID, string name, string
4949
public string Name { get; set; }
5050

5151
/// <summary>
52-
/// Date of creation in RFC3339 format.
52+
/// Date of creation in RFC 3339 format.
5353
/// </summary>
54-
/// <value>Date of creation in RFC3339 format.</value>
54+
/// <value>Date of creation in RFC 3339 format.</value>
5555
[JsonPropertyName("createdAt")]
5656
public string CreatedAt { get; set; }
5757

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/AuthenticationUpdateResponse.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public AuthenticationUpdateResponse() { }
2626
/// </summary>
2727
/// <param name="authenticationID">Universally unique identifier (UUID) of an authentication resource. (required).</param>
2828
/// <param name="name">Descriptive name for the resource. (required).</param>
29-
/// <param name="updatedAt">Date of last update in RFC3339 format. (required).</param>
29+
/// <param name="updatedAt">Date of last update in RFC 3339 format. (required).</param>
3030
public AuthenticationUpdateResponse(string authenticationID, string name, string updatedAt)
3131
{
3232
AuthenticationID = authenticationID ?? throw new ArgumentNullException(nameof(authenticationID));
@@ -49,9 +49,9 @@ public AuthenticationUpdateResponse(string authenticationID, string name, string
4949
public string Name { get; set; }
5050

5151
/// <summary>
52-
/// Date of last update in RFC3339 format.
52+
/// Date of last update in RFC 3339 format.
5353
/// </summary>
54-
/// <value>Date of last update in RFC3339 format.</value>
54+
/// <value>Date of last update in RFC 3339 format.</value>
5555
[JsonPropertyName("updatedAt")]
5656
public string UpdatedAt { get; set; }
5757

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/DeleteResponse.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ public DeleteResponse() { }
2424
/// <summary>
2525
/// Initializes a new instance of the DeleteResponse class.
2626
/// </summary>
27-
/// <param name="deletedAt">Date of deletion in RFC3339 format. (required).</param>
27+
/// <param name="deletedAt">Date of deletion in RFC 3339 format. (required).</param>
2828
public DeleteResponse(string deletedAt)
2929
{
3030
DeletedAt = deletedAt ?? throw new ArgumentNullException(nameof(deletedAt));
3131
}
3232

3333
/// <summary>
34-
/// Date of deletion in RFC3339 format.
34+
/// Date of deletion in RFC 3339 format.
3535
/// </summary>
36-
/// <value>Date of deletion in RFC3339 format.</value>
36+
/// <value>Date of deletion in RFC 3339 format.</value>
3737
[JsonPropertyName("deletedAt")]
3838
public string DeletedAt { get; set; }
3939

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/Destination.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public Destination() { }
3434
/// <param name="type">type (required).</param>
3535
/// <param name="name">Descriptive name for the resource. (required).</param>
3636
/// <param name="input">input (required).</param>
37-
/// <param name="createdAt">Date of creation in RFC3339 format. (required).</param>
37+
/// <param name="createdAt">Date of creation in RFC 3339 format. (required).</param>
3838
public Destination(string destinationID, DestinationType? type, string name, DestinationInput input, string createdAt)
3939
{
4040
DestinationID = destinationID ?? throw new ArgumentNullException(nameof(destinationID));
@@ -65,16 +65,16 @@ public Destination(string destinationID, DestinationType? type, string name, Des
6565
public DestinationInput Input { get; set; }
6666

6767
/// <summary>
68-
/// Date of creation in RFC3339 format.
68+
/// Date of creation in RFC 3339 format.
6969
/// </summary>
70-
/// <value>Date of creation in RFC3339 format.</value>
70+
/// <value>Date of creation in RFC 3339 format.</value>
7171
[JsonPropertyName("createdAt")]
7272
public string CreatedAt { get; set; }
7373

7474
/// <summary>
75-
/// Date of last update in RFC3339 format.
75+
/// Date of last update in RFC 3339 format.
7676
/// </summary>
77-
/// <value>Date of last update in RFC3339 format.</value>
77+
/// <value>Date of last update in RFC 3339 format.</value>
7878
[JsonPropertyName("updatedAt")]
7979
public string UpdatedAt { get; set; }
8080

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/DestinationCreateResponse.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public DestinationCreateResponse() { }
2626
/// </summary>
2727
/// <param name="destinationID">Universally unique identifier (UUID) of a destination resource. (required).</param>
2828
/// <param name="name">Descriptive name for the resource. (required).</param>
29-
/// <param name="createdAt">Date of creation in RFC3339 format. (required).</param>
29+
/// <param name="createdAt">Date of creation in RFC 3339 format. (required).</param>
3030
public DestinationCreateResponse(string destinationID, string name, string createdAt)
3131
{
3232
DestinationID = destinationID ?? throw new ArgumentNullException(nameof(destinationID));
@@ -49,9 +49,9 @@ public DestinationCreateResponse(string destinationID, string name, string creat
4949
public string Name { get; set; }
5050

5151
/// <summary>
52-
/// Date of creation in RFC3339 format.
52+
/// Date of creation in RFC 3339 format.
5353
/// </summary>
54-
/// <value>Date of creation in RFC3339 format.</value>
54+
/// <value>Date of creation in RFC 3339 format.</value>
5555
[JsonPropertyName("createdAt")]
5656
public string CreatedAt { get; set; }
5757

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/DestinationUpdateResponse.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public DestinationUpdateResponse() { }
2626
/// </summary>
2727
/// <param name="destinationID">Universally unique identifier (UUID) of a destination resource. (required).</param>
2828
/// <param name="name">Descriptive name for the resource. (required).</param>
29-
/// <param name="updatedAt">Date of last update in RFC3339 format. (required).</param>
29+
/// <param name="updatedAt">Date of last update in RFC 3339 format. (required).</param>
3030
public DestinationUpdateResponse(string destinationID, string name, string updatedAt)
3131
{
3232
DestinationID = destinationID ?? throw new ArgumentNullException(nameof(destinationID));
@@ -49,9 +49,9 @@ public DestinationUpdateResponse(string destinationID, string name, string updat
4949
public string Name { get; set; }
5050

5151
/// <summary>
52-
/// Date of last update in RFC3339 format.
52+
/// Date of last update in RFC 3339 format.
5353
/// </summary>
54-
/// <value>Date of last update in RFC3339 format.</value>
54+
/// <value>Date of last update in RFC 3339 format.</value>
5555
[JsonPropertyName("updatedAt")]
5656
public string UpdatedAt { get; set; }
5757

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/DockerSourceDiscover.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public DockerSourceDiscover() { }
2525
/// Initializes a new instance of the DockerSourceDiscover class.
2626
/// </summary>
2727
/// <param name="runID">Universally unique identifier (UUID) of a task run. (required).</param>
28-
/// <param name="createdAt">Date of creation in RFC3339 format. (required).</param>
28+
/// <param name="createdAt">Date of creation in RFC 3339 format. (required).</param>
2929
public DockerSourceDiscover(string runID, string createdAt)
3030
{
3131
RunID = runID ?? throw new ArgumentNullException(nameof(runID));
@@ -40,9 +40,9 @@ public DockerSourceDiscover(string runID, string createdAt)
4040
public string RunID { get; set; }
4141

4242
/// <summary>
43-
/// Date of creation in RFC3339 format.
43+
/// Date of creation in RFC 3339 format.
4444
/// </summary>
45-
/// <value>Date of creation in RFC3339 format.</value>
45+
/// <value>Date of creation in RFC 3339 format.</value>
4646
[JsonPropertyName("createdAt")]
4747
public string CreatedAt { get; set; }
4848

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/Event.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public Event() { }
4141
/// <param name="status">status (required).</param>
4242
/// <param name="type">type (required).</param>
4343
/// <param name="batchSize">The extracted record batch size. (required).</param>
44-
/// <param name="publishedAt">Date of publish RFC3339 format. (required).</param>
44+
/// <param name="publishedAt">Date of publish RFC 3339 format. (required).</param>
4545
public Event(string eventID, string runID, EventStatus? status, EventType? type, int batchSize, string publishedAt)
4646
{
4747
EventID = eventID ?? throw new ArgumentNullException(nameof(eventID));
@@ -87,9 +87,9 @@ public Event(string eventID, string runID, EventStatus? status, EventType? type,
8787
public Dictionary<string, object> Data { get; set; }
8888

8989
/// <summary>
90-
/// Date of publish RFC3339 format.
90+
/// Date of publish RFC 3339 format.
9191
/// </summary>
92-
/// <value>Date of publish RFC3339 format.</value>
92+
/// <value>Date of publish RFC 3339 format.</value>
9393
[JsonPropertyName("publishedAt")]
9494
public string PublishedAt { get; set; }
9595

0 commit comments

Comments
 (0)