@daocloud-proto/virtnest 0.3.0-dev-9 → 0.3.0-rc1

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.3.0-dev-9",
3
+ "version":"0.3.0-rc1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -60,6 +60,7 @@ export type GetVMTemplateResponse = {
60
60
  type?: TemplateType
61
61
  systemDiskCapacity?: string
62
62
  imageSource?: ImageSource
63
+ osVersion?: string
63
64
  }
64
65
 
65
66
  export type CreateVMTemplateByVMRequest = {