Skip to content

Commit 6aa7f20

Browse files
author
Ben Liang
committed
bug-fix for snapshot repo creation missing required fields
1 parent 6e1c209 commit 6aa7f20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/api/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16696,6 +16696,9 @@ export interface SnapshotRepositorySettings {
1669616696
location: string
1669716697
read_only?: string | boolean
1669816698
readonly?: string | boolean
16699+
client: string
16700+
base_path: string
16701+
bucket: string
1669916702
}
1670016703

1670116704
export interface SnapshotShardsStats {

0 commit comments

Comments
 (0)