File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed
Expand file tree Collapse file tree 6 files changed +9
-8
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.7
9- configChecksum: d1582e8e829575faeaa593bdcf10cb9b
8+ releaseVersion: 0.2.8
9+ configChecksum: c50a22e1480a8593754548b3ba6531a3
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.7
34+ version : 0.2.8
3535 acceptHeaderEnum : false
3636 additionalDependencies :
3737 dependencies : {}
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:a286a09ceced7f78a685731aef81d1498b89a6a46f3794219dc93fa2d822853b
77 tags:
88 - latest
9+ - matt-fix-more-types
910 - 1.0.0
1011targets:
1112 openrouter:
@@ -14,7 +15,7 @@ targets:
1415 sourceRevisionDigest: sha256:697f956356ab0195b9a9b9a5106e4ac979caa551709b3614c723df972c661829
1516 sourceBlobDigest: sha256:a286a09ceced7f78a685731aef81d1498b89a6a46f3794219dc93fa2d822853b
1617 codeSamplesNamespace: open-router-chat-completions-api-typescript-code-samples
17- codeSamplesRevisionDigest: sha256:579813aa2df81293dfaafc0cbd6ed4dd8f88344af90d80a638d6d76ce87e0eef
18+ codeSamplesRevisionDigest: sha256:c47002333af8c87282d60b2be8fb8f27d7d40b9917df9a57fa29ca49166fe591
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.7 " ,
5+ "version" : " 0.2.8 " ,
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.7 " ,
3+ "version" : " 0.2.8 " ,
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.7 " ,
72+ sdkVersion : "0.2.8 " ,
7373 genVersion : "2.768.0" ,
74- userAgent : "speakeasy-sdk/typescript 0.2.7 2.768.0 1.0.0 @openrouter/sdk" ,
74+ userAgent : "speakeasy-sdk/typescript 0.2.8 2.768.0 1.0.0 @openrouter/sdk" ,
7575} as const ;
You can’t perform that action at this time.
0 commit comments