@daocloud-proto/ghippo 0.26.0-dev7 → 0.26.0-dev8

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-dev7",
3
+ "version":"0.26.0-dev8",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -165,7 +165,7 @@ export type ListSSHKeysRequest = {
165
165
  }
166
166
 
167
167
  export type ListSSHKeysResponse = {
168
- sshKeys?: SSHKey[]
168
+ items?: SSHKey[]
169
169
  }
170
170
 
171
171
  export type SSHKey = {