2.54.7

(fix): Wire Basic Auth credentials into the Authorization header. Previously, the generated client accepted username/password constructor parameters but never set the Authorization: Basic <base64> header on outgoing requests. The constructor now encodes the credentials and adds the header automatically.