ccs-digitalmarketplace-frameworks 9.1.3 → 9.1.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.
@@ -127,3 +127,14 @@
127
127
  plural: data storage and processing locations filters
128
128
  questions:
129
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
@@ -26,7 +26,7 @@ options:
26
26
  value: hscn
27
27
  - label: Other
28
28
  value: other
29
- filter_ignore: true
29
+ filter_ignore: true
30
30
 
31
31
  validations:
32
32
  - name: answer_required
@@ -162,6 +162,10 @@
162
162
  "dmfilter_dataStorageAndProcessingLocations": {
163
163
  "type": "keyword",
164
164
  "normalizer": "filter_normalizer"
165
+ },
166
+ "dmfilter_publicSectorNetworksTypes": {
167
+ "type": "keyword",
168
+ "normalizer": "filter_normalizer"
165
169
  }
166
170
  }
167
171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "9.1.3",
3
+ "version": "9.1.5",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",