chore: regenerate src from latest Trello OpenAPI#39
Merged
Conversation
cb19522 to
c5cb3e7
Compare
Re-runs the apis-code-gen pipeline against the current Trello swagger and syncs src/api, src/models, src/parameters. No public-API changes — output is byte-identical to v2.0.0 for behavioral surface; only stylistic differences (barrel import for apiObject, prettier drift) remain. apiObject is now re-exported from #/core so generated modules can resolve it from the barrel. Prettier reformatting picked up some pre-existing drift in batchRunner.ts and core/apiObject.ts (style only, no behavior change).
c5cb3e7 to
8d40e84
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.
Summary
Re-runs the apis-code-gen pipeline against the current Trello swagger and syncs the generated directories (
src/api,src/models,src/parameters).No public-API changes. The generator's recent heuristics (contentless
200→void, parameterformat: date-time→Date | string) were neutralized by trello-specific swagger patches in apis-code-gen sobatch.run,getOrganizationNewBillableGuests, andupdateCardCustomFields.value.datekeep their v2.0.0 surface.Cosmetic / structural
apiObjectre-exported from#/coreso generated modules resolve it from the barrel instead of the deep path#/core/apiObject.prettier --writepicked up pre-existing drift insrc/batchRunner.tsandsrc/core/apiObject.ts(formatting only).Test plan
pnpm run build— cleanpnpm run lint— cleanpnpm vitest run— 71/71 passing, API contract snapshot unchanged