Skip to content

Commit a0ac329

Browse files
Use aliases instead
1 parent 82298f3 commit a0ac329

File tree

6 files changed

+18
-41
lines changed

6 files changed

+18
-41
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

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

specification/esql/async_query/AsyncQueryRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,11 @@ export interface Request extends RequestBase {
106106
*/
107107
tables?: Dictionary<string, Dictionary<string, TableValuesContainer>>
108108
/**
109-
* When set to `true` and performing a cross-cluster query, the response will include an extra `_clusters`
109+
* When set to `true` and performing a cross-cluster/cross-project query, the response will include an extra `_clusters`
110110
* object with information about the clusters that participated in the search along with info such as shards
111111
* count.
112112
* @server_default false
113+
* @aliases include_execution_metadata
113114
*/
114115
include_ccs_metadata?: boolean
115116
/**

specification/esql/query/QueryRequest.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,20 +105,12 @@ export interface Request extends RequestBase {
105105
*/
106106
tables?: Dictionary<string, Dictionary<string, TableValuesContainer>>
107107
/**
108-
* When set to `true` and performing a cross-cluster query, the response will include an extra `_clusters`
108+
* When set to `true` and performing a cross-cluster/cross-project query, the response will include an extra `_clusters`
109109
* object with information about the clusters that participated in the search along with info such as shards
110110
* count.
111-
* This is a synonym for `include_execution_metadata`, the two parameters can be used interchangeably but not together.
112111
* @server_default false
112+
* @aliases include_execution_metadata
113113
*/
114114
include_ccs_metadata?: boolean
115-
/**
116-
* When set to `true` and performing a cross-cluster or cross-project query, the response will include an extra `_clusters`
117-
* object with information about the clusters that participated in the search along with info such as shards
118-
* count.
119-
* This is a synonym for `include_ccs_metadata`, the two parameters can be used interchangeably but not together.
120-
* @server_default false
121-
*/
122-
include_execution_metadata?: boolean
123115
}
124116
}

0 commit comments

Comments
 (0)