update letter outgoing final attachment

This commit is contained in:
efrilm
2025-12-06 11:05:44 +07:00
parent 7b9db24c83
commit e83eefc614
13 changed files with 285 additions and 18 deletions
@@ -43,7 +43,6 @@ type CreateOutgoingLetterAttachment struct {
FileURL string `json:"file_url" validate:"required"`
FileName string `json:"file_name" validate:"required"`
FileType string `json:"file_type" validate:"required"`
IsFinal bool `json:"is_final" validate:"omitempty"`
}
type CreateOutgoingLetterRequest struct {
@@ -80,7 +79,6 @@ type OutgoingLetterAttachmentResponse struct {
FileName string `json:"file_name"`
FileType string `json:"file_type"`
UploadedAt time.Time `json:"uploaded_at"`
IsFinal bool `json:"is_final"`
}
type OutgoingLetterApprovalResponse struct {