API generation

This commit is contained in:
delvedor
2021-02-11 08:26:02 +01:00
parent 88b787bf38
commit 252bab6476
3 changed files with 8 additions and 2 deletions

View File

@ -2167,6 +2167,7 @@ export interface SearchableSnapshotsRepositoryStats extends Generic {
export interface SearchableSnapshotsStats extends Generic {
index?: string | string[];
level?: 'cluster' | 'indices' | 'shards';
}
export interface SecurityAuthenticate extends Generic {