@daocloud-proto/ghippo 0.9.26 → 0.9.27

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.9.26",
3
+ "version":"0.9.27",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -182,7 +182,7 @@ export type ListFolderTreeRequest = {
182
182
 
183
183
  export type ListFolderTreeResponse = {
184
184
  folderTree?: FolderTree
185
- default?: number
185
+ defaultId?: number
186
186
  }
187
187
 
188
188
  export type CreateFolderRequest = {