Skip to content

chore: 🐝 Update SDK - SDK Generation KOMBO-RUBY 1.2.1#29

Open
kombo-sdk-generator[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780967447
Open

chore: 🐝 Update SDK - SDK Generation KOMBO-RUBY 1.2.1#29
kombo-sdk-generator[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780967447

Conversation

@kombo-sdk-generator

@kombo-sdk-generator kombo-sdk-generator Bot commented Jun 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.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

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ └─┬/passthrough/{tool}/{api}
│   └─┬POST
│     └──[🔀] description (95:20)
└─┬Components
  ├─┬PostAtsJobsJobIdApplicationsRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         ├──[+] properties (25402:25)
  │         ├─┬status
  │         │ ├──[🔀] type (25394:33)❌ 
  │         │ ├──[+] minimum (25396:36)❌ 
  │         │ ├──[🔀] format (25395:35)❌ 
  │         │ └──[🔀] description (25397:40)
  │         └─┬mandant
  │           ├──[+] enum (25405:31)
  │           ├──[+] enum (25406:31)
  │           ├──[🔀] type (25403:33)❌ 
  │           ├──[-] minimum (25027:36)❌ 
  │           ├──[-] format (25026:35)❌ 
  │           └──[🔀] description (25407:40)
  ├─┬PostAtsCandidatesRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         ├──[+] properties (22161:25)
  │         ├─┬status
  │         │ ├──[🔀] type (22153:33)❌ 
  │         │ ├──[+] minimum (22155:36)❌ 
  │         │ ├──[🔀] format (22154:35)❌ 
  │         │ └──[🔀] description (22156:40)
  │         └─┬mandant
  │           ├──[+] enum (22164:31)
  │           ├──[+] enum (22165:31)
  │           ├──[🔀] type (22162:33)❌ 
  │           ├──[-] minimum (21792:36)❌ 
  │           ├──[-] format (21791:35)❌ 
  │           └──[🔀] description (22166:40)
  ├─┬PostConnectCreateLinkRequestBody
  │ └─┬integration_tool
  │   ├──[+] enum (32312:15)
  │   └──[+] enum (32394:15)
  └─┬PostAiApplyUnifiedApiJobsJobIdApplicationsRequestBody
    └─┬remote_fields
      └─┬ALLOF
        └─┬covetorest
          └─┬candidate
            ├──[+] properties (31939:25)
            ├─┬status
            │ ├──[🔀] type (31931:33)❌ 
            │ ├──[+] minimum (31933:36)❌ 
            │ ├──[🔀] format (31932:35)❌ 
            │ └──[🔀] description (31934:40)
            └─┬mandant
              ├──[+] enum (31942:31)
              ├──[+] enum (31943:31)
              ├──[🔀] type (31940:33)❌ 
              ├──[-] minimum (31558:36)❌ 
              ├──[-] format (31557:35)❌ 
              └──[🔀] description (31944:40)
Document Element Total Changes Breaking Changes
paths 1 0
components 35 36

View full report

Linting Report 0 errors, 300 warnings, 194 hints

View full report

RUBY CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.784.0

Last updated by Speakeasy workflow


Note

Low Risk
Additive optional request fields and new integration enum values in a generated patch release; no auth or core client behavior changes beyond spec sync.

Overview
Patch release (1.2.0 → 1.2.1) from Speakeasy against an updated OpenAPI spec, plus lockfile and release notes.

ATS (Coveto remote fields): Optional remote_fields.covetorest.candidate.aktiv (Ja / Nein) is added on create candidate and create application request bodies, with new enum types and docs.

Connect: integration_tool on create connection link gains new enum values (e.g. PageUp, Docebo); passthrough / general integration docs are refreshed (DATEV LAUDS labeling, Docebo, PageUp, Workday custom report).

Most other touched Ruby client files are generator whitespace-only; no hand-written logic changes beyond new models and enum members.

Reviewed by Cursor Bugbot for commit e9acfa4. 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 Jun 9, 2026
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780967447 branch 7 times, most recently from 27bc33c to 09ae958 Compare June 16, 2026 01:28
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780967447 branch 4 times, most recently from 6e9b959 to 80e9524 Compare June 20, 2026 01:17
* `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 kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780967447 branch from 80e9524 to e9acfa4 Compare June 21, 2026 01:26
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.

1 participant