@daocloud-proto/mcamel-mysql 0.4.8-30 → 0.4.8-34

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 +0 -7
  2. package/package.json +1 -1
package/mysql.pb.ts CHANGED
@@ -27,12 +27,6 @@ export enum GetMinioListReqSortDir {
27
27
  DESC = "DESC",
28
28
  }
29
29
 
30
- export enum TenantItemServiceType {
31
- ClusterIP = "ClusterIP",
32
- NodePort = "NodePort",
33
- LoadBalancer = "LoadBalancer",
34
- }
35
-
36
30
  export enum GetMysqlBackupListReqSortDir {
37
31
  ASC = "ASC",
38
32
  DESC = "DESC",
@@ -143,7 +137,6 @@ export type TenantItemCreateMinioReq = {
143
137
  name?: string
144
138
  namespace?: string
145
139
  cluster?: string
146
- serviceType?: TenantItemServiceType
147
140
  }
148
141
 
149
142
  export type TenantItem = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-mysql",
3
- "version":"0.4.8-30",
3
+ "version":"0.4.8-34",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {