chore: 🐝 Update SDK - SDK Generation KOMBO-RUBY 1.2.4 - #33
Merged
Conversation
kombo-sdk-generator
Bot
force-pushed
the
speakeasy-sdk-regen-1784335596
branch
3 times, most recently
from
July 21, 2026 00:52
1640e9f to
df81da3
Compare
* `kombo.hris.get_staffing_entities()`: `response.data.results[].skills` **Added** * `kombo.ats.get_applications()`: `response.data.results[].current_stage.status` **Added** * `kombo.ats.get_application_stages()`: `response.data.results[].status` **Added** * `kombo.ats.get_jobs()`: `response.data.results[].stages[].status` **Added** * `kombo.connect.create_connection_link()`: * `request.integration_tool.enum(carerixgraphql)` **Added**
kombo-sdk-generator
Bot
force-pushed
the
speakeasy-sdk-regen-1784335596
branch
from
July 22, 2026 00:51
df81da3 to
cad2db0
Compare
maakle
approved these changes
Jul 22, 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.
Ruby SDK Changes:
kombo.hris.get_staffing_entities():response.data.results[].skillsAddedkombo.ats.get_applications():response.data.results[].current_stage.statusAddedkombo.ats.get_application_stages():response.data.results[].statusAddedkombo.ats.get_jobs():response.data.results[].stages[].statusAddedkombo.connect.create_connection_link():request.integration_tool.enum(carerixgraphql)AddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 315 warnings, 196 hintsView full report
RUBY CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.790.3
Last updated by Speakeasy workflow
Note
Medium Risk
Response models gain new nested fields and enums that may affect strict deserialization or sync logic; OpenAPI reports breaking component changes despite the patch SDK version.
Overview
Patch release 1.2.4 regenerates the Kombo Ruby SDK from an updated OpenAPI spec (Speakeasy 1.790.3).
ATS responses now expose stage status (
ACTIVE/INACTIVE) on applicationcurrent_stage, standalone application stages, and stages nested under jobs. The generated modelGetAtsApplicationsPositiveResponseStatusis removed in favor of stage-scoped status typing viaCurrentStageStatus/StageStatus.HRIS
get_staffing_entitiesgains askillscollection on each result, with new shared types forSkill,ProficiencyScale(numeric and single-select variants), andExpectedProficiency. Docs forupdated_afternow treat linkedskillschanges as sync-relevant.Connect adds
carerixgraphqlto theintegration_toolenum for Carerix GraphQL passthrough.Version metadata updates
kombo.gemspec,Gemfile.lock,RELEASES.md, and Speakeasy lock/workflow files; examples in the gen lock reflect the new JSON fields.Reviewed by Cursor Bugbot for commit cad2db0. Bugbot is set up for automated code reviews on this repo. Configure here.