Skip to content

Commit 89a4ef0

Browse files
l-trottagithub-actions[bot]
authored andcommitted
remove duplicate name (#3661)
(cherry picked from commit 47e82ee)
1 parent 78bdb98 commit 89a4ef0

File tree

4 files changed

+51
-51
lines changed

4 files changed

+51
-51
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 4 additions & 4 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: 35 additions & 35 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: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/snapshot/repository_analyze/SnapshotAnalyzeRepositoryResponse.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class Response {
3838
/**
3939
* The node that coordinated the analysis and performed the final cleanup.
4040
*/
41-
coordinating_node: NodeInfo
41+
coordinating_node: SnapshotNodeInfo
4242
/**
4343
* The time it took to delete all the blobs in the container.
4444
*/
@@ -107,7 +107,7 @@ export class Response {
107107
}
108108
}
109109

110-
export class NodeInfo {
110+
export class SnapshotNodeInfo {
111111
id: Id
112112
name: Name
113113
}
@@ -234,7 +234,7 @@ export class ReadBlobDetails {
234234
/**
235235
* The node that performed the read operation.
236236
*/
237-
node: NodeInfo
237+
node: SnapshotNodeInfo
238238
/**
239239
* The length of time spent waiting due to the `max_restore_bytes_per_sec` or `indices.recovery.max_bytes_per_sec` throttles during the read of the blob.
240240
* If the blob was not found, this detail is omitted.
@@ -317,5 +317,5 @@ export class DetailsInfo {
317317
/**
318318
* The node which wrote the blob and coordinated the read operations.
319319
*/
320-
writer_node: NodeInfo
320+
writer_node: SnapshotNodeInfo
321321
}

0 commit comments

Comments
 (0)