Skip to content

Commit 1e1bebb

Browse files
Merge pull request #10 from firehydrant/speakeasy-sdk-regen-1735863790
chore: 🐝 Update SDK - Generate 0.0.11
2 parents 91c5449 + 8b75a46 commit 1e1bebb

File tree

9 files changed

+46
-22
lines changed

9 files changed

+46
-22
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.speakeasy/reports
12
/models
23
/models/errors
34
/types

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 6a2d7b70-1321-499a-8677-a99a42c2e4b6
33
management:
4-
docChecksum: 01a84b52196091b86184a626604eba83
4+
docChecksum: 2fb06b765049a3c17f320d8d880e596a
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.460.3
7-
generationVersion: 2.484.0
8-
releaseVersion: 0.0.10
9-
configChecksum: e1b08fdfd59ee5cbee56cb50dc32b055
6+
speakeasyVersion: 1.465.1
7+
generationVersion: 2.488.4
8+
releaseVersion: 0.0.11
9+
configChecksum: 2d9c1d37cc4255fca7fd3dc30788ceb9
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.10
19+
version: 0.0.11
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
speakeasyVersion: 1.460.3
1+
speakeasyVersion: 1.465.1
22
sources:
3+
firehydrant-oas:
4+
sourceNamespace: firehydrant-oas
5+
sourceRevisionDigest: sha256:e512d73a7a46a2f2c3619032e3b2f10ddf25a609b2d6f02175595d3392240980
6+
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
7+
tags:
8+
- latest
9+
- speakeasy-sdk-regen-1735863790
10+
- 0.0.1
311
firehydrant-typescript-sdk-OAS:
412
sourceNamespace: firehydrant-typescript-sdk-oas
513
sourceRevisionDigest: sha256:c7d0011194e8963eb9f8e18a54a21f82a9fc6e53c638b143385ca5aaabc232b5
@@ -9,23 +17,28 @@ sources:
917
- speakeasy-sdk-regen-1735836867
1018
targets:
1119
firehydrant-typescript-sdk:
12-
source: firehydrant-typescript-sdk-OAS
13-
sourceNamespace: firehydrant-typescript-sdk-oas
14-
sourceRevisionDigest: sha256:c7d0011194e8963eb9f8e18a54a21f82a9fc6e53c638b143385ca5aaabc232b5
20+
source: firehydrant-oas
21+
sourceNamespace: firehydrant-oas
22+
sourceRevisionDigest: sha256:e512d73a7a46a2f2c3619032e3b2f10ddf25a609b2d6f02175595d3392240980
1523
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
1624
codeSamplesNamespace: firehydrant-typescript-sdk-oas-code-samples
17-
codeSamplesRevisionDigest: sha256:5d3528dac8581196902253341b61b6511cd55f0fde55e42f353e7ab65d1cf340
25+
codeSamplesRevisionDigest: sha256:91c6eb6c8fcf0eba140b3cf4dfb4da432f53f34b7f39b10f77f2e08baaf30784
1826
workflow:
1927
workflowVersion: 1.0.0
2028
speakeasyVersion: latest
2129
sources:
22-
firehydrant-typescript-sdk-OAS:
30+
firehydrant-oas:
2331
inputs:
24-
- location: registry.speakeasyapi.dev/firehydrant/firehydrant/firehydrant-oas:main
32+
- location: ./openapi.yaml
33+
overlays:
34+
- location: .speakeasy/speakeasy-modifications-overlay.yaml
35+
- location: errors-overlay.yaml
36+
registry:
37+
location: registry.speakeasyapi.dev/firehydrant/firehydrant/firehydrant-oas
2538
targets:
2639
firehydrant-typescript-sdk:
2740
target: typescript
28-
source: firehydrant-typescript-sdk-OAS
41+
source: firehydrant-oas
2942
publish:
3043
npm:
3144
token: $npm_token

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,14 @@ Based on:
6666
### Generated
6767
- [typescript v0.0.10] .
6868
### Releases
69-
- [NPM v0.0.10] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.10 - .
69+
- [NPM v0.0.10] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.10 - .
70+
71+
## 2025-01-08 20:07:47
72+
### Changes
73+
Based on:
74+
- OpenAPI Doc
75+
- Speakeasy CLI 1.465.1 (2.488.4) https://github.com/speakeasy-api/speakeasy
76+
### Generated
77+
- [typescript v0.0.11] .
78+
### Releases
79+
- [NPM v0.0.11] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/0.0.11 - .

β€Ž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.10",
5+
"version": "0.0.11",
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.10",
3+
"version": "0.0.11",
44
"author": "Speakeasy",
55
"main": "./index.js",
66
"sideEffects": false,

β€Žsrc/lib/config.tsβ€Ž

Lines changed: 3 additions & 3 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.10",
58-
genVersion: "2.484.0",
57+
sdkVersion: "0.0.11",
58+
genVersion: "2.488.4",
5959
userAgent:
60-
"speakeasy-sdk/typescript 0.0.10 2.484.0 0.0.1 firehydrant-typescript-sdk",
60+
"speakeasy-sdk/typescript 0.0.11 2.488.4 0.0.1 firehydrant-typescript-sdk",
6161
} as const;

0 commit comments

Comments
Β (0)