Skip to content

Conversation

jakehwll
Copy link

@jakehwll jakehwll commented Sep 2, 2025

Pull Request Description

Updates the types for:

  • const incidents = await client.tickets.listIncidents(7890); -> Array<Ticket>
  • const collaborators = await client.tickets.listCollaborators(7890); -> Array<ArrayTicketCollaborator>
  • const comments = await client.tickets.getComments(7890); -> Array<TicketComment>

Related Issue(s)

  • This PR fixes/closes issue #...
  • This is a new feature and does not have an associated issue.

Additional Information

  • This change is a breaking change (may require a major version update)
  • This change is a new feature (non-breaking change which adds functionality)
  • This change improves the code (e.g., refactoring, etc.)
  • This change includes dependency updates

Test Cases

Include any test cases or steps you took to test your changes. If you have added new functionality, please include relevant unit tests.


Documentation

  • I have updated the documentation accordingly.
  • No updates are required.

Checklist

  • I have read the CONTRIBUTING documentation.
  • My code follows the coding standards of this project.
  • All new and existing tests passed.

@jakehwll jakehwll changed the title Better types for `tickets Better types for tickets Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant