Skip to content

chore: regenerate src from latest Trello OpenAPI#39

Merged
MrRefactoring merged 1 commit into
masterfrom
chore/regenerate-from-openapi
May 20, 2026
Merged

chore: regenerate src from latest Trello OpenAPI#39
MrRefactoring merged 1 commit into
masterfrom
chore/regenerate-from-openapi

Conversation

@MrRefactoring
Copy link
Copy Markdown
Owner

@MrRefactoring MrRefactoring commented May 20, 2026

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 200void, parameter format: date-timeDate | string) were neutralized by trello-specific swagger patches in apis-code-gen so batch.run, getOrganizationNewBillableGuests, and updateCardCustomFields.value.date keep their v2.0.0 surface.

Cosmetic / structural

  • apiObject re-exported from #/core so generated modules resolve it from the barrel instead of the deep path #/core/apiObject.
  • prettier --write picked up pre-existing drift in src/batchRunner.ts and src/core/apiObject.ts (formatting only).

Test plan

  • pnpm run build — clean
  • pnpm run lint — clean
  • pnpm vitest run — 71/71 passing, API contract snapshot unchanged

@MrRefactoring MrRefactoring force-pushed the chore/regenerate-from-openapi branch 4 times, most recently from cb19522 to c5cb3e7 Compare May 20, 2026 11:31
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).
@MrRefactoring MrRefactoring force-pushed the chore/regenerate-from-openapi branch from c5cb3e7 to 8d40e84 Compare May 20, 2026 11:33
@MrRefactoring MrRefactoring merged commit 98f5cad into master May 20, 2026
11 checks passed
@MrRefactoring MrRefactoring deleted the chore/regenerate-from-openapi branch May 20, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant