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.
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsPpon.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsShareCode.yml +4 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorAssociatedPpon.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorAssociatedSharecode.yml +2 -2
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/tenderInfoAssociatedPersonPpon.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/tenderInfoAssociatedPersonShareCode.yml +5 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/carbonReductionWebAddress.yml +2 -1
- package/package.json +1 -1
|
@@ -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
|
|
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
|
|
@@ -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
|
|
@@ -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
|
|
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
|
|
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.
|
|
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"
|