Skip to content

Commit 670591e

Browse files
feat(api): api update
1 parent d93f2bd commit 670591e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 13
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-29a45185372d54848e2646b44ab18a264987b59d402ec2391247dadc8fb4cc5b.yml
3-
openapi_spec_hash: 482d61b44747b65d53176e678d9628f8
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-40d17c96b52b583d2d67c7602df9cd4f20a55ee2132f83e83f49709ec84bd803.yml
3+
openapi_spec_hash: 216b7aa93fbe2312c56741c0e9caf3f7
44
config_hash: cf202573c712b5d91a4d496f35f0ff57

src/resources/vms/images.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ export interface ImageGetResponse {
9292

9393
object: 'image';
9494

95+
/**
96+
* Size of the image file in bytes
97+
*/
98+
object_size: number;
99+
95100
/**
96101
* SHA256 hash of the image file for integrity verification
97102
*/

0 commit comments

Comments
 (0)