ccs-digitalmarketplace-frameworks 9.2.3 → 9.2.5

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.
@@ -151,3 +151,14 @@
151
151
  questions:
152
152
  - educationPricing
153
153
  - freeVersionTrialOption
154
+
155
+ -
156
+ name: Multi cloud support
157
+ slug: multi-cloud-support
158
+ filter_settings:
159
+ name: supportMultiCloud
160
+ item_name:
161
+ singular: multi cloud support filter
162
+ plural: multi cloud support filters
163
+ questions:
164
+ - supportMultiCloud
@@ -29,7 +29,6 @@ options:
29
29
  value: ipsec_or_vpn
30
30
  - label: Legacy SSL and TLS (under 1.2)
31
31
  value: legacy_ssl
32
- filter_ignore: true
33
32
  filter_label: legacy SSL and TLS (under version 1.2)
34
33
  - label: Other
35
34
  value: other
@@ -26,7 +26,6 @@ options:
26
26
  value: ipsec_or_vpn
27
27
  - label: Legacy SSL and TLS (under 1.2)
28
28
  value: ssl
29
- filter_ignore: true
30
29
  filter_label: legacy SSL and TLS (under version 1.2)
31
30
  - label: Other
32
31
  value: other
@@ -16,10 +16,6 @@ options:
16
16
  value: uk
17
17
  - label: European Economic Area (EEA)
18
18
  value: eea
19
- derived_from:
20
- question: dataStorageAndProcessingLocations
21
- any_of:
22
- - uk
23
19
  - label: Other locations
24
20
  value: other
25
21
  filter_ignore: true
@@ -58,18 +58,6 @@
58
58
  "field": "id",
59
59
  "target_field": "serviceIdHash"
60
60
  }
61
- },
62
- {
63
- "append_conditionally": {
64
- "field": "dataStorageAndProcessingLocations",
65
- "target_field": "dataStorageAndProcessingLocations",
66
- "any_of": [
67
- "uk"
68
- ],
69
- "append_value": [
70
- "eea"
71
- ]
72
- }
73
61
  }
74
62
  ]
75
63
  },
@@ -174,6 +162,10 @@
174
162
  "dmfilter_freeVersionTrialOption": {
175
163
  "type": "keyword",
176
164
  "normalizer": "filter_normalizer"
165
+ },
166
+ "dmfilter_supportMultiCloud": {
167
+ "type": "keyword",
168
+ "normalizer": "filter_normalizer"
177
169
  }
178
170
  }
179
171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "9.2.3",
3
+ "version": "9.2.5",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",