Skip to content

Commit f176387

Browse files
author
koval
committed
Add PASSWORD_CHANGE to ActionLogType enum.
1 parent 103d041 commit f176387

1 file changed

Lines changed: 1 addition & 0 deletions

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):

0 commit comments

Comments
 (0)