feat(tender-procurement): enhance tender procurement section with additional details
- Added functionality to trim and filter related TED notice publication IDs for better display. - Introduced new fields for notice type code and main classification in the tender details. - Updated the procurement section to conditionally render additional information, improving user experience and data visibility.
This commit is contained in:
@@ -13,6 +13,12 @@ export const TenderSchema = z.object({
|
||||
duration_unit: z.string(),
|
||||
estimated_value: z.number(),
|
||||
notice_publication_id: z.string(),
|
||||
/** Related TED notice publication IDs (e.g. modifications, same procedure). */
|
||||
related_notice_publication_ids: z.array(z.string()).optional(),
|
||||
/** TED form / notice type code (e.g. can-modif). */
|
||||
notice_type_code: z.string().optional(),
|
||||
/** Primary CPV classification code. */
|
||||
main_classification: z.string().optional(),
|
||||
procedure_code: z.string(),
|
||||
procurement_type_code: z.string(),
|
||||
publication_date: z.number(),
|
||||
|
||||
Reference in New Issue
Block a user