Skip to content

Comments

feat: export A2UI types from public API#125

Merged
bokelley merged 1 commit intomainfrom
bokelley/fix-beta2-release
Feb 4, 2026
Merged

feat: export A2UI types from public API#125
bokelley merged 1 commit intomainfrom
bokelley/fix-beta2-release

Conversation

@bokelley
Copy link
Contributor

@bokelley bokelley commented Feb 4, 2026

Summary

Why this triggers a release

The previous schema sync commit (#124) used chore: prefix which doesn't trigger release-please. This feat: commit will trigger a release that includes all the beta2 changes:

  • list_accounts endpoint for billing account management
  • Account type with CreditLimit
  • A2UI types (A2UiComponent, A2UiSurface)
  • Extended VideoAsset with HDR, color space, scan type, GOP settings
  • Extended AudioAsset with bit depth and channel configuration

Test plan

  • Import test passes: from adcp.types import A2UiComponent, A2UiSurface
  • Existing tests pass

🤖 Generated with Claude Code

Export A2UiComponent and A2UiSurface from adcp.types module.
These types were added in beta2 schema sync but missing from exports.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bokelley bokelley merged commit acc2239 into main Feb 4, 2026
8 checks passed
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