ccs-digitalmarketplace-frameworks 9.0.8 → 9.0.9

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
@@ -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.0.9",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",