Skip to content

Commit e04fd96

Browse files
[8.7] Make node_id optional on SnapshotShardFailure
Co-authored-by: Seth Michael Larson <[email protected]>
1 parent a4f7b5a commit e04fd96

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)