Skip to content

Commit 188b2ae

Browse files
committed
_esql is optional
1 parent e807302 commit 188b2ae

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 2 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: 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/cluster/stats/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ export class CCSStats {
602602
/**
603603
* Information about ES|QL cross-cluster query usage.
604604
*/
605-
_esql: CCSUsageStats
605+
_esql?: CCSUsageStats
606606
}
607607

608608
export class RemoteClusterInfo {

0 commit comments

Comments
 (0)