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

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-redis",
3
- "version":"0.4.0-157",
3
+ "version":"0.4.0-159",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/redis.pb.ts CHANGED
@@ -324,7 +324,7 @@ export type CreateRedisReq = {
324
324
  lbPoolName?: string
325
325
  lbAddress?: string
326
326
  restore?: CreateRedisReqRestore
327
- autoBackupConfig?: CreateRedisReqRestore
327
+ autoBackupConfig?: UpdateRedisAutoBackupReq
328
328
  }
329
329
 
330
330
  export type UpdateRedisConfReq = {