diff --git a/huntflow_api_client/models/consts.py b/huntflow_api_client/models/consts.py index 6b4efa8..8648a08 100644 --- a/huntflow_api_client/models/consts.py +++ b/huntflow_api_client/models/consts.py @@ -7,6 +7,8 @@ class WebhookEvent(str, Enum): RESPONSE = "RESPONSE" OFFER = "OFFER" VACANCY_REQUEST = "VACANCY-REQUEST" + RECRUITMENT_EVALUATION = "RECRUITMENT-EVALUATION" + SURVEY_QUESTIONARY = "SURVEY-QUESTIONARY" class MemberType(str, Enum): diff --git a/pyproject.toml b/pyproject.toml index 08b1fbc..e25370a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "huntflow-api-client" -version = "2.3.0" +version = "2.4.0" description = "Huntflow API Client for Python" authors = [ {name = "Developers huntflow", email = "developer@huntflow.ru"},