@daocloud-proto/mcamel-mysql 0.5.0-943 → 0.5.0-944

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 +2 -0
  2. package/package.json +1 -1
package/mysql.pb.ts CHANGED
@@ -23,6 +23,7 @@ export enum RoleType {
23
23
  Replica = "Replica",
24
24
  PRIMARY = "PRIMARY",
25
25
  SECONDARY = "SECONDARY",
26
+ Router = "Router",
26
27
  }
27
28
 
28
29
  export enum PodStatus {
@@ -157,6 +158,7 @@ export enum GetMysqlNodeListRespNodeType {
157
158
  PhpAdmin = "PhpAdmin",
158
159
  PRIMARY = "PRIMARY",
159
160
  SECONDARY = "SECONDARY",
161
+ MgrRouter = "MgrRouter",
160
162
  }
161
163
 
162
164
  export enum GetMysqlConfRespItemsParamType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-mysql",
3
- "version":"0.5.0-943",
3
+ "version":"0.5.0-944",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {