@daocloud-proto/mcamel-mysql 0.4.8-45 → 0.4.8-49

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 CHANGED
@@ -176,6 +176,8 @@ export type UpdateMysqlBackupConfigReq = {
176
176
  backupBucketSubPath?: string
177
177
  isOpenAutoBackup?: boolean
178
178
  storageConfigName?: string
179
+ storageConfigNamespace?: string
180
+ storageConfigCluster?: string
179
181
  }
180
182
 
181
183
  export type UpdateMysqlBackupConfigResp = {
@@ -403,6 +405,8 @@ export type CreateMysqlReq = {
403
405
  initSourceMysqlClusterName?: string
404
406
  initSourceBackupName?: string
405
407
  storageConfigName?: string
408
+ storageConfigNamespace?: string
409
+ storageConfigCluster?: string
406
410
  affinity?: CommonCommon.Affinity
407
411
  }
408
412
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-mysql",
3
- "version":"0.4.8-45",
3
+ "version":"0.4.8-49",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -135,6 +135,8 @@ export type StorageConfigItem = {
135
135
  export type GetStorageConfigReq = {
136
136
  workspaceId?: number
137
137
  name?: string
138
+ namespace?: string
139
+ cluster?: string
138
140
  }
139
141
 
140
142
  export type GetStorageConfigResp = {