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.7
9- configChecksum: b0409d9618ffdd918c40ee00fc2c660d
8+ releaseVersion: 0.0.8
9+ configChecksum: 2afd5d1b0444dfac5575e2c166c3791d
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.7
19+ version : 0.0.8
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-1735675508
9+ - speakeasy-sdk-regen-1735677930
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:bd093a60d59d441fe868a0bad3c40e0706646dc5a82a1884b86f86c04a20749b
17+ codeSamplesRevisionDigest: sha256:4d247eee051aabec10a0dffadf8ca742f3ac0be8cdf38d6cb444f6a6bb18f28d
1818workflow:
1919 workflowVersion: 1.0.0
2020 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -36,4 +36,14 @@ Based on:
3636### Generated
3737- [ typescript v0.0.7] .
3838### Releases
39- - [ NPM v0.0.7] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.7 - .
39+ - [ NPM v0.0.7] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.7 - .
40+
41+ ## 2024-12-31 20:45:27
42+ ### Changes
43+ Based on:
44+ - OpenAPI Doc
45+ - Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
46+ ### Generated
47+ - [ typescript v0.0.8] .
48+ ### Releases
49+ - [ NPM v0.0.8] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.8 - .
Original file line number Diff line number Diff line change 22
33{
44 "name" : " firehydrant-typescript-sdk" ,
5- "version" : " 0.0.7 " ,
5+ "version" : " 0.0.8 " ,
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.7 " ,
3+ "version" : " 0.0.8 " ,
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.7 " ,
57+ sdkVersion : "0.0.8 " ,
5858 genVersion : "2.484.0" ,
5959 userAgent :
60- "speakeasy-sdk/typescript 0.0.7 2.484.0 0.0.1 firehydrant-typescript-sdk" ,
60+ "speakeasy-sdk/typescript 0.0.8 2.484.0 0.0.1 firehydrant-typescript-sdk" ,
6161} as const ;
You canβt perform that action at this time.
0 commit comments