Skip to content

Commit 86cffb4

Browse files
algolia-botmillotp
andcommitted
chore: generated code for commit 9acdc96b. [skip ci]
algolia/api-clients-automation@9acdc96 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 64897e0 commit 86cffb4

File tree

4 files changed

+11
-28
lines changed

4 files changed

+11
-28
lines changed

packages/client-search/.openapi-generator-ignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages/ingestion/model/task.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ export type Task = {
1616

1717
action: ActionType;
1818

19-
lastRun?: string;
20-
21-
nextRun?: string;
22-
2319
/**
2420
* Date of creation (RFC3339 format).
2521
*/

packages/ingestion/model/trigger.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,15 @@ import type { TriggerType } from './triggerType';
55
export type Trigger = {
66
type: TriggerType;
77

8-
frequency?: string;
8+
cron?: string;
9+
10+
/**
11+
* The last time the task ran (`scheduled` or `on-demand`).
12+
*/
13+
lastRun?: string;
14+
15+
/**
16+
* The next scheduled run for the task (`scheduled`).
17+
*/
18+
nextRun?: string;
919
};

0 commit comments

Comments
 (0)