ccs-digitalmarketplace-frameworks 3.12.2 → 3.12.3

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 (28) hide show
  1. package/frameworks/digital-outcomes-and-specialists-7/manifests/declaration.yml +16 -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/supplierAuthorisedRepresentativeEmailAddress.yml +7 -0
  9. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierAuthorisedRepresentativeJobTitle.yml +7 -0
  10. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierAuthorisedRepresentativeName.yml +7 -0
  11. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierAuthorisedRepresentativePhoneNumber.yml +11 -0
  12. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierComplianceOfficerEmailAddress.yml +7 -0
  13. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierComplianceOfficerJobTitle.yml +7 -0
  14. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierComplianceOfficerName.yml +7 -0
  15. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierComplianceOfficerPhoneNumber.yml +11 -0
  16. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierDataProtectionOfficerEmailAddress.yml +7 -0
  17. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierDataProtectionOfficerJobTitle.yml +7 -0
  18. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierDataProtectionOfficerName.yml +7 -0
  19. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierDataProtectionOfficerPhoneNumber.yml +11 -0
  20. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierFrameworkManagerEmailAddress.yml +7 -0
  21. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierFrameworkManagerJobTitle.yml +7 -0
  22. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierFrameworkManagerName.yml +7 -0
  23. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierFrameworkManagerPhoneNumber.yml +11 -0
  24. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierMarketingContactEmailAddress.yml +7 -0
  25. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierMarketingContactJobTitle.yml +7 -0
  26. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierMarketingContactName.yml +7 -0
  27. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/supplierMarketingContactPhoneNumber.yml +11 -0
  28. package/package.json +1 -1
@@ -14,6 +14,21 @@
14
14
  questions:
15
15
  - multiqUltimateParentCompany
16
16
 
17
+ -
18
+ name: Framework award form details
19
+ slug: framework-award-form-details
20
+ editable: True
21
+ prefill: False
22
+ description: |
23
+ Please provide the information to be used to populate the Framework Award Form and any applicable Framework Contract Schedules if successful in this competition.
24
+ questions:
25
+ - multiqSupplierFrameworkManager
26
+ - multiqSupplierAuthorisedRepresentative
27
+ - multiqSupplierComplianceOfficer
28
+ - multiqSupplierDataProtectionOfficer
29
+ - multiqSupplierMarketingContact
30
+ - commerciallySensitiveInformation
31
+
17
32
  -
18
33
  name: Data protection
19
34
  slug: data-protection
@@ -27,7 +42,7 @@
27
42
  - dataProtection
28
43
 
29
44
  -
30
- name: Health and Safety
45
+ name: Health and safety
31
46
  slug: health-and-safety
32
47
  editable: True
33
48
  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,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
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.3",
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"