ccs-digitalmarketplace-frameworks 9.1.2 → 9.1.4
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.
|
@@ -94,3 +94,47 @@
|
|
|
94
94
|
plural: management access authentication filters
|
|
95
95
|
questions:
|
|
96
96
|
- managementAccessAuthentication
|
|
97
|
+
|
|
98
|
+
-
|
|
99
|
+
name: Data protection between buyer and supplier networks
|
|
100
|
+
slug: data-protection-between-networks
|
|
101
|
+
filter_settings:
|
|
102
|
+
name: dataProtectionBetweenNetworks
|
|
103
|
+
item_name:
|
|
104
|
+
singular: data protection between buyer and supplier networks filter
|
|
105
|
+
plural: data protection between buyer and supplier networks filters
|
|
106
|
+
questions:
|
|
107
|
+
- dataProtectionBetweenNetworks
|
|
108
|
+
|
|
109
|
+
-
|
|
110
|
+
name: Data protection within supplier network
|
|
111
|
+
slug: data-protection-within-network
|
|
112
|
+
filter_settings:
|
|
113
|
+
name: dataProtectionWithinNetwork
|
|
114
|
+
item_name:
|
|
115
|
+
singular: data protection within supplier network filter
|
|
116
|
+
plural: data protection within supplier network filters
|
|
117
|
+
questions:
|
|
118
|
+
- dataProtectionWithinNetwork
|
|
119
|
+
|
|
120
|
+
-
|
|
121
|
+
name: Data storage and processing locations
|
|
122
|
+
slug: data-storage-and-processing-locations
|
|
123
|
+
filter_settings:
|
|
124
|
+
name: dataStorageAndProcessingLocations
|
|
125
|
+
item_name:
|
|
126
|
+
singular: data storage and processing locations filter
|
|
127
|
+
plural: data storage and processing locations filters
|
|
128
|
+
questions:
|
|
129
|
+
- dataStorageAndProcessingLocations
|
|
130
|
+
|
|
131
|
+
-
|
|
132
|
+
name: Connected public sector networks
|
|
133
|
+
slug: connected-public-sector-networks
|
|
134
|
+
filter_settings:
|
|
135
|
+
name: publicSectorNetworksTypes
|
|
136
|
+
item_name:
|
|
137
|
+
singular: connected public sector network filter
|
|
138
|
+
plural: connected public sector network filters
|
|
139
|
+
questions:
|
|
140
|
+
- publicSectorNetworksTypes
|
|
@@ -58,6 +58,18 @@
|
|
|
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
|
+
}
|
|
61
73
|
}
|
|
62
74
|
]
|
|
63
75
|
},
|
|
@@ -138,6 +150,22 @@
|
|
|
138
150
|
"dmfilter_managementAccessAuthentication": {
|
|
139
151
|
"type": "keyword",
|
|
140
152
|
"normalizer": "filter_normalizer"
|
|
153
|
+
},
|
|
154
|
+
"dmfilter_dataProtectionBetweenNetworks": {
|
|
155
|
+
"type": "keyword",
|
|
156
|
+
"normalizer": "filter_normalizer"
|
|
157
|
+
},
|
|
158
|
+
"dmfilter_dataProtectionWithinNetwork": {
|
|
159
|
+
"type": "keyword",
|
|
160
|
+
"normalizer": "filter_normalizer"
|
|
161
|
+
},
|
|
162
|
+
"dmfilter_dataStorageAndProcessingLocations": {
|
|
163
|
+
"type": "keyword",
|
|
164
|
+
"normalizer": "filter_normalizer"
|
|
165
|
+
},
|
|
166
|
+
"dmfilter_publicSectorNetworksTypes": {
|
|
167
|
+
"type": "keyword",
|
|
168
|
+
"normalizer": "filter_normalizer"
|
|
141
169
|
}
|
|
142
170
|
}
|
|
143
171
|
}
|