Skip to content

Commit

Permalink
Merge pull request #9 from firehydrant/speakeasy-sdk-regen-1735836867
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.0.10
  • Loading branch information
logangingerich authored Jan 2, 2025
2 parents 29e6c21 + e48ffb7 commit e68d058
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.1
speakeasyVersion: 1.460.3
generationVersion: 2.484.0
releaseVersion: 0.0.9
configChecksum: 8dac86cf032e901eeae69e737b80a58d
releaseVersion: 0.0.10
configChecksum: e1b08fdfd59ee5cbee56cb50dc32b055
repoURL: https://github.com/firehydrant/firehydrant-typescript-sdk.git
installationURL: https://github.com/firehydrant/firehydrant-typescript-sdk
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
typescript:
version: 0.0.9
version: 0.0.10
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
6 changes: 2 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,22 @@ sources:
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
tags:
- latest
- speakeasy-sdk-regen-1735691145
- speakeasy-sdk-regen-1735836867
targets:
firehydrant-typescript-sdk:
source: firehydrant-typescript-sdk-OAS
sourceNamespace: firehydrant-typescript-sdk-oas
sourceRevisionDigest: sha256:c7d0011194e8963eb9f8e18a54a21f82a9fc6e53c638b143385ca5aaabc232b5
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
codeSamplesNamespace: firehydrant-typescript-sdk-oas-code-samples
codeSamplesRevisionDigest: sha256:8b86616570acc6465b455ff4534e0e2c3c2fdaceb34692085c7cb0512561aa75
codeSamplesRevisionDigest: sha256:5d3528dac8581196902253341b61b6511cd55f0fde55e42f353e7ab65d1cf340
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
firehydrant-typescript-sdk-OAS:
inputs:
- location: registry.speakeasyapi.dev/firehydrant/firehydrant/firehydrant-oas:main
registry:
location: registry.speakeasyapi.dev/firehydrant/firehydrant/firehydrant-typescript-sdk-oas
targets:
firehydrant-typescript-sdk:
target: typescript
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,14 @@ Based on:
### Generated
- [typescript v0.0.9] .
### Releases
- [NPM v0.0.9] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.9 - .
- [NPM v0.0.9] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.9 - .

## 2025-01-02 16:54:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.10] .
### Releases
- [NPM v0.0.10] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.10 - .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "firehydrant-typescript-sdk",
"version": "0.0.9",
"version": "0.0.10",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firehydrant-typescript-sdk",
"version": "0.0.9",
"version": "0.0.10",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.0.1",
sdkVersion: "0.0.9",
sdkVersion: "0.0.10",
genVersion: "2.484.0",
userAgent:
"speakeasy-sdk/typescript 0.0.9 2.484.0 0.0.1 firehydrant-typescript-sdk",
"speakeasy-sdk/typescript 0.0.10 2.484.0 0.0.1 firehydrant-typescript-sdk",
} as const;

0 comments on commit e68d058

Please sign in to comment.