Skip to content

Commit 0b86038

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.621.1
1 parent ec682cc commit 0b86038

File tree

10 files changed

+35
-15
lines changed

10 files changed

+35
-15
lines changed

.devcontainer/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
<div align="center">
3+
<a href="https://codespaces.new/OpenRouterTeam/typescript-sdk.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4+
</div>
5+
<br>
6+
27
> **Remember to shutdown a GitHub Codespace when it is not in use!**
38
49
# Dev Containers Quick Start

.speakeasy/gen.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ management:
55
docVersion: 1.0.0
66
speakeasyVersion: 1.621.1
77
generationVersion: 2.708.2
8-
releaseVersion: 0.3.2
9-
configChecksum: 9ef9869ead10cb1d8cac5ad8a51022fd
8+
releaseVersion: 0.3.3
9+
configChecksum: f558412ce37a099adbae75efd32cc488
10+
repoURL: https://github.com/OpenRouterTeam/typescript-sdk.git
11+
installationURL: https://github.com/OpenRouterTeam/typescript-sdk
1012
features:
1113
typescript:
1214
acceptHeaders: 2.81.2

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ generation:
2727
generateNewTests: true
2828
skipResponseBodyAssertions: false
2929
typescript:
30-
version: 0.3.2
30+
version: 0.3.3
3131
additionalDependencies:
3232
dependencies: {}
3333
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sources:
66
sourceBlobDigest: sha256:1d70093768387921c6aa35b1768c4001579b6922dd9b9bdd4e9069f01ef0a9ab
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1758241776
910
- 1.0.0
1011
OpenRouter Chat Completions API:
1112
sourceNamespace: open-router-chat-completions-api
@@ -28,7 +29,7 @@ targets:
2829
sourceRevisionDigest: sha256:0d46faf1d91106090731763e816d20a693003987009a703f570df33737ab22c4
2930
sourceBlobDigest: sha256:1d70093768387921c6aa35b1768c4001579b6922dd9b9bdd4e9069f01ef0a9ab
3031
codeSamplesNamespace: open-router-chat-completions-api-typescript-code-samples
31-
codeSamplesRevisionDigest: sha256:bd4911cc3e035e98dadf7407349d4be1d16706a73c066ba288fabfa613bfab6f
32+
codeSamplesRevisionDigest: sha256:fac307b48732eb770ea746c2ad27ca6f8b34c75bc8ef1013482ecc5ca642472a
3233
workflow:
3334
workflowVersion: 1.0.0
3435
speakeasyVersion: latest

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,25 @@ The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https
5151
### NPM
5252

5353
```bash
54-
npm add <UNSET>
54+
npm add https://github.com/OpenRouterTeam/typescript-sdk
5555
```
5656

5757
### PNPM
5858

5959
```bash
60-
pnpm add <UNSET>
60+
pnpm add https://github.com/OpenRouterTeam/typescript-sdk
6161
```
6262

6363
### Bun
6464

6565
```bash
66-
bun add <UNSET>
66+
bun add https://github.com/OpenRouterTeam/typescript-sdk
6767
```
6868

6969
### Yarn
7070

7171
```bash
72-
yarn add <UNSET> zod
72+
yarn add https://github.com/OpenRouterTeam/typescript-sdk zod
7373

7474
# Note that Yarn does not install peer dependencies automatically. You will need
7575
# to install zod as shown above.

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ Based on:
66
- OpenAPI Doc
77
- Speakeasy CLI 1.606.2 (2.687.1) https://github.com/speakeasy-api/speakeasy
88
### Generated
9-
- [typescript v0.1.2] .
9+
- [typescript v0.1.2] .
10+
11+
## 2025-09-20 00:27:51
12+
### Changes
13+
Based on:
14+
- OpenAPI Doc
15+
- Speakeasy CLI 1.621.1 (2.708.2) https://github.com/speakeasy-api/speakeasy
16+
### Generated
17+
- [typescript v0.3.3] .

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "open-router",
5-
"version": "0.3.2",
5+
"version": "0.3.3",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-router",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"author": "OpenRouter",
55
"type": "module",
66
"tshy": {
@@ -19,6 +19,10 @@
1919
}
2020
},
2121
"sideEffects": false,
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/OpenRouterTeam/typescript-sdk.git"
25+
},
2226
"scripts": {
2327
"lint": "eslint --cache --max-warnings=0 src",
2428
"build": "tshy",

src/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6363
export const SDK_METADATA = {
6464
language: "typescript",
6565
openapiDocVersion: "1.0.0",
66-
sdkVersion: "0.3.2",
66+
sdkVersion: "0.3.3",
6767
genVersion: "2.708.2",
68-
userAgent: "speakeasy-sdk/typescript 0.3.2 2.708.2 1.0.0 open-router",
68+
userAgent: "speakeasy-sdk/typescript 0.3.3 2.708.2 1.0.0 open-router",
6969
} as const;

0 commit comments

Comments
 (0)