File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 0.32.6 " ,
2+ "version" : " 0.32.7 " ,
33 "license" : " MIT" ,
44 "main" : " dist/index.js" ,
55 "typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ export const GET_USER_DATA_QUERY = gql`
113113 default_company_uuid
114114 email
115115 welcome
116+ is_verified
116117 mainRole
117118 branches {
118119 id
@@ -166,6 +167,7 @@ export const GET_USER_SOCIAL_DATA_QUERY = gql`
166167 email
167168 welcome
168169 mainRole
170+ is_verified
169171 social {
170172 total_message
171173 total_followers
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ export interface UserData {
133133 } ;
134134 roles : string [ ] ;
135135 is_active : boolean ;
136+ is_verified : boolean ;
136137 abilities : string [ ] ;
137138 custom_fields : CustomFieldData ;
138139 photo ?: {
You can’t perform that action at this time.
0 commit comments