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: 7
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-c9d64df733f286f09d2203f4e3d820ce57e8d4c629c5e2db4e2bfac91fbc1598.yml
openapi_spec_hash: fa407611fc566d55f403864fbfaa6c23
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-39aa058a60035c34a636e7f580b4b9c76b05400ae401ef04a761572b20a5425b.yml
openapi_spec_hash: bb79a204f9edb6b6ccfe783a0a82a423
config_hash: 4dfa4d870ce0e23e31ce33ab6a53dd21
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.1.0-alpha.16 (2025-05-20)

Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/onkernel/kernel-node-sdk/compare/v0.1.0-alpha.15...v0.1.0-alpha.16)

### Features

* **api:** update via SDK Studio ([34ec9b0](https://github.com/onkernel/kernel-node-sdk/commit/34ec9b0a5bb7ed3dad7d69e37f9002c47b9e583a))
* **api:** update via SDK Studio ([f0cda49](https://github.com/onkernel/kernel-node-sdk/commit/f0cda4930160e18c2615936f62cd5e7434f1cc9c))

## 0.1.0-alpha.15 (2025-05-20)

Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/onkernel/kernel-node-sdk/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": "@onkernel/sdk",
"version": "0.1.0-alpha.15",
"version": "0.1.0-alpha.16",
"description": "The official TypeScript library for the Kernel API",
"author": "Kernel <>",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions src/resources/apps/deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ export namespace DeploymentCreateResponse {
}

/**
* A stream of application events (state updates and logs) in SSE format.
* Union type representing any application event. Actual schema is determined by
* the 'event' field.
*/
export type DeploymentFollowResponse = Array<
export type DeploymentFollowResponse =
| DeploymentFollowResponse.StateEvent
| DeploymentFollowResponse.StateUpdateEvent
| DeploymentFollowResponse.LogEvent
>;
| DeploymentFollowResponse.LogEvent;

export namespace DeploymentFollowResponse {
/**
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