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.
- package/frameworks/digital-outcomes-6/questions/declaration/carbonReduction.yml +6 -1
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatement.yml +2 -18
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatementOptional.yml +3 -18
- package/frameworks/digital-outcomes-6/questions/declaration/socialValueModel.yml +6 -1
- package/frameworks/g-cloud-13/questions/declaration/carbonReduction.yml +5 -0
- package/frameworks/g-cloud-13/questions/declaration/socialValueModel.yml +6 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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
|
package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatementOptional.yml
CHANGED
|
@@ -1,20 +1,5 @@
|
|
|
1
1
|
name: Modern slavery statement optional
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.0.
|
|
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"
|