File tree Expand file tree Collapse file tree 10 files changed +30
-20
lines changed Expand file tree Collapse file tree 10 files changed +30
-20
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 6a2d7b70-1321-499a-8677-a99a42c2e4b6
33management:
44 docChecksum: 32d87b7cda3f8c3fc8eddd7ce59bcb55
55 docVersion: 0.0.1
6- speakeasyVersion: 1.564 .0
7- generationVersion: 2.630.8
8- releaseVersion: 1.0.0
9- configChecksum: 09055f27904c100f603f2ed2170839ce
6+ speakeasyVersion: 1.565 .0
7+ generationVersion: 2.630.9
8+ releaseVersion: 1.0.1
9+ configChecksum: e1eb5feac873722c04eafe5d428b16e8
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 @@ -20,7 +20,7 @@ generation:
2020 oAuth2ClientCredentialsEnabled : true
2121 oAuth2PasswordEnabled : true
2222typescript :
23- version : 1.0.0
23+ version : 1.0.1
2424 additionalDependencies :
2525 dependencies : {}
2626 devDependencies : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.564 .0
1+ speakeasyVersion: 1.565 .0
22sources:
33 firehydrant-oas:
44 sourceNamespace: firehydrant-oas
5- sourceRevisionDigest: sha256:11433588a18ff1a005a7c70a524d4e49b43cb6735efdb1fd103ae7f402009e77
5+ sourceRevisionDigest: sha256:de794f367ad72564e82c28e4ba1c83835f376ee27605f83a3d5b2185b909b6d7
66 sourceBlobDigest: sha256:08f55232121ca4b5516b9d22e2cf01e212068d2bfbcfa8831a7e55bc451aed3d
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1747267650
9+ - speakeasy-sdk-regen-1750256181
1010 - 0.0.1
1111 firehydrant-typescript-sdk-OAS:
1212 sourceNamespace: firehydrant-typescript-sdk-oas
@@ -19,10 +19,10 @@ targets:
1919 firehydrant-typescript-sdk:
2020 source: firehydrant-oas
2121 sourceNamespace: firehydrant-oas
22- sourceRevisionDigest: sha256:11433588a18ff1a005a7c70a524d4e49b43cb6735efdb1fd103ae7f402009e77
22+ sourceRevisionDigest: sha256:de794f367ad72564e82c28e4ba1c83835f376ee27605f83a3d5b2185b909b6d7
2323 sourceBlobDigest: sha256:08f55232121ca4b5516b9d22e2cf01e212068d2bfbcfa8831a7e55bc451aed3d
2424 codeSamplesNamespace: firehydrant-typescript-sdk-oas-code-samples
25- codeSamplesRevisionDigest: sha256:62d313ff5cd1b8ad0710ed434222062d4de99605552134bd4a1cac14f8a8c191
25+ codeSamplesRevisionDigest: sha256:bc94a911fff1d909ff7d71ab714030c5a0180387316bb7028ae2ff813d0a8f1a
2626workflow:
2727 workflowVersion: 1.0.0
2828 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -96,4 +96,14 @@ Based on:
9696### Generated
9797- [ typescript v1.0.0] .
9898### Releases
99- - [ NPM v1.0.0] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/1.0.0 - .
99+ - [ NPM v1.0.0] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/1.0.0 - .
100+
101+ ## 2025-06-18 14:16:03
102+ ### Changes
103+ Based on:
104+ - OpenAPI Doc
105+ - Speakeasy CLI 1.565.0 (2.630.9) https://github.com/speakeasy-api/speakeasy
106+ ### Generated
107+ - [ typescript v1.0.1] .
108+ ### Releases
109+ - [ NPM v1.0.1] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/1.0.1 - .
Original file line number Diff line number Diff line change 22
33{
44 "name" : " firehydrant-typescript-sdk" ,
5- "version" : " 1.0.0 " ,
5+ "version" : " 1.0.1 " ,
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" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "author" : " Firehydrant" ,
55 "type" : " module" ,
66 "bin" : {
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5858export const SDK_METADATA = {
5959 language : "typescript" ,
6060 openapiDocVersion : "0.0.1" ,
61- sdkVersion : "1.0.0 " ,
62- genVersion : "2.630.8 " ,
61+ sdkVersion : "1.0.1 " ,
62+ genVersion : "2.630.9 " ,
6363 userAgent :
64- "speakeasy-sdk/typescript 1.0.0 2.630.8 0.0.1 firehydrant-typescript-sdk" ,
64+ "speakeasy-sdk/typescript 1.0.1 2.630.9 0.0.1 firehydrant-typescript-sdk" ,
6565} as const ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const routes = buildRouteMap({
1919export const app = buildApplication ( routes , {
2020 name : "mcp" ,
2121 versionInfo : {
22- currentVersion : "1.0.0 " ,
22+ currentVersion : "1.0.1 " ,
2323 } ,
2424} ) ;
2525
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ export function createMCPServer(deps: {
448448} ) {
449449 const server = new McpServer ( {
450450 name : "Firehydrant" ,
451- version : "1.0.0 " ,
451+ version : "1.0.1 " ,
452452 } ) ;
453453
454454 const client = new FirehydrantCore ( {
You canβt perform that action at this time.
0 commit comments