chore(sdk): regenerate from the API — Plaid, disclosures, grouped search - #213
Merged
Merged
Conversation
Additive across the generated tier: - Plaid: `plaid` joins the provider enums, `PlaidConnectionConfig` arrives, and `OAuthInitResponse` gains `link_token` for providers that authorize in an embedded widget. `auth_url` relaxes from required to nullable, since Plaid has none. - RoboLedger views: `disclosures` and `information-block` with their request, response and envelope models. - Search: `group` on the request, `also_in_filings` on a hit. - Docstrings follow the API's own: connection limits now name Plaid, and `filed_at` / `filed_by` explain what a report shared in from another graph carries. The stable tier is untouched: no facade, root export, error class, auth config or emit-path symbol changed, so this is a minor. `just generate-graphql` left `generated/` unchanged; only the schema snapshot's docstrings moved. Claude-Session: https://claude.ai/code/session_011KBrhQHzwrB39C4c4Vw9Pq
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
Regenerated from the API. Everything lands in the generated tier and is additive except one relaxation, so this is a minor.
Changes
plaidjoins the three provider enums,PlaidConnectionConfigarrives, andOAuthInitResponsegainslink_tokenfor providers that authorize in an embedded widget.auth_urlrelaxes from requiredstrto nullable, because Plaid has none — the user authorizes in Link rather than at a redirect. It is the one change a consumer could feel; roboledger-app's call sites already guard on its absence.disclosuresandinformation_block, with their request, response and envelope models.groupon the request,also_in_filingson a hit.filed_at/filed_bynow explain what a report shared in from another graph carries and what it cannot.robosystems_client/graphql/schema.graphql: docstring-only movement on those same two fields.Breaking Changes
None to the stable tier. No facade, root export, error class, auth config, or emit-path symbol changed, so a consumer pinned
>=1,<2is unaffected. Theauth_urlnullability belongs in the release notes, since a strict consumer's type checker will see it.Testing
just test-all: ruff, ruff format, basedpyright all clean.just test: 591 passed, 17 skipped.just generate-graphqlregeneratedgraphql/generated/with no diff, so the CI drift gate has nothing to catch.Certification
🤖 Generated with Claude Code
https://claude.ai/code/session_011KBrhQHzwrB39C4c4Vw9Pq