fix linkedin bug & add linkedin company url (#67)

This commit is contained in:
Cullen Watson
2023-11-08 15:51:07 -06:00
committed by GitHub
parent a2c8fe046e
commit cc9e7866b7
5 changed files with 46 additions and 34 deletions

View File

@@ -196,6 +196,8 @@ class JobPost(BaseModel):
location: Optional[Location]
description: str | None = None
company_url: str | None = None
job_type: list[JobType] | None = None
compensation: Compensation | None = None
date_posted: date | None = None