@daocloud-proto/zestu 0.8.0-dev-f609ebd4 → 0.8.0-dev-06699a8a

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.8.0-dev-f609ebd4",
3
+ "version":"v0.8.0-dev-06699a8a",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -287,6 +287,7 @@ export type UpdateContainerInstanceRequest = {
287
287
  image?: Image
288
288
  schedule?: Schedule
289
289
  volumeSpec?: VolumeSpec[]
290
+ instanceSpec?: InstanceSpec
290
291
  }
291
292
 
292
293
  export type UpdateContainerInstanceResponse = {