ccs-digitalmarketplace-frameworks 1.2.11 → 1.2.12

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.
@@ -6,34 +6,24 @@ question: >
6
6
  - comply with the definition of Cloud Professional Service in the framework agreement
7
7
 
8
8
  type: radios
9
- options:
10
- - label: 'Yes'
11
- values: cloud-professional-yes
12
- - label: My organisation isn't submitting cloud professional (lot 4) services
13
- values: No
14
-
15
9
 
16
10
  followup:
17
- serviceCloudServiceProvision:
18
- - 'Yes'
19
- serviceCloudServiceProvision2:
20
- - 'Yes'
21
- serviceCloudServiceProvision3:
22
- - 'Yes'
23
- serviceCloudServiceProvision4:
24
- - 'Yes'
25
- serviceCloudServiceProvision5:
26
- - 'Yes'
27
- validations:
28
- # See app/main/helpers/validation.py::G12Validator
29
- - name: dependent_question_error
30
- message: You need to answer Yes to either this question or to question 4
11
+ serviceCloudServiceProfessional:
12
+ - true
13
+ serviceCloudServiceProfessional2:
14
+ - true
15
+ serviceCloudServiceProfessional3:
16
+ - true
17
+ serviceCloudServiceProfessional4:
18
+ - true
19
+ serviceCloudServiceProfessional5:
20
+ - true
31
21
 
32
22
  assessment:
33
23
  required: True
34
24
  passIfIn:
35
25
  - "Yes"
36
- - "My organisation isn't submitting cloud support (lot 4) services"
26
+ - "My organisation isn't submitting cloud support (lot 4) services."
37
27
 
38
28
 
39
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"