Skip to content

Commit eed8e67

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-2fed6c2aef6fb20a2815d0ed36d801c566a73ea11a66db5d892b1533a1fac19e.yml
3-
openapi_spec_hash: 55559a2ca985ed36cb8a13b09f80dcb5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-da3b6999bce525461011a620a559d34d4b4ab1d073758e7add4d2ba09f57a2ba.yml
3+
openapi_spec_hash: 7bec5f31fa27666a3955076653c6ac40
44
config_hash: a085d1b39ddf0b26ee798501a9f47e20

src/kernel/types/deployment_follow_response.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ class AppVersionSummaryEvent(BaseModel):
7272
id: str
7373
"""Unique identifier for the app version"""
7474

75+
actions: List[str]
76+
"""List of actions available on the app"""
77+
7578
app_name: str
7679
"""Name of the application"""
7780

@@ -87,9 +90,6 @@ class AppVersionSummaryEvent(BaseModel):
8790
version: str
8891
"""Version label for the application"""
8992

90-
actions: Optional[List[str]] = None
91-
"""List of actions available on the app"""
92-
9393
env_vars: Optional[Dict[str, str]] = None
9494
"""Environment variables configured for this app version"""
9595

0 commit comments

Comments
 (0)