API generation

This commit is contained in:
delvedor
2021-04-07 19:38:41 +02:00
parent d7d55e1146
commit b22558f047
5 changed files with 34 additions and 34 deletions

View File

@ -1719,7 +1719,7 @@ export interface MlPostCalendarEvents<T = RequestBody> extends Generic {
body: T;
}
export interface MlPostData<T = RequestBody> extends Generic {
export interface MlPostData<T = RequestNDBody> extends Generic {
job_id: string;
reset_start?: string;
reset_end?: string;
@ -1869,7 +1869,7 @@ export interface MlValidateDetector<T = RequestBody> extends Generic {
body: T;
}
export interface MonitoringBulk<T = RequestNDBody> extends Generic {
export interface MonitoringBulk<T = RequestBody> extends Generic {
type?: string;
system_id?: string;
system_api_version?: string;
@ -2483,7 +2483,7 @@ export interface Termvectors<T = RequestBody> extends Generic {
body?: T;
}
export interface TextStructureFindStructure<T = RequestBody> extends Generic {
export interface TextStructureFindStructure<T = RequestNDBody> extends Generic {
lines_to_sample?: number;
line_merge_size_limit?: number;
timeout?: string;