removed icon server and finished profile page
This commit is contained in:
parent
dbe323c77e
commit
763d0c38cc
26 changed files with 881 additions and 325 deletions
|
|
@ -3,11 +3,15 @@
|
|||
export * from './ChangeDisplayName200Response';
|
||||
export * from './ChangeDisplayName400Response';
|
||||
export * from './ChangeDisplayNameRequest';
|
||||
export * from './ChangePassword200Response';
|
||||
export * from './ChangePassword400Response';
|
||||
export * from './ChangePassword401Response';
|
||||
export * from './ChangePassword500Response';
|
||||
export * from './ChangePasswordRequest';
|
||||
export * from './ChatTest200Response';
|
||||
export * from './ChatTest200ResponsePayload';
|
||||
export * from './DisableOtp200Response';
|
||||
export * from './DisableOtp400Response';
|
||||
export * from './DisableOtp401Response';
|
||||
export * from './DisableOtp500Response';
|
||||
export * from './EnableOtp200Response';
|
||||
export * from './EnableOtp200ResponsePayload';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue