API generation
This commit is contained in:
8
api/requestParams.d.ts
vendored
8
api/requestParams.d.ts
vendored
@ -726,6 +726,10 @@ export interface EqlGet extends Generic {
|
||||
keep_alive?: string;
|
||||
}
|
||||
|
||||
export interface EqlGetStatus extends Generic {
|
||||
id: string;
|
||||
}
|
||||
|
||||
export interface EqlSearch<T = RequestBody> extends Generic {
|
||||
index: string;
|
||||
wait_for_completion_timeout?: string;
|
||||
@ -2390,6 +2394,10 @@ export interface SnapshotGet extends Generic {
|
||||
verbose?: boolean;
|
||||
}
|
||||
|
||||
export interface SnapshotGetFeatures extends Generic {
|
||||
master_timeout?: string;
|
||||
}
|
||||
|
||||
export interface SnapshotGetRepository extends Generic {
|
||||
repository?: string | string[];
|
||||
master_timeout?: string;
|
||||
|
||||
Reference in New Issue
Block a user