@daocloud-proto/mcamel-rabbitmq 0.4.0-14 → 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.
- package/package.json +1 -1
- package/rabbitmq.pb.ts +6 -0
package/package.json
CHANGED
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 = {
|