@daocloud-proto/kairship 0.0.7-10 → 0.0.7-16

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.
@@ -74,6 +74,10 @@ export type ListClustersRequest = {
74
74
  managedBy?: string
75
75
  sortBy?: KairshipIoApiTypesPage.SortDir
76
76
  sortDir?: KairshipIoApiTypesPage.SortDir
77
+ name?: string
78
+ region?: string
79
+ provider?: string
80
+ zone?: string
77
81
  }
78
82
 
79
83
  export type ListClustersResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kairship",
3
- "version":"0.0.7-10",
3
+ "version":"0.0.7-16",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {