Skip to content

Commit

Permalink
remove duplicate name (#3661) (#3663)
Browse files Browse the repository at this point in the history
(cherry picked from commit 47e82ee)

Co-authored-by: Laura Trotta <[email protected]>
  • Loading branch information
github-actions[bot] and l-trotta authored Jan 30, 2025
1 parent 78bdb98 commit 47181de
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 51 deletions.
8 changes: 4 additions & 4 deletions output/openapi/elasticsearch-openapi.json

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

70 changes: 35 additions & 35 deletions output/schema/schema.json

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

16 changes: 8 additions & 8 deletions output/typescript/types.ts

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

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class Response {
/**
* The node that coordinated the analysis and performed the final cleanup.
*/
coordinating_node: NodeInfo
coordinating_node: SnapshotNodeInfo
/**
* The time it took to delete all the blobs in the container.
*/
Expand Down Expand Up @@ -107,7 +107,7 @@ export class Response {
}
}

export class NodeInfo {
export class SnapshotNodeInfo {
id: Id
name: Name
}
Expand Down Expand Up @@ -234,7 +234,7 @@ export class ReadBlobDetails {
/**
* The node that performed the read operation.
*/
node: NodeInfo
node: SnapshotNodeInfo
/**
* 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.
* If the blob was not found, this detail is omitted.
Expand Down Expand Up @@ -317,5 +317,5 @@ export class DetailsInfo {
/**
* The node which wrote the blob and coordinated the read operations.
*/
writer_node: NodeInfo
writer_node: SnapshotNodeInfo
}

0 comments on commit 47181de

Please sign in to comment.