@daocloud-proto/ghippo 0.8.31 → 0.9.0

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.8.31",
3
+ "version":"0.9.0",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -15,9 +15,9 @@ export type CertsResponse = {
15
15
  export type Key = {
16
16
  kid?: string
17
17
  kty?: string
18
- alg?: string
19
18
  e?: string
20
19
  n?: string
20
+ alg?: string
21
21
  use?: string
22
22
  }
23
23
 
@@ -50,8 +50,8 @@ export type GetUserResponse = {
50
50
 
51
51
  export type CreateUserRequest = {
52
52
  name?: string
53
- description?: string
54
53
  password?: string
54
+ description?: string
55
55
  temporary?: boolean
56
56
  }
57
57