chore: 🐝 Update SDK - SDK Generation KOMBO-RUBY 1.2.1 - #29
Closed
kombo-sdk-generator[bot] wants to merge 1 commit into
Closed
chore: 🐝 Update SDK - SDK Generation KOMBO-RUBY 1.2.1#29kombo-sdk-generator[bot] wants to merge 1 commit into
kombo-sdk-generator[bot] wants to merge 1 commit into
Conversation
kombo-sdk-generator
Bot
force-pushed
the
speakeasy-sdk-regen-1780967447
branch
7 times, most recently
from
June 16, 2026 01:28
27bc33c to
09ae958
Compare
kombo-sdk-generator
Bot
force-pushed
the
speakeasy-sdk-regen-1780967447
branch
8 times, most recently
from
June 24, 2026 01:10
a8e9aa6 to
7331be0
Compare
kombo-sdk-generator
Bot
force-pushed
the
speakeasy-sdk-regen-1780967447
branch
7 times, most recently
from
July 1, 2026 01:19
c0502c3 to
b291735
Compare
kombo-sdk-generator
Bot
force-pushed
the
speakeasy-sdk-regen-1780967447
branch
5 times, most recently
from
July 6, 2026 01:03
61cb099 to
e61111a
Compare
* `kombo.ats.get_jobs()`: `response.data.results[].hiring_team[].job_roles[].scope` **Changed** (Breaking⚠️ ) * `kombo.ats.get_users()`: `response.data.results[].system_roles[].scope` **Changed** (Breaking⚠️ ) * `kombo.ats.create_candidate()`: * `request.body.remote_fields.covetorest.candidate.aktiv` **Added** * `kombo.ats.create_application()`: * `request.body.remote_fields.covetorest.candidate.aktiv` **Added** * `kombo.connect.create_connection_link()`: * `request.integration_tool` **Changed**
kombo-sdk-generator
Bot
force-pushed
the
speakeasy-sdk-regen-1780967447
branch
from
July 7, 2026 01:02
e61111a to
9bf4b44
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)
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.
Ruby SDK Changes:
kombo.ats.create_candidate():request.body.remote_fields.covetorest.candidate.aktivAddedkombo.ats.create_application():request.body.remote_fields.covetorest.candidate.aktivAddedkombo.connect.create_connection_link():request.integration_toolChangedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 300 warnings, 194 hintsView full report
RUBY CHANGELOG
core: 3.11.33 - 2026-07-02
🐝 New Features
core: 3.11.32 - 2026-06-25
🐛 Bug Fixes
core: 3.11.31 - 2026-06-23
🐛 Bug Fixes
core: 3.11.30 - 2026-06-23
🐛 Bug Fixes
Based on Speakeasy CLI 1.788.1
Last updated by Speakeasy workflow
Note
Medium Risk
Breaking enum narrowing on ATS role
scopefields can fail deserialization or type checks for integrators that relied on the old combined values; Coveto and connect enum changes are additive but touch candidate/application request paths.Overview
Speakeasy regenerates the kombo gem at 1.2.1 from an updated OpenAPI spec (CLI 1.789.0 / core 3.11.33), including dependency bumps (
faraday>= 2.14.3,yard0.9.42).ATS models (breaking): Role
scopeenums are narrowed to match context—jobjob_roles[].scopeis JOB-only (drops SYSTEM), and usersystem_roles[].scopeis SYSTEM-only (drops JOB). Mock examples and docs for jobs/users/roles/hiring team are updated accordingly.Coveto remote fields:
remote_fields.covetorest.candidate.aktiv(Ja/Nein) is added on create candidate and create application payloads (along with related Covetomandant/statusschema tweaks).Connect:
integration_toolon create connection link gains new enum values from the spec.Most other touched files are generated docs, lockfiles, and Speakeasy metadata.
Reviewed by Cursor Bugbot for commit 9bf4b44. Bugbot is set up for automated code reviews on this repo. Configure here.