Skip to content

Commit f35d05f

Browse files
sethmlarsonswallez
authored andcommitted
Make node_id optional on SnapshotShardFailure
1 parent b992cb0 commit f35d05f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/snapshot/_types/SnapshotShardFailure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Id, IndexName } from '@_types/common'
2121

2222
export class SnapshotShardFailure {
2323
index: IndexName
24-
node_id: Id
24+
node_id?: Id
2525
reason: string
2626
shard_id: Id
2727
status: string

0 commit comments

Comments
 (0)