@daocloud-proto/ghippo 0.9.2 → 0.9.5

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.2",
3
+ "version":"0.9.5",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -71,6 +71,7 @@ export type CreateAuditResponse = {
71
71
  export type ExportAuditUrlRequest = {
72
72
  start?: string
73
73
  end?: string
74
+ sort?: string
74
75
  }
75
76
 
76
77
  export type ExportAuditUrlResponse = {
@@ -223,7 +223,8 @@ export type DeauthorizeResponse = {
223
223
 
224
224
  export type ReauthorizeRequest = {
225
225
  folderId?: number
226
- roleName?: string
226
+ oldRoleName?: string
227
+ newRoleName?: string
227
228
  memberName?: string
228
229
  memberType?: string
229
230
  }