Still testing
This commit is contained in:
@ -52,10 +52,10 @@ interface RollupRollupSearchRequest extends <<RequestBase>> {
|
||||
rest_total_hits_as_int?: boolean
|
||||
typed_keys?: boolean
|
||||
aggregations?: Record<string, AggregationsAggregationContainer>
|
||||
/** @alias aggregations */
|
||||
pass:[/**] @alias aggregations */
|
||||
aggs?: Record<string, AggregationsAggregationContainer>
|
||||
query?: QueryDslQueryContainer
|
||||
size?: number
|
||||
size?: <<_integer, integer>>
|
||||
}
|
||||
|
||||
[pass]
|
||||
@ -70,7 +70,7 @@ interface RollupRollupSearchRequest extends <<RequestBase>> {
|
||||
<pre>
|
||||
++++
|
||||
interface RollupRollupSearchResponse<TDocument = unknown, TAggregations = Record<<<AggregateName>>, AggregationsAggregate>> {
|
||||
took: number
|
||||
took: <<_long, long>>
|
||||
timed_out: boolean
|
||||
terminated_early?: boolean
|
||||
_shards: <<ShardStatistics>>
|
||||
|
||||
Reference in New Issue
Block a user