Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Unify include types #11

Merged
merged 1 commit into from
Jun 26, 2024
Merged

feat!: Unify include types #11

merged 1 commit into from
Jun 26, 2024

Conversation

mikeymike
Copy link
Contributor

This deduplicates types where includes are possible on API responses with those that are the same resource but no includes come back.

Includes are optional on the type and thus can be used interchangeably

Note the diff is rather large due to a refactor in notification handling as part of this change, the files are now renamed to match the resource rather than the event, overall this doesn't impact the end user as the package is still the same 👍

BREAKING CHANGE: Include types are renamed to replace their non-include variant, see UPGRADING.md for migration details.

This deduplicates types where includes are possible on API responses
with those that are the same resource but no includes come back.

Includes are optional on the type and thus can be used interchangeably

BREAKING CHANGE: Include types are renamed to replace their
non-include variant, see UPGRADING.md for migration details.
@mikeymike mikeymike requested a review from a team as a code owner June 25, 2024 16:46
@mikeymike mikeymike merged commit 75e17cd into main Jun 26, 2024
6 checks passed
@mikeymike mikeymike deleted the feat/unify-include-types branch June 26, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants