**Description** - Node.js version: 20.16.0 - Gitbeaker version: 43.4.0 - Gitbeaker release (cli, rest, core, requester-utils): rest - OS & version: MacOS <!-- *(Brief description of your issue here)* When using the `MergeRequestApprovals.showConfiguration` endpoint with `mergerequestIId`, the endpoint returns a `approved` field but that is not in the typescript definition. <img width="1036" height="170" alt="Image" src="https://github.com/user-attachments/assets/8091efa4-1169-4b5b-a378-f47aa8cae9d2" /> https://github.com/jdalrymple/gitbeaker/blob/dd8aa38674dba292815eb8cba325b08b2680936f/packages/core/src/resources/MergeRequestApprovals.ts#L21-L34 **Steps to reproduce** Call the `showConfiguration` endpoint with a merge request iid. **Expected behaviour** The type definition should contain the "approved" field. **Actual behaviour** It doesn't. **Possible fixes** Add the typescript definition. **Checklist** - [x] I have checked that this is not a duplicate issue. - [x] I have read the documentation.