ccs-digitalmarketplace-frameworks 3.12.7 → 3.12.8

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.
@@ -118,3 +118,15 @@
118
118
  - measureCustomerSatisfaction
119
119
  - awareOfTheSocialValueModel
120
120
  - complyWithTheSupplierCodeOfConduct
121
+
122
+ -
123
+ name: Contact details
124
+ slug: contact-details
125
+ editable: True
126
+ prefill: True
127
+ description: |
128
+ Crown Commercial Service will use the primary contact information to contact your organisation if it has any questions about your application.
129
+ questions:
130
+ - contactName
131
+ - contactRole
132
+ - contactEmailAddress
@@ -0,0 +1,16 @@
1
+ name: Contact email address
2
+ question: What is the contact’s email address?
3
+ question_advice: |
4
+ <div class="govuk-warning-text">
5
+ <span class="govuk-warning-text__icon" aria-hidden="true">!</span>
6
+ <strong class="govuk-warning-text__text">
7
+ <span class="govuk-warning-text__assistive">Warning</span>
8
+ It is important that this is an actively monitored mailbox
9
+ </strong>
10
+ </div>
11
+ type: text
12
+
13
+ validations:
14
+ -
15
+ name: answer_required
16
+ message: You must enter the contact’s email address
@@ -0,0 +1,8 @@
1
+ name: Contact name
2
+ question: Who is the contact completing the application and agreeing to the declaration?
3
+ type: text
4
+
5
+ validations:
6
+ -
7
+ name: answer_required
8
+ message: You must enter the contact’s name
@@ -0,0 +1,8 @@
1
+ name: Contact role
2
+ question: What is the contact’s role in the organisation?
3
+ type: text
4
+
5
+ validations:
6
+ -
7
+ name: answer_required
8
+ message: You must enter the contact’s role
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.12.7",
3
+ "version": "3.12.8",
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"