@daocloud-proto/kpanda 0.41.0-dev-ab597bbe → 0.41.0-dev-5b2ece7f

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.
@@ -444,6 +444,7 @@ export type PreCheckNodeInfo = {
444
444
  export type ClusterUpgradeHistory = {
445
445
  kubeVersion?: string
446
446
  changeTime?: string
447
+ phase?: Phase
447
448
  }
448
449
 
449
450
  export type ListClusterUpgradeHistoriesRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.41.0-dev-ab597bbe",
3
+ "version":"v0.41.0-dev-5b2ece7f",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {