@daocloud-proto/hydra 0.11.0-dev-23 → 0.11.0-dev-24

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.
@@ -38,6 +38,14 @@ export type Cluster = {
38
38
  status?: ClusterStatus
39
39
  agentInstalled?: boolean
40
40
  baseUrl?: string
41
+ components?: Component[]
42
+ }
43
+
44
+ export type Component = {
45
+ name?: string
46
+ installedVersion?: string
47
+ recommendedVersion?: string
48
+ ready?: boolean
41
49
  }
42
50
 
43
51
  export type ListClustersResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.11.0-dev-23",
3
+ "version": "v0.11.0-dev-24",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"