Skip to content

chore: 🐝 Update SDK - SDK Generation KOMBO-RUBY 1.2.2 - #31

Merged
maakle merged 1 commit into
mainfrom
speakeasy-sdk-regen-1783558549
Jul 16, 2026
Merged

chore: 🐝 Update SDK - SDK Generation KOMBO-RUBY 1.2.2#31
maakle merged 1 commit into
mainfrom
speakeasy-sdk-regen-1783558549

Conversation

@kombo-sdk-generator

@kombo-sdk-generator kombo-sdk-generator Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Ruby SDK Changes:

  • kombo.ats.get_applications(): response.data.results[].current_stage.custom_fields Added
  • kombo.ats.move_application_to_stage():
    • request.body.remote_fields.successfactors Added
  • kombo.ats.create_candidate():
    • request.body.remote_fields.workday.candidate_data.contact_data.location_data.postal_code Added
  • kombo.ats.get_application_stages(): response.data.results[].custom_fields Added
  • kombo.ats.get_jobs(): response.data.results[].stages[].custom_fields Added
  • kombo.ats.create_application():
    • request.body.remote_fields.workday.candidate_data.contact_data.location_data.postal_code Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/ats/jobs
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (6453:24)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬example1
│ │           └──[🔀] value (6580:21)
│ ├─┬/hris/pay-runs
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬example1
│ │           └──[🔀] value (4245:21)
│ ├─┬/ats/applications
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬example1
│ │           └──[🔀] value (4760:21)
│ ├─┬/hris/payslips
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬example1
│ │           └──[🔀] value (4416:21)
│ ├─┬/ats/application-stages
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬example1
│ │           └──[🔀] value (6391:21)
│ └─┬/passthrough/{tool}/{api}
│   └─┬POST
│     └──[🔀] description (95:20)
└─┬Components
  ├─┬PostAiApplyUnifiedApiJobsJobIdApplicationsRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬workday
  │       └─┬Candidate_Data
  │         └─┬Contact_Data
  │           └─┬Location_Data
  │             └──[+] properties (32983:33)
  ├─┬GetAtsJobsParameterUpdatedAfter
  │ └──[🔀] description (24156:20)
  ├─┬PutAtsApplicationsApplicationIdStageRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     ├──[+] properties (20825:17)
  │     └─┬workday
  │       ├──[🔀] description (20832:32)
  │       ├──[-] properties (20463:21)❌ 
  │       ├──[-] properties (20460:21)❌ 
  │       └──[+] properties (20828:21)
  ├─┬GetAtsApplicationsPositiveResponse
  │ └─┬data
  │   └─┬results
  │     └─┬Schema
  │       └─┬current_stage
  │         ├──[+] required (20500:25)❌ 
  │         ├──[+] required (20501:25)❌ 
  │         ├──[+] properties (20438:23)
  │         ├──[+] properties (20444:23)
  │         ├─┬name
  │         │ ├──[+] examples (20495:29)
  │         │ ├──[🔀] type (20491:27)❌ 
  │         │ ├──[+] format (20493:33)❌ 
  │         │ └──[-] description (20137:38)
  │         ├─┬id
  │         │ ├──[+] additionalProperties (20442:47)❌ 
  │         │ ├──[🔀] type (20440:27)❌ 
  │         │ └──[🔀] description (20443:38)
  │         ├─┬index
  │         │ ├──[-] examples (20144:29)
  │         │ ├──[🔀] type (20426:31)❌ 
  │         │ ├──[-] format (20142:33)❌ 
  │         │ └──[+] description (20427:38)
  │         └─┬remote_id
  │           ├──[+] examples (20478:29)
  │           ├──[+] items (20447:27)❌ 
  │           ├──[🔀] type (20445:31)❌ 
  │           ├──[🔀] description (20476:38)
  │           └─┬Extensions
  │             └──[+] x-speakeasy-ignore (20488:45)
  ├─┬GetAtsJobsPositiveResponse
  │ └─┬data
  │   └─┬results
  │     └─┬Schema
  │       └─┬stages
  │         └─┬Schema
  │           ├──[+] required (24644:27)❌ 
  │           ├──[+] required (24645:27)❌ 
  │           ├──[+] properties (24568:25)
  │           ├──[+] properties (24574:25)
  │           ├─┬index
  │           │ ├──[🔀] type (24556:33)❌ 
  │           │ ├──[-] format (24165:35)❌ 
  │           │ └──[🔀] description (24557:40)
  │           ├─┬remote_id
  │           │ └──[🔀] description (24567:40)
  │           ├─┬id
  │           │ ├──[+] additionalProperties (24572:49)❌ 
  │           │ ├──[🔀] type (24570:29)❌ 
  │           │ └──[🔀] description (24573:40)
  │           ├─┬name
  │           │ ├──[🔀] type (24636:29)❌ 
  │           │ ├──[+] format (24638:35)❌ 
  │           │ └──[🔀] description (24639:40)
  │           └─┬remote_data
  │             ├──[+] examples (24608:31)
  │             ├──[-] additionalProperties (24150:49)❌ 
  │             ├──[+] items (24577:29)❌ 
  │             ├──[🔀] type (24575:33)❌ 
  │             └──[🔀] description (24606:40)
  ├─┬PostForceSyncPositiveResponse
  │ └─┬data
  │   └─┬already_queued
  │     └──[🔀] description (9306:28)
  ├─┬PostAtsCandidatesRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬workday
  │       └─┬Candidate_Data
  │         └─┬Contact_Data
  │           └─┬Location_Data
  │             └──[+] properties (23160:33)
  ├─┬GetAtsApplicationStagesPositiveResponse
  │ └─┬data
  │   └─┬results
  │     └─┬Schema
  │       ├──[+] required (24114:21)❌ 
  │       ├──[+] required (24115:21)❌ 
  │       ├──[+] properties (24030:19)
  │       ├──[+] properties (24036:19)
  │       ├─┬remote_data
  │       │ ├──[+] examples (24070:25)
  │       │ ├──[-] additionalProperties (23669:43)❌ 
  │       │ ├──[+] items (24039:23)❌ 
  │       │ ├──[🔀] type (24037:27)❌ 
  │       │ └──[🔀] description (24068:34)
  │       ├─┬id
  │       │ ├──[+] additionalProperties (24034:43)❌ 
  │       │ ├──[🔀] type (24032:23)❌ 
  │       │ └──[🔀] description (24035:34)
  │       ├─┬remote_id
  │       │ ├──[+] additionalProperties (24085:43)❌ 
  │       │ ├──[🔀] type (24083:23)❌ 
  │       │ ├──[🔀] description (24086:34)
  │       │ └─┬Extensions
  │       │   └──[+] x-speakeasy-ignore (24095:41)
  │       ├─┬remote_deleted_at
  │       │ ├──[-] externalDocs (23693:23)
  │       │ ├──[-] format (23691:29)❌ 
  │       │ └──[🔀] description (24029:34)
  │       └─┬name
  │         ├──[🔀] type (24018:27)❌ 
  │         └──[🔀] description (24019:34)
  └─┬PostAtsJobsJobIdApplicationsRequestBody
    └─┬remote_fields
      └─┬ALLOF
        └─┬workday
          └─┬Candidate_Data
            └─┬Contact_Data
              └─┬Location_Data
                └──[+] properties (26501:33)
Document Element Total Changes Breaking Changes
paths 7 0
components 70 36

View full report

Linting Report 0 errors, 315 warnings, 195 hints

View full report

RUBY CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.790.2

Last updated by Speakeasy workflow


Note

Medium Risk
Touches ATS write paths (stage moves, candidate/application creation) and response shapes for stages; OpenAPI reports many component-level breaking changes even though the gem is a patch bump, so integrators should verify parsing and required-field behavior against their ATS tools.

Overview
Speakeasy-regenerated patch release bumps the Ruby gem from 1.2.1 → 1.2.2 and refreshes lock/metadata (gen.lock, workflow lock, Gemfile.lock, RELEASES.md).

ATS models and docs now align with an updated OpenAPI spec: stage objects expose custom_fields on list/get applications, application stages, and job stages; move application to stage accepts new remote_fields.successfactors (e.g. JobApplication passthrough); create candidate / create application gain Workday postal_code under contact location data. Generated shared schema types were reshuffled (removed duplicate union/array docs and types; added schema2, schema1_object_1, SuccessFactors stage body class).

Most runtime Ruby changes are additive fields on existing models plus updated example payloads in Speakeasy fixtures—not hand-written business logic.

Reviewed by Cursor Bugbot for commit 4f04265. Bugbot is set up for automated code reviews on this repo. Configure here.

@kombo-sdk-generator kombo-sdk-generator Bot added the patch Patch version bump label Jul 9, 2026
@kombo-sdk-generator
kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1783558549 branch 6 times, most recently from 63ee3c2 to 9ad0649 Compare July 15, 2026 00:45
* `kombo.ats.get_applications()`:  `response.data.results[].current_stage.custom_fields` **Added**
* `kombo.ats.move_application_to_stage()`: 
  *  `request.body.remote_fields.successfactors` **Added**
* `kombo.ats.create_candidate()`: 
  *  `request.body.remote_fields.workday.candidate_data.contact_data.location_data.postal_code` **Added**
* `kombo.ats.get_application_stages()`:  `response.data.results[].custom_fields` **Added**
* `kombo.ats.get_jobs()`:  `response.data.results[].stages[].custom_fields` **Added**
* `kombo.ats.create_application()`: 
  *  `request.body.remote_fields.workday.candidate_data.contact_data.location_data.postal_code` **Added**
@kombo-sdk-generator
kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1783558549 branch from 9ad0649 to 4f04265 Compare July 16, 2026 00:49
@maakle
maakle merged commit 485e1c1 into main Jul 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants