You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[get_integration_details](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/general/README.md#get_integration_details) - Get integration details
217
+
*[set_integration_enabled](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/general/README.md#set_integration_enabled) - Set integration enabled
217
218
*[create_reconnection_link](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/general/README.md#create_reconnection_link) - Create reconnection link
218
219
*[get_integration_fields](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/general/README.md#get_integration_fields) - Get integration fields
219
220
*[update_integration_field](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/general/README.md#update_integration_field) - Updates an integration fields passthrough setting
@@ -330,9 +331,9 @@ with Kombo(
330
331
331
332
332
333
**Inherit from [`SDKError`](https://github.com/kombohq/python-sdk/blob/master/./src/kombo/errors/sdkerror.py)**:
333
-
*[`KomboAtsError`](https://github.com/kombohq/python-sdk/blob/master/./src/kombo/errors/komboatserror.py): The standard error response with the error codes for the ATS use case. Applicable to 27 of 57 methods.*
334
-
*[`KomboHrisError`](https://github.com/kombohq/python-sdk/blob/master/./src/kombo/errors/kombohriserror.py): The standard error response with the error codes for the HRIS use case. Applicable to 17 of 57 methods.*
335
-
*[`KomboGeneralError`](https://github.com/kombohq/python-sdk/blob/master/./src/kombo/errors/kombogeneralerror.py): The standard error response with just the platform error codes. Applicable to 13 of 57 methods.*
334
+
*[`KomboAtsError`](https://github.com/kombohq/python-sdk/blob/master/./src/kombo/errors/komboatserror.py): The standard error response with the error codes for the ATS use case. Applicable to 27 of 58 methods.*
335
+
*[`KomboHrisError`](https://github.com/kombohq/python-sdk/blob/master/./src/kombo/errors/kombohriserror.py): The standard error response with the error codes for the HRIS use case. Applicable to 17 of 58 methods.*
336
+
*[`KomboGeneralError`](https://github.com/kombohq/python-sdk/blob/master/./src/kombo/errors/kombogeneralerror.py): The standard error response with just the platform error codes. Applicable to 14 of 58 methods.*
336
337
*[`ResponseValidationError`](https://github.com/kombohq/python-sdk/blob/master/./src/kombo/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
*[get_integration_details](docs/sdks/general/README.md#get_integration_details) - Get integration details
217
+
*[set_integration_enabled](docs/sdks/general/README.md#set_integration_enabled) - Set integration enabled
217
218
*[create_reconnection_link](docs/sdks/general/README.md#create_reconnection_link) - Create reconnection link
218
219
*[get_integration_fields](docs/sdks/general/README.md#get_integration_fields) - Get integration fields
219
220
*[update_integration_field](docs/sdks/general/README.md#update_integration_field) - Updates an integration fields passthrough setting
@@ -330,9 +331,9 @@ with Kombo(
330
331
331
332
332
333
**Inherit from [`SDKError`](./src/kombo/errors/sdkerror.py)**:
333
-
*[`KomboAtsError`](./src/kombo/errors/komboatserror.py): The standard error response with the error codes for the ATS use case. Applicable to 27 of 57 methods.*
334
-
*[`KomboHrisError`](./src/kombo/errors/kombohriserror.py): The standard error response with the error codes for the HRIS use case. Applicable to 17 of 57 methods.*
335
-
*[`KomboGeneralError`](./src/kombo/errors/kombogeneralerror.py): The standard error response with just the platform error codes. Applicable to 13 of 57 methods.*
334
+
*[`KomboAtsError`](./src/kombo/errors/komboatserror.py): The standard error response with the error codes for the ATS use case. Applicable to 27 of 58 methods.*
335
+
*[`KomboHrisError`](./src/kombo/errors/kombohriserror.py): The standard error response with the error codes for the HRIS use case. Applicable to 17 of 58 methods.*
336
+
*[`KomboGeneralError`](./src/kombo/errors/kombogeneralerror.py): The standard error response with just the platform error codes. Applicable to 14 of 58 methods.*
336
337
*[`ResponseValidationError`](./src/kombo/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
|`benefit_type_id`|[Optional[models.BenefitTypeID]](../models/benefittypeid.md)|:heavy_minus_sign:| Required for illness absences. Benefit type: Delegated Payment, No Right to Benefit, or Direct payment. |
Copy file name to clipboardExpand all lines: docs/models/assessmentorderreceivedwebhookpayloadjob.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ Information about the job posting.
10
10
|`remote_id`|*OptionalNullable[str]*|:heavy_minus_sign:| The job's identifier in the integrated system. |
11
11
|`name`|*OptionalNullable[str]*|:heavy_minus_sign:| The job title. |
12
12
|`location`|[OptionalNullable[models.AssessmentOrderReceivedWebhookPayloadLocation]](../models/assessmentorderreceivedwebhookpayloadlocation.md)|:heavy_minus_sign:| The job location information. |
13
-
|`hiring_team`| List[[models.AssessmentOrderReceivedWebhookPayloadHiringTeam](../models/assessmentorderreceivedwebhookpayloadhiringteam.md)]|:heavy_check_mark:| The hiring team allows you to sync users into your system who can access the job and its applications.|
13
+
|`hiring_team`| List[[models.AssessmentOrderReceivedWebhookPayloadHiringTeam](../models/assessmentorderreceivedwebhookpayloadhiringteam.md)]|:heavy_check_mark:| The hiring team allows you to provision users into your system who can access the job and its applications. |
Copy file name to clipboardExpand all lines: docs/models/getassessmentordersopenpositiveresponsejob.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ Information about the job posting.
10
10
|`remote_id`|*OptionalNullable[str]*|:heavy_minus_sign:| The job's identifier in the integrated system. | 67890 |
11
11
|`name`|*OptionalNullable[str]*|:heavy_minus_sign:| The job title. | Engineering Manager |
12
12
|`location`|[OptionalNullable[models.GetAssessmentOrdersOpenPositiveResponseLocation]](../models/getassessmentordersopenpositiveresponselocation.md)|:heavy_minus_sign:| The job location information. ||
13
-
|`hiring_team`| List[[models.GetAssessmentOrdersOpenPositiveResponseHiringTeam](../models/getassessmentordersopenpositiveresponsehiringteam.md)]|:heavy_check_mark:| The hiring team allows you to sync users into your system who can access the job and its applications.||
13
+
|`hiring_team`| List[[models.GetAssessmentOrdersOpenPositiveResponseHiringTeam](../models/getassessmentordersopenpositiveresponsehiringteam.md)]|:heavy_check_mark:| The hiring team allows you to provision users into your system who can access the job and its applications. ||
0 commit comments