Skip to content

Commit c1f9c50

Browse files
chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2 (#31)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent a201601 commit c1f9c50

383 files changed

Lines changed: 7779 additions & 3326 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 947 additions & 692 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ generation:
3131
generateNewTests: true
3232
skipResponseBodyAssertions: false
3333
python:
34-
version: 1.0.1
34+
version: 1.0.2
3535
additionalDependencies:
3636
dev:
3737
inline-snapshot: '>=0.13.0'

.speakeasy/workflow.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
speakeasyVersion: 1.730.1
1+
speakeasyVersion: 1.759.3
22
sources:
33
kombo-prepared-spec:
44
sourceNamespace: kombo-api
5-
sourceRevisionDigest: sha256:591686f3af40670601f76d7f68736891fe6f4b7e266a7b5f2763c5325ffb9c1c
6-
sourceBlobDigest: sha256:20bfd7153b22ad4d11e59e12c67abf8c83551f1d366d8f1664b8809bf7eef991
5+
sourceRevisionDigest: sha256:2ad33071ff9cd1d63422b746b3b164c7fe4a860b42d77ce7ab8b0c0d137a7574
6+
sourceBlobDigest: sha256:23ca0c865af6ac234a1fa7b11bb6842cb71aecb85c150c3a9cdd938149b29c7c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1772065734
109
- 1.0.0
1110
targets:
1211
kombo-python:
1312
source: kombo-prepared-spec
1413
sourceNamespace: kombo-api
15-
sourceRevisionDigest: sha256:591686f3af40670601f76d7f68736891fe6f4b7e266a7b5f2763c5325ffb9c1c
16-
sourceBlobDigest: sha256:20bfd7153b22ad4d11e59e12c67abf8c83551f1d366d8f1664b8809bf7eef991
14+
sourceRevisionDigest: sha256:2ad33071ff9cd1d63422b746b3b164c7fe4a860b42d77ce7ab8b0c0d137a7574
15+
sourceBlobDigest: sha256:23ca0c865af6ac234a1fa7b11bb6842cb71aecb85c150c3a9cdd938149b29c7c
1716
codeSamplesNamespace: kombo-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:03deb2d90d561265287ab7f54e545f74f5ec490eb013df88fa2fd12320f20d39
17+
codeSamplesRevisionDigest: sha256:a9d2e4aaa1c9491b6ffa4b3619613f55661f1d8bbc41343b4f5cddb8194764a4
1918
workflow:
2019
workflowVersion: 1.0.0
2120
speakeasyVersion: latest

README-PYPI.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ with SDK(
197197
* [get_jobs](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/ats/README.md#get_jobs) - Get jobs
198198
* [create_application](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/ats/README.md#create_application) - Create application
199199
* [get_users](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/ats/README.md#get_users) - Get users
200+
* [get_roles](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/ats/README.md#get_roles) - Get roles
200201
* [get_offers](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/ats/README.md#get_offers) - Get offers
201202
* [get_rejection_reasons](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/ats/README.md#get_rejection_reasons) - Get rejection reasons
202203
* [get_interviews](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/ats/README.md#get_interviews) - Get interviews
@@ -241,6 +242,7 @@ with SDK(
241242
* [get_timesheets](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/hris/README.md#get_timesheets) - Get timesheets
242243
* [get_performance_review_cycles](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/hris/README.md#get_performance_review_cycles) - Get performance review cycles
243244
* [get_performance_reviews](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/hris/README.md#get_performance_reviews) - Get performance reviews
245+
* [get_staffing_entities](https://github.com/kombohq/python-sdk/blob/master/docs/sdks/hris/README.md#get_staffing_entities) - Get staffing entities
244246

245247
</details>
246248
<!-- End Available Resources and Operations [operations] -->
@@ -331,9 +333,9 @@ with Kombo(
331333

332334

333335
**Inherit from [`SDKError`](https://github.com/kombohq/python-sdk/blob/master/./src/kombo/errors/sdkerror.py)**:
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+
* [`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 28 of 60 methods.*
337+
* [`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 18 of 60 methods.*
338+
* [`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 60 methods.*
337339
* [`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.
338340

339341
</details>

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ with SDK(
197197
* [get_jobs](docs/sdks/ats/README.md#get_jobs) - Get jobs
198198
* [create_application](docs/sdks/ats/README.md#create_application) - Create application
199199
* [get_users](docs/sdks/ats/README.md#get_users) - Get users
200+
* [get_roles](docs/sdks/ats/README.md#get_roles) - Get roles
200201
* [get_offers](docs/sdks/ats/README.md#get_offers) - Get offers
201202
* [get_rejection_reasons](docs/sdks/ats/README.md#get_rejection_reasons) - Get rejection reasons
202203
* [get_interviews](docs/sdks/ats/README.md#get_interviews) - Get interviews
@@ -241,6 +242,7 @@ with SDK(
241242
* [get_timesheets](docs/sdks/hris/README.md#get_timesheets) - Get timesheets
242243
* [get_performance_review_cycles](docs/sdks/hris/README.md#get_performance_review_cycles) - Get performance review cycles
243244
* [get_performance_reviews](docs/sdks/hris/README.md#get_performance_reviews) - Get performance reviews
245+
* [get_staffing_entities](docs/sdks/hris/README.md#get_staffing_entities) - Get staffing entities
244246

245247
</details>
246248
<!-- End Available Resources and Operations [operations] -->
@@ -331,9 +333,9 @@ with Kombo(
331333

332334

333335
**Inherit from [`SDKError`](./src/kombo/errors/sdkerror.py)**:
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+
* [`KomboAtsError`](./src/kombo/errors/komboatserror.py): The standard error response with the error codes for the ATS use case. Applicable to 28 of 60 methods.*
337+
* [`KomboHrisError`](./src/kombo/errors/kombohriserror.py): The standard error response with the error codes for the HRIS use case. Applicable to 18 of 60 methods.*
338+
* [`KomboGeneralError`](./src/kombo/errors/kombogeneralerror.py): The standard error response with just the platform error codes. Applicable to 14 of 60 methods.*
337339
* [`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.
338340

339341
</details>

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@ Based on:
128128
### Generated
129129
- [python v1.0.1] .
130130
### Releases
131-
- [PyPI v1.0.1] https://pypi.org/project/kombo/1.0.1 - .
131+
- [PyPI v1.0.1] https://pypi.org/project/kombo/1.0.1 - .
132+
133+
## 2026-03-26 00:34:41
134+
### Changes
135+
Based on:
136+
- OpenAPI Doc
137+
- Speakeasy CLI 1.759.3 (2.869.25) https://github.com/speakeasy-api/speakeasy
138+
### Generated
139+
- [python v1.0.2] .
140+
### Releases
141+
- [PyPI v1.0.2] https://pypi.org/project/kombo/1.0.2 - .

docs/models/assessmentorderreceivedwebhookpayloadhiringteam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A member of the hiring team.
77

88
| Field | Type | Required | Description |
99
| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
10-
| `remote_id` | *str* | :heavy_check_mark: | The team member's identifier in the integrated system. |
10+
| `remote_id` | *Nullable[str]* | :heavy_check_mark: | The team member's identifier in the integrated system. |
1111
| `email` | *Nullable[str]* | :heavy_check_mark: | The team member's email address. |
1212
| `first_name` | *Nullable[str]* | :heavy_check_mark: | The team member's first name. |
1313
| `last_name` | *Nullable[str]* | :heavy_check_mark: | The team member's last name. |
Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# AssessmentOrderReceivedWebhookPayloadHiringTeamRole
22

3+
## Example Usage
4+
5+
```python
6+
from kombo.models import AssessmentOrderReceivedWebhookPayloadHiringTeamRole
7+
value: AssessmentOrderReceivedWebhookPayloadHiringTeamRole = "RECRUITER"
8+
```
9+
310

411
## Values
512

6-
| Name | Value |
7-
| ---------------- | ---------------- |
8-
| `RECRUITER` | RECRUITER |
9-
| `HIRING_MANAGER` | HIRING_MANAGER |
13+
- `"RECRUITER"`
14+
- `"HIRING_MANAGER"`
15+
- `"COORDINATOR"`
16+
- `"SOURCER"`
17+
- `"INTERVIEWER"`

docs/models/assessmentorderreceivedwebhookpayloadstatus.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
The current status of the assessment order.
44

5+
## Example Usage
6+
7+
```python
8+
from kombo.models import AssessmentOrderReceivedWebhookPayloadStatus
9+
value: AssessmentOrderReceivedWebhookPayloadStatus = "OPEN"
10+
```
11+
512

613
## Values
714

8-
| Name | Value |
9-
| ----------- | ----------- |
10-
| `OPEN` | OPEN |
11-
| `COMPLETED` | COMPLETED |
12-
| `CANCELLED` | CANCELLED |
13-
| `REJECTED` | REJECTED |
15+
- `"OPEN"`
16+
- `"COMPLETED"`
17+
- `"CANCELLED"`
18+
- `"REJECTED"`

docs/models/assessmentorderreceivedwebhookpayloadtype.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
Type of the webhook event
44

5+
## Example Usage
6+
7+
```python
8+
from kombo.models import AssessmentOrderReceivedWebhookPayloadType
9+
value: AssessmentOrderReceivedWebhookPayloadType = "assessment:order-received"
10+
```
11+
512

613
## Values
714

8-
| Name | Value |
9-
| --------------------------- | --------------------------- |
10-
| `ASSESSMENT_ORDER_RECEIVED` | assessment:order-received |
15+
- `"assessment:order-received"`

0 commit comments

Comments
 (0)