ccs-digitalmarketplace-frameworks 4.4.11 → 4.4.13

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.
@@ -1,10 +1,3 @@
1
- - name: Immediate parent company
2
- slug: immediate-parent-company
3
- editable: True
4
- prefill: False
5
- questions:
6
- - multiqImmediateParentCompany
7
-
8
1
  - name: Ultimate parent company
9
2
  slug: ultimate-parent-company
10
3
  editable: True
@@ -12,6 +5,13 @@
12
5
  questions:
13
6
  - multiqUltimateParentCompany
14
7
 
8
+ - name: Immediate parent company
9
+ slug: immediate-parent-company
10
+ editable: True
11
+ prefill: False
12
+ questions:
13
+ - multiqImmediateParentCompany
14
+
15
15
  - name: Tender information
16
16
  slug: tender-information
17
17
  editable: True
@@ -10,6 +10,7 @@ question_advice: >
10
10
 
11
11
  type: text
12
12
 
13
+ min_length_in_characters: 14
13
14
  max_length_in_characters: 14
14
15
 
15
16
  validations:
@@ -18,3 +19,5 @@ validations:
18
19
  message: You must enter the consortium member's PPON
19
20
  - name: under_character_limit
20
21
  message: PPON must be 14 characters long
22
+ - name: over_character_limit
23
+ message: PPON must be 14 characters long
@@ -4,17 +4,17 @@ hint: Example share code from CDP - FW8G8KhC
4
4
 
5
5
  type: text
6
6
 
7
- max_length_in_characters: 8
8
7
  min_length_in_characters: 8
8
+ max_length_in_characters: 8
9
9
 
10
10
  validations:
11
11
  -
12
12
  name: answer_required
13
13
  message: You must enter the consortium member's share code
14
- - name: under_character_limit
15
- message: Share code must be 8 characters long
16
14
  - name: over_character_limit
17
15
  message: Share code must be 8 characters long
16
+ - name: under_character_limit
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 consortium member is not correct, please check and re-enter
20
20
  - name: ppon_found_in_cdp_data
@@ -13,6 +13,7 @@ question_advice: >
13
13
 
14
14
  type: text
15
15
 
16
+ min_length_in_characters: 14
16
17
  max_length_in_characters: 14
17
18
 
18
19
  validations:
@@ -21,3 +22,5 @@ validations:
21
22
  message: You must enter the associated person's PPON
22
23
  - name: under_character_limit
23
24
  message: PPON must be 14 characters long
25
+ - name: over_character_limit
26
+ message: PPON must be 14 characters long
@@ -4,8 +4,8 @@ hint: Example share code from CDP - FW8G8KhC
4
4
 
5
5
  type: text
6
6
 
7
- max_length_in_characters: 8
8
7
  min_length_in_characters: 8
8
+ max_length_in_characters: 8
9
9
 
10
10
  validations:
11
11
  -
@@ -10,13 +10,13 @@ question_advice: >
10
10
 
11
11
  type: text
12
12
 
13
+ min_length_in_characters: 14
13
14
  max_length_in_characters: 14
14
15
 
15
16
  validations:
16
- -
17
- name: answer_required
17
+ - name: answer_required
18
18
  message: You must enter the associated person's PPON
19
-
20
- -
21
- name: under_character_limit
19
+ - name: under_character_limit
20
+ message: PPON must be 14 characters long
21
+ - name: over_character_limit
22
22
  message: PPON must be 14 characters long
@@ -8,18 +8,13 @@ max_length_in_characters: 8
8
8
  min_length_in_characters: 8
9
9
 
10
10
  validations:
11
- -
12
- name: answer_required
11
+ - name: answer_required
13
12
  message: You must enter the associated person's share code
14
- -
15
- name: under_character_limit
13
+ - name: under_character_limit
16
14
  message: Share code must be 8 characters long
17
- -
18
- name: over_character_limit
15
+ - name: over_character_limit
19
16
  message: Share code must be 8 characters long
20
- -
21
- name: share_code_found
17
+ - name: share_code_found
22
18
  message: The PPON and Share code for the associated person is not correct, please check and re-enter
23
- -
24
- name: ppon_found_in_cdp_data
19
+ - name: ppon_found_in_cdp_data
25
20
  message: The PPON and Share code for the associated person is not correct, please check and re-enter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.4.11",
3
+ "version": "4.4.13",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",