select employee tested

This commit is contained in:
2025-04-07 13:52:02 +03:00
parent e4d50306ac
commit 7eadadbd1d
6 changed files with 57 additions and 21 deletions

View File

@@ -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"),