Skip to content

Commit

Permalink
making the nodes (info) endpoint work
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed May 31, 2024
1 parent ab1ee68 commit 5479c8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions output/schema/schema.json

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

6 changes: 3 additions & 3 deletions output/typescript/types.ts

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

6 changes: 3 additions & 3 deletions specification/nodes/info/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class NodeInfoSettings {
repositories?: NodeInfoRepositories
discovery?: NodeInfoDiscover
action?: NodeInfoAction
client: NodeInfoClient
client?: NodeInfoClient
http: NodeInfoSettingsHttp
bootstrap?: NodeInfoBootstrap
transport: NodeInfoSettingsTransport
Expand Down Expand Up @@ -218,7 +218,7 @@ export class NodeInfoSettingsTransportFeatures {
}

export class NodeInfoSettingsNetwork {
host: Host
host?: Host
}

export class NodeInfoIngest {
Expand Down Expand Up @@ -280,7 +280,7 @@ export class NodeInfoXpackLicenseType {

export class NodeInfoScript {
allowed_types: string
disable_max_compilations_rate: string
disable_max_compilations_rate?: string
}

export class NodeInfoSearch {
Expand Down

0 comments on commit 5479c8f

Please sign in to comment.