@@ -1200,6 +1200,7 @@ export interface SearchRequest extends RequestBase {
1200
1200
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
1201
1201
body?: {
1202
1202
aggregations?: Record<string, AggregationsAggregationContainer>
1203
+ /** @alias aggregations */
1203
1204
aggs?: Record<string, AggregationsAggregationContainer>
1204
1205
collapse?: SearchFieldCollapse
1205
1206
explain?: boolean
@@ -6189,6 +6190,7 @@ export interface AsyncSearchSubmitRequest extends RequestBase {
6189
6190
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
6190
6191
body?: {
6191
6192
aggregations?: Record<string, AggregationsAggregationContainer>
6193
+ /** @alias aggregations */
6192
6194
aggs?: Record<string, AggregationsAggregationContainer>
6193
6195
collapse?: SearchFieldCollapse
6194
6196
explain?: boolean
@@ -9305,6 +9307,7 @@ export interface FleetSearchRequest extends RequestBase {
9305
9307
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
9306
9308
body?: {
9307
9309
aggregations?: Record<string, AggregationsAggregationContainer>
9310
+ /** @alias aggregations */
9308
9311
aggs?: Record<string, AggregationsAggregationContainer>
9309
9312
collapse?: SearchFieldCollapse
9310
9313
explain?: boolean
@@ -14076,6 +14079,7 @@ export interface MlPutDatafeedRequest extends RequestBase {
14076
14079
delayed_data_check_config?: MlDelayedDataCheckConfig
14077
14080
frequency?: Duration
14078
14081
indices?: Indices
14082
+ /** @alias indices */
14079
14083
indexes?: Indices
14080
14084
indices_options?: IndicesOptions
14081
14085
job_id?: Id
@@ -14438,6 +14442,7 @@ export interface MlUpdateDatafeedRequest extends RequestBase {
14438
14442
delayed_data_check_config?: MlDelayedDataCheckConfig
14439
14443
frequency?: Duration
14440
14444
indices?: string[]
14445
+ /** @alias indices */
14441
14446
indexes?: string[]
14442
14447
indices_options?: IndicesOptions
14443
14448
job_id?: Id
@@ -15733,6 +15738,7 @@ export interface RollupRollupSearchRequest extends RequestBase {
15733
15738
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
15734
15739
body?: {
15735
15740
aggregations?: Record<string, AggregationsAggregationContainer>
15741
+ /** @alias aggregations */
15736
15742
aggs?: Record<string, AggregationsAggregationContainer>
15737
15743
query?: QueryDslQueryContainer
15738
15744
size?: integer
0 commit comments