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.
@@ -4,6 +4,10 @@ hint: You need to tell us if a consortium member is also an associated person. I
4
4
 
5
5
  type: boolean
6
6
 
7
+ followup:
8
+ groupOrConsortiumDetailsAssociatedPersonCertificates:
9
+ - true
10
+
7
11
  validations:
8
12
  -
9
13
  name: answer_required
@@ -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
@@ -1,5 +1,5 @@
1
1
  name: Debarment list
2
- question: Is these consortia members, their associated persons or their connected persons on the debarment list?
2
+ question: Is this consortium member, their associated persons or their connected persons on the debarment list?
3
3
 
4
4
  type: boolean
5
5
 
@@ -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.7",
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"