Add bounce info type to email retrieval response - #1030
Draft
gabrielmfern wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Gabriel Miranda <gabrielmfern@outlook.com>
commit: |
TegamiThis repository uses Tegami to manage releases. When your changes affect published packages, add a changelog file under Create a changelog → · Changelog format No changelogs yetThis PR has no pending changelog files. If your changes require a release, add a changelog before merging. Run Managed by Tegami. |
Contributor
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Type-only addition matching OpenAPI schema, no runtime behavior change; clearly beneficial and bounded.
Re-trigger cubic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the
bouncefield toGetEmailResponseSuccess, matching the OpenAPI schema forGET /emails/:id.GetEmailResponseBounceinterface withmessage,type,subType, anddiagnosticCode.bounce?: GetEmailResponseBounceadded toGetEmailResponseSuccess, present only whenlast_eventisbounced.Type-only change, no runtime behavior affected.
Summary by cubic
Add bounce details to the email retrieval response, matching the OpenAPI for GET /emails/:id. Type-only change; enables clients to read bounce reason info when an email is bounced.
Written for commit 48bdd3a. Summary will update on new commits.