@daocloud-proto/mcamel-rabbitmq 0.2.5-3 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/rabbitmq.pb.ts +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-rabbitmq",
3
- "version":"0.2.5-3",
3
+ "version":"0.2.6-7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/rabbitmq.pb.ts CHANGED
@@ -271,7 +271,7 @@ export type GetRabbitMqListResp = {
271
271
  pagination?: CommonCommon.Pagination
272
272
  }
273
273
 
274
- export type RabbitmqClusterItemExtend = {
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?: Status
294
- extend?: RabbitmqClusterItemExtend
293
+ status?: RabbitmqClusterItemStatus
295
294
  }
296
295
 
297
296
  export class RabbitMq {