3.63.7
(fix): Fix per-endpoint server overrides being ignored when top-level servers
define multiple base URLs with x-fern-server-name. Endpoints now correctly
resolve to their specified server URL instead of always using the default.
3.63.6
(fix): Fix OAuth token request to include literal custom properties (e.g., grant_type)
from the token endpoint request. Previously, only client_id and client_secret
were passed, causing TypeScript compilation errors for APIs that require
additional literal properties like grant_type on the token request.
3.63.5
(fix): Support inferred OAuth auth with form-encoded (application/x-www-form-urlencoded) token endpoints.
Previously, the generator crashed with “Cannot get exported name for request wrapper” when the
token endpoint used a justRequestBody shape instead of a wrapper shape.