feat(api): api update

This commit is contained in:
stainless-app[bot] 2025-07-28 17:08:12 +00:00
parent 1de4987d50
commit 206f54ea71
2 changed files with 4 additions and 2 deletions

View file

@ -111,6 +111,8 @@ class EventMessagePartRemovedProperties(BaseModel):
part_id: str = FieldInfo(alias="partID")
session_id: str = FieldInfo(alias="sessionID")
class EventMessagePartRemoved(BaseModel):
properties: EventMessagePartRemovedProperties