2.55.2

(fix): Support multiple Basic Auth schemes with AuthSchemesRequirement.Any. When an API defines more than one basic auth scheme (e.g., accountId/authToken and apiKey/apiKeySecret), the generated client now produces conditional if/else if blocks that check which credential pair was provided and sets the Authorization header accordingly. Previously, only the first basic auth scheme was used.

2.55.1

(fix): Include extraProperties (AdditionalProperties) in WireMock mock server response objects. Previously, object types with [JsonExtensionData] additional properties were missing those properties in generated mock responses, causing incomplete WireMock stubs.