ccs-digitalmarketplace-frameworks 4.0.1 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frameworks/digital-outcomes-and-specialists-7/manifests/declaration.yml +7 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/mandatoryAwardQuestion.yml +13 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/immediateParentCompanyPublishedAccountsURL.yml +0 -1
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: Name of consortium
|
|
2
|
+
question: If you are awarded a framework contract, will you deliver in full all mandatory service requirements in Framework Schedule 1 (Specification) for each Lot you have successfully tendered for?
|
|
3
|
+
hint: |
|
|
4
|
+
This question is assessed as pass / fail.
|
|
5
|
+
Your tender will fail, if you do not answer yes to this question, as you will not satisfy this award question.
|
|
6
|
+
Your tender will be disqualified. We will tell you that your tender has been disqualified and why.
|
|
7
|
+
type: boolean
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
validations:
|
|
11
|
+
-
|
|
12
|
+
name: answer_required
|
|
13
|
+
message: You must select an option
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|