ccs-digitalmarketplace-frameworks 4.4.3 → 4.4.4

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.
@@ -0,0 +1,9 @@
1
+ name: Offences
2
+ question: Has this consortia members or any of their connected persons declared in their supplier information any offences listed as 'mandatory exclusion grounds' and 'discretionary exclusion grounds' in the Procurement Act 2023?
3
+
4
+ type: boolean
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: You must select an option
@@ -18,6 +18,7 @@ questions:
18
18
  - groupOrConsortiumDetailsAssociatedPerson
19
19
  - groupOrConsortiumDetailsDebarmentList
20
20
  - groupOrConsortiumDetailsDebarmentListDetail
21
+ - groupOrConsortiumDetailsOffences
21
22
 
22
23
  validations:
23
24
  -
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.4.3",
3
+ "version": "4.4.4",
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"