Closed kouak closed 1 month ago
Description
Basically, a missing overload/case regarding Issues.all().
Issues.all()
Steps to reproduce
const issues = await gitlab.Issues.all({ projectId: 1, withLabelsDetails: true, showExpanded: true, });
Expected behaviour
issues should be { paginationInfo: OffsetPagination, data: IssueSchemaWithExpandedLabels[] }
issues
{ paginationInfo: OffsetPagination, data: IssueSchemaWithExpandedLabels[] }
Checklist
:rocket: Issue was released in 40.6.0 :rocket:
40.6.0
Description
Basically, a missing overload/case regarding
Issues.all()
.Steps to reproduce
Expected behaviour
issues
should be{ paginationInfo: OffsetPagination, data: IssueSchemaWithExpandedLabels[] }
Checklist