ccs-digitalmarketplace-frameworks 3.12.10 → 3.12.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.
@@ -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: Comply with the Supplier Code of Conduct
2
2
 
3
3
  question: |
4
4
  Will you comply 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"
@@ -7,4 +7,4 @@ questions:
7
7
  - visibilityOfThirdPartyAgentsName
8
8
  - visibilityOfThirdPartyAgentsConfirmFullVisibility
9
9
  - visibilityOfThirdPartyAgentsVisibilityOfContent
10
- - visibilityOfThirdPartyAgentsNecesseryActions
10
+ - visibilityOfThirdPartyAgentsNecessaryActions
@@ -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"
@@ -10,7 +10,7 @@ followup:
10
10
  - true
11
11
  visibilityOfThirdPartyAgentsVisibilityOfContent:
12
12
  - true
13
- visibilityOfThirdPartyAgentsNecesseryActions:
13
+ visibilityOfThirdPartyAgentsNecessaryActions:
14
14
  - true
15
15
 
16
16
  validations:
@@ -1,4 +1,4 @@
1
- name: Necessery actions
1
+ name: Necessary 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.10",
3
+ "version": "3.12.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"