@daocloud-proto/insight 0.24.0 → 0.25.0-rc1

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.
@@ -151,6 +151,8 @@ export type BaseGraphQuery = {
151
151
  clusterNames?: string[]
152
152
  filters?: Filter
153
153
  showVirtualNode?: boolean
154
+ showUpDownRelatedNode?: boolean
155
+ workloads?: string[]
154
156
  }
155
157
 
156
158
  export type BaseMetricsQuery = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/insight",
3
- "version":"0.24.0",
3
+ "version":"0.25.0-rc1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {