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

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