@daocloud-proto/mcamel-redis 0.4.0-147 → 0.4.0-149

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 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-redis",
3
- "version":"0.4.0-147",
3
+ "version":"0.4.0-149",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/redis.pb.ts CHANGED
@@ -208,6 +208,7 @@ export type CreateRedisBackupReq = {
208
208
  namespace?: string
209
209
  name?: string
210
210
  instanceType?: InstanceType
211
+ backupName?: string
211
212
  accessKeyId?: string
212
213
  accessKeySecret?: string
213
214
  endpoint?: string