ccs-digitalmarketplace-frameworks 9.0.8 → 9.1.0

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.
@@ -71,3 +71,26 @@
71
71
  plural: datacentre security standard filters
72
72
  questions:
73
73
  - datacentreSecurityStandards
74
+
75
+ -
76
+ name: Metrics reporting
77
+ slug: metrics-reporting
78
+ filter_settings:
79
+ name: metricsHow
80
+ item_name:
81
+ singular: metrics reporting filter
82
+ plural: metrics reporting filters
83
+ questions:
84
+ - metricsSoftwareHow
85
+ - metricsHostingHow
86
+
87
+ -
88
+ name: Management access authentication
89
+ slug: management-access-authentication
90
+ filter_settings:
91
+ name: managementAccessAuthentication
92
+ item_name:
93
+ singular: management access authentication filter
94
+ plural: management access authentication filters
95
+ questions:
96
+ - managementAccessAuthentication
@@ -5,10 +5,25 @@ type: checkboxes
5
5
  options:
6
6
  - label: ISO 9001 certification
7
7
  value: iso-9001
8
+ depends:
9
+ - "on": lot
10
+ being:
11
+ - iaas-and-paas
12
+ - iaas-and-paas-above-official
8
13
  - label: ISO/IEC 27001 certification
9
14
  value: iso-27001
15
+ depends:
16
+ - "on": lot
17
+ being:
18
+ - iaas-and-paas
19
+ - iaas-and-paas-above-official
10
20
  - label: ISO 20000-1 certification
11
21
  value: iso-20000-1
22
+ depends:
23
+ - "on": lot
24
+ being:
25
+ - iaas-and-paas
26
+ - iaas-and-paas-above-official
12
27
  - label: ISO 28000:2022 certification
13
28
  value: iso-28000
14
29
  - label: Quality management systems (QMS)
@@ -19,5 +34,16 @@ options:
19
34
  value: pci
20
35
  - label: Cyber essentials
21
36
  value: cyber-essentials
37
+ depends:
38
+ - "on": lot
39
+ being:
40
+ - saas
41
+ - isaas
42
+ - cloud-support
22
43
  - label: Cyber Essentials Plus
23
44
  value: cyber-essentials-plus
45
+ depends:
46
+ - "on": lot
47
+ being:
48
+ - iaas-and-paas
49
+ - iaas-and-paas-above-official
@@ -130,6 +130,14 @@
130
130
  "dmfilter_certifications": {
131
131
  "type": "keyword",
132
132
  "normalizer": "filter_normalizer"
133
+ },
134
+ "dmfilter_metricsHow": {
135
+ "type": "keyword",
136
+ "normalizer": "filter_normalizer"
137
+ },
138
+ "dmfilter_managementAccessAuthentication": {
139
+ "type": "keyword",
140
+ "normalizer": "filter_normalizer"
133
141
  }
134
142
  }
135
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "9.0.8",
3
+ "version": "9.1.0",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",