|
| 1 | +--- |
| 2 | +configVersion: 2.0.0 |
| 3 | +generation: |
| 4 | + sdkClassName: GustoEmbedded |
| 5 | + maintainOpenAPIOrder: true |
| 6 | + usageSnippets: |
| 7 | + optionalPropertyRendering: withExample |
| 8 | + sdkInitStyle: constructor |
| 9 | + useClassNamesForArrayFields: true |
| 10 | + fixes: |
| 11 | + nameResolutionDec2023: true |
| 12 | + nameResolutionFeb2025: false |
| 13 | + parameterOrderingFeb2024: true |
| 14 | + requestResponseComponentNamesFeb2024: true |
| 15 | + securityFeb2025: true |
| 16 | + sharedErrorComponentsApr2025: false |
| 17 | + sharedNestedComponentsJan2026: false |
| 18 | + nameOverrideFeb2026: false |
| 19 | + auth: |
| 20 | + oAuth2ClientCredentialsEnabled: true |
| 21 | + oAuth2PasswordEnabled: true |
| 22 | + hoistGlobalSecurity: true |
| 23 | + schemas: |
| 24 | + allOfMergeStrategy: shallowMerge |
| 25 | + requestBodyFieldName: '' |
| 26 | + versioningStrategy: automatic |
| 27 | + persistentEdits: {} |
| 28 | + tests: |
| 29 | + generateTests: true |
| 30 | + generateNewTests: false |
| 31 | + skipResponseBodyAssertions: false |
| 32 | +java: |
| 33 | + version: 0.0.1 |
| 34 | + additionalDependencies: [] |
| 35 | + additionalPlugins: [] |
| 36 | + artifactID: embedded-api-v-2025-11-15 |
| 37 | + asyncMode: enabled |
| 38 | + baseErrorName: GustoEmbeddedException |
| 39 | + clientServerStatusCodesAsErrors: true |
| 40 | + companyEmail: developer@gusto.com |
| 41 | + companyName: Gusto |
| 42 | + companyURL: gusto.com |
| 43 | + defaultErrorName: APIException |
| 44 | + enableCustomCodeRegions: false |
| 45 | + enableFormatting: false |
| 46 | + enableSlf4jLogging: false |
| 47 | + enableStreamingUploads: false |
| 48 | + explicitDocImports: false |
| 49 | + flattenGlobalSecurity: true |
| 50 | + forwardCompatibleEnumsByDefault: false |
| 51 | + forwardCompatibleUnionsByDefault: 'false' |
| 52 | + generateOptionalUnionAccessors: false |
| 53 | + generateSpringBootStarter: true |
| 54 | + generateUnionDocs: false |
| 55 | + githubURL: github.com/Gusto/gusto-java-client |
| 56 | + groupID: com.gusto |
| 57 | + imports: |
| 58 | + option: openapi |
| 59 | + paths: |
| 60 | + callbacks: models/callbacks |
| 61 | + errors: models/errors |
| 62 | + operations: models/operations |
| 63 | + shared: models/components |
| 64 | + webhooks: models/webhooks |
| 65 | + inferUnionDiscriminators: false |
| 66 | + inputModelSuffix: input |
| 67 | + languageVersion: 11 |
| 68 | + license: |
| 69 | + name: The MIT License (MIT) |
| 70 | + shortName: MIT |
| 71 | + url: https://mit-license.org/ |
| 72 | + maxMethodParams: 4 |
| 73 | + multipartArrayFormat: legacy |
| 74 | + nullFriendlyParameters: false |
| 75 | + operationScopedParams: true |
| 76 | + outputModelSuffix: output |
| 77 | + prefixModeMethodNames: false |
| 78 | + projectName: GustoEmbedded |
| 79 | + respectTitlesForPrimitiveUnionMembers: false |
| 80 | + showSetterGetterTypesInDocs: false |
| 81 | + templateVersion: v2 |
| 82 | + unionStrategy: populated-fields |
0 commit comments