ccs-digitalmarketplace-frameworks 3.13.45 → 3.14.0

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.
@@ -10,8 +10,14 @@ hint: |
10
10
  </p>
11
11
 
12
12
  hidden: true
13
+
13
14
  type: upload
14
15
 
16
+ file_settings:
17
+ name: modern-slavery-statement
18
+ max_size: 5
19
+ file_type: open_document
20
+
15
21
  validations:
16
22
  - name: answer_required
17
23
  message: Select a file.
@@ -20,4 +26,4 @@ validations:
20
26
  - name: file_is_less_than_5mb
21
27
  message: The file must be smaller than 5MB.
22
28
  - name: file_can_be_saved
23
- message: The selected file could not be uploaded - try again.
29
+ message: The selected file could not be uploaded - try again.
@@ -10,8 +10,14 @@ question: >
10
10
  </p>
11
11
 
12
12
  hidden: true
13
+
13
14
  type: upload
14
15
 
16
+ file_settings:
17
+ name: modern-slavery-statement
18
+ max_size: 5
19
+ file_type: open_document
20
+
15
21
  validations:
16
22
  - name: answer_required
17
23
  message: Select a file.
@@ -20,4 +26,4 @@ validations:
20
26
  - name: file_is_less_than_5mb
21
27
  message: The file must be smaller than 5MB.
22
28
  - name: file_can_be_saved
23
- message: The selected file could not be uploaded - try again.
29
+ message: The selected file could not be uploaded - try again.
@@ -4,6 +4,11 @@ hint: This file must be in an open document format and have a maximum file size
4
4
 
5
5
  type: upload
6
6
 
7
+ file_settings:
8
+ name: modern-slavery-statement
9
+ max_size: 5
10
+ file_type: open_document
11
+
7
12
  validations:
8
13
  - name: answer_required
9
14
  message: Select a file
@@ -4,6 +4,11 @@ hint: This file must be in an open document format and have a maximum file size
4
4
 
5
5
  type: upload
6
6
 
7
+ file_settings:
8
+ name: modern-slavery-statement
9
+ max_size: 5
10
+ file_type: open_document
11
+
7
12
  validations:
8
13
  - name: answer_required
9
14
  message: Select a file
@@ -10,8 +10,14 @@ hint: |
10
10
  </p>
11
11
 
12
12
  hidden: true
13
+
13
14
  type: upload
14
15
 
16
+ file_settings:
17
+ name: modern-slavery-statement
18
+ max_size: 5
19
+ file_type: open_document
20
+
15
21
  validations:
16
22
  - name: answer_required
17
23
  message: Select a file.
@@ -10,8 +10,14 @@ question: >
10
10
  </p>
11
11
 
12
12
  hidden: true
13
+
13
14
  type: upload
14
15
 
16
+ file_settings:
17
+ name: modern-slavery-statement
18
+ max_size: 5
19
+ file_type: open_document
20
+
15
21
  validations:
16
22
  - name: answer_required
17
23
  message: Select a file.
@@ -20,4 +26,4 @@ validations:
20
26
  - name: file_is_less_than_5mb
21
27
  message: The file must be smaller than 5MB.
22
28
  - name: file_can_be_saved
23
- message: The selected file could not be uploaded - try again.
29
+ message: The selected file could not be uploaded - try again.
@@ -7,6 +7,11 @@ hint: This file must be a Zip and have a maximum file size of 5MB
7
7
 
8
8
  type: upload
9
9
 
10
+ file_settings:
11
+ name: attachment-4a-consortia-declaration
12
+ max_size: 5
13
+ file_type: zip
14
+
10
15
  validations:
11
16
  - name: answer_required
12
17
  message: Select a file
@@ -23,6 +23,11 @@ hint: This file must be an Open Document Spreadsheet (ODS) or a Microsoft Excel
23
23
 
24
24
  type: upload
25
25
 
26
+ file_settings:
27
+ name: attachment-6-consortia-details
28
+ max_size: 5
29
+ file_type: spreadsheet
30
+
26
31
  validations:
27
32
  - name: answer_required
28
33
  message: Select a file
@@ -7,6 +7,11 @@ hint: This file must be a Zip and have a maximum file size of 5MB
7
7
 
8
8
  type: upload
9
9
 
10
+ file_settings:
11
+ name: attachment-4b-subcontractors-declaration
12
+ max_size: 5
13
+ file_type: zip
14
+
10
15
  validations:
11
16
  - name: answer_required
12
17
  message: Select a file
@@ -33,6 +33,11 @@ hint: This file must be an Open Document Spreadsheet (ODS) or a Microsoft Excel
33
33
 
34
34
  type: upload
35
35
 
36
+ file_settings:
37
+ name: attachment-7-subcontractors-details
38
+ max_size: 5
39
+ file_type: spreadsheet
40
+
36
41
  validations:
37
42
  - name: answer_required
38
43
  message: Select a file
@@ -4,6 +4,11 @@ hint: This file must be in an open document format and have a maximum file size
4
4
 
5
5
  type: upload
6
6
 
7
+ file_settings:
8
+ name: modern-slavery-statement
9
+ max_size: 5
10
+ file_type: open_document
11
+
7
12
  validations:
8
13
  - name: answer_required
9
14
  message: Select a file
@@ -4,6 +4,11 @@ hint: This file must be in an open document format and have a maximum file size
4
4
 
5
5
  type: upload
6
6
 
7
+ file_settings:
8
+ name: modern-slavery-statement
9
+ max_size: 5
10
+ file_type: open_document
11
+
7
12
  validations:
8
13
  - name: answer_required
9
14
  message: Select a file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.45",
3
+ "version": "3.14.0",
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"