Skip to content

Commit acc2239

Browse files
bokelleyclaude
andauthored
feat: export A2UI types from public API (#125)
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>
1 parent 3e9356a commit acc2239

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/adcp/types/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
# V3 Sponsored Intelligence types
4141
# V3 Governance (Property Lists) types
4242
from adcp.types._generated import (
43+
A2UiComponent,
44+
A2UiSurface,
4345
Account,
4446
ActivateSignalRequest,
4547
ActivateSignalResponse,
@@ -400,6 +402,8 @@
400402
"ValidateContentDeliveryRequest",
401403
"ValidateContentDeliveryResponse",
402404
# V3 Sponsored Intelligence
405+
"A2UiComponent",
406+
"A2UiSurface",
403407
"SiCapabilities",
404408
"SiGetOfferingRequest",
405409
"SiGetOfferingResponse",

0 commit comments

Comments
 (0)