@daocloud-proto/ghippo 0.9.14 → 0.9.15

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.14",
3
+ "version":"0.9.15",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -128,6 +128,7 @@ export type ListMembersRolesByWorkspaceRequest = {
128
128
  page?: number
129
129
  pageSize?: number
130
130
  workspaceId?: number
131
+ memberName?: string
131
132
  }
132
133
 
133
134
  export type ListMembersRolesByWorkspaceResponse = {