Skip to content

Commit b25c3f7

Browse files
feat(devbox): expose snapshot size (in bytes) (#7444)
1 parent 37ab1b7 commit b25c3f7

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 117
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-471f0db14911c89a212db3924c2b4eafb7282e665b1a7e92df4a371ed6c0635f.yml
3-
openapi_spec_hash: 832848429246c457f6bda17a58949904
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-c8d61a0c8b88fa30666ba021d1239eb0d549902354513c4741e9216bcbfa8e6d.yml
3+
openapi_spec_hash: 433e6fb4ce076012b696f69ae7596c67
44
config_hash: eb28692edd68a6ae95cf92af931c9976

src/runloop_api_client/types/devbox_snapshot_view.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ class DevboxSnapshotView(BaseModel):
2626
name: Optional[str] = None
2727
"""(Optional) The custom name of the snapshot."""
2828

29+
size_bytes: Optional[int] = None
30+
"""(Optional) The size of the snapshot in bytes, relative to the base blueprint."""
31+
2932
source_blueprint_id: Optional[str] = None
3033
"""(Optional) The source Blueprint ID this snapshot was created from."""

0 commit comments

Comments
 (0)