ccs-digitalmarketplace-frameworks 3.12.11 → 3.12.13

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.
@@ -131,6 +131,21 @@
131
131
  questions:
132
132
  - employmentStatus
133
133
 
134
+ -
135
+ name: Application accuracy
136
+ slug: application-accuracy
137
+ editable: True
138
+ prefill: False
139
+ description: |
140
+ You must confirm the accuracy of the information in this declaration and in your service descriptions. We might
141
+ ask for proof after you’ve submitted your application.
142
+
143
+ questions:
144
+ - accurateInformation
145
+ - informationChanges
146
+ - accuratelyDescribed
147
+ - proofOfClaims
148
+
134
149
  -
135
150
  name: Contact details
136
151
  slug: contact-details
@@ -0,0 +1,9 @@
1
+ name: Declaration accuracy
2
+ question: >
3
+ Are all the answers in your supplier declaration truthful?
4
+ type: boolean
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: You must select "Yes"
@@ -0,0 +1,9 @@
1
+ name: Service description accuracy
2
+ question:
3
+ Will all the service descriptions you’re submitting for Digital Outcomes and Specialists 7 on the Digital Marketplace be accurate and true representations?
4
+ type: boolean
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: You must select "Yes"
@@ -1,4 +1,4 @@
1
- name: Respect government security classifications
1
+ name: Aware of the Social Value Model
2
2
 
3
3
  question: |
4
4
  Are you aware of the
@@ -1,4 +1,4 @@
1
- name: Technology Code of Practice
1
+ name: Central Digital and Data Office
2
2
 
3
3
  question: |
4
4
  Do you agree to work in alignment with the
@@ -0,0 +1,9 @@
1
+ name: Changes to information
2
+ question: >
3
+ Do you agree to inform the Crown Commercial Service as soon as practicably possible, not exceeding 30 calendar days, if there are any changes to the information you’re providing in this supplier declaration?
4
+ type: boolean
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: You must select "Yes"
@@ -1,4 +1,4 @@
1
- name: Assess the skills and capabilities
1
+ name: Practise continuous professional development
2
2
 
3
3
  question: |
4
4
  Does your organisation practise continuous professional development for your employees, and can you provide evidence of this on request?
@@ -0,0 +1,9 @@
1
+ name: Proof of claims about services
2
+ question:
3
+ Are you prepared to provide proof of any claims made about the services you’re submitting to Digital Outcomes and Specialists 7?
4
+ type: boolean
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ 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.11",
3
+ "version": "3.12.13",
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"