ccs-digitalmarketplace-frameworks 1.0.6 → 1.0.7

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,4 +4,9 @@ type: boolean
4
4
  hint: The Crown Commercial Service reserves the right to audit any supplier for compliance, where an awarded contract has a total value of £5 million or more.
5
5
  assessment:
6
6
  passIfIn:
7
- - True
7
+ - True
8
+
9
+ validations:
10
+ -
11
+ name: answer_required
12
+ message: You need to answer this question.
@@ -1,21 +1,5 @@
1
1
  name: Modern slavery statement required
2
+ id: modernSlaveryStatement
2
3
  question: Provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
3
- question_advice: |
4
- Your statement should:
5
4
 
6
- - be an Open Document Format (ODF) or PDF/A
7
- - have a maximum file size of 5MB
8
- - meet accessibility standards
9
-
10
- hidden: true
11
- type: upload
12
-
13
- validations:
14
- - name: answer_required
15
- message: You need to answer this question.
16
- - name: file_is_open_document_format
17
- message: The selected document must be an Open Document Format (ODF) or PDF/A (eg .pdf, .odt)
18
- - name: file_is_less_than_5mb
19
- message: The selected document must be smaller than 5MB
20
- - name: file_can_be_saved
21
- message: The selected document could not be uploaded - try again
5
+ type: text
@@ -1,20 +1,5 @@
1
1
  name: Modern slavery statement optional
2
- question: |
3
- You can choose to provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
4
- question_advice: |
5
- Your statement should:
2
+ id: modernSlaveryStatementOptional
3
+ question: You can choose to provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
6
4
 
7
- - be an Open Document Format (ODF) or PDF/A
8
- - have a maximum file size of 5MB
9
- - meet accessibility standards
10
-
11
- hidden: true
12
- type: upload
13
-
14
- validations:
15
- - name: file_is_open_document_format
16
- message: The selected document must be an Open Document Format (ODF) or PDF/A (eg .pdf, .odt)
17
- - name: file_is_less_than_5mb
18
- message: The selected document must be smaller than 5MB
19
- - name: file_can_be_saved
20
- message: The selected document could not be uploaded - try again
5
+ type: text
@@ -3,4 +3,9 @@ question: Are you aware of the <a href="https://assets.publishing.service.gov.uk
3
3
  type: boolean
4
4
  assessment:
5
5
  passIfIn:
6
- - True
6
+ - True
7
+
8
+ validations:
9
+ -
10
+ name: answer_required
11
+ message: You need to answer this question.
@@ -6,3 +6,8 @@ type: boolean
6
6
  assessment:
7
7
  passIfIn:
8
8
  - True
9
+
10
+ validations:
11
+ -
12
+ name: answer_required
13
+ message: You need to answer this question.
@@ -3,4 +3,9 @@ question: Are you aware of the <a href="https://assets.publishing.service.gov.uk
3
3
  type: boolean
4
4
  assessment:
5
5
  passIfIn:
6
- - True
6
+ - True
7
+
8
+ validations:
9
+ -
10
+ name: answer_required
11
+ message: You need to answer this question.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"