Skip to content

chore: 🐝 Update SDK - Generate 0.5.0#14

Merged
jrebocho merged 2 commits intomainfrom
speakeasy-sdk-regen-1758531890
Sep 29, 2025
Merged

chore: 🐝 Update SDK - Generate 0.5.0#14
jrebocho merged 2 commits intomainfrom
speakeasy-sdk-regen-1758531890

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Sep 22, 2025

SDK update

Versioning

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

Csharp SDK Changes Detected:

  • StackOneHq.client.Actions.ListActionsMeta(): response.data.[].Actions.[] Changed Breaking ⚠️
  • StackOneHq.client.Actions.RpcAction(): request Changed Breaking ⚠️
  • StackOneHq.client.Hris.ListShifts():
    • request.Filter Changed Breaking ⚠️
  • StackOneHq.client.Messaging.ListConversationMessages(): response.data.[].Attachments.[] Changed Breaking ⚠️
  • StackOneHq.client.Messaging.GetMessage(): response.data.Attachments.[] Changed Breaking ⚠️
  • StackOneHq.client.Accounting.CreateCompanyJournal(): response Changed Breaking ⚠️
  • StackOneHq.client.Hris.ListEmployeeShifts(): Added
  • StackOneHq.client.Hris.GetEmployeeShift(): Added
  • StackOneHq.client.Hris.ListEmployeeTimeOffRequests():
    • request.Filter Changed
  • StackOneHq.client.Hris.TimeOff.List():
    • request.Filter Changed
OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (3465:3)
│ ├──[+] path (3654:3)
│ ├─┬/unified/hris/employees/{id}/employments
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (6536:22)
│ ├─┬/unified/hris/employments/{id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (6408:22)
│ ├─┬/unified/hris/time_off
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] properties (9935:15)
│ │       ├──[+] properties (9928:15)
│ │       ├─┬policy_ids
│ │       │ ├──[+] additionalProperties (9938:39)❌ 
│ │       │ ├──[-] items (9596:33)❌ 
│ │       │ ├──[🔀] type (9936:23)❌ 
│ │       │ ├──[+] format (9937:25)❌ 
│ │       │ ├──[🔀] description (9939:30)
│ │       │ └──[+] example (9941:26)
│ │       └─┬updated_after
│ │         ├──[+] items (9924:19)❌ 
│ │         ├──[🔀] type (9922:23)❌ 
│ │         ├──[-] format (9588:37)❌ 
│ │         ├──[🔀] description (9926:30)
│ │         └──[-] example (9592:38)
│ ├─┬/unified/hris/employments
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (6231:22)
│ ├─┬/unified/hris/employees/{id}/time_off
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] properties (3852:15)
│ │       ├──[+] properties (3845:15)
│ │       ├─┬policy_ids
│ │       │ ├──[+] additionalProperties (3855:39)❌ 
│ │       │ ├──[-] items (3528:33)❌ 
│ │       │ ├──[🔀] type (3853:23)❌ 
│ │       │ ├──[+] format (3854:25)❌ 
│ │       │ ├──[🔀] description (3856:30)
│ │       │ └──[+] example (3858:26)
│ │       └─┬updated_after
│ │         ├──[+] items (3841:19)❌ 
│ │         ├──[🔀] type (3839:23)❌ 
│ │         ├──[-] format (3520:37)❌ 
│ │         ├──[🔀] description (3843:30)
│ │         └──[-] example (3524:38)
│ ├─┬/unified/hris/shifts
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[-] properties (9897:25)❌ 
│ ├─┬/unified/accounting/companies/{id}/journals
│ │ └─┬POST
│ │   └─┬Responses
│ │     ├──[-] codes (38150:21)❌ 
│ │     └──[+] codes (38489:11)
│ └─┬/unified/hris/employees/{id}/employments/{subResourceId}
│   └─┬GET
│     └─┬Parameters
│       └─┬Schema
│         └──[🔀] example (6818:22)
└─┬Components
  ├──[-] schemas (38426:13)❌ 
  ├─┬Employee
  │ └─┬start_date
  │   └──[-] deprecated (41460:33)
  ├─┬ActionMetaItem
  │ ├──[+] properties (38697:9)
  │ ├──[+] properties (38709:9)
  │ └──[-] properties (38358:17)❌ 
  ├─┬ActionsRpcRequestDto
  │ ├──[+] properties (38795:9)
  │ ├──[+] properties (38789:9)
  │ ├──[+] properties (38777:9)
  │ ├──[+] properties (38783:9)
  │ └──[-] properties (38453:17)❌ 
  └─┬MessagingMessage
    └─┬attachments
      └─┬Schema
        └──[🔀] $ref (57172:13)❌ 
Document Element Total Changes Breaking Changes
paths 35 16
components 11 4

CSHARP CHANGELOG

core: 3.12.4 - 2025-09-25

🔧 Chores

  • Make Nodatime dependency optional in C# 6 or later (commit by @BlakeTheAwesome)

core: 3.12.3 - 2025-09-23

🐛 Bug Fixes

  • allow input/output models without suffixes (commit by @disintegrator)

methodArguments: 0.2.1 - 2025-09-02

🐛 Bug Fixes

  • Optional parameters must appear after all required parameters (CS1737) (commit by @Kanwardeep)

unions: 1.0.0 - 2025-09-23

🐛 Bug Fixes

  • handle nullable discriminated unions deserialization (commit by @2ynn)

Based on Speakeasy CLI 1.631.4

@github-actions github-actions Bot added the patch Patch version bump label Sep 22, 2025
* `StackOneHq.client.Actions.ListActionsMeta()`:  `response.data.[].Actions.[]` **Changed** **Breaking** ⚠️
* `StackOneHq.client.Actions.RpcAction()`:  `request` **Changed** **Breaking** ⚠️
* `StackOneHq.client.Hris.ListShifts()`: 
  *  `request.Filter` **Changed** **Breaking** ⚠️
* `StackOneHq.client.Messaging.ListConversationMessages()`:  `response.data.[].Attachments.[]` **Changed** **Breaking** ⚠️
* `StackOneHq.client.Messaging.GetMessage()`:  `response.data.Attachments.[]` **Changed** **Breaking** ⚠️
* `StackOneHq.client.Accounting.CreateCompanyJournal()`:  `response` **Changed** **Breaking** ⚠️
* `StackOneHq.client.Hris.ListEmployeeShifts()`: **Added**
* `StackOneHq.client.Hris.GetEmployeeShift()`: **Added**
* `StackOneHq.client.Hris.ListEmployeeTimeOffRequests()`: 
  *  `request.Filter` **Changed**
* `StackOneHq.client.Hris.TimeOff.List()`: 
  *  `request.Filter` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1758531890 branch from a9d76c6 to 85e013c Compare September 29, 2025 09:09
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.4.1 chore: 🐝 Update SDK - Generate 0.5.0 Sep 29, 2025
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Sep 29, 2025
@jrebocho jrebocho merged commit 00bd47d into main Sep 29, 2025
@jrebocho jrebocho deleted the speakeasy-sdk-regen-1758531890 branch September 29, 2025 14:20
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