Description
- Node.js version: N/A
- Gitbeaker version: N/A
- Gitbeaker release (cli, rest, core, requester-utils): N/A
- OS & version: N/A
autoCancelPendingPipelines is present to edit a project but not when getting data.
Steps to reproduce
const client = new Gitlab(...);
await client.Projects.show(projectId);
Expected behaviour
Have auto_cancel_pending_pipelines type.
Actual behaviour
Field auto_cancel_pending_pipelines is not declared.
Possible fixes
Add missing field
Checklist
Description
autoCancelPendingPipelinesis present to edit a project but not when getting data.Steps to reproduce
Expected behaviour
Have
auto_cancel_pending_pipelinestype.Actual behaviour
Field
auto_cancel_pending_pipelinesis not declared.Possible fixes
Add missing field
Checklist