From 8d9de0101829b55a16e2845fffece4138757c9a9 Mon Sep 17 00:00:00 2001 From: velgush <110613512+velgush@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:08:46 +0200 Subject: [PATCH] Update tender_config.json add tenderComplaints, awardComplaints, cancellationComplaints https://jira.prozorro.org/browse/CS-15607 --- codelists/tender/tender_config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/codelists/tender/tender_config.json b/codelists/tender/tender_config.json index ef690098..74d7ce3f 100644 --- a/codelists/tender/tender_config.json +++ b/codelists/tender/tender_config.json @@ -35,6 +35,24 @@ "name_en": "Minimum number of bids", "description_en": "The parameter that determines the number of bids in procurement sufficient for it to take place" }, + "tenderComplaints": { + "name_uk": "Оскарження тендерної документації", + "description_uk": "Параметр, що визначає наявність або відсутність у закупівлі оскарження (звернення до АМКУ за допомогою скарги) умов тендерної документації", + "name_en": "Appeal of the tender documentation", + "description_en": "The parameter that determines the presence or absence of an appeal (appeal to the AMCU by means of a complaint) of the terms of the tender documentation in the procurement" + }, + "awardComplaints": { + "name_uk": "Оскарження кваліфікації", + "description_uk": "Параметр, що визначає наявність або відсутність у закупівлі оскарження (звернення до АМКУ за допомогою скарги) рішення по кваліфікації учасників", + "name_en": "Appeal of the qualifications", + "description_en": "The parameter that determines the presence or absence of an appeal in the procurement (appeal to the AMCU with the help of a complaint) of the decision on the qualification of participants" + }, + "cancellationComplaints": { + "name_uk": "Оскарження скасування", + "description_uk": "Параметр, що визначає наявність або відсутність у закупівлі оскарження (звернення до АМКУ за допомогою скарги) після скасування процедури", + "name_en": "Appeal against cancellation", + "description_en": "The parameter that determines the presence or absence of an appeal in the procurement (appeal to the AMCU with the help of a complaint) after the cancellation of the procedure" + }, "hasPreSelectionAgreement": { "name_uk": "Відбір з попередньо кваліфікованими учасниками", "description_uk": "Параметр, що визначає наявність або відсутність у закупівлі попереднього етапу кваліфікаційного відбору учасників",