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