@daocloud-proto/kpanda 0.42.0-dev-c50f9366 → 0.42.0-dev-284a5d2e

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.
@@ -59,6 +59,7 @@ export type ListClustersRequest = {
59
59
  showVirtualCluster?: boolean
60
60
  fuzzyName?: string
61
61
  excludeMetrics?: boolean
62
+ showShimCluster?: boolean
62
63
  }
63
64
 
64
65
  export type ListClustersResponse = {
@@ -219,6 +220,7 @@ export type ListClusterSummaryRequest = {
219
220
  showVirtualCluster?: boolean
220
221
  filterByStrategy?: boolean
221
222
  filterBySnapshot?: boolean
223
+ showShimCluster?: boolean
222
224
  }
223
225
 
224
226
  export type ClusterSummary = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.42.0-dev-c50f9366",
3
+ "version":"v0.42.0-dev-284a5d2e",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {