Skip to content

Commit 3754562

Browse files
authored
Merge pull request #100 from huntflow/INT-858_edit_ActionLogType
[INT-858] - Add PASSWORD_CHANGE to ActionLogType enum.
2 parents 103d041 + a6b13a1 commit 3754562

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

huntflow_api_client/models/consts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ class ActionLogType(str, Enum):
161161
VACANCY_EXTERNAL = "VACANCY_EXTERNAL"
162162
ACCOUNT_MEMBER = "ACCOUNT_MEMBER"
163163
DOWNLOAD_APPLICANTS = "DOWNLOAD_APPLICANTS"
164+
PASSWORD_CHANGE = "PASSWORD_CHANGE"
164165

165166

166167
class SurveyType(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.5.0"
4+
version = "2.6.0"
55
description = "Huntflow API Client for Python"
66
authors = [
77
{name = "Developers huntflow", email = "developer@huntflow.ru"},

0 commit comments

Comments
 (0)