Skip to content

Commit 25fc773

Browse files
committed
Merge branch 'main' of github.com:speakeasy-api/speakeasy-code-samples-ts into feat/react-components
2 parents 1e98579 + 230cc9a commit 25fc773

File tree

10 files changed

+65
-3874
lines changed

10 files changed

+65
-3874
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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
lockVersion: 2.0.0
2-
id: 74386feb-f8da-4ec0-8b02-29dfddf22161
2+
id: 521af75f-d011-41f9-a5ff-9f8033773118
33
management:
44
docChecksum: a0841885f1d2df6bf65c33550d1be776
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.467.0
6+
speakeasyVersion: 1.468.0
77
generationVersion: 2.492.3
8-
releaseVersion: 2.0.4
9-
configChecksum: 5956da297bd706125921a8685c2d332c
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:
@@ -34,7 +36,6 @@ generatedFiles:
3436
- .eslintrc.cjs
3537
- .gitattributes
3638
- .npmignore
37-
- CONTRIBUTING.md
3839
- FUNCTIONS.md
3940
- REACT_QUERY.md
4041
- RUNTIMES.md

.speakeasy/gen.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@ generation:
1616
oAuth2ClientCredentialsEnabled: false
1717
oAuth2PasswordEnabled: false
1818
typescript:
19-
version: 2.0.4
19+
version: 2.0.9
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}
2323
peerDependencies: {}
2424
additionalPackageJSON: {}
2525
author: Speakeasy
2626
clientServerStatusCodesAsErrors: true
27+
compileCommand:
28+
- pnpm
29+
- install
2730
defaultErrorName: APIError
2831
enableReactQuery: true
2932
enumFormat: enum

.speakeasy/workflow.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
speakeasyVersion: 1.467.0
1+
speakeasyVersion: 1.468.0
22
sources:
33
speakeasy-OAS:
44
sourceNamespace: speakeasy-oas
5-
sourceRevisionDigest: sha256:3ce4076b437393a6fb3f102ac083c3d05a6e9e3e6daf47f99c6c4cf3a65b0e4c
6-
sourceBlobDigest: sha256:785a83db337cb309aac27c4a805335396096391c489e7140d753840935ef8e55
5+
sourceRevisionDigest: sha256:038ecf1b32c8ee26ccf70e2bc310264b713a8e848702ede9d3f9e8ef0d3bc218
6+
sourceBlobDigest: sha256:6d9de4a70686f4366747b9dbf16917300a43dea8857ad6583f35ef3531bffbdb
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1732056263
9+
- speakeasy-sdk-regen-1736542759
10+
- 0.4.0
1011
targets:
1112
code_samples_typescript_sdk:
1213
source: speakeasy-OAS
1314
sourceNamespace: speakeasy-oas
14-
sourceRevisionDigest: sha256:3ce4076b437393a6fb3f102ac083c3d05a6e9e3e6daf47f99c6c4cf3a65b0e4c
15-
sourceBlobDigest: sha256:785a83db337cb309aac27c4a805335396096391c489e7140d753840935ef8e55
15+
sourceRevisionDigest: sha256:038ecf1b32c8ee26ccf70e2bc310264b713a8e848702ede9d3f9e8ef0d3bc218
16+
sourceBlobDigest: sha256:6d9de4a70686f4366747b9dbf16917300a43dea8857ad6583f35ef3531bffbdb
17+
codeSamplesNamespace: speakeasy-oas-typescript-code-samples
18+
codeSamplesRevisionDigest: sha256:ee0e99dcc3793b27016c3d401676bddcd807d115845b378ad293cb688172f9e3
1619
workflow:
1720
workflowVersion: 1.0.0
1821
speakeasyVersion: latest
@@ -37,5 +40,5 @@ workflow:
3740
token: $npm_token
3841
codeSamples:
3942
registry:
40-
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
4144
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.4",
5+
"version": "2.0.9",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

0 commit comments

Comments
 (0)