@daocloud-proto/mcamel-mysql 0.5.0-4 → 0.5.0-41

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/mysql.pb.ts +4 -0
  2. package/package.json +1 -1
package/mysql.pb.ts CHANGED
@@ -582,6 +582,10 @@ export type MysqlClusterItemStatus = {
582
582
  isAutoBackupEnabled?: boolean
583
583
  serviceAddr?: string
584
584
  common?: CommonCommon.CommonItemStatus
585
+ isControl?: boolean
586
+ secondsBehindMaster?: number
587
+ cpuUtilization?: number
588
+ memoryUtilization?: number
585
589
  }
586
590
 
587
591
  export type MysqlClusterItemMetadata = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-mysql",
3
- "version":"0.5.0-4",
3
+ "version":"0.5.0-41",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {