client frontend added

This commit is contained in:
2025-05-19 23:12:23 +03:00
parent 5f7cb35ccc
commit fdf9d2edb8
507 changed files with 40655 additions and 510 deletions

View File

@@ -15,16 +15,7 @@ class RequestVerifyOTP(BaseModel):
class RequestSelectEmployee(BaseModel):
company_uu_id: str
@property
def is_employee(self):
return True
@property
def is_occupant(self):
return False
uuid: str
class RequestResetPassword(BaseModel):
@@ -34,17 +25,7 @@ class RequestResetPassword(BaseModel):
class RequestSelectLiving(BaseModel):
build_living_space_uu_id: str
@property
def is_employee(self):
return False
@property
def is_occupant(self):
return True
uuid: str
class RequestCreatePassword(BaseModel):
password_token: str