ccs-digitalmarketplace-frameworks 4.4.7 → 4.4.8
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/questions/declaration/groupOrConsortiumDetailsAssociatedPerson.yml +4 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsAssociatedPersonCertificates.yml +15 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsDebarmentList.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/listMultiqGroupOrConsortiumDetails.yml +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
name: Technical elements
|
|
2
|
+
question: Please specify what technical elements in the technical ability certificates you are relying on them for
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
|
|
6
|
+
type: textbox_large
|
|
7
|
+
max_length_in_words: 1000
|
|
8
|
+
|
|
9
|
+
validations:
|
|
10
|
+
-
|
|
11
|
+
name: answer_required
|
|
12
|
+
message: You must specify what technical elements in the technical ability certificates you are relying on them for
|
|
13
|
+
-
|
|
14
|
+
name: under_word_limit
|
|
15
|
+
message: Technical elements in the technical ability certificates you are relying on them for, must not exceed 1000 words
|
|
@@ -16,6 +16,7 @@ questions:
|
|
|
16
16
|
- groupOrConsortiumDetailsIntendedRole
|
|
17
17
|
- groupOrConsortiumDetailsAttachment4bURL
|
|
18
18
|
- groupOrConsortiumDetailsAssociatedPerson
|
|
19
|
+
- groupOrConsortiumDetailsAssociatedPersonCertificates
|
|
19
20
|
- groupOrConsortiumDetailsDebarmentList
|
|
20
21
|
- groupOrConsortiumDetailsDebarmentListDetail
|
|
21
22
|
- groupOrConsortiumDetailsOffences
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.8",
|
|
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"
|