Skip to content

Commit 4e57099

Browse files
committed
2 parents 1108333 + 26cdebf commit 4e57099

File tree

5 files changed

+23
-1
lines changed

5 files changed

+23
-1
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ management:
77
generationVersion: 2.711.4
88
releaseVersion: 0.0.0-beta.2
99
configChecksum: 8cdaeaf188a03d971cb25f6f0714872e
10+
repoURL: https://github.com/OpenRouterTeam/typescript-sdk.git
11+
installationURL: https://github.com/OpenRouterTeam/typescript-sdk
1012
published: true
1113
features:
1214
typescript:

.speakeasy/workflow.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sources:
66
sourceBlobDigest: sha256:4a5d604c480dd211d7836e31d00fd21c619b9a73eee802622cf6b479f8cbf0b6
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1758241776
910
- 1.0.0
1011
targets:
1112
openrouter:

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@ 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-23 21:23:27
12+
### Changes
13+
Based on:
14+
- OpenAPI Doc
15+
- Speakeasy CLI 1.622.2 (2.711.4) https://github.com/speakeasy-api/speakeasy
16+
### Generated
17+
- [typescript v0.0.0-beta.2] .
18+
### Releases
19+
- [NPM v0.0.0-beta.2] https://www.npmjs.com/package/@openrouter/sdk/v/0.0.0-beta.2 - .

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
}
2121
},
2222
"sideEffects": false,
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/OpenRouterTeam/typescript-sdk.git"
26+
},
2327
"scripts": {
2428
"lint": "eslint --cache --max-warnings=0 src",
2529
"build": "tshy",

0 commit comments

Comments
 (0)