add final attachment response
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user