Document scraper integration field fix

This commit is contained in:
m.nazemi
2026-05-02 17:44:56 +03:30
parent 81191656df
commit 0bd5e41b70
4 changed files with 11 additions and 66 deletions
+5 -6
View File
@@ -13,12 +13,11 @@ type DocumentScraperGetRequest struct {
// DocumentScraperTenderResponse represents the response for a tender returned to the document scraper service
type DocumentScraperTenderResponse struct {
ID string `json:"id"`
NoticePublicationID string `json:"notice_publication_id"`
DocumentURL string `json:"document_url"`
Title string `json:"title"`
Description string `json:"description"`
ParsedXML interface{} `json:"parsed_xml"`
ID string `json:"id"`
NoticePublicationID string `json:"notice_publication_id"`
DocumentURL string `json:"document_url"`
Title string `json:"title"`
Description string `json:"description"`
}
// DocumentScraperListResponse represents the paginated list response