File tree Expand file tree Collapse file tree 8 files changed +22
-12
lines changed Expand file tree Collapse file tree 8 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 0.0.1
66 speakeasyVersion: 1.460.3
77 generationVersion: 2.484.0
8- releaseVersion: 0.0.6
9- configChecksum: 8425a8ddbd7931da2b9cc5e072743274
8+ releaseVersion: 0.0.7
9+ configChecksum: b0409d9618ffdd918c40ee00fc2c660d
1010 repoURL: https://github.com/firehydrant/firehydrant-typescript-sdk.git
1111 installationURL: https://github.com/firehydrant/firehydrant-typescript-sdk
1212 published: true
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ generation:
1616 oAuth2ClientCredentialsEnabled : true
1717 oAuth2PasswordEnabled : true
1818typescript :
19- version : 0.0.6
19+ version : 0.0.7
2020 additionalDependencies :
2121 dependencies : {}
2222 devDependencies : {}
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ sources:
66 sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1735674731
9+ - speakeasy-sdk-regen-1735675508
1010targets:
1111 firehydrant-typescript-sdk:
1212 source: firehydrant-typescript-sdk-OAS
1313 sourceNamespace: firehydrant-typescript-sdk-oas
1414 sourceRevisionDigest: sha256:c7d0011194e8963eb9f8e18a54a21f82a9fc6e53c638b143385ca5aaabc232b5
1515 sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
1616 codeSamplesNamespace: firehydrant-typescript-sdk-oas-code-samples
17- codeSamplesRevisionDigest: sha256:9c36052e29fd6223b18fb1185af499852b1aa276143b40909457b05ddaa2e07a
17+ codeSamplesRevisionDigest: sha256:bd093a60d59d441fe868a0bad3c40e0706646dc5a82a1884b86f86c04a20749b
1818workflow:
1919 workflowVersion: 1.0.0
2020 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -26,4 +26,14 @@ Based on:
2626### Generated
2727- [ typescript v0.0.6] .
2828### Releases
29- - [ NPM v0.0.6] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.6 - .
29+ - [ NPM v0.0.6] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.6 - .
30+
31+ ## 2024-12-31 20:05:05
32+ ### Changes
33+ Based on:
34+ - OpenAPI Doc
35+ - Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
36+ ### Generated
37+ - [ typescript v0.0.7] .
38+ ### Releases
39+ - [ NPM v0.0.7] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.7 - .
Original file line number Diff line number Diff line change 22
33{
44 "name" : " firehydrant-typescript-sdk" ,
5- "version" : " 0.0.6 " ,
5+ "version" : " 0.0.7 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./models/errors" : " ./src/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " firehydrant-typescript-sdk" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "author" : " Speakeasy" ,
55 "main" : " ./index.js" ,
66 "sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5454export const SDK_METADATA = {
5555 language : "typescript" ,
5656 openapiDocVersion : "0.0.1" ,
57- sdkVersion : "0.0.6 " ,
57+ sdkVersion : "0.0.7 " ,
5858 genVersion : "2.484.0" ,
5959 userAgent :
60- "speakeasy-sdk/typescript 0.0.6 2.484.0 0.0.1 firehydrant-typescript-sdk" ,
60+ "speakeasy-sdk/typescript 0.0.7 2.484.0 0.0.1 firehydrant-typescript-sdk" ,
6161} as const ;
You can’t perform that action at this time.
0 commit comments