ccs-digitalmarketplace-frameworks 3.12.2 → 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.
Files changed (34) hide show
  1. package/frameworks/digital-outcomes-and-specialists-7/manifests/declaration.yml +24 -1
  2. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/commerciallySensitiveInformation.yml +19 -0
  3. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqSupplierAuthorisedRepresentative.yml +9 -0
  4. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqSupplierComplianceOfficer.yml +9 -0
  5. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqSupplierDataProtectionOfficer.yml +9 -0
  6. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqSupplierFrameworkManager.yml +9 -0
  7. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqSupplierMarketingContact.yml +9 -0
  8. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqVisibilityOfThirdPartyAgents.yml +10 -0
  9. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierAuthorisedRepresentativeEmailAddress.yml +7 -0
  10. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierAuthorisedRepresentativeJobTitle.yml +7 -0
  11. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierAuthorisedRepresentativeName.yml +7 -0
  12. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierAuthorisedRepresentativePhoneNumber.yml +11 -0
  13. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierComplianceOfficerEmailAddress.yml +7 -0
  14. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierComplianceOfficerJobTitle.yml +7 -0
  15. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierComplianceOfficerName.yml +7 -0
  16. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierComplianceOfficerPhoneNumber.yml +11 -0
  17. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierDataProtectionOfficerEmailAddress.yml +7 -0
  18. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierDataProtectionOfficerJobTitle.yml +7 -0
  19. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierDataProtectionOfficerName.yml +7 -0
  20. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierDataProtectionOfficerPhoneNumber.yml +11 -0
  21. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierFrameworkManagerEmailAddress.yml +7 -0
  22. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierFrameworkManagerJobTitle.yml +7 -0
  23. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierFrameworkManagerName.yml +7 -0
  24. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierFrameworkManagerPhoneNumber.yml +11 -0
  25. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierMarketingContactEmailAddress.yml +7 -0
  26. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierMarketingContactJobTitle.yml +7 -0
  27. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierMarketingContactName.yml +7 -0
  28. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierMarketingContactPhoneNumber.yml +11 -0
  29. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/visibilityOfThirdPartyAgents.yml +19 -0
  30. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/visibilityOfThirdPartyAgentsConfirmFullVisibility.yml +10 -0
  31. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/visibilityOfThirdPartyAgentsName.yml +9 -0
  32. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/visibilityOfThirdPartyAgentsNeccesseryActions.yml +10 -0
  33. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/visibilityOfThirdPartyAgentsVisibilityOfContent.yml +10 -0
  34. package/package.json +1 -1
@@ -14,6 +14,29 @@
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
+
25
+ -
26
+ name: Framework award form details
27
+ slug: framework-award-form-details
28
+ editable: True
29
+ prefill: False
30
+ description: |
31
+ Please provide the information to be used to populate the Framework Award Form and any applicable Framework Contract Schedules if successful in this competition.
32
+ questions:
33
+ - multiqSupplierFrameworkManager
34
+ - multiqSupplierAuthorisedRepresentative
35
+ - multiqSupplierComplianceOfficer
36
+ - multiqSupplierDataProtectionOfficer
37
+ - multiqSupplierMarketingContact
38
+ - commerciallySensitiveInformation
39
+
17
40
  -
18
41
  name: Data protection
19
42
  slug: data-protection
@@ -27,7 +50,7 @@
27
50
  - dataProtection
28
51
 
29
52
  -
30
- name: Health and Safety
53
+ name: Health and safety
31
54
  slug: health-and-safety
32
55
  editable: True
33
56
  prefill: False
@@ -0,0 +1,19 @@
1
+ name: Commercially sensitive information
2
+ question: |
3
+ Please provide any commercially sensitive information including:
4
+ <ul class="govuk-list govuk-list--bullet">
5
+ <li>Date</li>
6
+ <li>Details</li>
7
+ <li>Duration of confidentiality</li>
8
+ </ul>
9
+
10
+ type: textbox_large
11
+ max_length_in_words: 500
12
+
13
+ validations:
14
+ -
15
+ name: answer_required
16
+ message: Enter any commercially sensitive information
17
+ -
18
+ name: under_word_limit
19
+ message: Your answer must be no more than 500 words
@@ -0,0 +1,9 @@
1
+ name: Supplier authorised representative
2
+ question: Supplier authorised representative
3
+
4
+ type: multiquestion
5
+ questions:
6
+ - supplierAuthorisedRepresentativeName
7
+ - supplierAuthorisedRepresentativeJobTitle
8
+ - supplierAuthorisedRepresentativeEmailAddress
9
+ - supplierAuthorisedRepresentativePhoneNumber
@@ -0,0 +1,9 @@
1
+ name: Supplier compliance officer
2
+ question: Supplier compliance officer
3
+
4
+ type: multiquestion
5
+ questions:
6
+ - supplierComplianceOfficerName
7
+ - supplierComplianceOfficerJobTitle
8
+ - supplierComplianceOfficerEmailAddress
9
+ - supplierComplianceOfficerPhoneNumber
@@ -0,0 +1,9 @@
1
+ name: Supplier data protection officer
2
+ question: Supplier data protection officer
3
+
4
+ type: multiquestion
5
+ questions:
6
+ - supplierDataProtectionOfficerName
7
+ - supplierDataProtectionOfficerJobTitle
8
+ - supplierDataProtectionOfficerEmailAddress
9
+ - supplierDataProtectionOfficerPhoneNumber
@@ -0,0 +1,9 @@
1
+ name: Supplier framework manager
2
+ question: Supplier framework manager
3
+
4
+ type: multiquestion
5
+ questions:
6
+ - supplierFrameworkManagerName
7
+ - supplierFrameworkManagerJobTitle
8
+ - supplierFrameworkManagerEmailAddress
9
+ - supplierFrameworkManagerPhoneNumber
@@ -0,0 +1,9 @@
1
+ name: Supplier marketing contact
2
+ question: Supplier marketing contact
3
+
4
+ type: multiquestion
5
+ questions:
6
+ - supplierMarketingContactName
7
+ - supplierMarketingContactJobTitle
8
+ - supplierMarketingContactEmailAddress
9
+ - supplierMarketingContactPhoneNumber
@@ -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,7 @@
1
+ question: Email address
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the email address for the authorised representative
@@ -0,0 +1,7 @@
1
+ question: Job title
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the job title for the authorised representative
@@ -0,0 +1,7 @@
1
+ question: Name
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the name for the authorised representative
@@ -0,0 +1,11 @@
1
+ question: Phone number
2
+ type: text
3
+ max_length_in_characters: 15
4
+
5
+ validations:
6
+ -
7
+ name: answer_required
8
+ message: You must enter the phone number for the authorised representative
9
+ -
10
+ name: under_character_limit
11
+ message: The phone number must be no more than 15 characters
@@ -0,0 +1,7 @@
1
+ question: Email address
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the email address for the compliance officer
@@ -0,0 +1,7 @@
1
+ question: Job title
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the job title for the compliance officer
@@ -0,0 +1,7 @@
1
+ question: Name
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the name for the compliance officer
@@ -0,0 +1,11 @@
1
+ question: Phone number
2
+ type: text
3
+ max_length_in_characters: 15
4
+
5
+ validations:
6
+ -
7
+ name: answer_required
8
+ message: You must enter the phone number for the compliance officer
9
+ -
10
+ name: under_character_limit
11
+ message: The phone number must be no more than 15 characters
@@ -0,0 +1,7 @@
1
+ question: Email address
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the email address for the data protection officer
@@ -0,0 +1,7 @@
1
+ question: Job title
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the job title for the data protection officer
@@ -0,0 +1,7 @@
1
+ question: Name
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the name for the data protection officer
@@ -0,0 +1,11 @@
1
+ question: Phone number
2
+ type: text
3
+ max_length_in_characters: 15
4
+
5
+ validations:
6
+ -
7
+ name: answer_required
8
+ message: You must enter the phone number for the data protection officer
9
+ -
10
+ name: under_character_limit
11
+ message: The phone number must be no more than 15 characters
@@ -0,0 +1,7 @@
1
+ question: Email address
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the email address for the framework manager
@@ -0,0 +1,7 @@
1
+ question: Job title
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the job title for the framework manager
@@ -0,0 +1,7 @@
1
+ question: Name
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the name for the framework manager
@@ -0,0 +1,11 @@
1
+ question: Phone number
2
+ type: text
3
+ max_length_in_characters: 15
4
+
5
+ validations:
6
+ -
7
+ name: answer_required
8
+ message: You must enter the phone number for the framework manager
9
+ -
10
+ name: under_character_limit
11
+ message: The phone number must be no more than 15 characters
@@ -0,0 +1,7 @@
1
+ question: Email address
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the email address for the marketing contact
@@ -0,0 +1,7 @@
1
+ question: Job title
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the job title for the marketing contact
@@ -0,0 +1,7 @@
1
+ question: Name
2
+ type: text
3
+
4
+ validations:
5
+ -
6
+ name: answer_required
7
+ message: You must enter the name for the marketing contact
@@ -0,0 +1,11 @@
1
+ question: Phone number
2
+ type: text
3
+ max_length_in_characters: 15
4
+
5
+ validations:
6
+ -
7
+ name: answer_required
8
+ message: You must enter the phone number for the marketing contact
9
+ -
10
+ name: under_character_limit
11
+ message: The phone number must be no more than 15 characters
@@ -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
@@ -0,0 +1,10 @@
1
+ name: Visibility of content
2
+ question: Confirm that you have full visibility of the content of your bid
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.2",
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"