Skip to content

Commit e645bda

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#148)
1 parent 79994e5 commit e645bda

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 26
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-08b04704be6abc9df511c93bdf820d8a7243327ba3f7e9d15964591eb69309fe.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-bf6b07b1a0ab706ec60c31ce84af006049328ea8a97483a4889ae8eedae1960d.yml

src/runloop_api_client/types/devbox_view.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@ class DevboxView(BaseModel):
3636
name: Optional[str] = None
3737
"""The name of the Devbox."""
3838

39+
shutdown_reason: Optional[Literal["api_shutdown", "keep_alive_timeout", "entrypoint_exit"]] = None
40+
"""The shutdown reason if the Devbox shutdown, if any."""
41+
3942
status: Optional[Literal["provisioning", "initializing", "running", "failure", "shutdown"]] = None
4043
"""The current status of the Devbox."""

0 commit comments

Comments
 (0)