ccs-digitalmarketplace-frameworks 5.1.57 → 5.1.58

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.
@@ -11,13 +11,13 @@ depends:
11
11
  hidden: true
12
12
  type: radios
13
13
  options:
14
- - label: In relation to the services you do not have a current and valid Cyber Essentials [Plus] certificate which has been awarded by one of the government approved Cyber Essentials accreditation bodies but you are working towards gaining it, and will be in a position to confirm that you have been awarded a current and valid Cyber Essentials [Plus] certificate by one of the government approved accreditation bodies, by the date of framework award.
14
+ - label: In relation to the services you do not have a current and valid Cyber Essentials certificate which has been awarded by one of the government approved Cyber Essentials accreditation bodies but you are working towards gaining it, and will be in a position to confirm that you have been awarded a current and valid Cyber Essentials certificate by one of the government approved accreditation bodies, by the date of framework award.
15
15
  value: in_progress
16
- - label: You do not have a current and valid Cyber Essentials [Plus] certificate, or will not have in place by the date of framework award but have an IASME certified equivalent.
16
+ - label: You do not have a current and valid Cyber Essentials certificate, or will not have in place by the date of framework award but have an IASME certified equivalent.
17
17
  value: iasme_equivalent
18
18
  - label: None of the criteria
19
19
  value: None
20
20
 
21
21
  validations:
22
22
  - name: answer_required
23
- message: You must select an option
23
+ message: You must select an option
@@ -0,0 +1,23 @@
1
+ name: Cyber Essentials Alternative
2
+ question: Please select an option below
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+ - cloud-support
9
+ - saas
10
+
11
+ hidden: true
12
+ type: radios
13
+ options:
14
+ - label: In relation to the services you do not have a current and valid Cyber Essentials Plus certificate which has been awarded by one of the government approved Cyber Essentials accreditation bodies but you are working towards gaining it, and will be in a position to confirm that you have been awarded a current and valid Cyber Essentials Plus certificate by one of the government approved accreditation bodies, by the date of framework award.
15
+ value: in_progress
16
+ - label: You do not have a current and valid Cyber Essentials Plus certificate, or will not have in place by the date of framework award but have an IASME certified equivalent.
17
+ value: iasme_equivalent
18
+ - label: None of the criteria
19
+ value: None
20
+
21
+ validations:
22
+ - name: answer_required
23
+ message: You must select an option
@@ -12,6 +12,7 @@ type: multiquestion
12
12
  questions:
13
13
  - standardsCyberEssentialsValidated
14
14
  - cyberEssentialsValidation
15
+ - cyberEssentialsAlternative
15
16
  - standardsCyberEssentialsPlusValidated
16
17
  - cyberEssentialsPlusValidation
17
- - cyberEssentialsAlternative
18
+ - cyberEssentialsPlusAlternative
@@ -13,7 +13,7 @@ type: boolean
13
13
  followup:
14
14
  cyberEssentialsPlusValidation:
15
15
  - true
16
- cyberEssentialsAlternative:
16
+ cyberEssentialsPlusAlternative:
17
17
  - false
18
18
 
19
19
  validations:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.57",
3
+ "version": "5.1.58",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",