From 24a618381bb8a16ce66a6d8e9f1c1396804cbf39 Mon Sep 17 00:00:00 2001 From: koval Date: Fri, 9 Aug 2024 09:32:24 +0300 Subject: [PATCH] Add items to WebhookEvent. --- huntflow_api_client/models/consts.py | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"},