select employee tested
This commit is contained in:
@@ -8,7 +8,7 @@ from ApiServices.AuthService.config import api_config
|
||||
from ApiServices.AuthService.validations.request.authentication.login_post import (
|
||||
RequestLogin,
|
||||
RequestSelectLiving,
|
||||
RequestSelectOccupant,
|
||||
RequestSelectEmployee,
|
||||
RequestCreatePassword,
|
||||
RequestChangePassword,
|
||||
RequestForgotPasswordPhone,
|
||||
@@ -67,7 +67,7 @@ def authentication_login_post(
|
||||
)
|
||||
def authentication_select_post(
|
||||
request: Request,
|
||||
data: Union[RequestSelectOccupant, RequestSelectLiving],
|
||||
data: Union[RequestSelectEmployee, RequestSelectLiving],
|
||||
language: str = Header(None, alias="language"),
|
||||
domain: str = Header(None, alias="domain"),
|
||||
tz: str = Header(None, alias="timezone"),
|
||||
|
||||
Reference in New Issue
Block a user