ccs-digitalmarketplace-frameworks 4.4.1 → 4.4.3

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.
Files changed (24) hide show
  1. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsPpon.yml +1 -1
  2. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsShareCode.yml +4 -1
  3. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/listMultiqSubcontractorDetails.yml +2 -0
  4. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorAssociatedOffences.yml +9 -0
  5. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorAssociatedPerson.yml +2 -0
  6. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorAssociatedPpon.yml +1 -1
  7. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorAssociatedSharecode.yml +2 -2
  8. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/tenderInfoAssociatedPersonPpon.yml +1 -1
  9. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/tenderInfoAssociatedPersonShareCode.yml +5 -1
  10. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/attachment5aURL.yml +1 -1
  11. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/attachment5bURL.yml +1 -1
  12. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/consortiumAttachment5aURL.yml +1 -1
  13. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/consortiumAttachment5bURL.yml +1 -1
  14. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/consortiumImmediateParentCompanyPublishedAccountsURL.yml +1 -1
  15. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/consortiumMemberPublishedAccountsURL.yml +1 -1
  16. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/consortiumRecentDraftAccounts5aURL.yml +1 -1
  17. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/consortiumRecentDraftAccounts5bURL.yml +1 -1
  18. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/consortiumUltimateParentCompanyPublishedAccountsURL.yml +1 -1
  19. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/immediateParentCompanyPublishedAccountsURL.yml +1 -1
  20. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/recentDraftAccounts5aURL.yml +1 -1
  21. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/recentDraftAccounts5bURL.yml +1 -1
  22. package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/ultimateParentCompanyPublishedAccountsURL.yml +1 -1
  23. package/frameworks/digital-outcomes-and-specialists-7/questions/services/carbonReductionWebAddress.yml +2 -1
  24. package/package.json +1 -1
@@ -17,4 +17,4 @@ validations:
17
17
  name: answer_required
18
18
  message: You must enter the consortium member's PPON
19
19
  - name: under_character_limit
20
- message: PPON must not exceed 14 characters
20
+ message: PPON must be 14 characters long
@@ -5,13 +5,16 @@ hint: Example share code from CDP - FW8G8KhC
5
5
  type: text
6
6
 
7
7
  max_length_in_characters: 8
8
+ min_length_in_characters: 8
8
9
 
9
10
  validations:
10
11
  -
11
12
  name: answer_required
12
13
  message: You must enter the consortium member's share code
13
14
  - name: under_character_limit
14
- message: Share code must not exceed 8 characters
15
+ message: Share code must be 8 characters long
16
+ - name: over_character_limit
17
+ message: Share code must be 8 characters long
15
18
  - name: share_code_found
16
19
  message: The PPON and Share code for the consortium member is not correct, please check and re-enter
17
20
  - name: ppon_found_in_cdp_data
@@ -33,6 +33,8 @@ questions:
33
33
  - subcontractorAssociatedConditionParticipation
34
34
  - subcontractorAssociatedPpon
35
35
  - subcontractorAssociatedSharecode
36
+ - subcontractorAssociatedOffences
37
+
36
38
 
37
39
 
38
40
  validations:
@@ -0,0 +1,9 @@
1
+ name: Associated person Offences
2
+ question: Has this associated persons or any of their connected persons declared in their supplier information any offences listed as 'mandatory exclusion grounds' and 'discretionary exclusion grounds' in the Procurement Act 2023?
3
+
4
+ type: boolean
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: You must select an option
@@ -17,6 +17,8 @@ followup:
17
17
  - true
18
18
  subcontractorAssociatedSharecode:
19
19
  - true
20
+ subcontractorAssociatedOffences:
21
+ - true
20
22
 
21
23
  validations:
22
24
  -
@@ -20,4 +20,4 @@ validations:
20
20
  name: answer_required
21
21
  message: You must enter the associated person's PPON
22
22
  - name: under_character_limit
23
- message: PPON must not exceed 14 characters
23
+ message: PPON must be 14 characters long
@@ -12,9 +12,9 @@ validations:
12
12
  name: answer_required
13
13
  message: You must enter the associated person's share code
14
14
  - name: under_character_limit
15
- message: Share code must be 8 characters
15
+ message: Share code must be 8 characters long
16
16
  - name: over_character_limit
17
- message: Share code must be 8 characters
17
+ message: Share code must be 8 characters long
18
18
  - name: share_code_found
19
19
  message: The PPON and Share code for the associated person is not correct, please check and re-enter
20
20
  - name: ppon_found_in_cdp_data
@@ -19,4 +19,4 @@ validations:
19
19
 
20
20
  -
21
21
  name: under_character_limit
22
- message: PPON must not exceed 14 characters
22
+ message: PPON must be 14 characters long
@@ -5,6 +5,7 @@ question_advice: Example share code from CDP - FW8G8KhC
5
5
  type: text
6
6
 
7
7
  max_length_in_characters: 8
8
+ min_length_in_characters: 8
8
9
 
9
10
  validations:
10
11
  -
@@ -12,7 +13,10 @@ validations:
12
13
  message: You must enter the associated person's share code
13
14
  -
14
15
  name: under_character_limit
15
- message: Share code must not exceed 8 characters
16
+ message: Share code must be 8 characters long
17
+ -
18
+ name: over_character_limit
19
+ message: Share code must be 8 characters long
16
20
  -
17
21
  name: share_code_found
18
22
  message: The PPON and Share code for the associated person is not correct, please check and re-enter
@@ -37,7 +37,7 @@ validations:
37
37
  - name: answer_required
38
38
  message: You must upload attachment 5a
39
39
  - name: file_is_valid_format
40
- message: Your document is not in an open format. Please save as an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
40
+ message: Your document is not in an open document or spreadsheet. Please save as a Spreadsheet (ODS or XLSX) or Open Document Format (ODF), PDF/A (eg .pdf, .odt).
41
41
  - name: file_is_less_than_5mb
42
42
  message: Your document exceeds the 5MB limit. Please reduce file size.
43
43
  - name: file_can_be_saved
@@ -34,7 +34,7 @@ validations:
34
34
  - name: answer_required
35
35
  message: You must upload attachment 5b
36
36
  - name: file_is_valid_format
37
- message: Your document is not in an open format. Please save as an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
37
+ message: Your document is not in an open document or spreadsheet. Please save as a Spreadsheet (ODS or XLSX) or Open Document Format (ODF), PDF/A (eg .pdf, .odt).
38
38
  - name: file_is_less_than_5mb
39
39
  message: Your document exceeds the 5MB limit. Please reduce file size.
40
40
  - name: file_can_be_saved
@@ -36,7 +36,7 @@ validations:
36
36
  - name: answer_required
37
37
  message: You must upload attachment 5a
38
38
  - name: file_is_valid_format
39
- message: Your document is not in an open format. Please save as an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
39
+ message: Your document is not in an open document or spreadsheet. Please save as a Spreadsheet (ODS or XLSX) or Open Document Format (ODF), PDF/A (eg .pdf, .odt).
40
40
  - name: file_is_less_than_5mb
41
41
  message: Your document exceeds the 5MB limit. Please reduce file size.
42
42
  - name: file_can_be_saved
@@ -34,7 +34,7 @@ validations:
34
34
  - name: answer_required
35
35
  message: You must upload attachment 5b
36
36
  - name: file_is_valid_format
37
- message: Your document is not in an open format. Please save as an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
37
+ message: Your document is not in an open document or spreadsheet. Please save as a Spreadsheet (ODS or XLSX) or Open Document Format (ODF), PDF/A (eg .pdf, .odt).
38
38
  - name: file_is_less_than_5mb
39
39
  message: Your document exceeds the 5MB limit. Please reduce file size.
40
40
  - name: file_can_be_saved
@@ -38,7 +38,7 @@ depends:
38
38
 
39
39
  validations:
40
40
  - name: file_is_valid_format
41
- message: Your document is not in an open or zip format. Please save as an Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
41
+ message: Your document is not in an open document, spreadsheet or zip format. Please save as a Spreadsheet (ODS or XLSX) or, Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
42
42
  - name: file_is_less_than_5mb
43
43
  message: Your document exceeds the 5MB limit. Please reduce file size.
44
44
  - name: file_can_be_saved
@@ -40,7 +40,7 @@ validations:
40
40
  - name: answer_required
41
41
  message: You must upload the consortium member’s published accounts
42
42
  - name: file_is_valid_format
43
- message: Your document is not in an open or zip format. Please save as an Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
43
+ message: Your document is not in an open document, spreadsheet or zip format. Please save as a Spreadsheet (ODS or XLSX) or, Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
44
44
  - name: file_is_less_than_5mb
45
45
  message: Your document exceeds the 5MB limit. Please reduce file size.
46
46
  - name: file_can_be_saved
@@ -72,7 +72,7 @@ validations:
72
72
  - name: answer_required
73
73
  message: You must upload attachment 5a
74
74
  - name: file_is_valid_format
75
- message: Your document is not in an open or zip format. Please save as an Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
75
+ message: Your document is not in an open document, spreadsheet or zip format. Please save as a Spreadsheet (ODS or XLSX) or, Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
76
76
  - name: file_is_less_than_5mb
77
77
  message: Your document exceeds the 5MB limit. Please reduce file size.
78
78
  - name: file_can_be_saved
@@ -71,7 +71,7 @@ validations:
71
71
  - name: answer_required
72
72
  message: You must upload attachment 5b
73
73
  - name: file_is_valid_format
74
- message: Your document is not in an open or zip format. Please save as an Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
74
+ message: Your document is not in an open document, spreadsheet or zip format. Please save as a Spreadsheet (ODS or XLSX) or, Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
75
75
  - name: file_is_less_than_5mb
76
76
  message: Your document exceeds the 5MB limit. Please reduce file size.
77
77
  - name: file_can_be_saved
@@ -39,7 +39,7 @@ depends:
39
39
 
40
40
  validations:
41
41
  - name: file_is_valid_format
42
- message: Your document is not in an open or zip format. Please save as an Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
42
+ message: Your document is not in an open document, spreadsheet or zip format. Please save as a Spreadsheet (ODS or XLSX) or, Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
43
43
  - name: file_is_less_than_5mb
44
44
  message: Your document exceeds the 5MB limit. Please reduce file size.
45
45
  - name: file_can_be_saved
@@ -42,7 +42,7 @@ validations:
42
42
  - name: answer_required
43
43
  message: You must upload parent company’s accounts
44
44
  - name: file_is_valid_format
45
- message: Your document is not in an open or zip format. Please save as an Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
45
+ message: Your document is not in an open document, spreadsheet or zip format. Please save as a Spreadsheet (ODS or XLSX) or, Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
46
46
  - name: file_is_less_than_5mb
47
47
  message: Your document exceeds the 5MB limit. Please reduce file size.
48
48
  - name: file_can_be_saved
@@ -72,7 +72,7 @@ validations:
72
72
  - name: answer_required
73
73
  message: You must upload attachment 5a
74
74
  - name: file_is_valid_format
75
- message: Your document is not in an open or zip format. Please save as an Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
75
+ message: Your document is not in an open document, spreadsheet or zip format. Please save as a Spreadsheet (ODS or XLSX) or, Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
76
76
  - name: file_is_less_than_5mb
77
77
  message: Your document exceeds the 5MB limit. Please reduce file size.
78
78
  - name: file_can_be_saved
@@ -71,7 +71,7 @@ validations:
71
71
  - name: answer_required
72
72
  message: You must upload attachment 5b
73
73
  - name: file_is_valid_format
74
- message: Your document is not in an open or zip format. Please save as an Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
74
+ message: Your document is not in an open document, spreadsheet or zip format. Please save as a Spreadsheet (ODS or XLSX) or, Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
75
75
  - name: file_is_less_than_5mb
76
76
  message: Your document exceeds the 5MB limit. Please reduce file size.
77
77
  - name: file_can_be_saved
@@ -43,7 +43,7 @@ validations:
43
43
  - name: answer_required
44
44
  message: You must upload ultimate parent company’s accounts
45
45
  - name: file_is_valid_format
46
- message: Your document is not in an open or zip format. Please save as an Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
46
+ message: Your document is not in an open document, spreadsheet or zip format. Please save as a Spreadsheet (ODS or XLSX) or, Open Document Format (ODF), PDF/A (eg .pdf, .odt) or Zip (.zip) file.
47
47
  - name: file_is_less_than_5mb
48
48
  message: Your document exceeds the 5MB limit. Please reduce file size.
49
49
  - name: file_can_be_saved
@@ -1,6 +1,7 @@
1
1
  name: CRP website
2
2
 
3
3
  question: Please enter the web address for your latest carbon reduction plan.
4
+ hint: The web address must include the scheme, for example https://www.example.com
4
5
 
5
6
  type: text
6
7
 
@@ -12,4 +13,4 @@ validations:
12
13
  name: answer_required
13
14
  message: You must enter a website
14
15
  - name: invalid_format
15
- message: Enter a valid website
16
+ message: Enter a valid web address including the scheme, for example https://www.example.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.4.1",
3
+ "version": "4.4.3",
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"