@daocloud-proto/kcoral 0.7.0 → 0.9.0

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.
@@ -129,4 +129,6 @@ export type RestoreStatus = {
129
129
  startTimestamp?: string
130
130
  validationErrors?: string[]
131
131
  warnings?: number
132
+ logUrl?: string
133
+ resultsUrl?: string
132
134
  }
@@ -80,4 +80,5 @@ export type ScheduleStatus = {
80
80
  lastBackup?: string
81
81
  phase?: ScheduleStatusSchedulePhase
82
82
  validationErrors?: string[]
83
+ nextBackup?: string
83
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kcoral",
3
- "version":"0.7.0",
3
+ "version":"0.9.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {