@daocloud-proto/zestu 0.4.0-dev-3eaa4de7 → 0.4.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/zestu",
3
- "version":"v0.4.0-dev-3eaa4de7",
3
+ "version":"v0.4.0-rc1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -63,7 +63,6 @@ export type ListContainerInstancesRequest = {
63
63
  pageSize?: number
64
64
  status?: InstanceStatus
65
65
  regionId?: string
66
- instanceId?: string
67
66
  }
68
67
 
69
68
  export type ListContainerInstancesResponse = {