Skip to content

Commit

Permalink
Add items to WebhookEvent.
Browse files Browse the repository at this point in the history
  • Loading branch information
koval committed Aug 9, 2024
1 parent 54a90ad commit 24a6183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions huntflow_api_client/models/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"},
Expand Down

0 comments on commit 24a6183

Please sign in to comment.