Skip to content

Commit 3d399b3

Browse files
authored
Merge pull request #97 from huntflow/INT-670_edit_enum_WebhookEvent
[INT-670] - Add items to WebhookEvent.
2 parents 54a90ad + 24a6183 commit 3d399b3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

huntflow_api_client/models/consts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ class WebhookEvent(str, Enum):
77
RESPONSE = "RESPONSE"
88
OFFER = "OFFER"
99
VACANCY_REQUEST = "VACANCY-REQUEST"
10+
RECRUITMENT_EVALUATION = "RECRUITMENT-EVALUATION"
11+
SURVEY_QUESTIONARY = "SURVEY-QUESTIONARY"
1012

1113

1214
class MemberType(str, Enum):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "huntflow-api-client"
4-
version = "2.3.0"
4+
version = "2.4.0"
55
description = "Huntflow API Client for Python"
66
authors = [
77
{name = "Developers huntflow", email = "developer@huntflow.ru"},

0 commit comments

Comments
 (0)