@daocloud-proto/mcamel-redis 0.4.0-159 → 0.4.0-160

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 +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-redis",
3
- "version":"0.4.0-159",
3
+ "version":"0.4.0-160",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/redis.pb.ts CHANGED
@@ -217,6 +217,7 @@ export type CreateRedisBackupReq = {
217
217
  }
218
218
 
219
219
  export type UpdateRedisAutoBackupReq = {
220
+ workspaceId?: number
220
221
  cluster?: string
221
222
  namespace?: string
222
223
  name?: string
@@ -229,6 +230,9 @@ export type UpdateRedisAutoBackupReq = {
229
230
  isOpenAutoBackup?: boolean
230
231
  backupSchedule?: string
231
232
  backupHistoryLimit?: number
233
+ storageConfigName?: string
234
+ storageConfigNamespace?: string
235
+ storageConfigCluster?: string
232
236
  }
233
237
 
234
238
  export type UpdateRedisAutoBackupResp = {