bfg-common 1.5.728 → 1.5.729
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -160,7 +160,7 @@ export interface UI_I_CreateBackupForm {
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
export interface UI_I_RestoreForm {
|
|
163
|
-
restore_code: 1 | 2 | 3 // 1 - disk only, 2 - existing, 3 -
|
|
163
|
+
restore_code: 1 | 2 | 3 | 4 // 1 - disk only, 2 - existing, 3 - as New, 4 - as new and copy other disks
|
|
164
164
|
backup_storage: string
|
|
165
165
|
bucket: string
|
|
166
166
|
backup: string
|