ccs-digitalmarketplace-frameworks 3.12.4 → 3.12.5

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.
@@ -68,3 +68,17 @@
68
68
  prefill: False
69
69
  questions:
70
70
  - multiqModernSlavery
71
+
72
+ -
73
+ name: Providing suitable services
74
+ slug: providing-suitable-services
75
+ editable: True
76
+ prefill: False
77
+ description: |
78
+ You must be able to truthfully answer ‘yes’ to every question on this page for your application to be considered eligible.
79
+
80
+ If you can’t answer ‘yes’ to every question on this page, you will not be able to proceed with your application.
81
+ questions:
82
+ - skillsAndResources
83
+ - offerDirectlyYourselves
84
+ - directContractualResponsibility
@@ -0,0 +1,13 @@
1
+ name: Take direct contractual responsibility
2
+ question: Will you or your organisation take direct contractual responsibility and full accountability for delivering the services you’re offering?
3
+
4
+ type: checkboxes
5
+
6
+ options:
7
+ - label: "Yes"
8
+ value: "yes"
9
+
10
+ validations:
11
+ -
12
+ name: answer_required
13
+ message: You must select "Yes"
@@ -0,0 +1,13 @@
1
+ name: Deliver the services you offer directly yourselves
2
+ question: Will you or your organisation deliver the services you offer directly yourselves and not solely source staff for others?
3
+
4
+ type: checkboxes
5
+
6
+ options:
7
+ - label: "Yes"
8
+ value: "yes"
9
+
10
+ validations:
11
+ -
12
+ name: answer_required
13
+ message: You must select "Yes"
@@ -0,0 +1,13 @@
1
+ name: Organisation has the skills and resources
2
+ question: Does your organisation have the skills and resources to provide the services you’re submitting for Digital Outcomes and Specialists 7?
3
+
4
+ type: checkboxes
5
+
6
+ options:
7
+ - label: "Yes"
8
+ value: "yes"
9
+
10
+ validations:
11
+ -
12
+ name: answer_required
13
+ message: You must select "Yes"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.12.4",
3
+ "version": "3.12.5",
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"