add final attachment response

This commit is contained in:
efrilm
2025-12-06 11:20:33 +07:00
parent e83eefc614
commit 5e9af152a7
3 changed files with 18 additions and 0 deletions
@@ -114,6 +114,7 @@ type OutgoingLetterResponse struct {
IsRead bool `json:"is_read"`
Recipients []OutgoingLetterRecipientResponse `json:"recipients,omitempty"`
Attachments []OutgoingLetterAttachmentResponse `json:"attachments,omitempty"`
FinalAttachments []OutgoingLetterAttachmentResponse `json:"final_attachments,omitempty"`
Approvals []OutgoingLetterApprovalResponse `json:"approvals,omitempty"`
}