@daocloud-proto/mcamel-mysql 0.8.1-1 → 0.9.0-1

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 +1 -0
  2. package/package.json +1 -1
package/mysql.pb.ts CHANGED
@@ -404,6 +404,7 @@ export type CreateMysqlReq = {
404
404
  storageConfigNamespace?: string
405
405
  storageConfigCluster?: string
406
406
  affinity?: CommonCommon.Affinity
407
+ serviceMonitorInterval?: string
407
408
  externalTrafficPolicy?: CommonCommon.ExternalTrafficPolicy
408
409
  lbTyp?: CommonCommon.LBTyp
409
410
  lbPoolName?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-mysql",
3
- "version":"0.8.1-1",
3
+ "version":"0.9.0-1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {