@daocloud-proto/mcamel-mysql 0.4.8-13 → 0.4.8-14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-mysql",
3
- "version":"0.4.8-13",
3
+ "version":"0.4.8-14",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -64,12 +64,13 @@ export type CreateStorageConfigReq = {
64
64
  namespace?: string
65
65
  name?: string
66
66
  storageType?: string
67
+ accessKey?: string
68
+ secretKey?: string
69
+ bucket?: string
67
70
  endpoint?: string
68
71
  minioCluster?: string
69
72
  minioNamespace?: string
70
73
  minioName?: string
71
- accessKey?: string
72
- secretKey?: string
73
74
  description?: string
74
75
  }
75
76