ccs-digitalmarketplace-frameworks 9.2.0 → 9.2.3

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