Skip to content

Commit 4612859

Browse files
committed
[883] action and name optional next_step
1 parent 816a2b3 commit 4612859

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ilm/move_to_step/types.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
*/
1919

2020
export class StepKey {
21-
action: string
22-
name: string
21+
// action and name are optional in case they are used in next_step
22+
action?: string
23+
name?: string
2324
phase: string
2425
}

0 commit comments

Comments
 (0)