Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-95846c0922aedc237ffe0f2bee0a67a93f64e4dc85b4028a50b835de3d5b6295.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-f290dcd103e3a6d5650256bea5942db1508e0dd85e76483242c5556aace4ae48.yml
4 changes: 0 additions & 4 deletions src/runloop_api_client/types/devbox_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class DevboxView(BaseModel):
end_time_ms: Optional[int] = None
"""The time the Devbox finished execution (Unix timestamp milliseconds)."""

initializing_time_ms: Optional[int] = None

initiator_id: Optional[str] = None
"""The initiator ID of the devbox."""

Expand All @@ -32,7 +30,5 @@ class DevboxView(BaseModel):
name: Optional[str] = None
"""The name of the Devbox."""

running_time_ms: Optional[int] = None

status: Optional[Literal["provisioning", "initializing", "running", "failure", "shutdown"]] = None
"""The current status of the Devbox."""