ccs-digitalmarketplace-frameworks 3.13.2 → 3.13.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.
- package/frameworks/digital-outcomes-and-specialists-7/manifests/declaration.yml +14 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationConfirmation.yml +24 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationDate.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationEmailAddress.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationName.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationPhoneNumber.yml +13 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationPostalAddressBuilding.yml +11 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationPostalAddressCountry.yml +11 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationPostalAddressPostcode.yml +14 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationPostalAddressTown.yml +11 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationRole.yml +8 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/connectedPersonAtRiskNameList.yml +3 -2
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqConfirmationPostalAddress.yml +9 -0
- package/package.json +1 -1
- package/schemas/questions.json +8 -0
|
@@ -184,3 +184,17 @@
|
|
|
184
184
|
- contactName
|
|
185
185
|
- contactRole
|
|
186
186
|
- contactEmailAddress
|
|
187
|
+
|
|
188
|
+
-
|
|
189
|
+
name: Confirmation
|
|
190
|
+
slug: confirmation
|
|
191
|
+
editable: True
|
|
192
|
+
prefill: True
|
|
193
|
+
questions:
|
|
194
|
+
- confirmationConfirmation
|
|
195
|
+
- confirmationName
|
|
196
|
+
- confirmationDate
|
|
197
|
+
- confirmationRole
|
|
198
|
+
- confirmationPhoneNumber
|
|
199
|
+
- confirmationEmailAddress
|
|
200
|
+
- multiqConfirmationPostalAddress
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
name: Confirmation
|
|
2
|
+
|
|
3
|
+
question: |
|
|
4
|
+
I confirm that:
|
|
5
|
+
<ul class="govuk-list govuk-list--bullet">
|
|
6
|
+
<li>to the best of my knowledge the answers submitted and information contained in this document are complete, accurate and not misleading</li>
|
|
7
|
+
|
|
8
|
+
<li>upon request and without delay I will provide any additional information requested of us</li>
|
|
9
|
+
|
|
10
|
+
<li>I understand that the response to this questionnaire will be used to assess whether our organisation is entitled to participate in, or continue to participate in, this procurement</li>
|
|
11
|
+
|
|
12
|
+
<li>I understand that our organisation may be excluded from the procurement if requested information has not been provided, if any of this response or any follow up responses are incomplete, inaccurate or misleading, if confidential information has been accessed or if we have unduly influenced your decision-making in this procurement</li>
|
|
13
|
+
</ul>
|
|
14
|
+
|
|
15
|
+
type: checkboxes
|
|
16
|
+
|
|
17
|
+
options:
|
|
18
|
+
- label: "Yes"
|
|
19
|
+
value: "yes"
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
-
|
|
23
|
+
name: answer_required
|
|
24
|
+
message: You must select "Yes"
|
package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationName.yml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
name: Signed
|
|
2
|
+
question: Name
|
|
3
|
+
hint: By entering your name below and saving, you acknowledge that you have read, understood and agreed to the above confirmation statement. Your electronic signature carries the same legal effect as a handwritten signature.
|
|
4
|
+
type: text
|
|
5
|
+
|
|
6
|
+
validations:
|
|
7
|
+
-
|
|
8
|
+
name: answer_required
|
|
9
|
+
message: You must enter a name
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: Phone number
|
|
2
|
+
question: Phone number
|
|
3
|
+
|
|
4
|
+
type: text
|
|
5
|
+
max_length_in_characters: 15
|
|
6
|
+
|
|
7
|
+
validations:
|
|
8
|
+
-
|
|
9
|
+
name: answer_required
|
|
10
|
+
message: You must enter your phone number
|
|
11
|
+
-
|
|
12
|
+
name: under_character_limit
|
|
13
|
+
message: The phone number must be 15 characters or fewer
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: Postcode
|
|
2
|
+
question: |
|
|
3
|
+
<p class="govuk-label">
|
|
4
|
+
Postcode
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
type: text
|
|
8
|
+
max_length_in_characters: 15
|
|
9
|
+
|
|
10
|
+
validations:
|
|
11
|
+
- name: answer_required
|
|
12
|
+
message: You must enter your postcode
|
|
13
|
+
- name: under_character_limit
|
|
14
|
+
message: Postcode must be 15 characters or fewer
|
|
@@ -2,11 +2,12 @@ name: Connected person(s) name
|
|
|
2
2
|
question: >
|
|
3
3
|
<p class="govuk-body">Tell us who the connected persons is/are.</p>
|
|
4
4
|
|
|
5
|
-
<p class="govuk-body">Please ensure you enter the name as submitted as part of your core information.</p>
|
|
5
|
+
<p class="govuk-body govuk-!-margin-top-3">Please ensure you enter the name as submitted as part of your core information.</p>
|
|
6
6
|
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.
|
|
7
7
|
hidden: true
|
|
8
8
|
|
|
9
9
|
number_of_items: 100
|
|
10
|
+
number_of_items_shown_as_default: 1
|
|
10
11
|
type: list
|
|
11
12
|
|
|
12
13
|
validations:
|
|
@@ -17,4 +18,4 @@ validations:
|
|
|
17
18
|
message: You can add a maximum of 100 connected persons
|
|
18
19
|
|
|
19
20
|
- name: not_unique
|
|
20
|
-
message: Each connected person's name must be unique
|
|
21
|
+
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.13.
|
|
3
|
+
"version": "3.13.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"
|
package/schemas/questions.json
CHANGED
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
"type": {"enum": ["list", "boolean_list", "checkbox_tree", "checkboxes"]}
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
|
+
"number_of_items_shown_as_default": {
|
|
17
|
+
"properties": {
|
|
18
|
+
"type": {"enum": ["list"]}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
16
21
|
"column_width": {
|
|
17
22
|
"properties": {
|
|
18
23
|
"type": {"enum": ["list_multiquestion"]}
|
|
@@ -227,6 +232,9 @@
|
|
|
227
232
|
"number_of_items": {
|
|
228
233
|
"type": "integer"
|
|
229
234
|
},
|
|
235
|
+
"number_of_items_shown_as_default": {
|
|
236
|
+
"type": "integer"
|
|
237
|
+
},
|
|
230
238
|
"column_width": {
|
|
231
239
|
"enum": [
|
|
232
240
|
"full",
|