chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31
Open
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
Open
chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
Conversation
5ac11b9 to
8689d98
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
6cbabe8 to
5586fa5
Compare
cf952a3 to
d2d9759
Compare
d2d9759 to
1a406ed
Compare
* `kombo.hris.get_staffing_entities()`: **Added** * `kombo.ats.get_roles()`: **Added** * `kombo.ats.add_application_note()`: * `request.remote_fields.lever` **Added** * `kombo.ats.create_candidate()`: `request.remote_fields` **Changed** * `kombo.ats.get_jobs()`: `response.data.results[].hiring_team[].job_roles` **Added** * `kombo.ats.create_application()`: `request.remote_fields` **Changed** * `kombo.ats.get_users()`: `response.data.results[].system_roles` **Added** * `kombo.assessment.update_order_result()`: * `request.remote_fields.recruitee` **Added** * `kombo.connect.create_connection_link()`: * `request.integration_tool.enum(digitalrecruiters)` **Added**
1a406ed to
8a6df2d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Python SDK Changes:
kombo.hris.get_staffing_entities(): Addedkombo.ats.get_roles(): Addedkombo.ats.add_application_note():request.remote_fields.leverAddedkombo.ats.create_candidate():request.remote_fieldsChangedkombo.ats.get_jobs():response.data.results[].hiring_team[].job_rolesAddedkombo.ats.create_application():request.remote_fieldsChangedkombo.ats.get_users():response.data.results[].system_rolesAddedkombo.assessment.update_order_result():request.remote_fields.recruiteeAddedkombo.connect.create_connection_link():request.integration_tool.enum(digitalrecruiters)AddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 315 warnings, 186 hintsView full report
PYTHON CHANGELOG
core: 6.0.18 - 2026-03-11
🐛 Bug Fixes
core: 6.0.17 - 2026-03-05
🐛 Bug Fixes
model_dump()is called withoutby_alias=Trueby falling back to field name lookupcore: 6.0.16 - 2026-03-04
🐛 Bug Fixes
core: 6.0.15 - 2026-02-27
🐛 Bug Fixes
core: 6.0.14 - 2026-02-27
🐛 Bug Fixes
enumUnions: 0.1.1 - 2026-03-06
🐛 Bug Fixes
globalServerURLs: 3.2.1 - 2026-02-27
🐛 Bug Fixes
Based on Speakeasy CLI 1.755.1
Note
Medium Risk
Regenerates large portions of the SDK and models from an updated OpenAPI spec, including request/response shape changes (notably
remote_fieldsand ATS role-related fields) that may be breaking for consumers.Overview
Updates the generated Kombo Python SDK to v
1.0.2(Speakeasy CLI1.755.1), refreshing the OpenAPI-derived client, models, and docs.Adds new client operations
hris.get_staffing_entities()andats.get_roles(), and expands ATS/assessment/connect payloads (e.g., newjob_rolesonget_jobs,system_rolesonget_users, and additionalremote_fieldssupport for specific integrations).Includes generator/workflow config updates in
.speakeasy/*, bumps package versioning/release notes, and regenerates model documentation to match the new schema (including deprecations likehiring_team_rolesin favor ofjob_roles).Written by Cursor Bugbot for commit 8a6df2d. This will update automatically on new commits. Configure here.