4.42.1
(fix): Fix OAuth flow regression where SyncClientWrapper and AsyncClientWrapper required a token parameter.
The token parameter is now optional only for OAuth flows (matching TypeScript’s behavior), while plain
bearer auth continues to require a token when isAuthMandatory is true.