Skip to content

Commit 07bf2d9

Browse files
algolia-botkai687
andcommitted
chore: generated code for commit abc01107. [skip ci]
algolia/api-clients-automation@abc0110 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent 321cbd8 commit 07bf2d9

23 files changed

+38
-38
lines changed

packages/ingestion/model/authentication.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ export type Authentication = {
2525
input: AuthInputPartial;
2626

2727
/**
28-
* Date of creation in RFC3339 format.
28+
* Date of creation in RFC 3339 format.
2929
*/
3030
createdAt: string;
3131

3232
/**
33-
* Date of last update in RFC3339 format.
33+
* Date of last update in RFC 3339 format.
3434
*/
3535
updatedAt?: string;
3636
};

packages/ingestion/model/authenticationCreateResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export type AuthenticationCreateResponse = {
1515
name: string;
1616

1717
/**
18-
* Date of creation in RFC3339 format.
18+
* Date of creation in RFC 3339 format.
1919
*/
2020
createdAt: string;
2121
};

packages/ingestion/model/authenticationUpdateResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export type AuthenticationUpdateResponse = {
1515
name: string;
1616

1717
/**
18-
* Date of last update in RFC3339 format.
18+
* Date of last update in RFC 3339 format.
1919
*/
2020
updatedAt: string;
2121
};

packages/ingestion/model/clientMethodProps.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ export type GetEventsProps = {
282282
*/
283283
order?: OrderKeys;
284284
/**
285-
* Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used.
285+
* Date and time in RFC 3339 format for the earliest events to retrieve. By default, the current time minus three hours is used.
286286
*/
287287
startDate?: string;
288288
/**
289-
* Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used.
289+
* Date and time in RFC 3339 format for the latest events to retrieve. By default, the current time is used.
290290
*/
291291
endDate?: string;
292292
};
@@ -330,11 +330,11 @@ export type GetRunsProps = {
330330
*/
331331
order?: OrderKeys;
332332
/**
333-
* Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used.
333+
* Date in RFC 3339 format for the earliest run to retrieve. By default, the current day minus seven days is used.
334334
*/
335335
startDate?: string;
336336
/**
337-
* Date in RFC3339 format for the latest run to retrieve. By default, the current day is used.
337+
* Date in RFC 3339 format for the latest run to retrieve. By default, the current day is used.
338338
*/
339339
endDate?: string;
340340
};

packages/ingestion/model/deleteResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export type DeleteResponse = {
44
/**
5-
* Date of deletion in RFC3339 format.
5+
* Date of deletion in RFC 3339 format.
66
*/
77
deletedAt: string;
88
};

packages/ingestion/model/destination.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ export type Destination = {
2222
input: DestinationInput;
2323

2424
/**
25-
* Date of creation in RFC3339 format.
25+
* Date of creation in RFC 3339 format.
2626
*/
2727
createdAt: string;
2828

2929
/**
30-
* Date of last update in RFC3339 format.
30+
* Date of last update in RFC 3339 format.
3131
*/
3232
updatedAt?: string;
3333

packages/ingestion/model/destinationCreateResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export type DestinationCreateResponse = {
1515
name: string;
1616

1717
/**
18-
* Date of creation in RFC3339 format.
18+
* Date of creation in RFC 3339 format.
1919
*/
2020
createdAt: string;
2121
};

packages/ingestion/model/destinationUpdateResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export type DestinationUpdateResponse = {
1515
name: string;
1616

1717
/**
18-
* Date of last update in RFC3339 format.
18+
* Date of last update in RFC 3339 format.
1919
*/
2020
updatedAt: string;
2121
};

packages/ingestion/model/dockerSourceDiscover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export type DockerSourceDiscover = {
77
runID: string;
88

99
/**
10-
* Date of creation in RFC3339 format.
10+
* Date of creation in RFC 3339 format.
1111
*/
1212
createdAt: string;
1313
};

packages/ingestion/model/event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export type Event = {
3434
data?: Record<string, any>;
3535

3636
/**
37-
* Date of publish RFC3339 format.
37+
* Date of publish RFC 3339 format.
3838
*/
3939
publishedAt: string;
4040
};

packages/ingestion/model/onDemandDateUtilsInput.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import type { MappingInput } from './mappingInput';
77
*/
88
export type OnDemandDateUtilsInput = {
99
/**
10-
* Earliest date in RFC3339 format of the extracted data from Big Query.
10+
* Earliest date in RFC 3339 format of the extracted data from Big Query.
1111
*/
1212
startDate: string;
1313

1414
/**
15-
* Latest date in RFC3339 format of the extracted data from Big Query.
15+
* Latest date in RFC 3339 format of the extracted data from Big Query.
1616
*/
1717
endDate: string;
1818

packages/ingestion/model/onDemandTrigger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export type OnDemandTrigger = {
99
type: OnDemandTriggerType;
1010

1111
/**
12-
* The last time the scheduled task ran in RFC3339 format.
12+
* The last time the scheduled task ran in RFC 3339 format.
1313
*/
1414
lastRun?: string;
1515
};

packages/ingestion/model/run.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ export type Run = {
4040
type: RunType;
4141

4242
/**
43-
* Date of creation in RFC3339 format.
43+
* Date of creation in RFC 3339 format.
4444
*/
4545
createdAt: string;
4646

4747
/**
48-
* Date of start in RFC3339 format.
48+
* Date of start in RFC 3339 format.
4949
*/
5050
startedAt?: string;
5151

5252
/**
53-
* Date of finish in RFC3339 format.
53+
* Date of finish in RFC 3339 format.
5454
*/
5555
finishedAt?: string;
5656
};

packages/ingestion/model/runResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type RunResponse = {
1010
runID: string;
1111

1212
/**
13-
* Date of creation in RFC3339 format.
13+
* Date of creation in RFC 3339 format.
1414
*/
1515
createdAt: string;
1616
};

packages/ingestion/model/scheduleTrigger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ export type ScheduleTrigger = {
1414
cron: string;
1515

1616
/**
17-
* The last time the scheduled task ran in RFC3339 format.
17+
* The last time the scheduled task ran in RFC 3339 format.
1818
*/
1919
lastRun?: string;
2020

2121
/**
22-
* The next scheduled run of the task in RFC3339 format.
22+
* The next scheduled run of the task in RFC 3339 format.
2323
*/
2424
nextRun: string;
2525
};

packages/ingestion/model/source.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ export type Source = {
2121
authenticationID?: string;
2222

2323
/**
24-
* Date of creation in RFC3339 format.
24+
* Date of creation in RFC 3339 format.
2525
*/
2626
createdAt: string;
2727

2828
/**
29-
* Date of last update in RFC3339 format.
29+
* Date of last update in RFC 3339 format.
3030
*/
3131
updatedAt?: string;
3232
};

packages/ingestion/model/sourceCreateResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type SourceCreateResponse = {
1212
name: string;
1313

1414
/**
15-
* Date of creation in RFC3339 format.
15+
* Date of creation in RFC 3339 format.
1616
*/
1717
createdAt: string;
1818
};

packages/ingestion/model/sourceUpdateResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type SourceUpdateResponse = {
1212
name: string;
1313

1414
/**
15-
* Date of last update in RFC3339 format.
15+
* Date of last update in RFC 3339 format.
1616
*/
1717
updatedAt: string;
1818
};

packages/ingestion/model/task.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ export type Task = {
3737
action: ActionType;
3838

3939
/**
40-
* Date of creation in RFC3339 format.
40+
* Date of creation in RFC 3339 format.
4141
*/
4242
createdAt: string;
4343

4444
/**
45-
* Date of last update in RFC3339 format.
45+
* Date of last update in RFC 3339 format.
4646
*/
4747
updatedAt?: string;
4848
};

packages/ingestion/model/taskCreateResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type TaskCreateResponse = {
1010
taskID: string;
1111

1212
/**
13-
* Date of creation in RFC3339 format.
13+
* Date of creation in RFC 3339 format.
1414
*/
1515
createdAt: string;
1616
};

packages/ingestion/model/taskUpdateResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type TaskUpdateResponse = {
1010
taskID: string;
1111

1212
/**
13-
* Date of last update in RFC3339 format.
13+
* Date of last update in RFC 3339 format.
1414
*/
1515
updatedAt: string;
1616
};

packages/ingestion/model/window.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
*/
66
export type Window = {
77
/**
8-
* Date in RFC3339 format representing the oldest data in the time window.
8+
* Date in RFC 3339 format representing the oldest data in the time window.
99
*/
1010
startDate: string;
1111

1212
/**
13-
* Date in RFC3339 format representing the newest data in the time window.
13+
* Date in RFC 3339 format representing the newest data in the time window.
1414
*/
1515
endDate: string;
1616
};

packages/ingestion/src/ingestionClient.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,8 +1073,8 @@ export function createIngestionClient({
10731073
* @param getEvents.type - Event type for filtering the list of task runs.
10741074
* @param getEvents.sort - Property by which to sort the list of task run events.
10751075
* @param getEvents.order - Sort order of the response, ascending or descending.
1076-
* @param getEvents.startDate - Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used.
1077-
* @param getEvents.endDate - Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used.
1076+
* @param getEvents.startDate - Date and time in RFC 3339 format for the earliest events to retrieve. By default, the current time minus three hours is used.
1077+
* @param getEvents.endDate - Date and time in RFC 3339 format for the latest events to retrieve. By default, the current time is used.
10781078
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
10791079
*/
10801080
getEvents(
@@ -1198,8 +1198,8 @@ export function createIngestionClient({
11981198
* @param getRuns.taskID - Task ID for filtering the list of task runs.
11991199
* @param getRuns.sort - Property by which to sort the list of task runs.
12001200
* @param getRuns.order - Sort order of the response, ascending or descending.
1201-
* @param getRuns.startDate - Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used.
1202-
* @param getRuns.endDate - Date in RFC3339 format for the latest run to retrieve. By default, the current day is used.
1201+
* @param getRuns.startDate - Date in RFC 3339 format for the earliest run to retrieve. By default, the current day minus seven days is used.
1202+
* @param getRuns.endDate - Date in RFC 3339 format for the latest run to retrieve. By default, the current day is used.
12031203
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
12041204
*/
12051205
getRuns(

0 commit comments

Comments
 (0)