ccs-digitalmarketplace-frameworks 4.4.1 → 4.4.2

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.
@@ -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
@@ -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
@@ -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.2",
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"