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

@ -1,4 +1,4 @@
configured_endpoints: 26
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-be4c3fb58765ee2b56c3b548182b9d0f1a9d5ebb7c340083bc578bcf3876b026.yml
openapi_spec_hash: dd5d801d838fd6b522b1dd892a75fce1
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-e43db0e3b4300d892558381c46238315784de13f980822a3224a956d94dbadb3.yml
openapi_spec_hash: eb2421d12fc2ffb165659b1af40a67e1
config_hash: 1ae82c93499b9f0b9ba828b8919f9cb3

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