@daocloud-proto/kpanda 0.22.0-dev-592865cd → 0.22.0-dev-ab8c508d

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.
@@ -165,6 +165,7 @@ export type GetClusterCustomResourceRequest = {
165
165
  version?: string
166
166
  resource?: string
167
167
  name?: string
168
+ showDetail?: boolean
168
169
  }
169
170
 
170
171
  export type GetClusterCustomResourceJSONRequest = {
@@ -255,6 +256,7 @@ export type GetCustomResourceRequest = {
255
256
  namespace?: string
256
257
  resource?: string
257
258
  name?: string
259
+ showDetail?: boolean
258
260
  }
259
261
 
260
262
  export type GetCustomResourceJSONRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.22.0-dev-592865cd",
3
+ "version":"v0.22.0-dev-ab8c508d",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {