@daocloud-proto/ghippo 0.16.0 → 0.17.0-dev-1

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/ghippo",
3
- "version":"0.16.0",
3
+ "version":"0.17.0-dev-1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -27,7 +27,7 @@ export type CheckUserRequest = {
27
27
  }
28
28
 
29
29
  export type CheckUserResponse = {
30
- existed?: boolean
30
+ allow?: boolean
31
31
  }
32
32
 
33
33
  export type GetUserRequest = {