@daocloud-proto/virtnest 0.19.0-dev4 → 0.19.0-dev5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/virtnest",
3
- "version":"0.19.0-dev4",
3
+ "version":"0.19.0-dev5",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
package/v1alpha1/vm.pb.ts CHANGED
@@ -149,6 +149,8 @@ export type ListClusterVMsRequest = {
149
149
  sortDir?: SortDir
150
150
  namespace?: string
151
151
  ip?: string
152
+ osFamily?: string
153
+ status?: VMStatus
152
154
  }
153
155
 
154
156
  export type ListClusterVmsResponse = {