Skip to content

Commit d51332b

Browse files
feat(api): update via SDK Studio
1 parent 452e83c commit d51332b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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-aec3b879aa30638614c6217afbafcf737f37ac78ef3a51186dbf7b6fbf9e91ef.yml
3-
openapi_spec_hash: 0aba27c707612e35b4068b1d748dc379
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-aac74422364f9d25e30fcefd510297580b77be4b84c71416c5b9de5b882e5945.yml
3+
openapi_spec_hash: 4d42a5d93bd82754acf11e32e7438a04
44
config_hash: a085d1b39ddf0b26ee798501a9f47e20

src/kernel/types/deployment_follow_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ class AppVersionSummaryEvent(BaseModel):
8787
version: str
8888
"""Version label for the application"""
8989

90+
actions: Optional[List[str]] = None
91+
"""List of actions available on the app"""
92+
9093
env_vars: Optional[Dict[str, str]] = None
9194
"""Environment variables configured for this app version"""
9295

0 commit comments

Comments
 (0)