From ce8a1fee55657de23d559b582958772946dd5ffa Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Thu, 5 Sep 2024 23:51:30 +0000 Subject: [PATCH] feat(api): OpenAPI spec update via Stainless API --- .stats.yml | 2 +- .../types/devbox_async_execution_detail_view.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index a0051cce2..49b1ac2fb 100755 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 26 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-4a74eb49b9d15dec7e60238642fa01af39359b0b6b3a56306d5c3482c7c7af82.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-59aa5c5a07ca6209e281b977385e05cc70f06d497b83cbb8debc52df5139f6d2.yml diff --git a/src/runloop_api_client/types/devbox_async_execution_detail_view.py b/src/runloop_api_client/types/devbox_async_execution_detail_view.py index 499c65d73..0ee2ab6c0 100755 --- a/src/runloop_api_client/types/devbox_async_execution_detail_view.py +++ b/src/runloop_api_client/types/devbox_async_execution_detail_view.py @@ -24,7 +24,7 @@ class DevboxAsyncExecutionDetailView(BaseModel): shell_name: Optional[str] = None """Shell name.""" - status: Optional[Literal["running", "completed", "canceled"]] = None + status: Optional[Literal["queued", "running", "completed"]] = None """Current status of the execution.""" stderr: Optional[str] = None