File tree Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.25 .0"
2+ "." : " 0.26 .0"
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 41
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-9675066b6d9d75638a402b738f23c767ca11bb8cd1f79346785c767fa3d5cd50 .yml
3- openapi_spec_hash : fda464254d1bce3ac2ff298e55f66e64
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-bf2f8f13aa9e13553634ad6efce85e7fa77302f9ddcf20f7b91f6ca1c85667ca .yml
3+ openapi_spec_hash : 2306f08b88e1f59c5750f4573f003fdc
44config_hash : cf71a25b7e10f3a39a183524fa0ba05c
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.26.0 (2025-10-21)
4+
5+ Full Changelog: [ v0.25.0...v0.26.0] ( https://github.com/togethercomputer/together-typescript/compare/v0.25.0...v0.26.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 9c3f92c] ( https://github.com/togethercomputer/together-typescript/commit/9c3f92cf75cfae116b27a9dee964b416adb7ef58 ) )
10+
311## 0.25.0 (2025-10-21)
412
513Full Changelog: [ v0.24.0...v0.25.0] ( https://github.com/togethercomputer/together-typescript/compare/v0.24.0...v0.25.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " together-ai" ,
3- "version" : " 0.25 .0" ,
3+ "version" : " 0.26 .0" ,
44 "description" : " The official TypeScript library for the Together API" ,
55 "author" :
" Together <[email protected] >" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export interface VideoCreateResponse {
123123 /**
124124 * Unique identifier for the video job.
125125 */
126- id ? : string ;
126+ id : string ;
127127}
128128
129129export interface VideoCreateParams {
Original file line number Diff line number Diff line change 1- export const VERSION = '0.25 .0' ; // x-release-please-version
1+ export const VERSION = '0.26 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments