Skip to content

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

Merged
maakle merged 1 commit into
mainfrom
speakeasy-sdk-regen-1778633365
Jun 8, 2026
Merged

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.2.0#40
maakle merged 1 commit into
mainfrom
speakeasy-sdk-regen-1778633365

Conversation

@kombo-sdk-generator

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

Copy link
Copy Markdown
Contributor

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 (3929:3)❌ 
│ ├──[-] path (3796:3)❌ 
│ ├─┬/hris/absence-types
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/absences
│ │ ├─┬GET
│ │ │ └──Responses
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/hris/provisioning-groups/{group_id}/diff
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/hris/absences/{absence_id}
│ │ └─┬DELETE
│ │   └──Responses
│ ├─┬/hris/groups
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/ai-apply/applications
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬example1
│ │           └──[🔀] value (8188:21)
│ ├─┬/passthrough/{tool}/{api}
│ │ └─┬POST
│ │   └──[🔀] description (95:20)
│ ├─┬/hris/teams
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/timesheets
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/employee-document-categories
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/time-off-balances
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/employees/{employee_id}
│ │ └─┬PATCH
│ │   └──Responses
│ ├─┬/hris/employees
│ │ ├─┬GET
│ │ │ └──Responses
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/hris/provisioning-groups/{group_id}/setup-links
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/hris/performance-review-cycles
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/performance-reviews
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/employments
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/employees/form
│ │ ├─┬GET
│ │ │ ├──[+] parameters (1680:17)❌ 
│ │ │ ├──[🔀] description (1589:20)
│ │ │ └──Responses
│ │ └─┬POST
│ │   ├──[🔀] description (1767:20)
│ │   ├──Responses
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬example1
│ │         └──[+] value (1813:19)
│ ├─┬/hris/locations
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/hris/employees/{employee_id}/documents
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/hris/legal-entities
│ │ └─┬GET
│ │   └──Responses
│ └─┬/hris/staffing-entities
│   └─┬GET
│     └──Responses
└─┬Components
  ├──[-] schemas (18148:7)❌ 
  ├──[-] schemas (18204:7)❌ 
  ├──[-] schemas (18307:7)❌ 
  ├──[-] schemas (18343:7)❌ 
  ├──[-] schemas (18255:7)❌ 
  ├──[-] schemas (18294:7)❌ 
  ├──[-] schemas (18258:7)❌ 
  ├──[-] schemas (18304:7)❌ 
  ├──[-] schemas (18240:7)❌ 
  ├──[+] schemas (12491:7)
  ├─┬PostConnectCreateLinkRequestBody
  │ └─┬integration_tool
  │   ├──[+] enum (32257:15)
  │   └──[+] enum (32266:15)
  ├─┬PostAtsCandidatesRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         └──[+] properties (22154:25)
  ├─┬PostAiApplyUnifiedApiJobsJobIdApplicationsRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         └──[+] properties (31920:25)
  ├─┬PostHrisEmployeesFormRequestBody
  │ └──[+] properties (14251:9)
  ├─┬PutAssessmentOrdersAssessmentOrderIdResultRequestBody
  │ └─┬remote_fields
  │   └──[+] properties (28611:13)
  ├─┬PostAtsJobsJobIdApplicationsRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         └──[+] properties (25389:25)
  └─┬GetAiApplyApplicationsPositiveResponse
    └─┬data
      └─┬results
        └─┬Schema
          ├──[+] required (29911:21)❌ 
          ├──[+] required (29912:21)❌ 
          ├──[+] properties (29887:19)
          ├──[+] properties (29890:19)
          ├─┬id
          │ ├──[+] externalDocs (29900:23)
          │ ├──[+] format (29898:29)❌ 
          │ └──[🔀] description (29896:34)
          ├─┬status
          │ ├──[-] enum (29906:25)❌ 
          │ ├──[-] enum (29907:25)❌ 
          │ ├──[-] enum (29904:25)❌ 
          │ ├──[-] enum (29905:25)❌ 
          │ └──[+] description (29879:34)
          ├─┬created_at
          │ ├──[-] externalDocs (29913:23)
          │ ├──[🔀] format (29889:29)❌ 
          │ └──[-] description (29909:34)
          └─┬updated_at
            ├──[-] externalDocs (29919:23)
            ├──[🔀] type (29892:23)❌ 
            ├──[+] pattern (29894:30)❌ 
            ├──[-] format (29917:29)❌ 
            └──[-] description (29915:34)
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.771.0

Last updated by Speakeasy workflow


Note

Medium Risk
Breaking HRIS method signatures (get_employee_form) and new error codes require consumer updates; otherwise mostly additive OpenAPI-driven models and enums.

Overview
Speakeasy-regenerated Python SDK v1.2.0 from updated OpenAPI (CLI 1.771.0), bumping package version and gen config (e.g. methodTimeoutArgument, methodArguments 1.1.0).

HRIS (breaking for callers): get_employee_form no longer takes a request object; it accepts optional staffing_entity_id as a query param. create_employee_with_form adds optional staffing_entity_id on the body. KomboHrisErrorCode gains HRIS.STAFFING_ENTITY_CLOSED for typed error handling across HRIS operations.

ATS / assessment / connect: Coveto REST remote fields add optional status on candidate create/application flows. Assessment update_order_result adds remote_fields.workday with Workday Assess_Candidate-shaped nested models. Connect link creation integration_tool enum updates (jobadder, compleetpersy, Compleet split).

SDK plumbing: New Base64FileInput / Base64EncodedString types; Kombo client treats api_key=None explicitly for security; passthrough docs expand integration tool listings.

Reviewed by Cursor Bugbot for commit 3172cde. 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

@cursor cursor Bot left a comment

Copy link
Copy Markdown

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-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1778633365 branch 3 times, most recently from 08b57f0 to 970a7e4 Compare June 6, 2026 00:54
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1778633365 branch from 970a7e4 to d090e5a Compare June 7, 2026 00:59
* `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 d090e5a to 3172cde Compare June 8, 2026 01:00
@maakle maakle merged commit 5b9ddae into main Jun 8, 2026
2 checks passed
@maakle maakle deleted the speakeasy-sdk-regen-1778633365 branch June 8, 2026 12:27
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.

2 participants