API generation

This commit is contained in:
delvedor
2021-03-22 11:54:16 +01:00
parent d615692b9f
commit 111da7e529
7 changed files with 104 additions and 52 deletions

View File

@ -788,6 +788,10 @@ export interface Explain<T = RequestBody> extends Generic {
body?: T;
}
export interface FeaturesGetFeatures extends Generic {
master_timeout?: string;
}
export interface FieldCaps<T = RequestBody> extends Generic {
index?: string | string[];
fields?: string | string[];
@ -2394,10 +2398,6 @@ 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;