Skip to content

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.2.0#40

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

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.2.0#40
kombo-sdk-generator[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1778633365

Conversation

@kombo-sdk-generator
Copy link
Copy Markdown
Contributor

@kombo-sdk-generator kombo-sdk-generator Bot commented May 13, 2026

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (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.

Python SDK Changes:

  • kombo.hris.get_employees(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_employee_form():
    • request Changed (Breaking ⚠️)
    • error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.create_employee_with_form():
    • request.staffing_entity_id Added
    • error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.add_employee_document(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_employee_document_categories(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_groups(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_employments(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_locations(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_absence_types(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_time_off_balances(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_absences(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.create_absence(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.delete_absence(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_legal_entities(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_timesheets(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_performance_review_cycles(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_performance_reviews(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.hris.get_staffing_entities(): error.code.enum(hris.staffing_entity_closed) Added (Breaking ⚠️)
  • kombo.ats.create_candidate():
    • request.remote_fields.covetorest.candidate.status Added
  • kombo.ats.create_application():
    • request.remote_fields.covetorest.candidate.status Added
  • kombo.assessment.update_order_result():
    • request.remote_fields.workday Added
  • kombo.connect.create_connection_link(): request.integration_tool Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (3796:3)❌ 
│ ├──[-] path (3929:3)❌ 
│ ├─┬/hris/employees/form
│ │ ├─┬GET
│ │ │ ├──[+] parameters (1678:17)❌ 
│ │ │ ├──[🔀] description (1587:20)
│ │ │ └──Responses
│ │ └─┬POST
│ │   ├──[🔀] description (1765:20)
│ │   ├──Responses
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬example1
│ │         └──[+] value (1811:19)
│ ├─┬/hris/performance-review-cycles
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/teams
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/provisioning-groups/{group_id}/setup-links
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/hris/employments
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/ai-apply/applications
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬example1
│ │           └──[🔀] value (8186:21)
│ ├─┬/hris/legal-entities
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/employees/{employee_id}
│ │ └─┬PATCH
│ │   └──Responses
│ ├─┬/hris/absences
│ │ ├─┬GET
│ │ │ └──Responses
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/hris/staffing-entities
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/timesheets
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/performance-reviews
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/employees/{employee_id}/documents
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/passthrough/{tool}/{api}
│ │ └─┬POST
│ │   └──[🔀] description (95:20)
│ ├─┬/hris/time-off-balances
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/absence-types
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/groups
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/employees
│ │ ├─┬GET
│ │ │ └──Responses
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/hris/provisioning-groups/{group_id}/diff
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/hris/locations
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/employee-document-categories
│ │ └─┬GET
│ │   └──Responses
│ └─┬/hris/absences/{absence_id}
│   └─┬DELETE
│     └──Responses
└─┬Components
  ├──[-] schemas (18307:7)❌ 
  ├──[-] schemas (18343:7)❌ 
  ├──[-] schemas (18148:7)❌ 
  ├──[-] schemas (18304:7)❌ 
  ├──[-] schemas (18240:7)❌ 
  ├──[-] schemas (18204:7)❌ 
  ├──[-] schemas (18258:7)❌ 
  ├──[-] schemas (18255:7)❌ 
  ├──[-] schemas (18294:7)❌ 
  ├──[+] schemas (12489:7)
  ├─┬PostConnectCreateLinkRequestBody
  │ └─┬integration_tool
  │   ├──[+] enum (32255:15)
  │   └──[+] enum (32264:15)
  ├─┬PutAssessmentOrdersAssessmentOrderIdResultRequestBody
  │ └─┬remote_fields
  │   └──[+] properties (28609:13)
  ├─┬PostHrisEmployeesFormRequestBody
  │ └──[+] properties (14249:9)
  ├─┬PostAiApplyUnifiedApiJobsJobIdApplicationsRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         └──[+] properties (31918:25)
  ├─┬PostAtsCandidatesRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         └──[+] properties (22152:25)
  ├─┬GetAiApplyApplicationsPositiveResponse
  │ └─┬data
  │   └─┬results
  │     └─┬Schema
  │       ├──[+] required (29909:21)❌ 
  │       ├──[+] required (29910:21)❌ 
  │       ├──[+] properties (29885:19)
  │       ├──[+] properties (29888:19)
  │       ├─┬updated_at
  │       │ ├──[-] externalDocs (29919:23)
  │       │ ├──[🔀] type (29890:23)❌ 
  │       │ ├──[+] pattern (29892:30)❌ 
  │       │ ├──[-] format (29917:29)❌ 
  │       │ └──[-] description (29915:34)
  │       ├─┬created_at
  │       │ ├──[-] externalDocs (29913:23)
  │       │ ├──[🔀] format (29887:29)❌ 
  │       │ └──[-] description (29909:34)
  │       ├─┬status
  │       │ ├──[-] enum (29904:25)❌ 
  │       │ ├──[-] enum (29905:25)❌ 
  │       │ ├──[-] enum (29906:25)❌ 
  │       │ ├──[-] enum (29907:25)❌ 
  │       │ └──[+] description (29877:34)
  │       └─┬id
  │         ├──[+] externalDocs (29898:23)
  │         ├──[+] format (29896:29)❌ 
  │         └──[🔀] description (29894:34)
  └─┬PostAtsJobsJobIdApplicationsRequestBody
    └─┬remote_fields
      └─┬ALLOF
        └─┬covetorest
          └─┬candidate
            └──[+] properties (25387:25)
Document Element Total Changes Breaking Changes
paths 31 3
components 37 20

View full report

Linting Report 0 errors, 300 warnings, 193 hints

View full report

PYTHON CHANGELOG

additionalDependencies: 1.1.0 - 2026-05-28

🐝 New Features

  • add optionalDependencies config for [project.optional-dependencies] in pyproject.toml (commit by @AshGodfrey)

core: 6.0.24 - 2026-06-01

🐛 Bug Fixes

  • omit extra_body from no-body operation methods (commit by @ThomasRooney)

core: 6.0.23 - 2026-05-26

🐝 New Features

  • capability to directly control casing (acronym) rules (commit by @ThomasRooney)

core: 6.0.22 - 2026-05-20

🐛 Bug Fixes

envVarSecurityUsage: 0.3.3 - 2026-05-18

🐛 Bug Fixes

  • read envVarPrefix fallback when SDK is constructed with no security args (commit by @AshGodfrey)

methodArguments: 1.1.0 - 2026-05-29

🐝 New Features

  • Add Python method argument modes for positional required path parameters, upstream-style request extras, and opt-in timeout spelling/units. (commit by [@thomas Rooney](https://github.com/Thomas Rooney))

Based on Speakeasy CLI 1.770.0

Last updated by Speakeasy workflow


Note

High Risk
Breaking client change on get_employee_form plus widespread new HRIS error enum values; HRIS create/form flows now depend on optional staffing entity IDs.

Overview
Regenerates the Kombo Python SDK to v1.2.0 (Speakeasy 1.770.0) from an updated OpenAPI spec—version bumps in pyproject.toml, lockfiles, and release notes; most application code is generated.

HRIS (staffing entities) adds optional staffing_entity_id on get employee form (query) and create employee with form (body). get_employee_form is a breaking API change: callers must pass staffing_entity_id=... instead of a request object. HRIS errors gain HRIS.STAFFING_ENTITY_CLOSED across listed endpoints (enum expansion—treat as breaking if you exhaustively match error codes).

ATS / assessment / connect: Coveto REST remote fields add optional status on candidate create/application; assessment order results add remote_fields.workday (Workday Assess_Candidate payload); integration_tool enum updates (e.g. JobAdder, Compleet Persy). Passthrough docs expand integration listings.

SDK plumbing: new Base64FileInput / encoding helper, multipart JSON path tweak, Kombo client handles api_key=None for security, and generator config adds timeout-ms and related options.

Reviewed by Cursor Bugbot for commit a81145f. 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 May 13, 2026
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1778633365 branch 7 times, most recently from 1d14fb6 to cf6ae56 Compare May 20, 2026 00:55
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1778633365 branch from cf6ae56 to d368d11 Compare May 21, 2026 00:55
Comment thread src/kombo/sdk.py
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1778633365 branch 7 times, most recently from bd79f63 to bcfe347 Compare May 28, 2026 00:50
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1778633365 branch 3 times, most recently from 9ff9f4b to 52dc218 Compare May 31, 2026 00:56
Copy link
Copy Markdown

@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.

Fix All in Cursor

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

Reviewed by Cursor Bugbot for commit 52dc218. Configure here.

Comment thread src/kombo/types/base64fileinput.py
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1778633365 branch 2 times, most recently from 44a08c3 to 43ab987 Compare June 2, 2026 00:59
@kombo-sdk-generator kombo-sdk-generator Bot changed the title chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.1.4 chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.2.0 Jun 2, 2026
@kombo-sdk-generator kombo-sdk-generator Bot added minor Minor version bump and removed patch Patch version bump labels Jun 2, 2026
* `kombo.hris.get_employees()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_employee_form()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.create_employee_with_form()`: 
  *  `request.staffing_entity_id` **Added**
  *  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.add_employee_document()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_employee_document_categories()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_groups()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_employments()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_locations()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_absence_types()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_time_off_balances()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_absences()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.create_absence()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.delete_absence()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_legal_entities()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_timesheets()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_performance_review_cycles()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_performance_reviews()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.hris.get_staffing_entities()`:  `error.code.enum(hris.staffing_entity_closed)` **Added** (Breaking ⚠️)
* `kombo.ats.create_candidate()`: 
  *  `request.remote_fields.covetorest.candidate.status` **Added**
* `kombo.ats.create_application()`: 
  *  `request.remote_fields.covetorest.candidate.status` **Added**
* `kombo.assessment.update_order_result()`: 
  *  `request.remote_fields.workday` **Added**
* `kombo.connect.create_connection_link()`:  `request.integration_tool` **Changed**
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1778633365 branch from 43ab987 to a81145f Compare June 4, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant