AI translate refactor

This commit is contained in:
Mazyar
2026-05-16 12:56:10 +03:30
parent ca490f3acf
commit 6701428b09
10 changed files with 510 additions and 166 deletions
+2 -1
View File
@@ -517,7 +517,8 @@ type AITranslateRequest struct {
// AITranslateResponse represents the response for AI translation trigger.
type AITranslateResponse struct {
NoticeID string `json:"notice_id"`
ContractFolderID string `json:"contract_folder_id"`
NoticePublicationID string `json:"notice_publication_id"`
Language string `json:"language"`
TranslatedTitle string `json:"translated_title"`
TranslatedDescription string `json:"translated_description"`