test: verify migration_status string→boolean (v2026-02-01)#2236
Closed
jeffredodd wants to merge 0 commit into
Closed
test: verify migration_status string→boolean (v2026-02-01)#2236jeffredodd wants to merge 0 commit into
jeffredodd wants to merge 0 commit into
Conversation
9aa7d4c to
b968432
Compare
Contributor
Author
|
Superseded by the base PR #2233 — the E2E scaffold for this breaking change was moved onto the base branch so the upgrade-base CI shows the verification trail directly (per Jeff's review-flow ask). This sub-PR's diff is now empty and can be closed; no further SDK code change was needed for this breaking change. |
4 tasks
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.
Summary
v2026-02-01 changes
migration_statuson Company endpoints from a string enum to a boolean. No SDK component currently reads this field (grep -rn migrationStatus src/returns zero hits), so this is a verify-only bump.Changes
e2e/tests/company/03-migration-status-boolean.spec.ts(new): loads the onboarded-company surface (which carries migration_status in its response) and asserts no narrowing-on-string crash. If we missed a consumer of the old string shape, this fails.References
Test plan
migration_statusoff a tracked response if a partner-facing surface ever consumes it🤖 Generated with Claude Code