@daocloud-proto/mcamel-minio 0.0.3-3 → 0.0.3-31

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/minio.pb.ts +1 -0
  2. package/package.json +1 -1
package/minio.pb.ts CHANGED
@@ -136,6 +136,7 @@ export type CreateMinioReq = {
136
136
  consoleSecretKey?: string
137
137
  consoleServiceType?: CreateMinioReqServiceType
138
138
  consoleNodePort?: number
139
+ consoleServiceAnnotations?: {[key: string]: string}
139
140
  minioRootUser?: string
140
141
  minioRootPassword?: string
141
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-minio",
3
- "version":"0.0.3-3",
3
+ "version":"0.0.3-31",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {