Skip to content

Commit

Permalink
fix(specs): make optional for tasks [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4095

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Nov 12, 2024
1 parent 1fa0cc7 commit df1e896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ingestion/model/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export type Task = {
*/
failureThreshold?: number;

action: ActionType;
action?: ActionType;

/**
* Date of the last cursor in RFC 3339 format.
Expand Down
2 changes: 1 addition & 1 deletion packages/ingestion/model/taskV1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type TaskV1 = {
*/
failureThreshold?: number;

action: ActionType;
action?: ActionType;

/**
* Date of the last cursor in RFC 3339 format.
Expand Down

0 comments on commit df1e896

Please sign in to comment.