File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
4
4
config_hash : a085d1b39ddf0b26ee798501a9f47e20
Original file line number Diff line number Diff line change 13
13
"DeploymentStateEvent" ,
14
14
"DeploymentStateEventDeployment" ,
15
15
"AppVersionSummaryEvent" ,
16
+ "AppVersionSummaryEventAction" ,
16
17
"ErrorEvent" ,
17
18
"ErrorEventError" ,
18
19
"ErrorEventErrorDetail" ,
@@ -68,11 +69,16 @@ class DeploymentStateEvent(BaseModel):
68
69
"""Time the state was reported."""
69
70
70
71
72
+ class AppVersionSummaryEventAction (BaseModel ):
73
+ name : str
74
+ """Name of the action"""
75
+
76
+
71
77
class AppVersionSummaryEvent (BaseModel ):
72
78
id : str
73
79
"""Unique identifier for the app version"""
74
80
75
- actions : List [str ]
81
+ actions : List [AppVersionSummaryEventAction ]
76
82
"""List of actions available on the app"""
77
83
78
84
app_name : str
You can’t perform that action at this time.
0 commit comments