ccs-digitalmarketplace-frameworks 5.2.6 → 5.2.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.
@@ -6,7 +6,7 @@ depends:
6
6
  being:
7
7
  - cloud-software
8
8
  - cloud-support
9
-
9
+
10
10
 
11
11
  type: boolean
12
12
 
@@ -18,4 +18,4 @@ followup:
18
18
 
19
19
  validations:
20
20
  - name: answer_required
21
- message: Select yes if you have any other security certifications.
21
+ message: You must select an option
@@ -6,7 +6,7 @@ depends:
6
6
  being:
7
7
  - cloud-software
8
8
  - cloud-support
9
-
9
+
10
10
 
11
11
  type: boolean
12
12
 
@@ -18,4 +18,4 @@ followup:
18
18
 
19
19
  validations:
20
20
  - name: answer_required
21
- message: Select yes if you have any other security certifications.
21
+ message: You must select an option
@@ -1,7 +1,7 @@
1
1
  name: Self declaration uploaded for consortium member
2
2
  question: Please upload a completed Attachment 4b Self-declaration workbook which has been completed with all requested information for this consortium member.
3
3
 
4
- hint: Please upload in Open Document Format (ODF) or PDF/A (eg .pdf, .odt). (Maximum file size 5MB).
4
+ hint: Please upload in Open Document Spreadsheet (ODS) or a Microsoft Excel Spreadsheet (XLSX) format. (Maximum file size 5MB).
5
5
 
6
6
  type: upload
7
7
 
@@ -9,7 +9,7 @@ file_settings:
9
9
  name: attachment-4b-consortium-member-declaration
10
10
  max_size: 5
11
11
  file_types:
12
- - open_document
12
+ - spreadsheet
13
13
 
14
14
  validations:
15
15
  - name: answer_required
@@ -17,6 +17,6 @@ validations:
17
17
  - name: file_is_less_than_5mb
18
18
  message: File size must be less than 5mb
19
19
  - name: file_is_valid_format
20
- message: Please upload a document in the valid format like pdf
20
+ message: Please upload a document in the valid format like ODS or XLSX
21
21
  - name: file_can_be_saved
22
22
  message: The selected file could not be uploaded - try again
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.2.6",
3
+ "version": "5.2.7",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",