ccs-digitalmarketplace-frameworks 4.4.22 → 4.4.23

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.
@@ -3,8 +3,12 @@ question: Confirm that you have full visibility of the ITT including the tender
3
3
 
4
4
  type: boolean
5
5
  hidden: true
6
+ required_value: true
6
7
 
7
8
  validations:
9
+ -
10
+ name: required_value
11
+ message: You must have full visibility of the ITT including the tender notice and all associated tender documents for this competition, including the terms and conditions to continue your application
8
12
  -
9
13
  name: answer_required
10
- message: You must select an option
14
+ message: You must have full visibility of the ITT including the tender notice and all associated tender documents for this competition, including the terms and conditions to continue your application
@@ -3,8 +3,12 @@ question: Confirm that you have taken all necessary action required to authorise
3
3
 
4
4
  type: boolean
5
5
  hidden: true
6
+ required_value: true
6
7
 
7
8
  validations:
9
+ -
10
+ name: required_value
11
+ message: You must have taken all necessary action required to authorise the person who will sign the declaration within the procurement specific questionnaire to do so on your behalf to continue your application
8
12
  -
9
13
  name: answer_required
10
- message: You must select an option
14
+ message: You must have taken all necessary action required to authorise the person who will sign the declaration within the procurement specific questionnaire to do so on your behalf to continue your application
@@ -3,8 +3,12 @@ question: Confirm that you have full visibility of the content of your submitted
3
3
 
4
4
  type: boolean
5
5
  hidden: true
6
+ required_value: true
6
7
 
7
8
  validations:
9
+ -
10
+ name: required_value
11
+ message: You must have full visibility of the content of your submitted tender to continue your application
8
12
  -
9
13
  name: answer_required
10
- message: You must select an option
14
+ message: You must have full visibility of the content of your submitted tender to continue your application
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.4.22",
3
+ "version": "4.4.23",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",