@daocloud-proto/zestu 0.2.0-rc2-dev-50ef37fc → 0.2.0-rc2-dev-f1c86ecb

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.2.0-rc2-dev-50ef37fc",
3
+ "version":"v0.2.0-rc2-dev-f1c86ecb",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -127,6 +127,9 @@ export type CreateContainerInstanceRequest = {
127
127
  export type Image = {
128
128
  imageType?: ImageType
129
129
  name?: string
130
+ hasAuth?: boolean
131
+ username?: string
132
+ password?: string
130
133
  }
131
134
 
132
135
  export type PackageSource = {