@daocloud-proto/ghippo 0.7.24 → 0.7.25

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.7.24",
3
+ "version":"0.7.25",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -161,8 +161,6 @@ export type FolderTree = {
161
161
  }
162
162
 
163
163
  export type ListFolderTreeRequest = {
164
- page?: number
165
- pageSize?: number
166
164
  }
167
165
 
168
166
  export type ListFolderTreeResponse = {