@daocloud-proto/mcamel-postgresql 0.0.2-447 → 0.0.2-449

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/cluster.pb.ts CHANGED
@@ -399,6 +399,7 @@ export type GetResourceQuotaRespSpec = {
399
399
  export type GetResourceQuotaRespStatus = {
400
400
  hard?: {[key: string]: string}
401
401
  used?: {[key: string]: string}
402
+ available?: {[key: string]: string}
402
403
  }
403
404
 
404
405
  export type GetResourceQuotaResp = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-postgresql",
3
- "version":"0.0.2-447",
3
+ "version":"0.0.2-449",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/template.pb.ts CHANGED
@@ -16,6 +16,7 @@ export enum TemplateInstanceType {
16
16
  MysqlMgrConfig = "MysqlMgrConfig",
17
17
  MongodbConfig = "MongodbConfig",
18
18
  PostgresqlConfig = "PostgresqlConfig",
19
+ RabbitmqConfig = "RabbitmqConfig",
19
20
  }
20
21
 
21
22
  export enum GetTemplateConfigReqSortDir {