We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b016c4 commit 2384f15Copy full SHA for 2384f15
1 file changed
huntflow_api_client/models/consts.py
@@ -180,6 +180,7 @@ class UserControlTaskStatus(str, Enum):
180
SUCCESS = "SUCCESS"
181
FAILED = "FAILED"
182
183
+
184
class RecommendationProcessingStatus(str, Enum):
185
ALL = "ALL"
186
PROCESSED = "PROCESSED"
@@ -191,7 +192,7 @@ class RecommendationStatus(str, Enum):
191
192
TAKEN_OTHER = "TAKEN_OTHER"
193
DECLINED = "DECLINED"
194
-
195
196
class InterviewType(str, Enum):
197
USER = "user"
198
INTERVIEW = "interview"
0 commit comments