ccs-digitalmarketplace-frameworks 5.1.53 → 5.1.55
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.
- package/frameworks/g-cloud-15/manifests/edit_additional_lot_questions.yml +2 -2
- package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusCertificateValidation.yml +4 -1
- package/frameworks/g-cloud-15/questions/services/cyberEssentialsPlusValidation.yml +4 -1
- package/frameworks/g-cloud-15/questions/services/cyberEssentialsValidation.yml +4 -1
- package/frameworks/g-cloud-15/questions/services/incidentManagementApproach.yml +2 -0
- package/frameworks/g-cloud-15/questions/services/multiqStandardsCyberValidated.yml +2 -2
- package/package.json +1 -1
|
@@ -10,6 +10,9 @@ depends:
|
|
|
10
10
|
hidden: true
|
|
11
11
|
type: text
|
|
12
12
|
|
|
13
|
+
api_settings:
|
|
14
|
+
certificate_type: CE+
|
|
15
|
+
|
|
13
16
|
validations:
|
|
14
17
|
- name: answer_required
|
|
15
18
|
message: You must provide a valid certificate number
|
|
@@ -20,4 +23,4 @@ validations:
|
|
|
20
23
|
- name: certificate_not_found
|
|
21
24
|
message: The certificate number provided is not recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
|
|
22
25
|
- name: api_error
|
|
23
|
-
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 Essential Plus certificate number (please select ‘no' to continue)
|
|
@@ -11,6 +11,9 @@ depends:
|
|
|
11
11
|
hidden: true
|
|
12
12
|
type: text
|
|
13
13
|
|
|
14
|
+
api_settings:
|
|
15
|
+
certificate_type: CE+
|
|
16
|
+
|
|
14
17
|
validations:
|
|
15
18
|
- name: answer_required
|
|
16
19
|
message: You must provide a valid certificate number
|
|
@@ -21,4 +24,4 @@ validations:
|
|
|
21
24
|
- name: certificate_not_found
|
|
22
25
|
message: The certificate number provided is not recognised by IASME
|
|
23
26
|
- name: api_error
|
|
24
|
-
message: The certificate number provided is not recognised by IASME
|
|
27
|
+
message: The certificate number provided is not recognised by IASME
|
|
@@ -11,6 +11,9 @@ depends:
|
|
|
11
11
|
hidden: true
|
|
12
12
|
type: text
|
|
13
13
|
|
|
14
|
+
api_settings:
|
|
15
|
+
certificate_type: CE
|
|
16
|
+
|
|
14
17
|
validations:
|
|
15
18
|
- name: answer_required
|
|
16
19
|
message: You must provide a valid certificate number
|
|
@@ -21,4 +24,4 @@ validations:
|
|
|
21
24
|
- name: certificate_not_found
|
|
22
25
|
message: The certificate number provided is not recognised by IASME
|
|
23
26
|
- name: api_error
|
|
24
|
-
message: The certificate number provided is not recognised by IASME
|
|
27
|
+
message: The certificate number provided is not recognised by IASME
|
|
@@ -11,7 +11,7 @@ depends:
|
|
|
11
11
|
type: multiquestion
|
|
12
12
|
questions:
|
|
13
13
|
- standardsCyberEssentialsValidated
|
|
14
|
+
- cyberEssentialsValidation
|
|
14
15
|
- standardsCyberEssentialsPlusValidated
|
|
15
|
-
- cyberEssentialsAlternative
|
|
16
16
|
- cyberEssentialsPlusValidation
|
|
17
|
-
-
|
|
17
|
+
- cyberEssentialsAlternative
|