Merged
Conversation
* `StackOneHq.client.Lms.BatchUpsertContent()`: * `request.lmsBatchUpsertContentRequestDto.Items.[].ExternalReference` **Changed** **Breaking**⚠️ * `StackOneHq.client.Lms.CreateUserCompletion()`: * `request.lmsCreateCompletionRequestDto.LearningObjectExternalReference` **Changed** **Breaking**⚠️ * `StackOneHq.client.Lms.Assignments.Create()`: * `request.lmsCreateAssignmentRequestDto.LearningObjectExternalReference` **Changed** **Breaking**⚠️ * `StackOneHq.client.Lms.Content.Upsert()`: * `request.lmsUpsertContentRequestDto.ExternalReference` **Changed** **Breaking**⚠️ * `StackOneHq.client.Lms.Content.Update()`: * `request.lmsCreateContentRequestDto.ExternalReference` **Changed** **Breaking**⚠️ * `StackOneHq.client.Hris.GetEmployee()`: `response.data.BankDetails` **Added** * `StackOneHq.client.Hris.Employees.List()`: `response.data.[].BankDetails` **Added** * `StackOneHq.client.Ats.ListCandidates()`: `response.data.[].Tags` **Added** * `StackOneHq.client.Ats.Candidates.Get()`: `response.data.Tags` **Added**
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Linting report available at: https://app.speakeasy.com/org/stackone/stackone/linting-report/435100b1805c05e356b2d890ed987df8
OpenAPI Change report available at: https://app.speakeasy.com/org/stackone/stackone/changes-report/bfb8b0c784105108c4f66d8e756f4578
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Csharp SDK Changes Detected:
StackOneHq.client.Lms.BatchUpsertContent():request.lmsBatchUpsertContentRequestDto.Items.[].ExternalReferenceChanged BreakingStackOneHq.client.Lms.CreateUserCompletion():request.lmsCreateCompletionRequestDto.LearningObjectExternalReferenceChanged BreakingStackOneHq.client.Lms.Assignments.Create():request.lmsCreateAssignmentRequestDto.LearningObjectExternalReferenceChanged BreakingStackOneHq.client.Lms.Content.Upsert():request.lmsUpsertContentRequestDto.ExternalReferenceChanged BreakingStackOneHq.client.Lms.Content.Update():request.lmsCreateContentRequestDto.ExternalReferenceChanged BreakingStackOneHq.client.Hris.GetEmployee():response.data.BankDetailsAddedStackOneHq.client.Hris.Employees.List():response.data.[].BankDetailsAddedStackOneHq.client.Ats.ListCandidates():response.data.[].TagsAddedStackOneHq.client.Ats.Candidates.Get():response.data.TagsAddedOpenAPI Change Summary
CSHARP CHANGELOG
core: 3.15.1 - 2025-10-17
🔧 Chores
Based on Speakeasy CLI 1.638.1
Summary by cubic
Regenerated the C# SDK to v0.7.1 with updated LMS write requirements and new HRIS bank details and ATS candidate tags. This brings core to 3.15.1 and refreshes docs and examples.
New Features
Migration