ccs-digitalmarketplace-frameworks 4.7.3 → 4.7.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.
@@ -17,3 +17,15 @@
17
17
  - tacLot2a
18
18
  - tacLot2b
19
19
  - tacLot3
20
+
21
+ -
22
+ name: Customer information
23
+ slug: customer-information
24
+ editable: True
25
+ description: >
26
+ <div class="govuk-inset-text">This customer will be contacted to confirm the information you provided in the TAC is correct. Please ensure your customer is aware they will be contacted for their signature. You will not be able to submit your application if the TAC is not signed.</div>
27
+ questions:
28
+ - customerOrganisation
29
+ - customerContactName
30
+ - customerJobTitle
31
+ - customerEmail
@@ -0,0 +1,20 @@
1
+ name: Customer contact name
2
+ question: Customer contact name
3
+ type: text
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ max_length_in_characters: 200
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must enter the customer contact name with a maximum of 200 characters
19
+ - name: under_character_limit
20
+ message: You must enter the customer contact name with a maximum of 200 characters
@@ -0,0 +1,21 @@
1
+ name: Customer email
2
+ question: Customer email
3
+ type: text
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ limits:
15
+ format: email
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: You must enter an email address in the correct format, like name@example.com
20
+ - name: invalid_format
21
+ message: You must enter an email address in the correct format, like name@example.com
@@ -0,0 +1,20 @@
1
+ name: Job title
2
+ question: Job title
3
+ type: text
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ max_length_in_characters: 200
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must enter a Job title with a maximum of 200 characters
19
+ - name: under_character_limit
20
+ message: You must enter a Job title with a maximum of 200 characters
@@ -0,0 +1,20 @@
1
+ name: Customer organisation
2
+ question: Customer organisation
3
+ type: text
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ max_length_in_characters: 200
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must enter the customer organisation with a maximum of 200 characters
19
+ - name: under_character_limit
20
+ message: You must enter the customer organisation with a maximum of 200 characters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.7.3",
3
+ "version": "4.7.4",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",