@daocloud-proto/mcamel-kafka 0.21.0-rc3-1 → 0.24.0-rc1-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/kafka.pb.ts +1 -0
  2. package/package.json +1 -1
package/kafka.pb.ts CHANGED
@@ -193,6 +193,7 @@ export type CreateKafkaReq = {
193
193
  affinity?: CommonCommon.Affinity
194
194
  serviceMonitorInterval?: string
195
195
  zookeeperAffinity?: CommonCommon.Affinity
196
+ isCreateKafkaSuperUser?: boolean
196
197
  externalTrafficPolicy?: CommonCommon.ExternalTrafficPolicy
197
198
  lbTyp?: CommonCommon.LBTyp
198
199
  lbPoolName?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-kafka",
3
- "version":"0.21.0-rc3-1",
3
+ "version":"0.24.0-rc1-1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {