@daocloud-proto/ghippo 0.26.0-dev1 → 0.26.0-dev3

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.26.0-dev1",
3
+ "version":"0.26.0-dev3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -255,7 +255,7 @@ export type SSHKey = {
255
255
 
256
256
  export type VerifyUserSSHPublicKeyRequest = {
257
257
  username?: string
258
- publicKey?: string
258
+ publicKey?: Uint8Array
259
259
  }
260
260
 
261
261
  export type VerifyUserSSHPublicKeyResponse = {