Skip to content

Commit

Permalink
feat: add action push application to the core and create the action i…
Browse files Browse the repository at this point in the history
…n bullhorn connector
  • Loading branch information
Abdellahitech committed Aug 30, 2024
1 parent 6c171d8 commit 26595f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hrflow_connectors/connectors/bullhorn/warehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ class WriteApplicationsParameters(BaseParameters):
field_type=FieldType.Auth,
)

class ReadJobsParameters(BaseParameters):
last_modified_date: str = Field(
...,
description="Last Modified Date",
description="Last Modified Date in timestamp",
repr=False,
field_type=FieldType.Auth,
)
Expand Down

0 comments on commit 26595f4

Please sign in to comment.