ccs-digitalmarketplace-frameworks 8.2.0 → 8.3.1

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.
@@ -334,6 +334,9 @@
334
334
  "dmtext_supplierName": {
335
335
  "type": "text"
336
336
  },
337
+ "dmtext_supplierDunsNumber": {
338
+ "type": "text"
339
+ },
337
340
  "dmtext_supplierId": {
338
341
  "type": "text"
339
342
  },
@@ -1,2 +1,3 @@
1
1
  framework: cloud hosting, software and support
2
2
  framework_short: cloud services
3
+ framework_homepage_description: eg content delivery networks or accounting software
@@ -1,2 +1,5 @@
1
1
  framework: cloud hosting, software and support
2
2
  framework_short: cloud services
3
+ framework_homepage_description: >-
4
+ e.g. buy cloud-based computing services such as hosting, software and support,
5
+ including off-the-shelf and pay as you go solutions
@@ -103,6 +103,17 @@
103
103
  "dmfilter_lot": {
104
104
  "type": "keyword",
105
105
  "normalizer": "filter_normalizer"
106
+ },
107
+ "dmagg_serviceCategories": {
108
+ "type": "keyword"
109
+ },
110
+ "dmtext_serviceCategories": {
111
+ "type": "text",
112
+ "analyzer": "stemming_analyzer"
113
+ },
114
+ "dmfilter_serviceCategories": {
115
+ "type": "keyword",
116
+ "normalizer": "filter_normalizer"
106
117
  }
107
118
  }
108
119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "8.2.0",
3
+ "version": "8.3.1",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",