@daocloud-proto/zestu 0.4.0-dev-d85a2420 → 0.4.0-dev-ef6ec62f

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/zestu",
3
- "version":"v0.4.0-dev-d85a2420",
3
+ "version":"v0.4.0-dev-ef6ec62f",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -89,7 +89,7 @@ export type ContainerInstance = {
89
89
  charge?: ChargeInfo
90
90
  hardware?: Hardware
91
91
  volumeSpec?: VolumeSpec[]
92
- image?: string
92
+ image?: Image
93
93
  instanceSpec?: InstanceSpec
94
94
  regionId?: string
95
95
  networks?: ContainerInstanceNetwork[]