ccs-digitalmarketplace-frameworks 5.4.0 → 5.4.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.
@@ -6,12 +6,14 @@
6
6
 
7
7
  -
8
8
  name: Quality Cloud Services
9
+ slug: evaluation-questions-quality-cloud-services
9
10
  questions:
10
11
  - qualityCloudServicesScore
11
12
  - qualityCloudServicesComment
12
13
 
13
14
  -
14
15
  name: Maximising Buyer Value
16
+ slug: evaluation-questions-maximising-buyer-value
15
17
  questions:
16
18
  - maximisingBuyerValueScore
17
19
  - maximisingBuyerValueComment
@@ -15,6 +15,8 @@
15
15
  slug: technical-ability-certificate-information
16
16
  editable: True
17
17
  questions:
18
+ - serviceDeliveredInNato
19
+ - serviceDeliveredTopSecret
18
20
  - tacLot1
19
21
  - tacLot2a
20
22
  - tacLot2b
@@ -11,6 +11,7 @@ question_advice: >
11
11
  followup:
12
12
  cloudServices:
13
13
  - reseller
14
+ - sole-control-with-reseller
14
15
  iso9001certificationURL:
15
16
  - reseller
16
17
  iso27001certificationURL:
@@ -21,16 +22,22 @@ followup:
21
22
  - reseller
22
23
  iso9001certificationSoleControlURL:
23
24
  - sole-control
25
+ - sole-control-with-reseller
24
26
  iso14001certificationSoleControlURL:
25
27
  - sole-control
28
+ - sole-control-with-reseller
26
29
  iso27001certificationSoleControlURL:
27
30
  - sole-control
31
+ - sole-control-with-reseller
28
32
  iso20000_1certificationSoleControlURL:
29
33
  - sole-control
34
+ - sole-control-with-reseller
30
35
  iso27017certificationSoleControlURL:
31
36
  - sole-control
37
+ - sole-control-with-reseller
32
38
  areYouBiddingForLot1bSoleControl:
33
39
  - sole-control
40
+ - sole-control-with-reseller
34
41
 
35
42
  type: radios
36
43
  options:
@@ -38,6 +45,8 @@ options:
38
45
  value: reseller
39
46
  - label: Sole Control of the Infrastructure
40
47
  value: sole-control
48
+ - label: "Sole Control and also accredited to resell other providers' services"
49
+ value: sole-control-with-reseller
41
50
 
42
51
  validations:
43
52
  - name: answer_required
@@ -1,5 +1,6 @@
1
1
  name: Customer email
2
2
  question: Customer email
3
+ hint: Please ensure this is an active account
3
4
  type: text
4
5
 
5
6
  depends:
@@ -0,0 +1,15 @@
1
+ name: The services were delivered in the UK, or a NATO member state
2
+ question: The services were delivered in the UK, or a NATO member state
3
+ type: checkboxes
4
+
5
+ options:
6
+ - label: 'Yes'
7
+
8
+ depends:
9
+ - "on": route
10
+ being:
11
+ - iaas-and-paas-above-official
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: You must select yes if the services were delivered in the UK, or a NATO member state
@@ -0,0 +1,15 @@
1
+ name: The services were delivered in the classification tiers SECRET or TOP SECRET
2
+ question: The services were delivered in the classification tiers <a class="govuk-link" href="https://www.gov.uk/government/publications/government-security-classifications" target="_blank" rel="noopener noreferrer">SECRET or TOP SECRET (opens in new tab)</a>
3
+ type: checkboxes
4
+
5
+ options:
6
+ - label: 'Yes'
7
+
8
+ depends:
9
+ - "on": route
10
+ being:
11
+ - iaas-and-paas-above-official
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: You must select yes if the services were delivered in the classification tiers SECRET or TOP SECRET
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.4.0",
3
+ "version": "5.4.2",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",