Uh oh!
There was an error while loading. Please reload this page.
chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.3.7 - #49
Merged
Conversation
kombo-sdk-generatorBotforce-pushed
the
speakeasy-sdk-regen-1786494390
branch
2 times, most recently
from
August 13, 2026 07:48
ddf09d5 to
72d2ddcCompare* `kombo.ats.get_notes()`: **Added** * `kombo.ats.get_ats_notes()`: **Removed** (Breaking⚠️ ) * `kombo.hris.add_employee_document()`: `request.remote_fields` **Added** * `kombo.hris.get_absence_types()`: `response.data.results[].custom_fields` **Added** * `kombo.hris.get_time_off_balances()`: `response.data.results[].type.custom_fields` **Added** * `kombo.hris.get_absences()`: `response.data.results[].type.custom_fields` **Added** * `kombo.ats.add_application_result_link()`: * `request.remote_fields.talent360` **Added** * `kombo.ats.add_application_note()`: * `request.remote_fields.talent360` **Added** * `kombo.ats.add_candidate_result_link()`: * `request.remote_fields.talent360` **Added** * `kombo.connect.create_connection_link()`: * `request.integration_tool.enum(talent360)` **Added**
kombo-sdk-generatorBotforce-pushed
the
speakeasy-sdk-regen-1786494390
branch
from
August 13, 2026 08:03
72d2ddc to
f66d350CompareUh oh!
There was an error while loading. Please reload this page.
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 freeto 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)
Tip
If updates to your OpenAPI document introduce breaking changes, be sure to update the
info.versionfield to trigger the correct version bump.Speakeasy supports manual control of SDK versioning through multiple methods.
Python SDK Changes:
kombo.ats.get_notes(): Addedkombo.ats.get_ats_notes(): Removed (Breakingkombo.hris.add_employee_document():request.remote_fieldsAddedkombo.hris.get_absence_types():response.data.results[].custom_fieldsAddedkombo.hris.get_time_off_balances():response.data.results[].type.custom_fieldsAddedkombo.hris.get_absences():response.data.results[].type.custom_fieldsAddedkombo.ats.add_application_result_link():request.remote_fields.talent360Addedkombo.ats.add_application_note():request.remote_fields.talent360Addedkombo.ats.add_candidate_result_link():request.remote_fields.talent360Addedkombo.connect.create_connection_link():request.integration_tool.enum(talent360)AddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 320 warnings, 198 hintsView full report
PYTHON CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.793.1
Last updated by Speakeasy workflow
Note
Medium Risk
The breaking rename of
get_ats_noteswill break existing callers until they migrate; other changes are additive schema/SDK surface updates from codegen.Overview
Speakeasy regeneration bumps the package to v1.3.7 and aligns the Python client with the latest OpenAPI spec.
Breaking:
kombo.ats.get_ats_notes()is removed in favor ofkombo.ats.get_notes()(same endpoint; README and release notes updated).HRIS: Absence type objects in
get_absence_types,get_absences, and nested types inget_time_off_balancesnow exposecustom_fields.add_employee_documentaccepts optionalremote_fields(including AFAS-specific passthrough documented in newAfasmodel docs).ATS / Connect:
remote_fields.talent360is added on application/candidate note and result-link requests.create_connection_linkgainstalent360as anintegration_tooloption.Reviewed by Cursor Bugbot for commit f66d350. Bugbot is set up for automated code reviews on this repo. Configure here.