@@ -7,6 +7,7 @@ generation:
77 maintainOpenAPIOrder : true
88 usageSnippets :
99 optionalPropertyRendering : withExample
10+ sdkInitStyle : constructor
1011 useClassNamesForArrayFields : true
1112 fixes :
1213 nameResolutionDec2023 : true
@@ -16,25 +17,35 @@ generation:
1617 securityFeb2025 : false
1718 sharedErrorComponentsApr2025 : false
1819 auth :
19- oAuth2ClientCredentialsEnabled : true
20- oAuth2PasswordEnabled : true
20+ oAuth2ClientCredentialsEnabled : false
21+ oAuth2PasswordEnabled : false
22+ requestBodyFieldName : " "
23+ schemas :
24+ allOfMergeStrategy : shallowMerge
2125typescript :
22- version : 0.2.1
26+ version : 0.3.1
27+ acceptHeaderEnum : true
2328 additionalDependencies :
2429 dependencies : {}
2530 devDependencies : {}
2631 peerDependencies : {}
2732 additionalPackageJSON : {}
33+ additionalScripts : {}
34+ alwaysIncludeInboundAndOutbound : false
2835 author : Speakeasy
36+ baseErrorName : IrisSDKError
2937 clientServerStatusCodesAsErrors : true
38+ constFieldsAlwaysOptional : true
3039 defaultErrorName : APIError
3140 enableCustomCodeRegions : false
3241 enableMCPServer : true
3342 enableReactQuery : false
3443 enumFormat : union
3544 envVarPrefix : IRISSDK
45+ exportZodModelNamespace : false
3646 flattenGlobalSecurity : true
3747 flatteningOrder : parameters-first
48+ generateExamples : true
3849 imports :
3950 option : openapi
4051 paths :
@@ -47,9 +58,14 @@ typescript:
4758 jsonpath : legacy
4859 maxMethodParams : 0
4960 methodArguments : require-security-and-request
61+ modelPropertyCasing : camel
5062 moduleFormat : commonjs
5163 outputModelSuffix : output
5264 packageName : iris-sdk
5365 responseFormat : flat
66+ sseFlatResponse : false
5467 templateVersion : v2
68+ unionStrategy : left-to-right
69+ usageSDKInitImports : []
5570 useIndexModules : true
71+ zodVersion : v3
0 commit comments