Skip to content

Commit fc64077

Browse files
authored
Merge pull request #5 from firehydrant/speakeasy-sdk-regen-1735675508
2 parents 45d7b2e + a177f4b commit fc64077

File tree

8 files changed

+22
-12
lines changed

8 files changed

+22
-12
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: true
1818
typescript:
19-
version: 0.0.6
19+
version: 0.0.7
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1010
targets:
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
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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 - .

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

src/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5454
export 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;

0 commit comments

Comments
 (0)