Skip to content

Commit b876e46

Browse files
feat(api): api update (#218)
1 parent 28af0ef commit b876e46

2 files changed

Lines changed: 2 additions & 2 deletions

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: 29
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-c40cea26561cc5976de1fb8e31ea7236db81c0cc8dd6bbaedb9044531f053291.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-f629929c548c63d1814cc58af1d1dafc2211d7af7d3277faa6e7984033d1037a.yml

src/runloop_api_client/types/devbox_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class DevboxView(BaseModel):
2828
metadata: Dict[str, str]
2929
"""The user defined Devbox metadata."""
3030

31-
status: Literal["provisioning", "initializing", "running", "failure", "shutdown"]
31+
status: Literal["provisioning", "initializing", "running", "suspending", "suspended", "failure", "shutdown"]
3232
"""The current status of the Devbox."""
3333

3434
blueprint_id: Optional[str] = None

0 commit comments

Comments
 (0)