Skip to content

Commit 2cc0fd4

Browse files
committed
API generation
1 parent 603e469 commit 2cc0fd4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/api/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

56395639
export 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

57195719
export interface AutoscalingAutoscalingPolicy {
57205720
roles: string[]

src/api/typesWithBodyKey.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

57395739
export 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

58365836
export interface AutoscalingAutoscalingPolicy {
58375837
roles: string[]

0 commit comments

Comments
 (0)