I notice the auth pattern is ```ts const client = new OdooClient({ url: string, db: string, username: string, password: string, }) ``` Is there any plan to support api key pattern instead? ```ts const client = new OdooClient({ url: string, api_key: string, }) ```