ccs-digitalmarketplace-frameworks 4.4.29 → 4.4.31

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.
@@ -19,6 +19,14 @@
19
19
  questions:
20
20
  - multiqTenderInformation
21
21
 
22
+
23
+ - name: Mandatory and discretionary exclusion grounds
24
+ slug: mandatory-and-discretionary-exclusion-grounds
25
+ editable: True
26
+ prefill: False
27
+ questions:
28
+ - mandatoryAndDiscretionaryExclusionGrounds
29
+
22
30
  - name: Subcontractor details
23
31
  slug: subcontractor-details
24
32
  editable: True
@@ -2,8 +2,12 @@ name: Lead bidder
2
2
  question: Please confirm you are the lead bidder in the consortium?
3
3
 
4
4
  type: boolean
5
+ required_value: true
5
6
 
6
7
  validations:
8
+ -
9
+ name: required_value
10
+ message: You must be the lead bidder in the consortium to continue your application
7
11
  -
8
12
  name: answer_required
9
- message: You must confirm you are the lead bidder in the consortium
13
+ message: You must be the lead bidder in the consortium to continue your application
@@ -0,0 +1,11 @@
1
+ name: Mandatory and discretionary exclusion grounds
2
+ question: "Exclusion grounds"
3
+ question_advice: >
4
+ Have you or any of your connected persons declared in your core supplier information any offences listed as 'mandatory exclusion grounds' and 'discretionary exclusion grounds' in the Procurement Act 2023?
5
+
6
+ type: boolean
7
+
8
+ validations:
9
+ -
10
+ name: answer_required
11
+ 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.4.29",
3
+ "version": "4.4.31",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",