Skip to content

Commit 8037f20

Browse files
feat(api): OpenAPI spec update via Stainless API (#111)
1 parent c3ca805 commit 8037f20

2 files changed

Lines changed: 1 addition & 5 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: 22
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-95846c0922aedc237ffe0f2bee0a67a93f64e4dc85b4028a50b835de3d5b6295.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-f290dcd103e3a6d5650256bea5942db1508e0dd85e76483242c5556aace4ae48.yml

src/runloop_api_client/types/devbox_view.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class DevboxView(BaseModel):
2121
end_time_ms: Optional[int] = None
2222
"""The time the Devbox finished execution (Unix timestamp milliseconds)."""
2323

24-
initializing_time_ms: Optional[int] = None
25-
2624
initiator_id: Optional[str] = None
2725
"""The initiator ID of the devbox."""
2826

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

35-
running_time_ms: Optional[int] = None
36-
3733
status: Optional[Literal["provisioning", "initializing", "running", "failure", "shutdown"]] = None
3834
"""The current status of the Devbox."""

0 commit comments

Comments
 (0)