ccs-digitalmarketplace-frameworks 4.7.0 → 4.7.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.
@@ -10,7 +10,7 @@ depends_on_follow_up:
10
10
  whatUserResearchServices:
11
11
  - user-research-participants
12
12
 
13
- type: radios
13
+ type: checkboxes
14
14
 
15
15
  options:
16
16
  - label: Entirely offline
@@ -23,4 +23,4 @@ options:
23
23
  validations:
24
24
  -
25
25
  name: answer_required
26
- message: Select how you recruit participants
26
+ message: You must confirm how you recruit participants.
@@ -5,4 +5,5 @@
5
5
  questions:
6
6
  - contractTitle
7
7
  - multiqNameOfSupplierSame
8
+ - contractStartDate
8
9
  - contractValue
@@ -0,0 +1,25 @@
1
+ question: Contract start date
2
+ name: Contract start date
3
+ hint: Your contract value must be a minimum of £25,000
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ type: date
15
+ limits:
16
+ after_date: '2022-06-30'
17
+ before_date: '2025-06-30'
18
+
19
+ validations:
20
+ - name: answer_required
21
+ message: You must enter a valid date between 30th June 2022 to 30th June 2025
22
+ - name: invalid_format
23
+ message: You must enter a valid date between 30th June 2022 to 30th June 2025
24
+ - name: date_not_in_range
25
+ message: You must enter a valid date between 30th June 2022 to 30th June 2025
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.7.0",
3
+ "version": "4.7.2",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",