chore: 🐝 Update SDK - Generate 0.39.2 - #133
Merged
Merged
Conversation
* `stack_one.hris.get_employee()`: `response.data.manager` **Added** * `stack_one.hris.list_employees()`: `response.data.[].manager` **Added**
There was a problem hiding this comment.
2 issues found across 33 files
Prompt for AI agents (all 2 issues)
Understand the root cause of the following 2 issues and fix them.
<file name="docs/models/shared/connectsession.md">
<violation number="1" location="docs/models/shared/connectsession.md:10">
Document the `categories` field as a nilable array to match the generated model’s `Crystalline::Nilable` type.</violation>
<violation number="2" location="docs/models/shared/connectsession.md:11">
`created_at` is documented as a Date even though the SDK exposes it as a DateTime. Update the docs to reflect the correct type.</violation>
</file>
Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR
| | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | `account_id` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | | | ||
| | `categories` | T::Array<[Models::Shared::Categories](../../models/shared/categories.md)> | :heavy_minus_sign: | N/A | [<br/>"ats",<br/>"hris",<br/>"hrisLegacy",<br/>"crm",<br/>"iam",<br/>"marketing",<br/>"lms",<br/>"stackOne",<br/>"documents",<br/>"ticketing",<br/>"screening",<br/>"messaging",<br/>"accounting",<br/>"scheduling"<br/>] | | ||
| | `created_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_check_mark: | N/A | | |
There was a problem hiding this comment.
Document the categories field as a nilable array to match the generated model’s Crystalline::Nilable type.
Prompt for AI agents
Address the following comment on docs/models/shared/connectsession.md at line 10:
<comment>Document the `categories` field as a nilable array to match the generated model’s `Crystalline::Nilable` type.</comment>
<file context>
@@ -3,19 +3,19 @@
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `account_id` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | |
+| `categories` | T::Array<[Models::Shared::Categories](../../models/shared/categories.md)> | :heavy_minus_sign: | N/A | [<br/>"ats",<br/>"hris",<br/>"hrisLegacy",<br/>"crm",<br/>"iam",<br/>"marketing",<br/>"lms",<br/>"stackOne",<br/>"documents",<br/>"ticketing",<br/>"screening",<br/>"messaging",<br/>"accounting",<br/>"scheduling"<br/>] |
+| `created_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_check_mark: | N/A | |
+| `external_trigger_token` | *T.nilable(::String)* | :heavy_minus_sign: | External trigger token to be used to trigger actions on the account | f0bc3d88-2178-5423-8c81-b81d6c9da824 |
+| `id` | *::Float* | :heavy_check_mark: | N/A | |
</file context>
| | `account_id` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | | | ||
| | `categories` | T::Array<[Models::Shared::Categories](../../models/shared/categories.md)> | :heavy_minus_sign: | N/A | [<br/>"ats",<br/>"hris",<br/>"hrisLegacy",<br/>"crm",<br/>"iam",<br/>"marketing",<br/>"lms",<br/>"stackOne",<br/>"documents",<br/>"ticketing",<br/>"screening",<br/>"messaging",<br/>"accounting",<br/>"scheduling"<br/>] | | ||
| | `created_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_check_mark: | N/A | | | ||
| | `external_trigger_token` | *T.nilable(::String)* | :heavy_minus_sign: | External trigger token to be used to trigger actions on the account | f0bc3d88-2178-5423-8c81-b81d6c9da824 | |
There was a problem hiding this comment.
created_at is documented as a Date even though the SDK exposes it as a DateTime. Update the docs to reflect the correct type.
Prompt for AI agents
Address the following comment on docs/models/shared/connectsession.md at line 11:
<comment>`created_at` is documented as a Date even though the SDK exposes it as a DateTime. Update the docs to reflect the correct type.</comment>
<file context>
@@ -3,19 +3,19 @@
+| `account_id` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | |
+| `categories` | T::Array<[Models::Shared::Categories](../../models/shared/categories.md)> | :heavy_minus_sign: | N/A | [<br/>"ats",<br/>"hris",<br/>"hrisLegacy",<br/>"crm",<br/>"iam",<br/>"marketing",<br/>"lms",<br/>"stackOne",<br/>"documents",<br/>"ticketing",<br/>"screening",<br/>"messaging",<br/>"accounting",<br/>"scheduling"<br/>] |
+| `created_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_check_mark: | N/A | |
+| `external_trigger_token` | *T.nilable(::String)* | :heavy_minus_sign: | External trigger token to be used to trigger actions on the account | f0bc3d88-2178-5423-8c81-b81d6c9da824 |
+| `id` | *::Float* | :heavy_check_mark: | N/A | |
+| `label` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | |
</file context>
jrebocho
approved these changes
Nov 26, 2025
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/9e6493529cb456d9df9bbbb3cc2f5c17
OpenAPI Change report available at: https://app.speakeasy.com/org/stackone/stackone/changes-report/61894d3760d42d84af0dd6de986c3924
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Ruby SDK Changes Detected:
stack_one.hris.get_employee():response.data.managerAddedstack_one.hris.list_employees():response.data.[].managerAddedOpenAPI Change Summary
RUBY CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.660.0
Summary by cubic
Updates the Ruby SDK to 0.39.2 to include manager details in HRIS employee responses and add a new "scheduling" category. This gives richer employee context and expands connector categorization.
New Features
Dependencies
Written for commit 2267784. Summary will update automatically on new commits.