Skip to content

Commit f763d03

Browse files
Merge pull request #7 from firehydrant/speakeasy-sdk-regen-1735677930
chore: 🐝 Update SDK - Generate 0.0.8
2 parents fc64077 + 12d87dd commit f763d03

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.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

β€Ž.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.7
19+
version: 0.0.8
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-1735675508
9+
- speakeasy-sdk-regen-1735677930
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:bd093a60d59d441fe868a0bad3c40e0706646dc5a82a1884b86f86c04a20749b
17+
codeSamplesRevisionDigest: sha256:4d247eee051aabec10a0dffadf8ca742f3ac0be8cdf38d6cb444f6a6bb18f28d
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
@@ -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 - .

β€Ž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.7",
5+
"version": "0.0.8",
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.7",
3+
"version": "0.0.8",
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.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;

0 commit comments

Comments
Β (0)