@daocloud-proto/virtnest 0.2.0-dev2 → 0.2.0-dev4

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.2.0-dev2",
3
+ "version":"0.2.0-dev4",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
package/v1alpha1/vm.pb.ts CHANGED
@@ -184,6 +184,7 @@ export type GetVMResponse = {
184
184
  sshKey?: string
185
185
  cpu?: Item
186
186
  memory?: Item
187
+ vmErrorMessage?: VmErrorMessage
187
188
  }
188
189
 
189
190
  export type VMNetwork = {