@daocloud-proto/mcamel-rabbitmq 0.2.6-4 → 0.2.6-7
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 +2 -3
package/package.json
CHANGED
package/rabbitmq.pb.ts
CHANGED
|
@@ -271,7 +271,7 @@ export type GetRabbitMqListResp = {
|
|
|
271
271
|
pagination?: CommonCommon.Pagination
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
export type
|
|
274
|
+
export type RabbitmqClusterItemStatus = {
|
|
275
275
|
status?: Status
|
|
276
276
|
podsAreReadyNum?: number
|
|
277
277
|
webManagerAddr?: string
|
|
@@ -290,8 +290,7 @@ export type RabbitmqClusterItem = {
|
|
|
290
290
|
kind?: string
|
|
291
291
|
metadata?: RabbitmqClusterItemMetadata
|
|
292
292
|
spec?: CreateRabbitMqReq
|
|
293
|
-
status?:
|
|
294
|
-
extend?: RabbitmqClusterItemExtend
|
|
293
|
+
status?: RabbitmqClusterItemStatus
|
|
295
294
|
}
|
|
296
295
|
|
|
297
296
|
export class RabbitMq {
|