File tree Expand file tree Collapse file tree 9 files changed +49
-37
lines changed Expand file tree Collapse file tree 9 files changed +49
-37
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 0.4.0
6
6
speakeasyVersion: 1.469.1
7
7
generationVersion: 2.493.21
8
- releaseVersion: 2.1.1
9
- configChecksum: 4b92b57c7f6bd5b3b6d7532b6b9cb49b
8
+ releaseVersion: 2.1.2
9
+ configChecksum: f91aceabddfdb401f2ce3e6afa47899c
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-code-samples-ts.git
11
11
installationURL: https://github.com/speakeasy-api/speakeasy-code-samples-ts
12
12
published: true
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.1.1
19
+ version : 2.1.2
20
20
additionalDependencies :
21
21
dependencies : {}
22
22
devDependencies : {}
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.469.1
2
2
sources:
3
3
speakeasy-OAS:
4
4
sourceNamespace: speakeasy-oas
5
- sourceRevisionDigest: sha256:c69fca1c1936f3efccfca1a87dec5637194adb3aeda5ab642b734e9e9aa52689
5
+ sourceRevisionDigest: sha256:e6d911120c1606aefacff6434ffde0af22427fef7b078555cf8bbf135f0f5604
6
6
sourceBlobDigest: sha256:63701f5ff26c0ac6e0ea6e314b9dc7bf7063bf75b72a16206b62050baf740623
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1737159897
9
+ - speakeasy-sdk-regen-1737160850
10
10
- 0.4.0
11
11
targets:
12
12
code_samples_typescript_sdk:
13
13
source: speakeasy-OAS
14
14
sourceNamespace: speakeasy-oas
15
- sourceRevisionDigest: sha256:c69fca1c1936f3efccfca1a87dec5637194adb3aeda5ab642b734e9e9aa52689
15
+ sourceRevisionDigest: sha256:e6d911120c1606aefacff6434ffde0af22427fef7b078555cf8bbf135f0f5604
16
16
sourceBlobDigest: sha256:63701f5ff26c0ac6e0ea6e314b9dc7bf7063bf75b72a16206b62050baf740623
17
17
codeSamplesNamespace: speakeasy-oas-typescript-code-samples
18
- codeSamplesRevisionDigest: sha256:d21ba30bee6a57bc8e484768a7f4d9bd55420fe5439cc48ba23034941477356c
18
+ codeSamplesRevisionDigest: sha256:6525fd16fb27952f652367104a9441915ba42b4a40a186f16aec54a6ca0cdb74
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
speakeasyVersion: latest
@@ -41,4 +41,6 @@ workflow:
41
41
codeSamples:
42
42
registry:
43
43
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas-typescript-code-samples
44
+ labelOverride:
45
+ fixedValue: TypeScript (SDK)
44
46
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-typescript-code-samples
25
- labelOverride :
26
- fixedValue : TypeScript (SDK)
27
- 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
+ labelOverride :
26
+ fixedValue : TypeScript (SDK)
27
+ blocking : false
Original file line number Diff line number Diff line change @@ -92,4 +92,14 @@ Based on:
92
92
### Generated
93
93
- [ typescript v2.1.1] .
94
94
### Releases
95
- - [ NPM v2.1.1] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.1.1 - .
95
+ - [ NPM v2.1.1] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.1.1 - .
96
+
97
+ ## 2025-01-18 00:40:35
98
+ ### Changes
99
+ Based on:
100
+ - OpenAPI Doc
101
+ - Speakeasy CLI 1.469.1 (2.493.21) https://github.com/speakeasy-api/speakeasy
102
+ ### Generated
103
+ - [ typescript v2.1.2] .
104
+ ### Releases
105
+ - [ NPM v2.1.2] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.1.2 - .
Original file line number Diff line number Diff line change 2
2
3
3
{
4
4
"name" : " @speakeasyapi/code-samples" ,
5
- "version" : " 2.1.1 " ,
5
+ "version" : " 2.1.2 " ,
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.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"author" : " Speakeasy" ,
5
5
"type" : " module" ,
6
6
"main" : " ./esm/index.js" ,
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.1.1 " ,
60
+ sdkVersion : "2.1.2 " ,
61
61
genVersion : "2.493.21" ,
62
62
userAgent :
63
- "speakeasy-sdk/typescript 2.1.1 2.493.21 0.4.0 @speakeasyapi/code-samples" ,
63
+ "speakeasy-sdk/typescript 2.1.2 2.493.21 0.4.0 @speakeasyapi/code-samples" ,
64
64
} as const ;
You can’t perform that action at this time.
0 commit comments