@daocloud-proto/mcamel-redis 0.2.4 → 0.2.5-12

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 +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-redis",
3
- "version":"0.2.4",
3
+ "version":"0.2.5-12",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/redis.pb.ts CHANGED
@@ -184,12 +184,17 @@ export type GetRedisParamRespSelectDataInstanceTypeValue = {
184
184
  value?: InstanceType
185
185
  }
186
186
 
187
+ export type GetRedisParamRespSelectDataStorageClassValue = {
188
+ name?: string
189
+ allowVolumeExpansion?: boolean
190
+ }
191
+
187
192
 
188
193
  type BaseGetRedisParamRespSelectData = {
189
194
  }
190
195
 
191
196
  export type GetRedisParamRespSelectData = BaseGetRedisParamRespSelectData
192
- & OneOf<{ sValue: GetRedisParamRespSelectDataStringValue; rValue: GetRedisParamRespSelectDataResourceValue; iValue: GetRedisParamRespSelectDataIntValue; tValue: GetRedisParamRespSelectDataInstanceTypeValue }>
197
+ & OneOf<{ sValue: GetRedisParamRespSelectDataStringValue; rValue: GetRedisParamRespSelectDataResourceValue; iValue: GetRedisParamRespSelectDataIntValue; tValue: GetRedisParamRespSelectDataInstanceTypeValue; scValue: GetRedisParamRespSelectDataStorageClassValue }>
193
198
 
194
199
  export type GetRedisParamRespSelect = {
195
200
  selectType?: GetRedisParamRespSelectSelectType