jdalrymple / gitbeaker

🦊🧪 A comprehensive and typed Gitlab SDK for Node.js, Browsers, Deno and CLI
Other
1.57k stars 299 forks source link

Missing typescript overload for Issues.all({ showExpanded: true, withLabelDetails: true }) #3633

Closed kouak closed 1 month ago

kouak commented 1 month ago

Description

Basically, a missing overload/case regarding Issues.all().

image

Steps to reproduce

      const issues = await gitlab.Issues.all({
        projectId: 1,
        withLabelsDetails: true,
        showExpanded: true,
      });

Expected behaviour

issues should be { paginationInfo: OffsetPagination, data: IssueSchemaWithExpandedLabels[] }

Checklist

jdalrymple commented 1 month ago

:rocket: Issue was released in 40.6.0 :rocket: