Skip to content

Commit 322f4c2

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.542.1
1 parent 3543341 commit 322f4c2

File tree

2,831 files changed

+152586
-128802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,831 files changed

+152586
-128802
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/mcp-server
2+
/bin
3+
/.eslintcache
4+
.DS_Store
5+
**/.speakeasy/temp/
6+
**/.speakeasy/logs/
7+
.DS_Store
18
/.speakeasy/reports
29
/models
310
/models/errors

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
!/REACT_QUERY.md
55
!/**/*.ts
66
!/**/*.js
7+
!/**/*.mjs
8+
!/**/*.json
79
!/**/*.map
810

9-
/.eslintrc.js
11+
/eslint.config.mjs
1012
/cjs
1113
/.tshy
1214
/.tshy-*

.speakeasy/gen.lock

Lines changed: 3390 additions & 6883 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ generation:
1010
useClassNamesForArrayFields: true
1111
fixes:
1212
nameResolutionDec2023: true
13+
nameResolutionFeb2025: false
1314
parameterOrderingFeb2024: true
1415
requestResponseComponentNamesFeb2024: true
16+
securityFeb2025: false
17+
sharedErrorComponentsApr2025: false
1518
auth:
1619
oAuth2ClientCredentialsEnabled: true
1720
oAuth2PasswordEnabled: true
1821
typescript:
19-
version: 0.0.11
22+
version: 0.1.0
2023
additionalDependencies:
2124
dependencies: {}
2225
devDependencies: {}
@@ -25,6 +28,8 @@ typescript:
2528
author: Speakeasy
2629
clientServerStatusCodesAsErrors: true
2730
defaultErrorName: APIError
31+
enableCustomCodeRegions: false
32+
enableMCPServer: true
2833
enableReactQuery: false
2934
enumFormat: union
3035
envVarPrefix: FIREHYDRANTTYPESCRIPTSDK
@@ -39,6 +44,7 @@ typescript:
3944
shared: models/components
4045
webhooks: models/webhooks
4146
inputModelSuffix: input
47+
jsonpath: legacy
4248
maxMethodParams: 0
4349
methodArguments: require-security-and-request
4450
moduleFormat: commonjs

.speakeasy/workflow.lock

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.465.1
1+
speakeasyVersion: 1.542.1
22
sources:
33
firehydrant-oas:
44
sourceNamespace: firehydrant-oas
5-
sourceRevisionDigest: sha256:e512d73a7a46a2f2c3619032e3b2f10ddf25a609b2d6f02175595d3392240980
6-
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
5+
sourceRevisionDigest: sha256:9d0a52996bacc3df008e648466b2fcf9c06a5749bee19d3c4fd3edc4a525f408
6+
sourceBlobDigest: sha256:c3ff06cf3c53a0c11372d32b5fab91aae596772affd858e82f4ad2f787abcb90
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1735863790
9+
- speakeasy-sdk-regen-1745434787
1010
- 0.0.1
1111
firehydrant-typescript-sdk-OAS:
1212
sourceNamespace: firehydrant-typescript-sdk-oas
@@ -19,20 +19,17 @@ targets:
1919
firehydrant-typescript-sdk:
2020
source: firehydrant-oas
2121
sourceNamespace: firehydrant-oas
22-
sourceRevisionDigest: sha256:e512d73a7a46a2f2c3619032e3b2f10ddf25a609b2d6f02175595d3392240980
23-
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
22+
sourceRevisionDigest: sha256:9d0a52996bacc3df008e648466b2fcf9c06a5749bee19d3c4fd3edc4a525f408
23+
sourceBlobDigest: sha256:c3ff06cf3c53a0c11372d32b5fab91aae596772affd858e82f4ad2f787abcb90
2424
codeSamplesNamespace: firehydrant-typescript-sdk-oas-code-samples
25-
codeSamplesRevisionDigest: sha256:91c6eb6c8fcf0eba140b3cf4dfb4da432f53f34b7f39b10f77f2e08baaf30784
25+
codeSamplesRevisionDigest: sha256:acc3f72341c61060db21949098e5cd3ce3282b4bfdbce336f9fc7be50e4bd9bd
2626
workflow:
2727
workflowVersion: 1.0.0
2828
speakeasyVersion: latest
2929
sources:
3030
firehydrant-oas:
3131
inputs:
32-
- location: ./openapi.yaml
33-
overlays:
34-
- location: .speakeasy/speakeasy-modifications-overlay.yaml
35-
- location: errors-overlay.yaml
32+
- location: ${GITHUB_WORKSPACE}/openapi.json
3633
registry:
3734
location: registry.speakeasyapi.dev/firehydrant/firehydrant/firehydrant-oas
3835
targets:

FUNCTIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ specific category of applications.
2020

2121
```typescript
2222
import { FirehydrantTypescriptSDKCore } from "firehydrant-typescript-sdk/core.js";
23-
import { accountSettingsGetAiPreferences } from "firehydrant-typescript-sdk/funcs/accountSettingsGetAiPreferences.js";
23+
import { accountSettingsPing } from "firehydrant-typescript-sdk/funcs/accountSettingsPing.js";
2424
import { SDKValidationError } from "firehydrant-typescript-sdk/models/errors/sdkvalidationerror.js";
2525

2626
// Use `FirehydrantTypescriptSDKCore` for best tree-shaking performance.
@@ -30,7 +30,7 @@ const firehydrantTypescriptSDK = new FirehydrantTypescriptSDKCore({
3030
});
3131

3232
async function run() {
33-
const res = await accountSettingsGetAiPreferences(firehydrantTypescriptSDK);
33+
const res = await accountSettingsPing(firehydrantTypescriptSDK);
3434

3535
switch (true) {
3636
case res.ok:

0 commit comments

Comments
 (0)