@daocloud-proto/mcamel-postgresql 0.0.2-69 → 0.0.2-70

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/common.pb.ts +3 -0
  2. package/package.json +1 -1
package/common.pb.ts CHANGED
@@ -164,4 +164,7 @@ export type CommonItemStatus = {
164
164
  serviceAddresses?: string[]
165
165
  webManagerAddress?: string
166
166
  webLogAddress?: string
167
+ isHwameistorSc?: boolean
168
+ avgPvAllocatedInGb?: number
169
+ avgPvUsedInGb?: number
167
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-postgresql",
3
- "version":"0.0.2-69",
3
+ "version":"0.0.2-70",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {