ccs-digitalmarketplace-frameworks 3.12.3 → 3.12.4
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 +8 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqVisibilityOfThirdPartyAgents.yml +10 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/visibilityOfThirdPartyAgents.yml +19 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/visibilityOfThirdPartyAgentsConfirmFullVisibility.yml +10 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/visibilityOfThirdPartyAgentsName.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/visibilityOfThirdPartyAgentsNeccesseryActions.yml +10 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/visibilityOfThirdPartyAgentsVisibilityOfContent.yml +10 -0
- package/package.json +1 -1
|
@@ -14,6 +14,14 @@
|
|
|
14
14
|
questions:
|
|
15
15
|
- multiqUltimateParentCompany
|
|
16
16
|
|
|
17
|
+
-
|
|
18
|
+
name: Visibility of third party agents or bid writers
|
|
19
|
+
slug: visibility-of-third-party-agents
|
|
20
|
+
editable: True
|
|
21
|
+
prefill: False
|
|
22
|
+
questions:
|
|
23
|
+
- multiqVisibilityOfThirdPartyAgents
|
|
24
|
+
|
|
17
25
|
-
|
|
18
26
|
name: Framework award form details
|
|
19
27
|
slug: framework-award-form-details
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
name: Visibility of third party agents or bid writers
|
|
2
|
+
question: ""
|
|
3
|
+
|
|
4
|
+
type: multiquestion
|
|
5
|
+
questions:
|
|
6
|
+
- visibilityOfThirdPartyAgents
|
|
7
|
+
- visibilityOfThirdPartyAgentsName
|
|
8
|
+
- visibilityOfThirdPartyAgentsConfirmFullVisibility
|
|
9
|
+
- visibilityOfThirdPartyAgentsVisibilityOfContent
|
|
10
|
+
- visibilityOfThirdPartyAgentsNeccesseryActions
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Visibility of third party agents or bid writers
|
|
2
|
+
question: Have you engaged the services of a third party or agent in the preparation of your bid?
|
|
3
|
+
|
|
4
|
+
type: boolean
|
|
5
|
+
|
|
6
|
+
followup:
|
|
7
|
+
visibilityOfThirdPartyAgentsName:
|
|
8
|
+
- true
|
|
9
|
+
visibilityOfThirdPartyAgentsConfirmFullVisibility:
|
|
10
|
+
- true
|
|
11
|
+
visibilityOfThirdPartyAgentsVisibilityOfContent:
|
|
12
|
+
- true
|
|
13
|
+
visibilityOfThirdPartyAgentsNeccesseryActions:
|
|
14
|
+
- true
|
|
15
|
+
|
|
16
|
+
validations:
|
|
17
|
+
-
|
|
18
|
+
name: answer_required
|
|
19
|
+
message: You must select an option
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
name: Confirm full visibility
|
|
2
|
+
question: Confirm that you have full visibility of the bid pack for this competition, including the terms and conditions
|
|
3
|
+
|
|
4
|
+
type: boolean
|
|
5
|
+
hidden: true
|
|
6
|
+
|
|
7
|
+
validations:
|
|
8
|
+
-
|
|
9
|
+
name: answer_required
|
|
10
|
+
message: You must select an option
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
name: Third party and/or agent name
|
|
2
|
+
question: What is the name of the organisation of the third party agent or bid writer?
|
|
3
|
+
type: text
|
|
4
|
+
hidden: true
|
|
5
|
+
|
|
6
|
+
validations:
|
|
7
|
+
-
|
|
8
|
+
name: answer_required
|
|
9
|
+
message: You must enter the name of the organisation of the third party agent or bid writer
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
name: Neccessery actions
|
|
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
|
+
|
|
4
|
+
type: boolean
|
|
5
|
+
hidden: true
|
|
6
|
+
|
|
7
|
+
validations:
|
|
8
|
+
-
|
|
9
|
+
name: answer_required
|
|
10
|
+
message: You must select an option
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.4",
|
|
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"
|