Document scraper integration field fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user