Skip to content

Commit 5a384c5

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.465.0
1 parent e68d058 commit 5a384c5

File tree

9 files changed

+27
-16
lines changed

9 files changed

+27
-16
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 6a2d7b70-1321-499a-8677-a99a42c2e4b6
33
management:
44
docChecksum: 01a84b52196091b86184a626604eba83
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.0
7+
generationVersion: 2.486.6
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.460.3
1+
speakeasyVersion: 1.465.0
22
sources:
33
firehydrant-typescript-sdk-OAS:
44
sourceNamespace: firehydrant-typescript-sdk-oas
55
sourceRevisionDigest: sha256:c7d0011194e8963eb9f8e18a54a21f82a9fc6e53c638b143385ca5aaabc232b5
66
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1735836867
9+
- speakeasy-sdk-regen-1735863790
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:5d3528dac8581196902253341b61b6511cd55f0fde55e42f353e7ab65d1cf340
17+
codeSamplesRevisionDigest: sha256:16ee4187cfd386707a605b8e4031d0e7f37a6b38786597ef894249a5d0059296
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
@@ -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 00:23:19
72+
### Changes
73+
Based on:
74+
- OpenAPI Doc
75+
- Speakeasy CLI 1.465.0 (2.486.6) 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.486.6",
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.486.6 0.0.1 firehydrant-typescript-sdk",
6161
} as const;

0 commit comments

Comments
 (0)