@daocloud-proto/ghippo 0.6.10 → 0.6.11

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.6.10",
3
+ "version":"0.6.11",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -122,6 +122,7 @@ export type GroupSubject = {
122
122
  role_id?: string
123
123
  type?: string
124
124
  name?: string
125
+ subject_name?: string
125
126
  }
126
127
 
127
128
  export type UpdateGroupRolesRequest = {
@@ -9,7 +9,6 @@ export type TopNavRequest = {
9
9
  }
10
10
 
11
11
  export type TopNavResponse = {
12
- platform_name?: string
13
12
  icon?: string
14
13
  favicon?: string
15
14
  nav_name?: string
@@ -18,7 +17,6 @@ export type TopNavResponse = {
18
17
  }
19
18
 
20
19
  export type UpdateTopNavRequest = {
21
- platform_name?: string
22
20
  icon?: string
23
21
  favicon?: string
24
22
  nav_name?: string
@@ -132,6 +132,7 @@ export type UserSubject = {
132
132
  role_id?: string
133
133
  type?: string
134
134
  name?: string
135
+ subject_name?: string
135
136
  }
136
137
 
137
138
  export type UpdateUserRolesRequest = {