File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
huntflow_webhook_models/common_models Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33
44from pydantic import BaseModel , Field
55
6- from huntflow_webhook_models .common_models .hf_base import DivisionItem
6+ from huntflow_webhook_models .common_models .hf_base import DivisionItem , VacancyQuotaItem
77from huntflow_webhook_models .consts import VacancyState
88
99
@@ -101,6 +101,10 @@ class Vacancy(BaseModel):
101101 description = "Additional vacancy fields" ,
102102 examples = [{"experience" : "without" }],
103103 )
104+ vacancy_frame_fill_quota : Optional [VacancyQuotaItem ] = Field (
105+ None ,
106+ description = "Vacancy frame fill quota" ,
107+ )
104108
105109
106110class VacancyCloseReason (BaseModel ):
Original file line number Diff line number Diff line change 11
22[project ]
33name = " huntflow-webhook-models"
4- version = " 0.1.12 "
4+ version = " 0.1.13 "
55description = " Huntflow webhooks requests data models"
66authors = [
77 {
name =
" Developers huntflow" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments