File tree Expand file tree Collapse file tree 9 files changed +46
-36
lines changed Expand file tree Collapse file tree 9 files changed +46
-36
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.4
9
- configChecksum: 22599104bf7d0e70df30902fae0020b5
8
+ releaseVersion: 2.1.5
9
+ configChecksum: 04582a1dd2d7ea07d7682cb354d2593a
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.4
19
+ version : 2.1.5
20
20
additionalDependencies :
21
21
dependencies : {}
22
22
devDependencies : {}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ speakeasyVersion: 1.469.1
2
2
sources:
3
3
speakeasy-OAS:
4
4
sourceNamespace: speakeasy-oas
5
- sourceRevisionDigest: sha256:6334bc3fe86d1f119e05db75370765ef6e503383b2e99d0de9041da31e61714d
5
+ sourceRevisionDigest: sha256:a284a288efce8e30ca155f36afa6d57032371ebf0ee011be67935518d5f6ed0e
6
6
sourceBlobDigest: sha256:63701f5ff26c0ac6e0ea6e314b9dc7bf7063bf75b72a16206b62050baf740623
7
7
tags:
8
8
- latest
@@ -11,10 +11,10 @@ targets:
11
11
code_samples_typescript_sdk:
12
12
source: speakeasy-OAS
13
13
sourceNamespace: speakeasy-oas
14
- sourceRevisionDigest: sha256:6334bc3fe86d1f119e05db75370765ef6e503383b2e99d0de9041da31e61714d
14
+ sourceRevisionDigest: sha256:a284a288efce8e30ca155f36afa6d57032371ebf0ee011be67935518d5f6ed0e
15
15
sourceBlobDigest: sha256:63701f5ff26c0ac6e0ea6e314b9dc7bf7063bf75b72a16206b62050baf740623
16
16
codeSamplesNamespace: speakeasy-oas-typescript-code-samples
17
- codeSamplesRevisionDigest: sha256:edde53e65546b1bb8548635d8e77eef0f83015b94f02882c97b54e3349cabbf5
17
+ codeSamplesRevisionDigest: sha256:0aedfcea07baf7ac910025bd5491f555d24eba851d90db84232eef11a8167b26
18
18
workflow:
19
19
workflowVersion: 1.0.0
20
20
speakeasyVersion: latest
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.4 " ,
5
+ "version" : " 2.1.5 " ,
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.4 " ,
3
+ "version" : " 2.1.5 " ,
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.4 " ,
60
+ sdkVersion : "2.1.5 " ,
61
61
genVersion : "2.493.21" ,
62
62
userAgent :
63
- "speakeasy-sdk/typescript 2.1.4 2.493.21 0.4.0 @speakeasyapi/code-samples" ,
63
+ "speakeasy-sdk/typescript 2.1.5 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