ccs-digitalmarketplace-frameworks 4.0.10 → 4.0.12

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,3 +1,4 @@
1
1
  call_off_contract_url: https://www.gov.uk/guidance/digital-outcomes-and-specialists-7-legal-documents/__placeholder__/__placeholder__
2
2
  framework_agreement_url: https://www.crowncommercial.gov.uk/digital-outcomes-6-contract-terms-and-conditions//__placeholder__
3
3
  supplier_guide_url: https://www.gov.uk/guidance/how-to-apply-to-sell-on-the-digital-outcomes-framework/__placeholder__
4
+ cdp_guide_url: https://www.gov.uk/government/collections/information-and-guidance-for-suppliers
@@ -1,9 +1,9 @@
1
1
  name: Legal capacity
2
2
  question: >
3
- Please confirm that you have in place or that you will have in place, by the Framework Start Date, evidence that is
4
- available upon request to demonstrate you have the human and technical resources to perform the contract and ensure
3
+ Please confirm that you have in place or that you will have in place, by the Framework Start Date, evidence that is
4
+ available upon request to demonstrate you have the human and technical resources to perform the contract and ensure
5
5
  compliance with the UK General Data Protection Regulation the protection of the rights of data subjects.
6
-
6
+
7
7
  question_advice: >
8
8
  This includes having in place (or will have in place by the Framework Start Date) technical facilities
9
9
  and measures (including systems and processes) to ensure compliance with UK data protection law and to
@@ -18,9 +18,13 @@ question_advice: >
18
18
  <li>Regularly test, assess and evaluate the effectiveness of the above measures</li>
19
19
  </ul>
20
20
 
21
+ <p class="govuk-body govuk-!-margin-top-3">This question is assessed Pass / Fail.</p>
22
+ <p class="govuk-body govuk-!-margin-top-3">Your tender will Fail, if you do not answer Yes to this question, as you will not satisfy this condition of participation.</p>
23
+ <p class="govuk-body govuk-!-margin-top-3">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
24
+
21
25
  type: boolean
22
26
 
23
27
  validations:
24
28
  -
25
29
  name: answer_required
26
- message: You must select an option
30
+ message: You must select an option
@@ -1,6 +1,6 @@
1
1
  name: Associated person share code
2
2
  question: Please enter the associated persons share code from the CDP supplier information section
3
- hint: Example share code from CDP - FW8G8KhC
3
+ question_advice: Example share code from CDP - FW8G8KhC
4
4
 
5
5
  type: text
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.0.10",
3
+ "version": "4.0.12",
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"
@@ -42,7 +42,8 @@
42
42
  "framework_agreement_pdf_url": {"type": "string"},
43
43
  "supplier_guide_url": {"type": "string"},
44
44
  "customer_benefits_record_form_url": {"type": "string"},
45
- "customer_benefits_record_form_email": {"type": "string"}
45
+ "customer_benefits_record_form_email": {"type": "string"},
46
+ "cdp_guide_url": {"type": "string"}
46
47
  },
47
48
  "required": [
48
49
  "supplier_guide_url"