Skip to content

Commit

Permalink
Merge pull request #7 from firehydrant/speakeasy-sdk-regen-1735677930
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.0.8
  • Loading branch information
logangingerich authored Dec 31, 2024
2 parents fc64077 + 12d87dd commit f763d03
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 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.7
configChecksum: b0409d9618ffdd918c40ee00fc2c660d
releaseVersion: 0.0.8
configChecksum: 2afd5d1b0444dfac5575e2c166c3791d
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.7
version: 0.0.8
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ sources:
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
tags:
- latest
- speakeasy-sdk-regen-1735675508
- speakeasy-sdk-regen-1735677930
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:bd093a60d59d441fe868a0bad3c40e0706646dc5a82a1884b86f86c04a20749b
codeSamplesRevisionDigest: sha256:4d247eee051aabec10a0dffadf8ca742f3ac0be8cdf38d6cb444f6a6bb18f28d
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,14 @@ Based on:
### Generated
- [typescript v0.0.7] .
### Releases
- [NPM v0.0.7] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.7 - .
- [NPM v0.0.7] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.7 - .

## 2024-12-31 20:45:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.8] .
### Releases
- [NPM v0.0.8] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.8 - .
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.7",
"version": "0.0.8",
"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.7",
"version": "0.0.8",
"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.7",
sdkVersion: "0.0.8",
genVersion: "2.484.0",
userAgent:
"speakeasy-sdk/typescript 0.0.7 2.484.0 0.0.1 firehydrant-typescript-sdk",
"speakeasy-sdk/typescript 0.0.8 2.484.0 0.0.1 firehydrant-typescript-sdk",
} as const;

0 comments on commit f763d03

Please sign in to comment.