@daocloud-proto/mcamel-rabbitmq 0.4.1-49 → 0.4.1-54

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 +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-rabbitmq",
3
- "version":"0.4.1-49",
3
+ "version":"0.4.1-54",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/rabbitmq.pb.ts CHANGED
@@ -226,6 +226,9 @@ export type GetRabbitMqNodeListResp = {
226
226
  }
227
227
 
228
228
  export type GetRabbitMqGrafanaAddrReq = {
229
+ cluster?: string
230
+ namespace?: string
231
+ name?: string
229
232
  }
230
233
 
231
234
  export type GetRabbitMqGrafanaAddrResp = {