File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5634,7 +5634,7 @@ export interface AsyncSearchGetRequest extends RequestBase {
5634
5634
wait_for_completion_timeout ?: Time
5635
5635
}
5636
5636
5637
- export type AsyncSearchGetResponse < TDocument = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5637
+ export type AsyncSearchGetResponse < TDocument = unknown , AsyncSearchTAggregations = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5638
5638
5639
5639
export interface AsyncSearchStatusRequest extends RequestBase {
5640
5640
id : Id
@@ -5714,7 +5714,7 @@ export interface AsyncSearchSubmitRequest extends RequestBase {
5714
5714
runtime_mappings ?: MappingRuntimeFields
5715
5715
}
5716
5716
5717
- export type AsyncSearchSubmitResponse < TDocument = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5717
+ export type AsyncSearchSubmitResponse < TDocument = unknown , AsyncSearchTAggregations = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5718
5718
5719
5719
export interface AutoscalingAutoscalingPolicy {
5720
5720
roles : string [ ]
Original file line number Diff line number Diff line change @@ -5734,7 +5734,7 @@ export interface AsyncSearchGetRequest extends RequestBase {
5734
5734
wait_for_completion_timeout ?: Time
5735
5735
}
5736
5736
5737
- export type AsyncSearchGetResponse < TDocument = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5737
+ export type AsyncSearchGetResponse < TDocument = unknown , AsyncSearchTAggregations = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5738
5738
5739
5739
export interface AsyncSearchStatusRequest extends RequestBase {
5740
5740
id : Id
@@ -5831,7 +5831,7 @@ export interface AsyncSearchSubmitRequest extends RequestBase {
5831
5831
}
5832
5832
}
5833
5833
5834
- export type AsyncSearchSubmitResponse < TDocument = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5834
+ export type AsyncSearchSubmitResponse < TDocument = unknown , AsyncSearchTAggregations = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5835
5835
5836
5836
export interface AutoscalingAutoscalingPolicy {
5837
5837
roles : string [ ]
You can’t perform that action at this time.
0 commit comments