diff --git a/src/api/types.ts b/src/api/types.ts index 74f1227a2..489b9cfcb 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -16696,6 +16696,9 @@ export interface SnapshotRepositorySettings { location: string read_only?: string | boolean readonly?: string | boolean + client: string + base_path: string + bucket: string } export interface SnapshotShardsStats {