wip
This commit is contained in:
parent
e5b71a5cc1
commit
c898fe8d32
30 changed files with 1148 additions and 95 deletions
|
|
@ -1,15 +1,19 @@
|
|||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export * from './ChatTest200Response';
|
||||
export * from './ChatTest200ResponsePayload';
|
||||
export * from './DisableOtp200Response';
|
||||
export * from './DisableOtp400Response';
|
||||
export * from './DisableOtp401Response';
|
||||
export * from './DisableOtp500Response';
|
||||
export * from './EnableOtp200Response';
|
||||
export * from './EnableOtp200ResponsePayload';
|
||||
export * from './EnableOtp400Response';
|
||||
export * from './EnableOtp401Response';
|
||||
export * from './EnableOtp401ResponseAnyOf';
|
||||
export * from './GetUser200Response';
|
||||
export * from './GetUser200ResponsePayload';
|
||||
export * from './GetUser200ResponsePayloadSelfInfo';
|
||||
export * from './GetUser403Response';
|
||||
export * from './GetUser404Response';
|
||||
export * from './GetUserUserParameter';
|
||||
|
|
@ -40,5 +44,6 @@ export * from './Signin500Response';
|
|||
export * from './StatusOtp200Response';
|
||||
export * from './StatusOtp200ResponseAnyOf';
|
||||
export * from './StatusOtp200ResponseAnyOf1';
|
||||
export * from './StatusOtp200ResponseAnyOfPayload';
|
||||
export * from './StatusOtp401Response';
|
||||
export * from './StatusOtp500Response';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue