ccs-digitalmarketplace-frameworks 6.2.0 → 6.2.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.
@@ -1,7 +1,7 @@
1
1
  name: Comply with the Market Research Society (MRS) Code of Conduct
2
2
  question: >
3
3
  <span class="govuk-fieldset__legend--m">Do you comply with the <a class="govuk-link" href="https://www.mrs.org.uk/standards/code-of-conduct" target="_blank" rel="noopener noreferrer">Market Research Society (MRS) Code of Conduct (opens in a new tab)</a>?</span>
4
- filter_label: comply with (MRS) Code of Conduct
4
+ filter_label: complies with (MRS) Code of Conduct
5
5
 
6
6
  depends:
7
7
  - "on": lot
@@ -10,9 +10,9 @@ type: radios
10
10
 
11
11
  options:
12
12
  - label: Yes, included as standard
13
- filter_label: Provide a hosting service
13
+ filter_label: a hosting service
14
14
  - label: Yes, for an additional cost
15
- filter_label: Provide a hosting service (for additional cost)
15
+ filter_label: a hosting service (for additional cost)
16
16
  - label: "No"
17
17
  filter_ignore: true
18
18
 
@@ -1,6 +1,6 @@
1
1
  name: Public transport
2
2
  question: Can visitors use public transport to get to your studio?
3
- filter_label: provide public transport
3
+ filter_label: public transport
4
4
 
5
5
  depends:
6
6
  - "on": lot
@@ -1,6 +1,6 @@
1
1
  name: Provide information for public transport
2
2
  question: Do you provide information about how to reach your studio by public transport?
3
- filter_label: provide information on how to reach studio
3
+ filter_label: information on how to reach the studio
4
4
 
5
5
  depends:
6
6
  - "on": lot
@@ -10,9 +10,9 @@ type: radios
10
10
 
11
11
  options:
12
12
  - label: Yes, included as standard
13
- filter_label: Provide refreshments
13
+ filter_label: refreshments
14
14
  - label: Yes, for an additional cost
15
- filter_label: Provide refreshments (for additional cost)
15
+ filter_label: refreshments (for additional cost)
16
16
  - label: "No"
17
17
  filter_ignore: true
18
18
 
@@ -10,9 +10,9 @@ type: radios
10
10
 
11
11
  options:
12
12
  - label: Yes, included as standard
13
- filter_label: Provide a waiting area
13
+ filter_label: a waiting area
14
14
  - label: Yes, for an additional cost
15
- filter_label: Provide a waiting area (for additional cost)
15
+ filter_label: a waiting area (for additional cost)
16
16
  - label: "No"
17
17
  filter_ignore: true
18
18
 
@@ -1,6 +1,6 @@
1
1
  name: Use RAS accredited subcontractors in your supply chain
2
2
  question: Do you only use RAS accredited subcontractors in your supply chain?
3
- filter_label: use RAS accredited subcontractors
3
+ filter_label: uses RAS accredited subcontractors
4
4
 
5
5
  depends:
6
6
  - "on": lot
@@ -280,6 +280,10 @@
280
280
  "type": "keyword",
281
281
  "normalizer": "filter_normalizer"
282
282
  },
283
+ "dmfilter_minimumLeadTime": {
284
+ "type": "keyword",
285
+ "normalizer": "filter_normalizer"
286
+ },
283
287
  "dmfilter_incentivePayments": {
284
288
  "type": "keyword",
285
289
  "normalizer": "filter_normalizer"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",