Skip to content

chore: 🐝 Update SDK - Generate 0.8.0#20

Merged
jrebocho merged 2 commits intomainfrom
speakeasy-sdk-regen-1762160675
Nov 4, 2025
Merged

chore: 🐝 Update SDK - Generate 0.8.0#20
jrebocho merged 2 commits intomainfrom
speakeasy-sdk-regen-1762160675

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Nov 3, 2025

SDK update

Versioning

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

Csharp SDK Changes Detected:

  • StackOneHq.client.Actions.RpcAction():
    • request.Query Changed Breaking ⚠️
    • response.data Changed
  • StackOneHq.client.Hris.GetEmployee(): response.data.BankDetails.[].IsPrimary Changed Breaking ⚠️
  • StackOneHq.client.Hris.Employees.List(): response.data.[].BankDetails.[].IsPrimary Changed Breaking ⚠️
OpenAPI Change Summary
├─┬Paths
│ ├─┬/unified/ats/applications/{id}/offers
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (13260:22)
│ ├─┬/unified/ats/offers
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (21015:22)
│ ├─┬/unified/ats/applications/{id}/offers/{subResourceId}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (13641:22)
│ └─┬/unified/ats/offers/{id}
│   └─┬GET
│     └─┬Parameters
│       └─┬Schema
│         └──[🔀] example (21285:22)
└─┬Components
  ├──[+] schemas (38777:7)
  ├─┬ActionsRpcRequestDto
  │ └─┬query
  │   ├──[-] type (38790:27)❌ 
  │   ├──[-] example (38794:30)
  │   └──[+] allOf (38777:7)
  ├─┬HRISBankDetails
  │ └─┬is_primary
  │   ├──[-] type (44080:27)❌ 
  │   ├──[+] oneOf (44091:15)
  │   └──[+] oneOf (44092:15)
  ├─┬ActionsRpcResponse
  │ └─┬data
  │   ├─┬ONEOF
  │   │ └──[+] additionalProperties (38827:37)❌ 
  │   └─┬ONEOF
  │     └─┬Schema
  │       └──[+] additionalProperties (38831:39)❌ 
  └─┬AttachmentContentType
    └─┬value
      ├──[+] enum (50281:15)
      ├──[+] enum (50279:15)
      └──[+] enum (50280:15)
Document Element Total Changes Breaking Changes
paths 4 0
components 12 4

CSHARP CHANGELOG

additionalProperties: 0.0.1 - 2024-03-21

🐝 New Features

  • add support for additionalProperties (commit by @2ynn)

core: 3.15.2 - 2025-10-30

🐛 Bug Fixes

  • make security scheme resolution case-insensitive (commit by @vishalg0wda)

globalServerURLs: 2.83.0 - 2025-10-22

🐝 New Features

  • Allow server selection to appear in all code samples (commit by @BlakeTheAwesome)

Based on Speakeasy CLI 1.645.2


Summary by cubic

Regenerated the C# SDK to v0.8.0 with the latest OpenAPI. This includes breaking changes to Actions RPC and HRIS bank details; see migration notes.

  • New Features

    • Added attachment content types: pdf, video, other.
  • Migration

    • Actions.RpcAction request: Query is now a Query object (was Dictionary). Use Query.Debug as needed; put extra params in Query.AdditionalProperties.
    • Actions.RpcAction response: data can be a map or an array of maps; update parsing to handle both.
    • HRIS Employees Get/List: BankDetails.IsPrimary is now a union (bool or enum) via the IsPrimary wrapper; adjust reads/writes accordingly.

Written for commit 8c1708f. Summary will update automatically on new commits.

* `StackOneHq.client.Actions.RpcAction()`: 
  *  `request.Query` **Changed** **Breaking** ⚠️
  *  `response.data` **Changed**
* `StackOneHq.client.Hris.GetEmployee()`:  `response.data.BankDetails.[].IsPrimary` **Changed** **Breaking** ⚠️
* `StackOneHq.client.Hris.Employees.List()`:  `response.data.[].BankDetails.[].IsPrimary` **Changed** **Breaking** ⚠️
@github-actions github-actions Bot added the minor Minor version bump label Nov 3, 2025
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 127 files

@jrebocho jrebocho merged commit 3339259 into main Nov 4, 2025
1 check passed
@jrebocho jrebocho deleted the speakeasy-sdk-regen-1762160675 branch November 4, 2025 11:43
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