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.10
9- configChecksum: 1d4d4050b5c3e7b2102308337570610c
8+ releaseVersion: 0.2.11
9+ configChecksum: e77ce69b2f427b72c26c9a5508fc1232
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.10
34+ version : 0.2.11
3535 acceptHeaderEnum : false
3636 additionalDependencies :
3737 dependencies : {}
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:8b15f72eaabbd77f4642be28a2861fd1cfd5d8cfe96e72fb8a76832387c64fab
77 tags:
88 - latest
9+ - matt-missing-provider-schema
910 - 1.0.0
1011targets:
1112 openrouter:
@@ -14,7 +15,7 @@ targets:
1415 sourceRevisionDigest: sha256:b128cdb6be96021e55feea5e2dcb6e7438de706138fcde4f871b14877885445b
1516 sourceBlobDigest: sha256:8b15f72eaabbd77f4642be28a2861fd1cfd5d8cfe96e72fb8a76832387c64fab
1617 codeSamplesNamespace: open-router-chat-completions-api-typescript-code-samples
17- codeSamplesRevisionDigest: sha256:23245bc287bd1791f942719c4ea1d4deced81d74e7a3faf92d1bbff76f6ca897
18+ codeSamplesRevisionDigest: sha256:da4836f90ab924cc1ec37989c2285b212ae4aac2c5d7832c148654746c3f501d
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.10 " ,
5+ "version" : " 0.2.11 " ,
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.10 " ,
3+ "version" : " 0.2.11 " ,
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.10 " ,
72+ sdkVersion : "0.2.11 " ,
7373 genVersion : "2.768.0" ,
74- userAgent : "speakeasy-sdk/typescript 0.2.10 2.768.0 1.0.0 @openrouter/sdk" ,
74+ userAgent : "speakeasy-sdk/typescript 0.2.11 2.768.0 1.0.0 @openrouter/sdk" ,
7575} as const ;
You can’t perform that action at this time.
0 commit comments