@daocloud-proto/mcamel-mysql 0.5.0-943 → 0.5.0-945
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/mysql.pb.ts +2 -0
- 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 {
|