From 217890955b031b9c32f884303def84086d510184 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:23:15 +0000 Subject: [PATCH 01/10] feat(api): api update --- .stats.yml | 4 ++-- src/resources/nodes.ts | 4 ++-- src/resources/vms/vms.ts | 10 ++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index e13d30e..06524b1 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 13 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-94404552501d1e6ece9700dbddd3cd49ddc555fdb3a303747b79aea2329cf10c.yml -openapi_spec_hash: edc38468ad76935dc4b0d6af44e84d44 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-7b8926270dd633f25f2dc7df2abe3b2c05d72a4ce49be054d238f8fd25fe1391.yml +openapi_spec_hash: 366ff997c3486d6c681e5a3ccddda2e2 config_hash: cf202573c712b5d91a4d496f35f0ff57 diff --git a/src/resources/nodes.ts b/src/resources/nodes.ts index ecf0371..4d38da0 100644 --- a/src/resources/nodes.ts +++ b/src/resources/nodes.ts @@ -151,7 +151,7 @@ export interface CreateNodesRequest { /** * Start time as Unix timestamp in seconds Optional for reserved nodes. If not - * provided, defaults to current time + * provided, defaults to now */ start_at?: number; } @@ -483,7 +483,7 @@ export interface NodeCreateParams { /** * Start time as Unix timestamp in seconds Optional for reserved nodes. If not - * provided, defaults to current time + * provided, defaults to now */ start_at?: number; } diff --git a/src/resources/vms/vms.ts b/src/resources/vms/vms.ts index 604e845..2d0564d 100644 --- a/src/resources/vms/vms.ts +++ b/src/resources/vms/vms.ts @@ -49,6 +49,16 @@ export interface VMSSHResponse { ssh_port: number; + /** + * Unix timestamp in seconds since epoch + */ + last_attempted_key_update?: number | null; + + /** + * Unix timestamp in seconds since epoch + */ + last_successful_key_update?: number | null; + ssh_host_keys?: Array | null; } From 41e9d089f74cf719fd020df4b8dd6c56dcec9610 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:23:02 +0000 Subject: [PATCH 02/10] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 06524b1..d64ce51 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 13 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-7b8926270dd633f25f2dc7df2abe3b2c05d72a4ce49be054d238f8fd25fe1391.yml -openapi_spec_hash: 366ff997c3486d6c681e5a3ccddda2e2 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-bf3e3fa6ab9caa6b971e86285798e87a23e68081d00dc32e18fd45eece26d70b.yml +openapi_spec_hash: 1b2766cef3ac0360f187de3234901584 config_hash: cf202573c712b5d91a4d496f35f0ff57 From d93f2bd9f7e006888f829671e974ba518de55706 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 23:23:17 +0000 Subject: [PATCH 03/10] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index d64ce51..5eb737d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 13 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-bf3e3fa6ab9caa6b971e86285798e87a23e68081d00dc32e18fd45eece26d70b.yml -openapi_spec_hash: 1b2766cef3ac0360f187de3234901584 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-29a45185372d54848e2646b44ab18a264987b59d402ec2391247dadc8fb4cc5b.yml +openapi_spec_hash: 482d61b44747b65d53176e678d9628f8 config_hash: cf202573c712b5d91a4d496f35f0ff57 From 670591ee7397e9f11adff9785a67713e233eb5b2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 03:23:01 +0000 Subject: [PATCH 04/10] feat(api): api update --- .stats.yml | 4 ++-- src/resources/vms/images.ts | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 5eb737d..114f725 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 13 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-29a45185372d54848e2646b44ab18a264987b59d402ec2391247dadc8fb4cc5b.yml -openapi_spec_hash: 482d61b44747b65d53176e678d9628f8 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-40d17c96b52b583d2d67c7602df9cd4f20a55ee2132f83e83f49709ec84bd803.yml +openapi_spec_hash: 216b7aa93fbe2312c56741c0e9caf3f7 config_hash: cf202573c712b5d91a4d496f35f0ff57 diff --git a/src/resources/vms/images.ts b/src/resources/vms/images.ts index 1f9a229..2d896aa 100644 --- a/src/resources/vms/images.ts +++ b/src/resources/vms/images.ts @@ -92,6 +92,11 @@ export interface ImageGetResponse { object: 'image'; + /** + * Size of the image file in bytes + */ + object_size: number; + /** * SHA256 hash of the image file for integrity verification */ From ec83238405f924a256cf7e27dfcdba932e15ab2c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 04:23:35 +0000 Subject: [PATCH 05/10] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 114f725..9859701 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 13 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-40d17c96b52b583d2d67c7602df9cd4f20a55ee2132f83e83f49709ec84bd803.yml -openapi_spec_hash: 216b7aa93fbe2312c56741c0e9caf3f7 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-53b70b13ae2c6bd2ab7dce9dd7f0f36224e228bbbf787031ada51bfd9f4c5d00.yml +openapi_spec_hash: a0dcac953679b05abcc017aa1b3f1fb1 config_hash: cf202573c712b5d91a4d496f35f0ff57 From 5bb9d1427fb638c7888da84bf9a144efccf8bc0d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 05:22:56 +0000 Subject: [PATCH 06/10] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 9859701..114f725 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 13 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-53b70b13ae2c6bd2ab7dce9dd7f0f36224e228bbbf787031ada51bfd9f4c5d00.yml -openapi_spec_hash: a0dcac953679b05abcc017aa1b3f1fb1 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-40d17c96b52b583d2d67c7602df9cd4f20a55ee2132f83e83f49709ec84bd803.yml +openapi_spec_hash: 216b7aa93fbe2312c56741c0e9caf3f7 config_hash: cf202573c712b5d91a4d496f35f0ff57 From 8a092a3c68e4000efb1995dcd8cac3da8cf31d43 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 00:23:15 +0000 Subject: [PATCH 07/10] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 114f725..0d60d88 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 13 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-40d17c96b52b583d2d67c7602df9cd4f20a55ee2132f83e83f49709ec84bd803.yml -openapi_spec_hash: 216b7aa93fbe2312c56741c0e9caf3f7 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-5891b56b883a98356a089fa95f5083ccd47e4584d4f8cd3da79aa225886af32d.yml +openapi_spec_hash: 91e90e832f9cfd4b432a8317a8fd6b57 config_hash: cf202573c712b5d91a4d496f35f0ff57 From d56eaa240f50b3de92831264f5d4c63b9de1134f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 05:22:56 +0000 Subject: [PATCH 08/10] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 0d60d88..5668135 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 13 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-5891b56b883a98356a089fa95f5083ccd47e4584d4f8cd3da79aa225886af32d.yml -openapi_spec_hash: 91e90e832f9cfd4b432a8317a8fd6b57 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-9949681118b7de2c5facd0fc8d1475af2ffde8b9bac099466913f2e2d33cdfd8.yml +openapi_spec_hash: 3663c8bac2d8ff4a0a3e119beed8ca3f config_hash: cf202573c712b5d91a4d496f35f0ff57 From 55eb547ea5d52f80c4d09e498fa0e2d4c759ed31 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:15:32 +0000 Subject: [PATCH 09/10] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 5668135..9c457f8 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 13 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-9949681118b7de2c5facd0fc8d1475af2ffde8b9bac099466913f2e2d33cdfd8.yml -openapi_spec_hash: 3663c8bac2d8ff4a0a3e119beed8ca3f +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-505757215a25178bda1219e3c51dfdc84709d085800f145915b9073e204dd3ab.yml +openapi_spec_hash: 38feb8ab2fc9c7d10454e6e8980b4665 config_hash: cf202573c712b5d91a4d496f35f0ff57 From d66d51502a0d7663c5d6d216fc4b95919d916a52 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:15:48 +0000 Subject: [PATCH 10/10] release: 0.1.0-alpha.23 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index adddf7b..eb9bb4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.22" + ".": "0.1.0-alpha.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 28fef0f..85ad8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.1.0-alpha.23 (2025-11-07) + +Full Changelog: [v0.1.0-alpha.22...v0.1.0-alpha.23](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.22...v0.1.0-alpha.23) + +### Features + +* **api:** api update ([670591e](https://github.com/sfcompute/nodes-typescript/commit/670591ee7397e9f11adff9785a67713e233eb5b2)) +* **api:** api update ([2178909](https://github.com/sfcompute/nodes-typescript/commit/217890955b031b9c32f884303def84086d510184)) + ## 0.1.0-alpha.22 (2025-10-17) Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) diff --git a/package.json b/package.json index 46a37c1..f5c3151 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sfcompute/nodes-sdk-alpha", - "version": "0.1.0-alpha.22", + "version": "0.1.0-alpha.23", "description": "The official TypeScript library for the SFC Nodes API", "author": "SFC Nodes ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index bb43faa..7a4aadf 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.0-alpha.22'; // x-release-please-version +export const VERSION = '0.1.0-alpha.23'; // x-release-please-version