chore: π Update SDK - SDK Generation KOMBO-PYTHON 1.1.3#39
Merged
Conversation
* `kombo.ats.add_application_note()`: * `request.remote_fields.greenhousev3` **Added** * `kombo.ats.reject_application()`: * `request.remote_fields.greenhousev3` **Added** * `kombo.ats.create_candidate()`: * `request.remote_fields.greenhousev3` **Added** * `kombo.ats.create_application()`: * `request.remote_fields.greenhousev3` **Added** * `kombo.ats.import_tracked_application()`: * `request.greenhousev3` **Added** * `response.data.imported_id.greenhousev3` **Added**
maakle
approved these changes
May 12, 2026
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)
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.add_application_note():request.remote_fields.greenhousev3Addedkombo.ats.reject_application():request.remote_fields.greenhousev3Addedkombo.ats.create_candidate():request.remote_fields.greenhousev3Addedkombo.ats.create_application():request.remote_fields.greenhousev3Addedkombo.ats.import_tracked_application():request.greenhousev3Addedresponse.data.imported_id.greenhousev3AddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 320 warnings, 193 hintsView full report
PYTHON CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.762.0
Last updated by Speakeasy workflow
Note
Medium Risk
Mostly generated SDK/docs updates, but it changes exported model types (removing
Visibilityin favor ofGetAtsJobsPositiveResponseVisibility) and adds new request/response fields, which may be source-incompatible for existing users.Overview
Bumps the generated Python SDK from
1.1.2to1.1.3and refreshes Speakeasy generation metadata/docs.Adds Greenhouse V3 support in ATS request/response models: new
request.remote_fields.greenhousev3foradd_application_note,reject_application,create_candidate, andcreate_application, plusimport_tracked_applicationgainsrequest.greenhousev3and returnsresponse.data.imported_id.greenhousev3.Updates the jobs model visibility typing by replacing the exported
Visibilityenum withGetAtsJobsPositiveResponseVisibility(and corresponding docs), which can require downstream code changes.Reviewed by Cursor Bugbot for commit 9de8561. Bugbot is set up for automated code reviews on this repo. Configure here.