Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.15"
".": "0.1.0-alpha.16"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 11
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-feb1170aeff2603be5b81d5e47a3687b0c4374d6383f159a4e7600ae82006215.yml
openapi_spec_hash: adefd0c6fbc8ed30486a87b110e03d34
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-b380dba200ffcd01fb245020213f92568032554504940ecb93a361aab9bdcab9.yml
openapi_spec_hash: fd3ac511c392b3a52d718d45e561373c
config_hash: f29ebc32a45fc14e903cc9881565fcd2
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-alpha.16 (2025-09-16)

Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.15...v0.1.0-alpha.16)

### Features

* **api:** api update ([271c5af](https://github.com/sfcompute/nodes-typescript/commit/271c5afa6b3efee1b91a4c15261b9d19106d880e))

## 0.1.0-alpha.15 (2025-09-12)

Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/sfcompute/nodes-typescript/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfcompute/nodes-sdk-alpha",
"version": "0.1.0-alpha.15",
"version": "0.1.0-alpha.16",
"description": "The official TypeScript library for the SFC Nodes API",
"author": "SFC Nodes <hello@sfcompute.com>",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/resources/nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ export namespace ListResponseNode {
status: 'Pending' | 'Running' | 'Destroyed' | 'NodeFailure' | 'Unspecified';

updated_at: number;

image_id?: string | null;
}
}
}
Expand Down Expand Up @@ -346,6 +348,8 @@ export namespace Node {
status: 'Pending' | 'Running' | 'Destroyed' | 'NodeFailure' | 'Unspecified';

updated_at: number;

image_id?: string | null;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.1.0-alpha.15'; // x-release-please-version
export const VERSION = '0.1.0-alpha.16'; // x-release-please-version