File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : a085d1b39ddf0b26ee798501a9f47e20
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments