We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318e7a8 commit e8cc885Copy full SHA for e8cc885
2 files changed
huntflow_api_client/models/response/applicant_logs.py
@@ -122,6 +122,10 @@ class ApplicantLogCalendarEvent(BaseModel):
122
status: CalendarEventStatus = Field(..., description="Event status")
123
transparency: Transparency = Field(..., description="Event transparency (availability)")
124
recurrence: Optional[List] = None
125
+ private: Optional[bool] = Field(
126
+ None,
127
+ description="Flag indicating private visibility of the event",
128
+ )
129
130
131
class ApplicantLogEmailResponse(BaseModel):
pyproject.toml
@@ -1,7 +1,7 @@
1
2
[project]
3
name = "huntflow-api-client"
4
-version = "2.13.1"
+version = "2.14.0"
5
description = "Huntflow API Client for Python"
6
authors = [
7
{name = "Developers huntflow", email = "developer@huntflow.ru"},
0 commit comments