Skip to content

Commit 230cc9a

Browse files
authored
Merge pull request #11 from speakeasy-api/speakeasy-sdk-regen-1736542759
chore: 🐝 Update SDK - Generate 2.0.9
2 parents d4a0769 + d2e0774 commit 230cc9a

File tree

9 files changed

+62
-45
lines changed

9 files changed

+62
-45
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/speakeasy-api/speakeasy-code-samples-ts.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: 0.4.0
66
speakeasyVersion: 1.468.0
77
generationVersion: 2.492.3
8-
releaseVersion: 2.0.8
9-
configChecksum: 643ed30c5614e747b249cd911c80eac7
8+
releaseVersion: 2.0.9
9+
configChecksum: bf1f9ab236c7c97be9d8bda7632656bb
10+
repoURL: https://github.com/speakeasy-api/speakeasy-code-samples-ts.git
11+
installationURL: https://github.com/speakeasy-api/speakeasy-code-samples-ts
1012
published: true
1113
features:
1214
typescript:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: false
1717
oAuth2PasswordEnabled: false
1818
typescript:
19-
version: 2.0.8
19+
version: 2.0.9
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@ speakeasyVersion: 1.468.0
22
sources:
33
speakeasy-OAS:
44
sourceNamespace: speakeasy-oas
5-
sourceRevisionDigest: sha256:e5381a3d4618e3ceb004638ed32db80ef320e129842a069cee332e9dfacffeda
5+
sourceRevisionDigest: sha256:038ecf1b32c8ee26ccf70e2bc310264b713a8e848702ede9d3f9e8ef0d3bc218
66
sourceBlobDigest: sha256:6d9de4a70686f4366747b9dbf16917300a43dea8857ad6583f35ef3531bffbdb
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1736542759
910
- 0.4.0
1011
targets:
1112
code_samples_typescript_sdk:
1213
source: speakeasy-OAS
1314
sourceNamespace: speakeasy-oas
14-
sourceRevisionDigest: sha256:e5381a3d4618e3ceb004638ed32db80ef320e129842a069cee332e9dfacffeda
15+
sourceRevisionDigest: sha256:038ecf1b32c8ee26ccf70e2bc310264b713a8e848702ede9d3f9e8ef0d3bc218
1516
sourceBlobDigest: sha256:6d9de4a70686f4366747b9dbf16917300a43dea8857ad6583f35ef3531bffbdb
16-
codeSamplesNamespace: speakeasy-oas-code-samples
17-
codeSamplesRevisionDigest: sha256:8fb9df7fa1596d782db9a83042a97f149d37564875aa0d55f0e95d7c6d1728f2
17+
codeSamplesNamespace: speakeasy-oas-typescript-code-samples
18+
codeSamplesRevisionDigest: sha256:ee0e99dcc3793b27016c3d401676bddcd807d115845b378ad293cb688172f9e3
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest
@@ -39,5 +40,5 @@ workflow:
3940
token: $npm_token
4041
codeSamples:
4142
registry:
42-
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas-code-samples
43+
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas-typescript-code-samples
4344
blocking: false

.speakeasy/workflow.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
workflowVersion: 1.0.0
22
speakeasyVersion: latest
33
sources:
4-
speakeasy-OAS:
5-
inputs:
6-
- location: https://www.speakeasy.com/openapi.yaml
7-
overlays:
8-
- location: overlay.yaml
9-
transformations:
10-
- filterOperations:
11-
operations: getCodeSamples
12-
include: true
13-
registry:
14-
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas
4+
speakeasy-OAS:
5+
inputs:
6+
- location: https://www.speakeasy.com/openapi.yaml
7+
overlays:
8+
- location: overlay.yaml
9+
transformations:
10+
- filterOperations:
11+
operations: getCodeSamples
12+
include: true
13+
registry:
14+
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas
1515
targets:
16-
code_samples_typescript_sdk:
17-
target: typescript
18-
source: speakeasy-OAS
19-
publish:
20-
npm:
21-
token: $npm_token
22-
codeSamples:
23-
registry:
24-
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas-code-samples
25-
blocking: false
16+
code_samples_typescript_sdk:
17+
target: typescript
18+
source: speakeasy-OAS
19+
publish:
20+
npm:
21+
token: $npm_token
22+
codeSamples:
23+
registry:
24+
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas-typescript-code-samples
25+
blocking: false

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,14 @@ Based on:
4242
### Generated
4343
- [typescript v1.0.0] .
4444
### Releases
45-
- [NPM v1.0.0] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/1.0.0 - .
45+
- [NPM v1.0.0] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/1.0.0 - .
46+
47+
## 2025-01-10 20:59:02
48+
### Changes
49+
Based on:
50+
- OpenAPI Doc
51+
- Speakeasy CLI 1.468.0 (2.492.3) https://github.com/speakeasy-api/speakeasy
52+
### Generated
53+
- [typescript v2.0.9] .
54+
### Releases
55+
- [NPM v2.0.9] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.0.9 - .

jsr.json

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

33
{
44
"name": "@speakeasyapi/code-samples",
5-
"version": "2.0.8",
5+
"version": "2.0.9",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "@speakeasyapi/code-samples",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"author": "Speakeasy",
55
"main": "./index.js",
66
"sideEffects": false,
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/speakeasy-api/speakeasy-code-samples-ts.git"
10+
},
711
"scripts": {
812
"lint": "eslint --max-warnings=0 src",
913
"build": "tsc",
@@ -16,15 +20,9 @@
1620
"zod": ">= 3"
1721
},
1822
"peerDependenciesMeta": {
19-
"@tanstack/react-query": {
20-
"optional": true
21-
},
22-
"react": {
23-
"optional": true
24-
},
25-
"react-dom": {
26-
"optional": true
27-
}
23+
"@tanstack/react-query": {"optional":true},
24+
"react": {"optional":true},
25+
"react-dom": {"optional":true}
2826
},
2927
"devDependencies": {
3028
"@tanstack/react-query": "^5.61.4",
@@ -37,6 +35,7 @@
3735
"typescript": "^5.4.5",
3836
"zod": "^3.23.4"
3937
},
40-
"dependencies": {},
41-
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
38+
"dependencies": {
39+
40+
}
4241
}

src/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5757
export const SDK_METADATA = {
5858
language: "typescript",
5959
openapiDocVersion: "0.4.0",
60-
sdkVersion: "2.0.8",
60+
sdkVersion: "2.0.9",
6161
genVersion: "2.492.3",
6262
userAgent:
63-
"speakeasy-sdk/typescript 2.0.8 2.492.3 0.4.0 @speakeasyapi/code-samples",
63+
"speakeasy-sdk/typescript 2.0.9 2.492.3 0.4.0 @speakeasyapi/code-samples",
6464
} as const;

0 commit comments

Comments
 (0)