File tree Expand file tree Collapse file tree 10 files changed +65
-3874
lines changed Expand file tree Collapse file tree 10 files changed +65
-3874
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
7
> ** Remember to shutdown a GitHub Codespace when it is not in use!**
3
8
4
9
# Dev Containers Quick Start
Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
- id: 74386feb-f8da-4ec0-8b02-29dfddf22161
2
+ id: 521af75f-d011-41f9-a5ff-9f8033773118
3
3
management:
4
4
docChecksum: a0841885f1d2df6bf65c33550d1be776
5
5
docVersion: 0.4.0
6
- speakeasyVersion: 1.467 .0
6
+ speakeasyVersion: 1.468 .0
7
7
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
10
12
published: true
11
13
features:
12
14
typescript:
@@ -34,7 +36,6 @@ generatedFiles:
34
36
- .eslintrc.cjs
35
37
- .gitattributes
36
38
- .npmignore
37
- - CONTRIBUTING.md
38
39
- FUNCTIONS.md
39
40
- REACT_QUERY.md
40
41
- RUNTIMES.md
Original file line number Diff line number Diff line change @@ -16,14 +16,17 @@ generation:
16
16
oAuth2ClientCredentialsEnabled : false
17
17
oAuth2PasswordEnabled : false
18
18
typescript :
19
- version : 2.0.4
19
+ version : 2.0.9
20
20
additionalDependencies :
21
21
dependencies : {}
22
22
devDependencies : {}
23
23
peerDependencies : {}
24
24
additionalPackageJSON : {}
25
25
author : Speakeasy
26
26
clientServerStatusCodesAsErrors : true
27
+ compileCommand :
28
+ - pnpm
29
+ - install
27
30
defaultErrorName : APIError
28
31
enableReactQuery : true
29
32
enumFormat : enum
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.467 .0
1
+ speakeasyVersion: 1.468 .0
2
2
sources:
3
3
speakeasy-OAS:
4
4
sourceNamespace: speakeasy-oas
5
- sourceRevisionDigest: sha256:3ce4076b437393a6fb3f102ac083c3d05a6e9e3e6daf47f99c6c4cf3a65b0e4c
6
- sourceBlobDigest: sha256:785a83db337cb309aac27c4a805335396096391c489e7140d753840935ef8e55
5
+ sourceRevisionDigest: sha256:038ecf1b32c8ee26ccf70e2bc310264b713a8e848702ede9d3f9e8ef0d3bc218
6
+ sourceBlobDigest: sha256:6d9de4a70686f4366747b9dbf16917300a43dea8857ad6583f35ef3531bffbdb
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1732056263
9
+ - speakeasy-sdk-regen-1736542759
10
+ - 0.4.0
10
11
targets:
11
12
code_samples_typescript_sdk:
12
13
source: speakeasy-OAS
13
14
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
16
19
workflow:
17
20
workflowVersion: 1.0.0
18
21
speakeasyVersion: latest
@@ -37,5 +40,5 @@ workflow:
37
40
token: $npm_token
38
41
codeSamples:
39
42
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
41
44
blocking: false
Original file line number Diff line number Diff line change 1
1
workflowVersion : 1.0.0
2
2
speakeasyVersion : latest
3
3
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
15
15
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
Original file line number Diff line number Diff line change @@ -42,4 +42,14 @@ Based on:
42
42
### Generated
43
43
- [ typescript v1.0.0] .
44
44
### 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 - .
Original file line number Diff line number Diff line change 2
2
3
3
{
4
4
"name" : " @speakeasyapi/code-samples" ,
5
- "version" : " 2.0.4 " ,
5
+ "version" : " 2.0.9 " ,
6
6
"exports" : {
7
7
"." : " ./src/index.ts" ,
8
8
"./models/errors" : " ./src/models/errors/index.ts" ,
You can’t perform that action at this time.
0 commit comments