ccs-digitalmarketplace-frameworks 3.12.8 → 3.12.10

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.
@@ -93,7 +93,7 @@
93
93
 
94
94
  If you can’t answer ‘yes’ to every question on this page, you will not be able to proceed with your application.
95
95
  questions:
96
- - canyYouProvideAllServices
96
+ - canYouProvideAllServices
97
97
  - agreeToSign
98
98
  - provideMi
99
99
 
@@ -119,6 +119,18 @@
119
119
  - awareOfTheSocialValueModel
120
120
  - complyWithTheSupplierCodeOfConduct
121
121
 
122
+ -
123
+ name: How you’ll deliver your services
124
+ slug: how-youll-deliver-your-services
125
+ editable: True
126
+ prefill: False
127
+ description: |
128
+ You must be able to truthfully answer ‘yes’ to every question on this page for your application to be considered eligible.
129
+
130
+ If you can’t answer ‘yes’ to every question on this page, you will not be able to proceed with your application.
131
+ questions:
132
+ - employmentStatus
133
+
122
134
  -
123
135
  name: Contact details
124
136
  slug: contact-details
@@ -2,7 +2,7 @@ name: Respect government security classifications
2
2
 
3
3
  question: |
4
4
  Will you comply with the
5
- <a class="govuk-link" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/940826/Social-Value-Model-Edn-1.1-3-Dec-20.pdf" target="_blank" rel="noopener noreferrer">Supplier Code of Conduct (opens in new tab)</a>?
5
+ <a class="govuk-link" href="https://www.gov.uk/government/publications/supplier-code-of-conduct" target="_blank" rel="noopener noreferrer">Supplier Code of Conduct (opens in new tab)</a>?
6
6
 
7
7
  hint: The supplier code of conduct exists to help suppliers to understand the standards and behaviours that are expected when you work with Government, and how you can help Government deliver for taxpayers.
8
8
 
@@ -0,0 +1,18 @@
1
+ name: Employment status
2
+ question: >
3
+ Can you confirm that you are aware that staff delivering services under this framework must be either:
4
+
5
+ - your employees
6
+ - your subcontractors
7
+ - your subcontractors’ employees
8
+
9
+ type: checkboxes
10
+
11
+ options:
12
+ - label: "Yes"
13
+ value: "yes"
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: You must select "Yes"
@@ -1,5 +1,5 @@
1
1
  name: Modern slavery statement
2
- question: Please upload a copy of your latests modern slavery statement
2
+ question: Please upload a copy of your latest modern slavery statement
3
3
  hint: This file must be in an open document format and have a maximum file size of 5MB
4
4
 
5
5
  type: upload
@@ -1,5 +1,5 @@
1
1
  name: Modern slavery statement
2
- question: Please upload a copy of your latests modern slavery statement
2
+ question: Please upload a copy of your latest modern slavery statement
3
3
  hint: This file must be in an open document format and have a maximum file size of 5MB
4
4
 
5
5
  type: upload
@@ -7,4 +7,4 @@ questions:
7
7
  - visibilityOfThirdPartyAgentsName
8
8
  - visibilityOfThirdPartyAgentsConfirmFullVisibility
9
9
  - visibilityOfThirdPartyAgentsVisibilityOfContent
10
- - visibilityOfThirdPartyAgentsNeccesseryActions
10
+ - visibilityOfThirdPartyAgentsNecesseryActions
@@ -1,6 +1,6 @@
1
1
  name: Provide all the monthly Digital Outcomes and Specialists 7-related management information
2
2
  question: |
3
- Do you confirm that you’re prepared to provide all the monthly Digital Outcomes and Specialists&nbsp;7-related management information (MI) to the Crown Commercial Service as outlined in the reporting template
3
+ Do you confirm that you’re prepared to provide all the monthly Digital Outcomes and Specialists&nbsp;7-related management information (MI) to the Crown Commercial Service as outlined in the
4
4
  <a class="govuk-link" href="/suppliers/frameworks/digital-outcomes-and-specialists-7#reporting" target="_blank" rel="noopener noreferrer">reporting template (opens in new tab)</a>?
5
5
 
6
6
  type: checkboxes
@@ -10,7 +10,7 @@ followup:
10
10
  - true
11
11
  visibilityOfThirdPartyAgentsVisibilityOfContent:
12
12
  - true
13
- visibilityOfThirdPartyAgentsNeccesseryActions:
13
+ visibilityOfThirdPartyAgentsNecesseryActions:
14
14
  - true
15
15
 
16
16
  validations:
@@ -1,4 +1,4 @@
1
- name: Neccessery actions
1
+ name: Necessery actions
2
2
  question: Confirm that you have taken all necessary action required to authorise the person who will sign the Declaration within the Digital Marketplace to do so on your behalf
3
3
 
4
4
  type: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.12.8",
3
+ "version": "3.12.10",
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"
@@ -30,7 +30,7 @@ ccs-digitalmarketplace-apiclient==28.0.0
30
30
  # via
31
31
  # -r requirements.txt
32
32
  # ccs-digitalmarketplace-utils
33
- ccs-digitalmarketplace-content-loader==13.0.1
33
+ ccs-digitalmarketplace-content-loader==13.0.2
34
34
  # via -r requirements.txt
35
35
  ccs-digitalmarketplace-utils==69.0.0
36
36
  # via
@@ -108,7 +108,7 @@ govuk-country-register==0.5.0
108
108
  # via
109
109
  # -r requirements.txt
110
110
  # ccs-digitalmarketplace-utils
111
- hypothesis==6.123.2
111
+ hypothesis==6.123.16
112
112
  # via -r requirements-dev.in
113
113
  idna==3.7
114
114
  # via
package/requirements.in CHANGED
@@ -1,5 +1,5 @@
1
1
  docopt==0.6.2
2
2
  deepmerge==2.0
3
3
  python-json-logger==2.0.7
4
- ccs-digitalmarketplace-content-loader==13.0.1
4
+ ccs-digitalmarketplace-content-loader==13.0.2
5
5
  ccs-digitalmarketplace-utils==69.0.0
package/requirements.txt CHANGED
@@ -16,7 +16,7 @@ cachelib==0.13.0
16
16
  # via flask-session
17
17
  ccs-digitalmarketplace-apiclient==28.0.0
18
18
  # via ccs-digitalmarketplace-utils
19
- ccs-digitalmarketplace-content-loader==13.0.1
19
+ ccs-digitalmarketplace-content-loader==13.0.2
20
20
  # via -r requirements.in
21
21
  ccs-digitalmarketplace-utils==69.0.0
22
22
  # via