API generation
This commit is contained in:
8
api/requestParams.d.ts
vendored
8
api/requestParams.d.ts
vendored
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user