Skip to content

Commit

Permalink
[883] action and name optional next_step
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Sep 27, 2024
1 parent 816a2b3 commit 4612859
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 0 additions & 2 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions specification/ilm/move_to_step/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
*/

export class StepKey {
action: string
name: string
// action and name are optional in case they are used in next_step
action?: string
name?: string
phase: string
}

0 comments on commit 4612859

Please sign in to comment.