API generation

This commit is contained in:
delvedor
2020-06-03 10:41:59 +02:00
parent 1d9238b432
commit 3751f50774

View File

@ -1194,7 +1194,7 @@ export interface Search<T = RequestBody> extends Generic {
suggest_text?: string; suggest_text?: string;
timeout?: string; timeout?: string;
track_scores?: boolean; track_scores?: boolean;
track_total_hits?: boolean|long; track_total_hits?: boolean | number;
allow_partial_search_results?: boolean; allow_partial_search_results?: boolean;
typed_keys?: boolean; typed_keys?: boolean;
version?: boolean; version?: boolean;
@ -1461,7 +1461,7 @@ export interface AsyncSearchSubmit<T = RequestBody> extends Generic {
suggest_text?: string; suggest_text?: string;
timeout?: string; timeout?: string;
track_scores?: boolean; track_scores?: boolean;
track_total_hits?: boolean|long; track_total_hits?: boolean | number;
allow_partial_search_results?: boolean; allow_partial_search_results?: boolean;
typed_keys?: boolean; typed_keys?: boolean;
version?: boolean; version?: boolean;