ccs-digitalmarketplace-frameworks 3.14.14 → 3.14.16

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,13 +1,6 @@
1
1
  name: Conditions of participation
2
2
  question: Please confirm what conditions of participation are being satisfied by this associated person?
3
3
 
4
- hint: >
5
- <p class="govuk-body">
6
- If you are relying on an associated person to satisfy conditions of participation in the procurement,
7
- the lead bidder must provide the details requested for each associated person.
8
- The lead bidder must also ensure that each associated person registers on the Central Digital Platform and provides their share code.
9
- </p>
10
-
11
4
  type: textbox_large
12
5
  max_length_in_words: 500
13
6
 
@@ -1,5 +1,5 @@
1
1
  name: Associated person reliance
2
- question: Please confirm if you are relying on an associated person to satisfy conditions of participation in this procurement.
2
+ question: Please confirm if you are relying on this subcontractor to satisfy conditions of participation in this procurement, thereby making them an associated person.
3
3
 
4
4
  hint: >
5
5
  <p class="govuk-body">
@@ -13,6 +13,8 @@ validations:
13
13
  message: You must enter the associated person's share code
14
14
  - name: under_character_limit
15
15
  message: Share code must be 8 characters
16
+ - name: over_character_limit
17
+ message: Share code must be 8 characters
16
18
  - name: share_code_found
17
19
  message: The PPON and Share code for the associated person is not correct, please check and re-enter
18
20
  - name: ppon_found_in_cdp_data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.14.14",
3
+ "version": "3.14.16",
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"
@@ -190,6 +190,7 @@
190
190
  "under_500_words",
191
191
  "under_word_limit",
192
192
  "under_character_limit",
193
+ "over_character_limit",
193
194
  "total_should_be_100"
194
195
  ]
195
196
  },