ccs-digitalmarketplace-frameworks 3.12.20 → 3.12.21
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 +8 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/connectedPersonAtRisk.yml +14 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/connectedPersonAtRiskNameList.yml +19 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqConnectedPerson.yml +8 -0
- package/package.json +1 -1
- package/requirements-dev.txt +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: Connected person at risk
|
|
2
|
+
question: >
|
|
3
|
+
Will disclosure of information about any of your connected persons place that person or anyone living with them at risk?
|
|
4
|
+
type: boolean
|
|
5
|
+
hint: When publishing the contract award notice, we have a duty to publish information about your connected persons (as set out in regulation 11). Depending on the type of connected person, this may include their name, date of birth, nationality and service address (which could be the same as their personal address). In most instances, this information will already be available on Companies House and therefore there should be no sensitivity around its publication.
|
|
6
|
+
|
|
7
|
+
followup:
|
|
8
|
+
connectedPersonAtRiskNameList:
|
|
9
|
+
- true
|
|
10
|
+
|
|
11
|
+
validations:
|
|
12
|
+
-
|
|
13
|
+
name: answer_required
|
|
14
|
+
message: 'You must select an option'
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Name
|
|
2
|
+
question: |
|
|
3
|
+
Tell us who the connected persons is/are.
|
|
4
|
+
Please ensure you enter the name as submitted as part of your core information
|
|
5
|
+
question_advice: Regulation 27(4-6) makes provision for circumstances where disclosure of information about a connected person could place that person or anyone living with them at risk. These provisions are modelled on the Register of People with Significant Control Regulations 2016 (the ‘2016 Regulations’) but apply to all connected persons under the Act.
|
|
6
|
+
hidden: true
|
|
7
|
+
|
|
8
|
+
number_of_items: 100
|
|
9
|
+
type: list
|
|
10
|
+
|
|
11
|
+
validations:
|
|
12
|
+
- name: answer_required
|
|
13
|
+
message: Add connected person name
|
|
14
|
+
|
|
15
|
+
- name: max_items_limit
|
|
16
|
+
message: You can add a maximum of 100 connected persons
|
|
17
|
+
|
|
18
|
+
- name: not_unique
|
|
19
|
+
message: Each connected person's name must be unique
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.21",
|
|
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"
|