chore: 🐝 Update SDK - Generate 0.28.7#50
Open
github-actions[bot] wants to merge 2 commits intomainfrom
Open
Conversation
There was a problem hiding this comment.
2 issues found across 44 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="src/Models/Operations/DocumentsListFoldersQueryParamFilter.php">
<violation number="1" location="src/Models/Operations/DocumentsListFoldersQueryParamFilter.php:54">
P2: Adding the new $name parameter in the middle of the constructor signature is a breaking change for callers using positional arguments. Append new optional parameters to the end to preserve argument order.</violation>
</file>
<file name="src/Utils/JSON.php">
<violation number="1" location="src/Utils/JSON.php:38">
P1: Missing closing parenthesis for `setDeserializationVisitor(...)` causes a syntax error and breaks serializer creation.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| * @phpstan-pure | ||
| */ | ||
| public function __construct(?\DateTime $updatedAfter = null, ?string $driveId = null, ?string $folderId = null) | ||
| public function __construct(?\DateTime $updatedAfter = null, ?string $name = null, ?string $driveId = null, ?string $folderId = null) |
There was a problem hiding this comment.
P2: Adding the new $name parameter in the middle of the constructor signature is a breaking change for callers using positional arguments. Append new optional parameters to the end to preserve argument order.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At src/Models/Operations/DocumentsListFoldersQueryParamFilter.php, line 54:
<comment>Adding the new $name parameter in the middle of the constructor signature is a breaking change for callers using positional arguments. Append new optional parameters to the end to preserve argument order.</comment>
<file context>
@@ -38,13 +46,15 @@ class DocumentsListFoldersQueryParamFilter
* @phpstan-pure
*/
- public function __construct(?\DateTime $updatedAfter = null, ?string $driveId = null, ?string $folderId = null)
+ public function __construct(?\DateTime $updatedAfter = null, ?string $name = null, ?string $driveId = null, ?string $folderId = null)
{
$this->updatedAfter = $updatedAfter;
</file context>
35cd152 to
6995adc
Compare
81949c2 to
00fc8f8
Compare
* `stackone->ats->uploadApplicationDocument()`: `request.prefer` **Removed** (Breaking⚠️ ) * `stackone->ats->downloadApplicationDocument()`: * `request->prefer` **Removed** (Breaking⚠️ ) * `stackone->messaging->downloadMessagingAttachment()`: * `request->prefer` **Removed** (Breaking⚠️ ) * `stackone->documents->uploadFile()`: `request.prefer` **Removed** (Breaking⚠️ ) * `stackone->documents->downloadFile()`: * `request->prefer` **Removed** (Breaking⚠️ ) * `stackone->ticketing->downloadTicketingAttachment()`: * `request->prefer` **Removed** (Breaking⚠️ ) * `stackone->actions->searchActions()`: * `request->minSimilarity` **Added** * `response.results[]` **Changed** (Breaking⚠️ ) * `stackone->mcp->mcpPost()`: `request` **Changed** (Breaking⚠️ ) * `stackone->hris->downloadEmployeeDocument()`: * `request->prefer` **Removed** (Breaking⚠️ ) * `stackone->hris->batchUploadEmployeeDocument()`: `request.prefer` **Removed** (Breaking⚠️ ) * `stackone->hris->uploadEmployeeDocument()`: `request.prefer` **Removed** (Breaking⚠️ ) * `stackone->actions->rpcAction()`: `request` **Changed** (Breaking⚠️ ) * `stackone->actions->listActionsMeta()`: `response.data[]` **Changed** * `stackone->accounts->getAccount()`: `response.shared` **Added** * `stackone->proxy->proxyRequest()`: **Deprecated** * `stackone->accounts->listLinkedAccounts()`: `response.[]->shared` **Added** * `stackone->connectors->getConnectorMeta()`: **Deprecated** * `stackone->connectors->listConnectorsMeta()`: **Deprecated** * `stackone->accounts->getAccountMetaInfo()`: **Deprecated** * `stackone->accounts->updateAccount()`: * `request.patchAccountExternalDto->shared` **Added** * `response.shared` **Added** * `stackone->documents->listFolders()`: * `request->filter` **Changed** * `stackone->accounts->deleteAccount()`: `response.shared` **Added**
68490d3 to
93643de
Compare
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.
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Php SDK Changes:
stackone->ats->uploadApplicationDocument():request.preferRemoved (Breakingstackone->ats->downloadApplicationDocument():request->preferRemoved (Breakingstackone->messaging->downloadMessagingAttachment():request->preferRemoved (Breakingstackone->documents->uploadFile():request.preferRemoved (Breakingstackone->documents->downloadFile():request->preferRemoved (Breakingstackone->ticketing->downloadTicketingAttachment():request->preferRemoved (Breakingstackone->actions->searchActions():request->minSimilarityAddedresponse.results[]Changed (Breakingstackone->mcp->mcpPost():requestChanged (Breakingstackone->hris->downloadEmployeeDocument():request->preferRemoved (Breakingstackone->hris->batchUploadEmployeeDocument():request.preferRemoved (Breakingstackone->hris->uploadEmployeeDocument():request.preferRemoved (Breakingstackone->actions->rpcAction():requestChanged (Breakingstackone->actions->listActionsMeta():response.data[]Changedstackone->accounts->getAccount():response.sharedAddedstackone->proxy->proxyRequest(): Deprecatedstackone->accounts->listLinkedAccounts():response.[]->sharedAddedstackone->connectors->getConnectorMeta(): Deprecatedstackone->connectors->listConnectorsMeta(): Deprecatedstackone->accounts->getAccountMetaInfo(): Deprecatedstackone->accounts->updateAccount():request.patchAccountExternalDto->sharedAddedresponse.sharedAddedstackone->documents->listFolders():request->filterChangedstackone->accounts->deleteAccount():response.sharedAddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 8 warnings, 27 hintsView full report
PHP CHANGELOG
constsAndDefaults: 0.2.2 - 2026-02-21
🐛 Bug Fixes
core: 3.9.20 - 2026-03-10
🐛 Bug Fixes
laravel/pintto1.21.2in generated PHP SDK dev dependencies to avoid formatter drift breakingpint --test[force-gen]core: 3.9.19 - 2026-03-10
🐝 New Features
core: 3.9.18 - 2026-03-04
🐛 Bug Fixes
core: 3.9.17 - 2026-02-27
🐛 Bug Fixes
core: 3.9.16 - 2026-02-27
🐛 Bug Fixes
core: 3.9.14 - 2026-02-21
🐛 Bug Fixes
core: 3.9.13 - 2026-02-18
🐛 Bug Fixes
core: 3.9.12 - 2026-02-16
🐛 Bug Fixes
examples: 2.81.7 - 2026-02-27
🐛 Bug Fixes
globalServerURLs: 2.83.1 - 2026-02-27
🐛 Bug Fixes
methodSecurity: 2.82.4 - 2026-03-09
🐛 Bug Fixes
nameOverrides: 2.81.4 - 2026-02-19
🐝 New Features
nameOverrides: 2.81.3 - 2026-02-19
🐛 Bug Fixes
pagination: 0.1.5 - 2026-02-21
🐛 Bug Fixes
Based on Speakeasy CLI 1.759.3