@daocloud-proto/mcamel-redis 0.4.0-140 → 0.4.0-141

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/redis.pb.ts +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-redis",
3
- "version":"0.4.0-140",
3
+ "version":"0.4.0-141",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/redis.pb.ts CHANGED
@@ -41,6 +41,12 @@ export enum GetRedisBackupListReqSortDir {
41
41
  DESC = "DESC",
42
42
  }
43
43
 
44
+ export enum GetRedisBackupListRespRedisBackupItemStatusStatus {
45
+ Running = "Running",
46
+ Failed = "Failed",
47
+ Succeeded = "Succeeded",
48
+ }
49
+
44
50
  export enum CreateRedisBackupReqProvider {
45
51
  Minio = "Minio",
46
52
  Other = "Other",
@@ -133,6 +139,7 @@ export type GetRedisBackupListRespRedisBackupItemStatus = {
133
139
  failed?: number
134
140
  conditions?: GetRedisBackupListRespRedisBackupItemStatusJobCondition[]
135
141
  isAutoBackup?: boolean
142
+ status?: GetRedisBackupListRespRedisBackupItemStatusStatus
136
143
  }
137
144
 
138
145
  export type GetRedisBackupListRespRedisBackupItem = {