2.10.13

(fix): Fix the generated OAuth token provider to forward required non-literal token request properties (custom scopes and other required body properties such as an entity id) to the token endpoint. Previously these properties were silently dropped, so the generated typed token request was missing required keys and failed PHPStan. They are now collected as client constructor parameters and threaded through to the token request.

2.10.12

(fix): Fix dynamic snippets to emit required variable-typed path parameters. A path parameter typed by a Fern variable is a required argument on the generated SDK method but is not provided as an explicit snippet value, so the snippet previously omitted it and failed to type-check. The generator now synthesizes a placeholder value for these parameters so the required argument is emitted.