File tree Expand file tree Collapse file tree 7 files changed +11
-12
lines changed
Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 1.0.0
66 speakeasyVersion: 1.666.0
77 generationVersion: 2.768.0
8- releaseVersion: 0.2.5
9- configChecksum: 324815634003cbee850769ac972293be
8+ releaseVersion: 0.2.6
9+ configChecksum: faa7e08defaa15a2a216f64d15953590
1010 repoURL: https://github.com/OpenRouterTeam/typescript-sdk.git
1111 installationURL: https://github.com/OpenRouterTeam/typescript-sdk
1212 published: true
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ generation:
3131 skipResponseBodyAssertions : false
3232 preApplyUnionDiscriminators : true
3333typescript :
34- version : 0.2.5
34+ version : 0.2.6
3535 acceptHeaderEnum : false
3636 additionalDependencies :
3737 dependencies : {}
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:c65ea29dcae3bb0b31cba1f207741a8a835620bc6e8921e614a7c371055d850c
77 tags:
88 - latest
9+ - updates
910 - 1.0.0
1011targets:
1112 openrouter:
@@ -14,7 +15,7 @@ targets:
1415 sourceRevisionDigest: sha256:430fa9a22e960fd04a393c99eb3c967b11b5fbda6b19a104bfcd745efe887df3
1516 sourceBlobDigest: sha256:c65ea29dcae3bb0b31cba1f207741a8a835620bc6e8921e614a7c371055d850c
1617 codeSamplesNamespace: open-router-chat-completions-api-typescript-code-samples
17- codeSamplesRevisionDigest: sha256:a59d16ba1ee08055e7b981bb90b26bf279ce9e5e90be6c8233240ff5841ecc90
18+ codeSamplesRevisionDigest: sha256:6f8f3b329dff31738a363e4df0f0c73002798aa996735b46a56968936e65b5f4
1819workflow:
1920 workflowVersion: 1.0.0
2021 speakeasyVersion: 1.666.0
Original file line number Diff line number Diff line change 22
33{
44 "name" : " @openrouter/sdk" ,
5- "version" : " 0.2.5 " ,
5+ "version" : " 0.2.6 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./models/errors" : " ./src/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @openrouter/sdk" ,
3- "version" : " 0.2.5 " ,
3+ "version" : " 0.2.6 " ,
44 "author" : " OpenRouter" ,
55 "description" : " The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to 300+ language models through a unified API." ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6969export const SDK_METADATA = {
7070 language : "typescript" ,
7171 openapiDocVersion : "1.0.0" ,
72- sdkVersion : "0.2.5 " ,
72+ sdkVersion : "0.2.6 " ,
7373 genVersion : "2.768.0" ,
74- userAgent : "speakeasy-sdk/typescript 0.2.5 2.768.0 1.0.0 @openrouter/sdk" ,
74+ userAgent : "speakeasy-sdk/typescript 0.2.6 2.768.0 1.0.0 @openrouter/sdk" ,
7575} as const ;
Original file line number Diff line number Diff line change @@ -20,11 +20,9 @@ import { Providers } from "./providers.js";
2020import { callModel as callModelFunc } from "../funcs/callModel.js" ;
2121import type { ResponseWrapper } from "../lib/response-wrapper.js" ;
2222import type { RequestOptions } from "../lib/sdks.js" ;
23- import { ToolType , type MaxToolRounds , Tool } from "../lib/tool-types.js" ;
23+ import { type MaxToolRounds , Tool , ToolType } from "../lib/tool-types.js" ;
2424import type { OpenResponsesInput } from "../models/openresponsesinput.js" ;
25- import type {
26- OpenResponsesRequest ,
27- } from "../models/openresponsesrequest.js" ;
25+ import type { OpenResponsesRequest } from "../models/openresponsesrequest.js" ;
2826
2927export { ToolType } ;
3028export type { MaxToolRounds } ;
You can’t perform that action at this time.
0 commit comments