Skip to content

Commit c1cdbcc

Browse files
feat(api): update via SDK Studio
1 parent eed8e67 commit c1cdbcc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 14
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-da3b6999bce525461011a620a559d34d4b4ab1d073758e7add4d2ba09f57a2ba.yml
3-
openapi_spec_hash: 7bec5f31fa27666a3955076653c6ac40
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-b8c3224543bfd828075063a87302ec205b54f8b24658cc869b98aa81d995d855.yml
3+
openapi_spec_hash: 52f5b821303fef54e61bae285f185200
44
config_hash: a085d1b39ddf0b26ee798501a9f47e20

src/kernel/types/deployment_follow_response.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"DeploymentStateEvent",
1414
"DeploymentStateEventDeployment",
1515
"AppVersionSummaryEvent",
16+
"AppVersionSummaryEventAction",
1617
"ErrorEvent",
1718
"ErrorEventError",
1819
"ErrorEventErrorDetail",
@@ -68,11 +69,16 @@ class DeploymentStateEvent(BaseModel):
6869
"""Time the state was reported."""
6970

7071

72+
class AppVersionSummaryEventAction(BaseModel):
73+
name: str
74+
"""Name of the action"""
75+
76+
7177
class AppVersionSummaryEvent(BaseModel):
7278
id: str
7379
"""Unique identifier for the app version"""
7480

75-
actions: List[str]
81+
actions: List[AppVersionSummaryEventAction]
7682
"""List of actions available on the app"""
7783

7884
app_name: str

0 commit comments

Comments
 (0)