API generation

This commit is contained in:
delvedor
2021-05-19 11:17:08 +02:00
parent bc607ffbd1
commit aad5fdf144
5 changed files with 93 additions and 0 deletions

View File

@ -2585,6 +2585,11 @@ export interface TasksList extends Generic {
timeout?: string;
}
export interface TermsEnum<T = RequestBody> extends Generic {
index: string | string[];
body?: T;
}
export interface Termvectors<T = RequestBody> extends Generic {
index: string;
id?: string;