ccs-digitalmarketplace-frameworks 3.13.30 → 3.13.32

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.
@@ -78,18 +78,6 @@
78
78
  questions:
79
79
  - dataProtection
80
80
 
81
- -
82
- name: Health and safety - all procurements
83
- slug: health-and-safety
84
- editable: True
85
- prefill: False
86
- description: |
87
- You must be able to truthfully answer ‘yes’ to every question on this page for your application to be considered eligible.
88
-
89
- If you can’t answer ‘yes’ to every question on this page, you will not be able to proceed with your application.
90
- questions:
91
- - healthAndSafety
92
-
93
81
  -
94
82
  name: Requirements for central government departments, their executive agencies and non-departmental public bodies
95
83
  slug: requirements-for-central-government-departments-their-executive-agencies-and-non-departmental-public-bodies
@@ -1,5 +1,5 @@
1
1
  name: DUNS number
2
- question: DUNS number
2
+ question: DUNS number of head office, if they have a head office
3
3
  type: text
4
4
  optional: true
5
5
 
@@ -1,5 +1,5 @@
1
1
  name: Third party and/or agent name
2
- question: What is the name of the organisation of the third party agent or bid writer?
2
+ question: Please confirm the name of the organisation of the third party agent / bid writer.
3
3
  type: text
4
4
  hidden: true
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.30",
3
+ "version": "3.13.32",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"
@@ -1,17 +0,0 @@
1
- name: Adequate arrangements in place to manage health and safety
2
- question: Please confirm that you have adequate arrangements in place to manage health and safety effectively and control significant risks relevant to the requirement (including risks from the use of contractors, where relevant).
3
- question_advice: |
4
- <p class="govuk-body">This question is evaluated pass/fail.</p>
5
- <p class="govuk-body">Your tender will fail, if you do not answer yes to this question, as you will not satisfy this condition of participation.</p>
6
- <p class="govuk-body">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
7
-
8
- type: checkboxes
9
-
10
- options:
11
- - label: "Yes"
12
- value: "yes"
13
-
14
- validations:
15
- -
16
- name: answer_required
17
- message: You must select "Yes"