@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.
- package/package.json +1 -1
- package/rabbitmq.pb.ts +1 -5
package/package.json
CHANGED
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
|
|
150
|
+
& OneOf<{ sValue: GetRabbitMqParamRespSelectDataStringValue; rValue: GetRabbitMqParamRespSelectDataResourceValue }>
|
|
155
151
|
|
|
156
152
|
export type GetRabbitMqParamRespSelect = {
|
|
157
153
|
selectType?: GetRabbitMqParamRespSelectSelectType
|