File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed
Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.23 "
2+ "." : " 0.1.0-alpha.24 "
33}
Original file line number Diff line number Diff line change 11configured_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
44config_hash : cf202573c712b5d91a4d496f35f0ff57
Original file line number Diff line number Diff line change 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
513Full 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 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments