File tree Expand file tree Collapse file tree 9 files changed +62
-45
lines changed Expand file tree Collapse file tree 9 files changed +62
-45
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 @@ -5,8 +5,10 @@ management:
5
5
docVersion: 0.4.0
6
6
speakeasyVersion: 1.468.0
7
7
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
10
12
published: true
11
13
features:
12
14
typescript:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ generation:
16
16
oAuth2ClientCredentialsEnabled : false
17
17
oAuth2PasswordEnabled : false
18
18
typescript :
19
- version : 2.0.8
19
+ version : 2.0.9
20
20
additionalDependencies :
21
21
dependencies : {}
22
22
devDependencies : {}
Original file line number Diff line number Diff line change @@ -2,19 +2,20 @@ speakeasyVersion: 1.468.0
2
2
sources:
3
3
speakeasy-OAS:
4
4
sourceNamespace: speakeasy-oas
5
- sourceRevisionDigest: sha256:e5381a3d4618e3ceb004638ed32db80ef320e129842a069cee332e9dfacffeda
5
+ sourceRevisionDigest: sha256:038ecf1b32c8ee26ccf70e2bc310264b713a8e848702ede9d3f9e8ef0d3bc218
6
6
sourceBlobDigest: sha256:6d9de4a70686f4366747b9dbf16917300a43dea8857ad6583f35ef3531bffbdb
7
7
tags:
8
8
- latest
9
+ - speakeasy-sdk-regen-1736542759
9
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:e5381a3d4618e3ceb004638ed32db80ef320e129842a069cee332e9dfacffeda
15
+ sourceRevisionDigest: sha256:038ecf1b32c8ee26ccf70e2bc310264b713a8e848702ede9d3f9e8ef0d3bc218
15
16
sourceBlobDigest: sha256:6d9de4a70686f4366747b9dbf16917300a43dea8857ad6583f35ef3531bffbdb
16
- codeSamplesNamespace: speakeasy-oas-code-samples
17
- codeSamplesRevisionDigest: sha256:8fb9df7fa1596d782db9a83042a97f149d37564875aa0d55f0e95d7c6d1728f2
17
+ codeSamplesNamespace: speakeasy-oas-typescript- code-samples
18
+ codeSamplesRevisionDigest: sha256:ee0e99dcc3793b27016c3d401676bddcd807d115845b378ad293cb688172f9e3
18
19
workflow:
19
20
workflowVersion: 1.0.0
20
21
speakeasyVersion: latest
@@ -39,5 +40,5 @@ workflow:
39
40
token: $npm_token
40
41
codeSamples:
41
42
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
43
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.8 " ,
5
+ "version" : " 2.0.9 " ,
6
6
"exports" : {
7
7
"." : " ./src/index.ts" ,
8
8
"./models/errors" : " ./src/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @speakeasyapi/code-samples" ,
3
- "version" : " 2.0.8 " ,
3
+ "version" : " 2.0.9 " ,
4
4
"author" : " Speakeasy" ,
5
5
"main" : " ./index.js" ,
6
6
"sideEffects" : false ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/speakeasy-api/speakeasy-code-samples-ts.git"
10
+ },
7
11
"scripts" : {
8
12
"lint" : " eslint --max-warnings=0 src" ,
9
13
"build" : " tsc" ,
16
20
"zod" : " >= 3"
17
21
},
18
22
"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 }
28
26
},
29
27
"devDependencies" : {
30
28
"@tanstack/react-query" : " ^5.61.4" ,
37
35
"typescript" : " ^5.4.5" ,
38
36
"zod" : " ^3.23.4"
39
37
},
40
- "dependencies" : {},
41
- "packageManager" :
" [email protected] +sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
38
+ "dependencies" : {
39
+
40
+ }
42
41
}
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
57
57
export const SDK_METADATA = {
58
58
language : "typescript" ,
59
59
openapiDocVersion : "0.4.0" ,
60
- sdkVersion : "2.0.8 " ,
60
+ sdkVersion : "2.0.9 " ,
61
61
genVersion : "2.492.3" ,
62
62
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" ,
64
64
} as const ;
You can’t perform that action at this time.
0 commit comments