-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgen.yaml
56 lines (56 loc) · 1.51 KB
/
gen.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
configVersion: 2.0.0
generation:
sdkClassName: HathoraCloud
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
nameResolutionFeb2025: false
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
management:
version: ""
docChecksum: 8c7636bc24c0d5e96568913317b394b9
docVersion: 0.0.1
generationVersion: 2.188.3
speakeasyVersion: 1.120.0
typescript:
version: 2.13.2
additionalDependencies:
dependencies: {}
devDependencies: {}
peerDependencies: {}
additionalPackageJSON: {}
author: Hathora
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
enableCustomCodeRegions: false
enableMCPServer: true
enableReactQuery: false
enumFormat: union
flattenGlobalSecurity: true
flatteningOrder: parameters-first
imports:
option: openapi
paths:
callbacks: models/callbacks
errors: models/errors
operations: models/operations
shared: models/components
webhooks: models/webhooks
inputModelSuffix: input
installationURL: https://github.com/hathora/cloud-sdk-typescript
maxMethodParams: 4
methodArguments: require-security-and-request
moduleFormat: commonjs
outputModelSuffix: output
packageName: '@hathora/cloud-sdk-typescript'
responseFormat: flat
templateVersion: v2
useIndexModules: true