@daocloud-proto/mcamel-rabbitmq 0.4.1-35 → 0.4.1-36

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/rabbitmq.pb.ts +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-rabbitmq",
3
- "version":"0.4.1-35",
3
+ "version":"0.4.1-36",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/rabbitmq.pb.ts CHANGED
@@ -142,12 +142,16 @@ export type GetRabbitMqParamRespSelectDataResourceValue = {
142
142
  memoryLimit?: string
143
143
  }
144
144
 
145
+ export type GetRabbitMqParamRespSelectDataIntValue = {
146
+ value?: number
147
+ }
148
+
145
149
 
146
150
  type BaseGetRabbitMqParamRespSelectData = {
147
151
  }
148
152
 
149
153
  export type GetRabbitMqParamRespSelectData = BaseGetRabbitMqParamRespSelectData
150
- & OneOf<{ sValue: GetRabbitMqParamRespSelectDataStringValue; rValue: GetRabbitMqParamRespSelectDataResourceValue }>
154
+ & OneOf<{ sValue: GetRabbitMqParamRespSelectDataStringValue; rValue: GetRabbitMqParamRespSelectDataResourceValue; iValue: GetRabbitMqParamRespSelectDataIntValue }>
151
155
 
152
156
  export type GetRabbitMqParamRespSelect = {
153
157
  selectType?: GetRabbitMqParamRespSelectSelectType