ccs-digitalmarketplace-frameworks 9.2.0 → 9.2.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.
@@ -140,3 +140,14 @@
140
140
  plural: connected public sector network filters
141
141
  questions:
142
142
  - publicSectorNetworksTypes
143
+
144
+ -
145
+ name: Pricing options
146
+ slug: pricing-options
147
+ filter_settings:
148
+ item_name:
149
+ singular: pricing option filter
150
+ plural: pricing option filters
151
+ questions:
152
+ - educationPricing
153
+ - freeVersionTrialOption
@@ -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
@@ -2,6 +2,14 @@ name: Free trial available
2
2
  question: Do you provide a free trial option for your service?
3
3
  filter_label: free trial
4
4
 
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+
5
13
  followup:
6
14
  freeVersionDescription:
7
15
  - True
@@ -166,6 +166,14 @@
166
166
  "dmfilter_publicSectorNetworksTypes": {
167
167
  "type": "keyword",
168
168
  "normalizer": "filter_normalizer"
169
+ },
170
+ "dmfilter_educationPricing": {
171
+ "type": "keyword",
172
+ "normalizer": "filter_normalizer"
173
+ },
174
+ "dmfilter_freeVersionTrialOption": {
175
+ "type": "keyword",
176
+ "normalizer": "filter_normalizer"
169
177
  }
170
178
  }
171
179
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "9.2.0",
3
+ "version": "9.2.4",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",