@daocloud-proto/mcamel-rabbitmq 0.4.0-16 → 0.4.0-18

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 +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-rabbitmq",
3
- "version":"0.4.0-16",
3
+ "version":"0.4.0-18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/rabbitmq.pb.ts CHANGED
@@ -17,6 +17,11 @@ export enum GetRabbitMqParamRespSelectSelectType {
17
17
  Multiple = "Multiple",
18
18
  }
19
19
 
20
+ export enum GetRabbitMqGrafanaAddrReqGrafanaName {
21
+ Cluster = "Cluster",
22
+ Node = "Node",
23
+ }
24
+
20
25
  export type GetRabbitMqListReq = {
21
26
  page?: number
22
27
  size?: number
@@ -149,6 +154,7 @@ export type GetRabbitMqGrafanaAddrReq = {
149
154
  cluster?: string
150
155
  namespace?: string
151
156
  name?: string
157
+ grafanaName?: GetRabbitMqGrafanaAddrReqGrafanaName
152
158
  }
153
159
 
154
160
  export type GetRabbitMqGrafanaAddrResp = {