Skip to content

Commit a9d5ab8

Browse files
committed
Java client Issues batch 6 partial backport (#2598)
1 parent 9d726e6 commit a9d5ab8

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

output/openapi/elasticsearch-serverless-openapi.json

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

specification/_global/mtermvectors/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class Operation {
3636
/**
3737
* The ID of the document.
3838
*/
39-
_id: Id
39+
_id?: Id
4040
/**
4141
* The index of the document.
4242
*/

specification/nodes/info/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class NodeInfoSettings {
7373
repositories?: NodeInfoRepositories
7474
discovery?: NodeInfoDiscover
7575
action?: NodeInfoAction
76-
client: NodeInfoClient
76+
client?: NodeInfoClient
7777
http: NodeInfoSettingsHttp
7878
bootstrap?: NodeInfoBootstrap
7979
transport: NodeInfoSettingsTransport
@@ -218,7 +218,7 @@ export class NodeInfoSettingsTransportFeatures {
218218
}
219219

220220
export class NodeInfoSettingsNetwork {
221-
host: Host
221+
host?: Host
222222
}
223223

224224
export class NodeInfoIngest {
@@ -280,7 +280,7 @@ export class NodeInfoXpackLicenseType {
280280

281281
export class NodeInfoScript {
282282
allowed_types: string
283-
disable_max_compilations_rate: string
283+
disable_max_compilations_rate?: string
284284
}
285285

286286
export class NodeInfoSearch {

0 commit comments

Comments
 (0)