Skip to content

Commit cf16926

Browse files
release: 0.1.0-alpha.24 (#35)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent c51916e commit cf16926

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.23"
2+
".": "0.1.0-alpha.24"
33
}

.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-505757215a25178bda1219e3c51dfdc84709d085800f145915b9073e204dd3ab.yml
3-
openapi_spec_hash: 38feb8ab2fc9c7d10454e6e8980b4665
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-c9d6d56eabd56a40a29dc2639a77d22dd5394ecd3ec9aeaebb3a3977811571da.yml
3+
openapi_spec_hash: beda3f45c48679e14d6fe8bbe7003d51
44
config_hash: cf202573c712b5d91a4d496f35f0ff57

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.0-alpha.24 (2025-11-22)
4+
5+
Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.23...v0.1.0-alpha.24)
6+
7+
### Features
8+
9+
* **api:** api update ([ac788a4](https://github.com/sfcompute/nodes-typescript/commit/ac788a405a75565fe0e967a8497adc45bac71a34))
10+
311
## 0.1.0-alpha.23 (2025-11-07)
412

513
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfcompute/nodes-sdk-alpha",
3-
"version": "0.1.0-alpha.23",
3+
"version": "0.1.0-alpha.24",
44
"description": "The official TypeScript library for the SFC Nodes API",
55
"author": "SFC Nodes <[email protected]>",
66
"types": "dist/index.d.ts",

src/resources/vms/images.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export namespace ImageListResponse {
4848
image_id: string;
4949

5050
/**
51-
* Client given name of the image
51+
* Client given name of the image. Must be unique per account.
5252
*/
5353
name: string;
5454

@@ -86,7 +86,7 @@ export interface ImageGetResponse {
8686
image_id: string;
8787

8888
/**
89-
* Human readable name of the image
89+
* Human readable name of the image. Must be unique per account.
9090
*/
9191
name: string;
9292

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.0-alpha.23'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.24'; // x-release-please-version

0 commit comments

Comments
 (0)