yes
This commit is contained in:
parent
085de41194
commit
eb5e4f25a1
24 changed files with 1233 additions and 202 deletions
|
|
@ -1,5 +1,8 @@
|
|||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export * from './ChangeDisplayName200Response';
|
||||
export * from './ChangeDisplayName400Response';
|
||||
export * from './ChangeDisplayNameRequest';
|
||||
export * from './ChatTest200Response';
|
||||
export * from './ChatTest200ResponsePayload';
|
||||
export * from './DisableOtp200Response';
|
||||
|
|
@ -19,7 +22,9 @@ export * from './GetUser404Response';
|
|||
export * from './GetUserUserParameter';
|
||||
export * from './GuestLogin200Response';
|
||||
export * from './GuestLogin200ResponsePayload';
|
||||
export * from './GuestLogin400Response';
|
||||
export * from './GuestLogin500Response';
|
||||
export * from './GuestLoginRequest';
|
||||
export * from './Login200Response';
|
||||
export * from './Login202Response';
|
||||
export * from './Login202ResponsePayload';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue