Skip to content

Commit 5fcc557

Browse files
Auto-generated code for 8.10 (#2073)
1 parent c68ddbd commit 5fcc557

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/api/types.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,7 @@ export interface SearchRequest extends RequestBase {
11461146
_source_includes?: Fields
11471147
q?: string
11481148
aggregations?: Record<string, AggregationsAggregationContainer>
1149+
/** @alias aggregations */
11491150
aggs?: Record<string, AggregationsAggregationContainer>
11501151
collapse?: SearchFieldCollapse
11511152
explain?: boolean
@@ -6114,6 +6115,7 @@ export interface AsyncSearchSubmitRequest extends RequestBase {
61146115
_source_includes?: Fields
61156116
q?: string
61166117
aggregations?: Record<string, AggregationsAggregationContainer>
6118+
/** @alias aggregations */
61176119
aggs?: Record<string, AggregationsAggregationContainer>
61186120
collapse?: SearchFieldCollapse
61196121
explain?: boolean
@@ -9195,6 +9197,7 @@ export interface FleetSearchRequest extends RequestBase {
91959197
wait_for_checkpoints?: FleetCheckpoint[]
91969198
allow_partial_search_results?: boolean
91979199
aggregations?: Record<string, AggregationsAggregationContainer>
9200+
/** @alias aggregations */
91989201
aggs?: Record<string, AggregationsAggregationContainer>
91999202
collapse?: SearchFieldCollapse
92009203
explain?: boolean
@@ -13829,6 +13832,7 @@ export interface MlPutDatafeedRequest extends RequestBase {
1382913832
delayed_data_check_config?: MlDelayedDataCheckConfig
1383013833
frequency?: Duration
1383113834
indices?: Indices
13835+
/** @alias indices */
1383213836
indexes?: Indices
1383313837
indices_options?: IndicesOptions
1383413838
job_id?: Id
@@ -14161,6 +14165,7 @@ export interface MlUpdateDatafeedRequest extends RequestBase {
1416114165
delayed_data_check_config?: MlDelayedDataCheckConfig
1416214166
frequency?: Duration
1416314167
indices?: string[]
14168+
/** @alias indices */
1416414169
indexes?: string[]
1416514170
indices_options?: IndicesOptions
1416614171
job_id?: Id
@@ -15430,6 +15435,7 @@ export interface RollupRollupSearchRequest extends RequestBase {
1543015435
rest_total_hits_as_int?: boolean
1543115436
typed_keys?: boolean
1543215437
aggregations?: Record<string, AggregationsAggregationContainer>
15438+
/** @alias aggregations */
1543315439
aggs?: Record<string, AggregationsAggregationContainer>
1543415440
query?: QueryDslQueryContainer
1543515441
size?: integer

src/api/typesWithBodyKey.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@ export interface SearchRequest extends RequestBase {
12001200
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
12011201
body?: {
12021202
aggregations?: Record<string, AggregationsAggregationContainer>
1203+
/** @alias aggregations */
12031204
aggs?: Record<string, AggregationsAggregationContainer>
12041205
collapse?: SearchFieldCollapse
12051206
explain?: boolean
@@ -6189,6 +6190,7 @@ export interface AsyncSearchSubmitRequest extends RequestBase {
61896190
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
61906191
body?: {
61916192
aggregations?: Record<string, AggregationsAggregationContainer>
6193+
/** @alias aggregations */
61926194
aggs?: Record<string, AggregationsAggregationContainer>
61936195
collapse?: SearchFieldCollapse
61946196
explain?: boolean
@@ -9305,6 +9307,7 @@ export interface FleetSearchRequest extends RequestBase {
93059307
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
93069308
body?: {
93079309
aggregations?: Record<string, AggregationsAggregationContainer>
9310+
/** @alias aggregations */
93089311
aggs?: Record<string, AggregationsAggregationContainer>
93099312
collapse?: SearchFieldCollapse
93109313
explain?: boolean
@@ -14076,6 +14079,7 @@ export interface MlPutDatafeedRequest extends RequestBase {
1407614079
delayed_data_check_config?: MlDelayedDataCheckConfig
1407714080
frequency?: Duration
1407814081
indices?: Indices
14082+
/** @alias indices */
1407914083
indexes?: Indices
1408014084
indices_options?: IndicesOptions
1408114085
job_id?: Id
@@ -14438,6 +14442,7 @@ export interface MlUpdateDatafeedRequest extends RequestBase {
1443814442
delayed_data_check_config?: MlDelayedDataCheckConfig
1443914443
frequency?: Duration
1444014444
indices?: string[]
14445+
/** @alias indices */
1444114446
indexes?: string[]
1444214447
indices_options?: IndicesOptions
1444314448
job_id?: Id
@@ -15733,6 +15738,7 @@ export interface RollupRollupSearchRequest extends RequestBase {
1573315738
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
1573415739
body?: {
1573515740
aggregations?: Record<string, AggregationsAggregationContainer>
15741+
/** @alias aggregations */
1573615742
aggs?: Record<string, AggregationsAggregationContainer>
1573715743
query?: QueryDslQueryContainer
1573815744
size?: integer

0 commit comments

Comments
 (0)