From 7b21c14c267dee390c9e0181dba620d9598b8c3d Mon Sep 17 00:00:00 2001 From: Abdellahitech Date: Tue, 9 Jan 2024 10:54:23 +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 16f6b6207..c00641ac1 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* | *08/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* | *09/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 9035cfd4f..fa1b156e1 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#L225) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L246) | 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 417947aed..1f404b734 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#L225) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L246) | 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 9cb7d6762..a14bc1fc9 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#L225) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L246) | 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 7004ea221..343b52a6c 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#L118) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_vacancy`](../connector.py#L139) | 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 8257e3daf..80fb23666 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#L225) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_ts_candidate`](../connector.py#L246) | 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 86f106da9..b742dc9ea 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#L368) | Formatting function | +| `format` | `typing.Callable[[typing.Dict], typing.Dict]` | [`format_into_ts_applicant`](../connector.py#L389) | 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