Skip to content

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31

Open
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1772152303
Open

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1772152303

Conversation

@kombo-sdk-generator
Copy link
Contributor

@kombo-sdk-generator kombo-sdk-generator bot commented Feb 27, 2026

SDK update

Versioning

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

Python SDK Changes:

  • kombo.ats.get_roles(): Added
  • kombo.ats.add_application_note():
    • request.remote_fields.lever Added
  • kombo.ats.get_jobs(): response.data.results[].hiring_team[].job_roles Added
  • kombo.ats.get_users(): response.data.results[].system_roles Added
  • kombo.assessment.update_order_result():
    • request.remote_fields.recruitee Added
  • kombo.connect.create_connection_link():
    • request.integration_tool.enum(digitalrecruiters) Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (6453:3)
│ ├─┬/passthrough/{tool}/{api}
│ │ └─┬POST
│ │   └──[🔀] description (94:20)
│ ├─┬/ats/users
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬example1
│ │           └──[🔀] value (6416:21)
│ └─┬/ats/jobs
│   └─┬GET
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬example1
│             └──[🔀] value (6064:21)
└─┬Components
  ├──[+] schemas (25206:7)
  ├──[+] schemas (25198:7)
  ├──[+] schemas (25179:7)
  ├──[+] schemas (25176:7)
  ├──[+] schemas (25202:7)
  ├──[+] schemas (25186:7)
  ├─┬GetAtsUsersPositiveResponse
  │ └─┬data
  │   └─┬results
  │     └─┬Schema
  │       ├──[-] examples (24516:21)
  │       ├──[+] required (25151:21)❌ 
  │       └──[+] properties (25084:19)
  ├─┬GetAtsJobsPositiveResponse
  │ └─┬data
  │   └─┬results
  │     └─┬Schema
  │       └─┬hiring_team
  │         └─┬Schema
  │           ├──[+] required (23281:27)❌ 
  │           ├──[+] properties (23221:25)
  │           ├─┬hiring_team_roles
  │           │ ├──[🔀] description (23219:40)
  │           │ └──[+] deprecated (23220:39)
  │           ├─┬remote_id
  │           │ └──[🔀] description (23203:40)
  │           └─┬last_name
  │             ├──[+] items (23224:29)❌ 
  │             ├──[🔀] type (23222:33)❌ 
  │             └──[🔀] description (23271:40)
  ├─┬PostConnectCreateLinkRequestBody
  │ └─┬integration_tool
  │   └──[+] enum (31274:15)
  ├─┬PutAssessmentOrdersAssessmentOrderIdResultRequestBody
  │ └─┬remote_fields
  │   ├──[+] properties (27684:13)
  │   └─┬smartrecruiters
  │     ├──[+] properties (27687:17)
  │     └──[-] properties (26902:17)❌ 
  ├─┬PostAtsApplicationsApplicationIdNotesRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     ├──[+] properties (19447:17)
  │     ├─┬recruitee
  │     │ ├──[🔀] description (19453:32)
  │     │ ├──[-] properties (18926:21)❌ 
  │     │ ├──[-] properties (18924:21)❌ 
  │     │ └──[+] properties (19450:21)
  │     └─┬teamtailor
  │       ├──[🔀] description (19439:32)
  │       ├──[+] properties (19436:21)
  │       ├──[+] properties (19434:21)
  │       └──[-] properties (18906:21)❌ 
  └─┬DataChangedWebhookPayload
    └─┬data
      └─┬changed_models
        └─┬Schema
          └─┬name
            ├──[+] enum (31587:25)
            ├──[+] enum (31576:25)
            └──[+] enum (31589:25)
Document Element Total Changes Breaking Changes
paths 4 0
components 33 11

View full report

Linting Report 0 errors, 315 warnings, 185 hints

View full report

PYTHON CHANGELOG

core: 6.0.16 - 2026-03-04

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 6.0.15 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 6.0.14 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

enumUnions: 0.1.1 - 2026-03-06

🐛 Bug Fixes

  • show literal values in enum docs when enumFormat is union (commit by @bflad)

globalServerURLs: 3.2.1 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

Based on Speakeasy CLI 1.750.0


Note

Medium Risk
Large auto-generated surface-area change with model/schema updates that may be breaking for consumers relying on prior typing/requiredness, though the functional logic is mostly standard SDK regeneration.

Overview
Bumps the generated Python SDK from 1.0.1 to 1.0.2 using a newer Speakeasy generator, updating the lockfiles and regenerated docs/models.

Adds a new ATS endpoint wrapper kombo.ats.get_roles() (sync + async) and corresponding models.

Extends existing ATS models: get_jobs() responses now include hiring_team[].job_roles, get_users() responses include system_roles, and add_application_note() gains remote_fields.lever. Also extends assessment.update_order_result() with remote_fields.recruitee and connect.create_connection_link() with an additional integration_tool enum value.

Written by Cursor Bugbot for commit e5b9f7b. This will update automatically on new commits. Configure here.

@kombo-sdk-generator kombo-sdk-generator bot added the patch Patch version bump label Feb 27, 2026
@kombo-sdk-generator kombo-sdk-generator bot force-pushed the speakeasy-sdk-regen-1772152303 branch from 5ac11b9 to 8689d98 Compare February 28, 2026 00:28
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

server: Optional[str] = None,
server_url: Optional[str] = None,
url_params: Optional[Dict[str, str]] = None,
server_url: Optional[str] = None,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Constructor parameter reorder breaks positional callers and mismatches docstring

Medium Severity

The Kombo.__init__ parameter order swapped server_url and url_params compared to the previous version. Any caller passing these as positional arguments would silently pass a URL string as url_params (expecting Dict[str, str]) and vice versa. The docstring still lists server_url before url_params, contradicting the actual signature. This is a breaking API change in a patch version bump.

Additional Locations (1)

Fix in Cursor Fix in Web

@kombo-sdk-generator kombo-sdk-generator bot force-pushed the speakeasy-sdk-regen-1772152303 branch 8 times, most recently from 6cbabe8 to 5586fa5 Compare March 8, 2026 00:32
@kombo-sdk-generator kombo-sdk-generator bot force-pushed the speakeasy-sdk-regen-1772152303 branch from 5586fa5 to 08cb5b6 Compare March 9, 2026 00:32
* `kombo.ats.get_roles()`: **Added**
* `kombo.ats.add_application_note()`: 
  *  `request.remote_fields.lever` **Added**
* `kombo.ats.get_jobs()`:  `response.data.results[].hiring_team[].job_roles` **Added**
* `kombo.ats.get_users()`:  `response.data.results[].system_roles` **Added**
* `kombo.assessment.update_order_result()`: 
  *  `request.remote_fields.recruitee` **Added**
* `kombo.connect.create_connection_link()`: 
  *  `request.integration_tool.enum(digitalrecruiters)` **Added**
@kombo-sdk-generator kombo-sdk-generator bot force-pushed the speakeasy-sdk-regen-1772152303 branch from 08cb5b6 to e5b9f7b Compare March 10, 2026 00:29
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