@@ -4,16 +4,21 @@ generation:
44 maintainOpenAPIOrder : true
55 usageSnippets :
66 optionalPropertyRendering : withExample
7+ sdkInitStyle : constructor
78 useClassNamesForArrayFields : true
89 fixes :
910 nameResolutionDec2023 : true
1011 parameterOrderingFeb2024 : true
1112 requestResponseComponentNamesFeb2024 : true
13+ nameResolutionFeb2025 : false
14+ securityFeb2025 : false
15+ sharedErrorComponentsApr2025 : false
1216 auth :
1317 oAuth2ClientCredentialsEnabled : true
1418 oAuth2PasswordEnabled : false
1519typescript :
16- version : 2.15.0
20+ version : 2.16.1
21+ acceptHeaderEnum : true
1722 additionalDependencies :
1823 dependencies : {}
1924 devDependencies :
@@ -26,13 +31,17 @@ typescript:
2631 additionalPackageJSON :
2732 license : MIT
2833 author : Shippo
34+ baseErrorName : ShippoError
2935 clientServerStatusCodesAsErrors : true
36+ constFieldsAlwaysOptional : true
3037 defaultErrorName : SDKError
3138 enableCustomCodeRegions : false
39+ enableMCPServer : false
3240 enableReactQuery : false
3341 enumFormat : union
3442 flattenGlobalSecurity : true
3543 flatteningOrder : body-first
44+ generateExamples : true
3645 imports :
3746 option : openapi
3847 paths :
@@ -42,11 +51,15 @@ typescript:
4251 shared : models/components
4352 webhooks : models/webhooks
4453 inputModelSuffix : input
54+ jsonpath : legacy
4555 maxMethodParams : 3
4656 methodArguments : require-security-and-request
57+ modelPropertyCasing : camel
4758 moduleFormat : commonjs
4859 outputModelSuffix : output
4960 packageName : shippo
5061 responseFormat : flat
62+ sseFlatResponse : false
5163 templateVersion : v2
64+ usageSDKInitImports : []
5265 useIndexModules : true
0 commit comments