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 {
56345634 wait_for_completion_timeout ?: Time
56355635}
56365636
5637- export type AsyncSearchGetResponse < TDocument = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5637+ export type AsyncSearchGetResponse < TDocument = unknown , AsyncSearchTAggregations = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
56385638
56395639export interface AsyncSearchStatusRequest extends RequestBase {
56405640 id : Id
@@ -5714,7 +5714,7 @@ export interface AsyncSearchSubmitRequest extends RequestBase {
57145714 runtime_mappings ?: MappingRuntimeFields
57155715}
57165716
5717- export type AsyncSearchSubmitResponse < TDocument = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5717+ export type AsyncSearchSubmitResponse < TDocument = unknown , AsyncSearchTAggregations = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
57185718
57195719export interface AutoscalingAutoscalingPolicy {
57205720 roles : string [ ]
Original file line number Diff line number Diff line change @@ -5734,7 +5734,7 @@ export interface AsyncSearchGetRequest extends RequestBase {
57345734 wait_for_completion_timeout ?: Time
57355735}
57365736
5737- export type AsyncSearchGetResponse < TDocument = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5737+ export type AsyncSearchGetResponse < TDocument = unknown , AsyncSearchTAggregations = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
57385738
57395739export interface AsyncSearchStatusRequest extends RequestBase {
57405740 id : Id
@@ -5831,7 +5831,7 @@ export interface AsyncSearchSubmitRequest extends RequestBase {
58315831 }
58325832}
58335833
5834- export type AsyncSearchSubmitResponse < TDocument = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
5834+ export type AsyncSearchSubmitResponse < TDocument = unknown , AsyncSearchTAggregations = unknown > = AsyncSearchAsyncSearchDocumentResponseBase < TDocument , AsyncSearchTAggregations >
58355835
58365836export interface AutoscalingAutoscalingPolicy {
58375837 roles : string [ ]
You can’t perform that action at this time.
0 commit comments