mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: expose ApiUser out of Unleash
This commit is contained in:
		
							parent
							
								
									e1139a4847
								
							
						
					
					
						commit
						c051eb9149
					
				| @ -16,6 +16,7 @@ import { IUnleash } from './types/core'; | ||||
| import { IUnleashConfig, IUnleashOptions, IAuthType } from './types/option'; | ||||
| import { IUnleashServices } from './types/services'; | ||||
| import User, { IUser } from './types/user'; | ||||
| import ApiUser from './types/api-user'; | ||||
| import { Logger, LogLevel } from './logger'; | ||||
| import AuthenticationRequired from './types/authentication-required'; | ||||
| import Controller from './routes/controller'; | ||||
| @ -163,6 +164,7 @@ export { | ||||
|     Controller, | ||||
|     AuthenticationRequired, | ||||
|     User, | ||||
|     ApiUser, | ||||
|     LogLevel, | ||||
|     RoleName, | ||||
|     IAuthType, | ||||
|  | ||||
| @ -39,5 +39,3 @@ export default class ApiUser { | ||||
|         this.type = type; | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| module.exports = ApiUser; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user