Патч
All checks were successful
Build And Push / publish (push) Successful in 1m24s

This commit is contained in:
2025-12-03 16:55:11 +03:00
parent 2333301225
commit d090932cce
2 changed files with 6 additions and 2 deletions

View File

@ -285,7 +285,7 @@ class VITACORE_API(AsyncClient):
return s.RoutesListModel(
EventID='none',
EventDate=datetime.now(UTC),
LpuName='fakeName',
LpuName='',
Routes=[],
)
@ -315,7 +315,7 @@ class VITACORE_API(AsyncClient):
return s.HospExaminationsModel(
EventID='none',
EventDate=datetime.now(UTC),
LpuName='fakeName',
LpuName='',
Examinations=[],
)

View File

@ -139,6 +139,10 @@ class DepartmentModel(BaseModel):
', для филиалов: Стационар / Поликлиника / ФАП / Амбулатория)',
examples=['Юридическое лицо'],
)
phone: str | None = Field(
title='Номер телефона',
default=None,
)
inn: str | None = Field(title='ИНН', examples=['0000000000'], default=None)
ogrn: str | None = Field(
title='ОГРН', examples=['1149204047816'], default=None