From c0db9bb4c7fb7b6a538e0b7c425c4b94168d34d6 Mon Sep 17 00:00:00 2001 From: Abdellahitech Date: Mon, 8 Jan 2024 09:58:12 +0100 Subject: [PATCH] docs:update ts docs --- README.md | 2 +- .../connectors/talentsoft/docs/applicant_new.md | 2 +- .../connectors/talentsoft/docs/applicant_resume_update.md | 2 +- .../connectors/talentsoft/docs/applicant_update.md | 2 +- .../connectors/talentsoft/docs/pull_job_list.md | 2 +- .../connectors/talentsoft/docs/pull_profile_list.md | 2 +- .../connectors/talentsoft/docs/push_profile.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b01f2cff8..ca3f30283 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ We invite developers to join us in our mission to bring AI and data integration | [**Taleez**](./src/hrflow_connectors/connectors/taleez/README.md) | ATS | :white_check_mark: | *19/01/2022* | *04/09/2023* | :x: | :white_check_mark: | :white_check_mark: | :x: | | **Talentlyft** | ATS | 🎯 | | | | | | | | **TalentReef** | ATS | 🎯 | | | | | | | -| [**Talentsoft**](./src/hrflow_connectors/connectors/talentsoft/README.md) | HCM | :white_check_mark: | *19/04/2022* | *07/01/2024* | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | +| [**Talentsoft**](./src/hrflow_connectors/connectors/talentsoft/README.md) | HCM | :white_check_mark: | *19/04/2022* | *08/01/2024* | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | | **Talentlink** | ATS | 🎯 | | | | **TalentReef** | ATS | 🎯 | | | | [**Teamtailor**](./src/hrflow_connectors/connectors/teamtailor/README.md) | ATS | :white_check_mark: | *06/10/2022* | *04/09/2023* | :x: | :white_check_mark: | :white_check_mark: | :x: | diff --git a/src/hrflow_connectors/connectors/talentsoft/docs/applicant_new.md b/src/hrflow_connectors/connectors/talentsoft/docs/applicant_new.md index 44c573936..9035cfd4f 100644 --- a/src/hrflow_connectors/connectors/talentsoft/docs/applicant_new.md +++ b/src/hrflow_connectors/connectors/talentsoft/docs/applicant_new.md @@ -10,7 +10,7 @@ Handle TalentSoft 'applicant_new' event by fetching profile from TalentSoft and | Field | Type | Default | Description | | ----- | ---- | ------- | ----------- | | `logics` | `typing.List[typing.Callable[[typing.Dict], typing.Optional[typing.Dict]]]` | [] | List of logic functions | -| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L245) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L225) | Formatting function | | `read_mode` | `str` | ReadMode.sync | If 'incremental' then `read_from` of the last run is given to Origin Warehouse during read. **The actual behavior depends on implementation of read**. In 'sync' mode `read_from` is neither fetched nor given to Origin Warehouse during read. | ## Source Parameters diff --git a/src/hrflow_connectors/connectors/talentsoft/docs/applicant_resume_update.md b/src/hrflow_connectors/connectors/talentsoft/docs/applicant_resume_update.md index 6abe4858a..417947aed 100644 --- a/src/hrflow_connectors/connectors/talentsoft/docs/applicant_resume_update.md +++ b/src/hrflow_connectors/connectors/talentsoft/docs/applicant_resume_update.md @@ -10,7 +10,7 @@ Handle TalentSoft 'applicant_resume_update' event by running a new HrFlow.ai Par | Field | Type | Default | Description | | ----- | ---- | ------- | ----------- | | `logics` | `typing.List[typing.Callable[[typing.Dict], typing.Optional[typing.Dict]]]` | [] | List of logic functions | -| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L245) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L225) | Formatting function | | `read_mode` | `str` | ReadMode.sync | If 'incremental' then `read_from` of the last run is given to Origin Warehouse during read. **The actual behavior depends on implementation of read**. In 'sync' mode `read_from` is neither fetched nor given to Origin Warehouse during read. | ## Source Parameters diff --git a/src/hrflow_connectors/connectors/talentsoft/docs/applicant_update.md b/src/hrflow_connectors/connectors/talentsoft/docs/applicant_update.md index b004c2163..9cb7d6762 100644 --- a/src/hrflow_connectors/connectors/talentsoft/docs/applicant_update.md +++ b/src/hrflow_connectors/connectors/talentsoft/docs/applicant_update.md @@ -10,7 +10,7 @@ Handle TalentSoft 'applicant_update' event by only updating tags coming from Tal | Field | Type | Default | Description | | ----- | ---- | ------- | ----------- | | `logics` | `typing.List[typing.Callable[[typing.Dict], typing.Optional[typing.Dict]]]` | [] | List of logic functions | -| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L245) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L225) | Formatting function | | `read_mode` | `str` | ReadMode.sync | If 'incremental' then `read_from` of the last run is given to Origin Warehouse during read. **The actual behavior depends on implementation of read**. In 'sync' mode `read_from` is neither fetched nor given to Origin Warehouse during read. | ## Source Parameters diff --git a/src/hrflow_connectors/connectors/talentsoft/docs/pull_job_list.md b/src/hrflow_connectors/connectors/talentsoft/docs/pull_job_list.md index dbcbe9713..7004ea221 100644 --- a/src/hrflow_connectors/connectors/talentsoft/docs/pull_job_list.md +++ b/src/hrflow_connectors/connectors/talentsoft/docs/pull_job_list.md @@ -10,7 +10,7 @@ Retrieves jobs from TalentSoft vacancies export API and send them to a ***Hrflow | Field | Type | Default | Description | | ----- | ---- | ------- | ----------- | | `logics` | `typing.List[typing.Callable[[typing.Dict], typing.Optional[typing.Dict]]]` | [] | List of logic functions | -| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_vacancy`](../connector.py#L138) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_vacancy`](../connector.py#L118) | Formatting function | | `read_mode` | `str` | ReadMode.sync | If 'incremental' then `read_from` of the last run is given to Origin Warehouse during read. **The actual behavior depends on implementation of read**. In 'sync' mode `read_from` is neither fetched nor given to Origin Warehouse during read. | ## Source Parameters diff --git a/src/hrflow_connectors/connectors/talentsoft/docs/pull_profile_list.md b/src/hrflow_connectors/connectors/talentsoft/docs/pull_profile_list.md index a7b16534b..8257e3daf 100644 --- a/src/hrflow_connectors/connectors/talentsoft/docs/pull_profile_list.md +++ b/src/hrflow_connectors/connectors/talentsoft/docs/pull_profile_list.md @@ -10,7 +10,7 @@ Retrieves profiles from TalentSoft candidates export API and send them to a ***H | Field | Type | Default | Description | | ----- | ---- | ------- | ----------- | | `logics` | `typing.List[typing.Callable[[typing.Dict], typing.Optional[typing.Dict]]]` | [] | List of logic functions | -| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L245) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L225) | Formatting function | | `read_mode` | `str` | ReadMode.sync | If 'incremental' then `read_from` of the last run is given to Origin Warehouse during read. **The actual behavior depends on implementation of read**. In 'sync' mode `read_from` is neither fetched nor given to Origin Warehouse during read. | ## Source Parameters diff --git a/src/hrflow_connectors/connectors/talentsoft/docs/push_profile.md b/src/hrflow_connectors/connectors/talentsoft/docs/push_profile.md index 691d6a127..86f106da9 100644 --- a/src/hrflow_connectors/connectors/talentsoft/docs/push_profile.md +++ b/src/hrflow_connectors/connectors/talentsoft/docs/push_profile.md @@ -10,7 +10,7 @@ Pushs specific Profile from HrFlow and writes it to Applicant object in Talentso | Field | Type | Default | Description | | ----- | ---- | ------- | ----------- | | `logics` | `typing.List[typing.Callable[[typing.Dict], typing.Optional[typing.Dict]]]` | [] | List of logic functions | -| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_into_ts_applicant`](../connector.py#L388) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_into_ts_applicant`](../connector.py#L368) | Formatting function | | `read_mode` | `str` | ReadMode.sync | If 'incremental' then `read_from` of the last run is given to Origin Warehouse during read. **The actual behavior depends on implementation of read**. In 'sync' mode `read_from` is neither fetched nor given to Origin Warehouse during read. | ## Source Parameters