@daocloud-proto/kpanda 0.24.0-dev-e7b98630 → 0.24.0-dev-b9d8b95e

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.
@@ -398,6 +398,7 @@ export type PreCheckClusterRequest = {
398
398
  export type GetPreCheckClusterInfoRequest = {
399
399
  name?: string
400
400
  dkgClusterName?: string
401
+ kubeVersion?: string
401
402
  operation?: string
402
403
  }
403
404
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.24.0-dev-e7b98630",
3
+ "version":"v0.24.0-dev-b9d8b95e",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {