ccs-digitalmarketplace-frameworks 5.1.59 → 5.1.61

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,9 +11,9 @@ depends:
11
11
 
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 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
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 Plus 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
@@ -1,5 +1,5 @@
1
- name: Cyber Essentials [Plus] certificate Number
2
- question: Please provide your Cyber Essential Plus Certificate Number
1
+ name: Cyber Essentials Plus certificate Number
2
+ question: Please provide your Cyber Essentials Plus Certificate Number
3
3
  question_advice: Certificate number should be in the format ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’
4
4
  depends:
5
5
  - "on": route
@@ -17,10 +17,10 @@ validations:
17
17
  - name: answer_required
18
18
  message: You must provide a valid certificate number
19
19
  - name: certificate_not_right_level
20
- message: This certificate is not at the required level (please select ‘no' to continue)
20
+ message: This certificate is not at the required level
21
21
  - name: certificate_expired
22
- message: This certificate has expired (please select ‘no' to continue)
22
+ message: This certificate has expired
23
23
  - name: certificate_not_found
24
- message: The certificate number provided is not recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
24
+ message: The certificate number provided is not recognised by IASME as a Cyber Essentials Plus certificate number
25
25
  - name: api_error
26
- message: The certificate number provided is not recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
26
+ message: The certificate number provided is not recognised by IASME as a Cyber Essentials Plus certificate number
@@ -1,5 +1,5 @@
1
- name: Do you have a Cyber Essentials [Plus] certificate?
2
- question: In relation to the services do you have a current and valid Cyber Essentials [Plus] certificate which has been awarded by one of the government-approved Cyber Essentials accreditation bodies (IASME) within the most recent 12 months.
1
+ name: Do you have a Cyber Essentials Plus certificate?
2
+ question: In relation to the services do you have a current and valid Cyber Essentials Plus certificate which has been awarded by one of the government-approved Cyber Essentials accreditation bodies (IASME) within the most recent 12 months.
3
3
 
4
4
  depends:
5
5
  - "on": route
@@ -11,8 +11,8 @@ depends:
11
11
  type: multiquestion
12
12
  questions:
13
13
  - standardsCyberEssentialsValidated
14
- - cyberEssentialsValidation
15
- - cyberEssentialsAlternative
14
+ - standardsCyberEssentialsValidation
15
+ - standardsCyberEssentialsAlternative
16
16
  - standardsCyberEssentialsPlusValidated
17
- - cyberEssentialsPlusValidation
18
- - cyberEssentialsPlusAlternative
17
+ - standardsCyberEssentialsPlusValidation
18
+ - standardsCyberEssentialsPlusAlternative
@@ -11,9 +11,9 @@ depends:
11
11
  type: boolean
12
12
 
13
13
  followup:
14
- cyberEssentialsPlusValidation:
14
+ standardsCyberEssentialsPlusValidation:
15
15
  - true
16
- cyberEssentialsPlusAlternative:
16
+ standardsCyberEssentialsPlusAlternative:
17
17
  - false
18
18
 
19
19
  validations:
@@ -22,6 +22,6 @@ validations:
22
22
  - name: certificate_expired
23
23
  message: This certificate number has expired
24
24
  - name: certificate_not_found
25
- message: The certificate number provided is not recognised by IASME
25
+ message: The certificate number provided is not recognised by IASME as a Cyber Essentials certificate number
26
26
  - name: api_error
27
- message: The certificate number provided is not recognised by IASME
27
+ message: The certificate number provided is not recognised by IASME as a Cyber Essentials certificate number
@@ -11,9 +11,9 @@ depends:
11
11
  type: boolean
12
12
 
13
13
  followup:
14
- cyberEssentialsValidation:
14
+ standardsCyberEssentialsValidation:
15
15
  - true
16
- cyberEssentialsAlternative:
16
+ standardsCyberEssentialsAlternative:
17
17
  - false
18
18
 
19
19
  validations:
@@ -22,6 +22,6 @@ validations:
22
22
  - name: certificate_expired
23
23
  message: This certificate number has expired
24
24
  - name: certificate_not_found
25
- message: The certificate number provided is not recognised by IASME
25
+ message: The certificate number provided is not recognised by IASME as a Cyber Essentials certificate number
26
26
  - name: api_error
27
- message: The certificate number provided is not recognised by IASME
27
+ message: The certificate number provided is not recognised by IASME as a Cyber Essentials certificate number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.59",
3
+ "version": "5.1.61",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",