@daocloud-proto/zestu 0.10.0-dev-17e47cd5 → 0.10.0-dev-8ac38e9b

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.10.0-dev-17e47cd5",
3
+ "version":"v0.10.0-dev-8ac38e9b",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -12,6 +12,7 @@ export type GetUserInfoResponse = {
12
12
  balance?: string
13
13
  isVerified?: boolean
14
14
  isMain?: boolean
15
+ enableSub?: boolean
15
16
  }
16
17
 
17
18
  export type ListSubAccountsRequest = {