@daocloud-proto/zestu 0.5.0-dev-89cc8230 → 0.5.0-dev-7a3b40c4

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.5.0-dev-89cc8230",
3
+ "version":"v0.5.0-dev-7a3b40c4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -233,6 +233,7 @@ export type UpdateContainerInstanceRequest = {
233
233
  regionId?: string
234
234
  image?: Image
235
235
  schedule?: Schedule
236
+ volumeSpec?: VolumeSpec[]
236
237
  }
237
238
 
238
239
  export type UpdateContainerInstanceResponse = {