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.
- package/frameworks/digital-outcomes-and-specialists-7/manifests/declaration.yml +15 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/accurateInformation.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/accuratelyDescribed.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/complyWithTheSupplierCodeOfConduct.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/informationChanges.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqVisibilityOfThirdPartyAgents.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/proofOfClaims.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/visibilityOfThirdPartyAgents.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/{visibilityOfThirdPartyAgentsNecesseryActions.yml → visibilityOfThirdPartyAgentsNecessaryActions.yml} +1 -1
- package/package.json +1 -1
|
@@ -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
|
package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/accuratelyDescribed.yml
ADDED
|
@@ -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"
|
package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/informationChanges.yml
ADDED
|
@@ -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"
|
|
@@ -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.
|
|
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"
|