update letter outgoing final attachment
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user