ccs-digitalmarketplace-frameworks 4.3.0 → 4.3.2

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.
@@ -33,8 +33,8 @@
33
33
  questions:
34
34
  - legalCapacity
35
35
 
36
- - name: Requirements for central government departments, their executive agencies and non-departmental public bodies
37
- slug: requirements-for-central-government-departments-their-executive-agencies-and-non-departmental-public-bodies
36
+ - name: Payments in Contracts above £5m per annum
37
+ slug: payments-in-contracts-above-5m-per-annum
38
38
  editable: True
39
39
  prefill: False
40
40
  questions:
@@ -3,10 +3,10 @@ question: If you are unable to demonstrate that all invoices have been paid with
3
3
  type: textbox_large
4
4
  hidden: true
5
5
 
6
- max_length_in_words: 500
6
+ max_length_in_words: 1000
7
7
 
8
8
  validations:
9
9
  - name: answer_required
10
10
  message: You must demonstrate or explain invoice payments
11
11
  - name: under_word_limit
12
- message: Invoice payment information explanation must not exceed 500 characters
12
+ message: Invoice payment information explanation must not exceed 1000 characters
@@ -4,7 +4,7 @@ question: Please provide debarment details
4
4
  hidden: true
5
5
 
6
6
  type: textbox_large
7
- max_length_in_words: 500
7
+ max_length_in_words: 1000
8
8
 
9
9
  validations:
10
10
  -
@@ -12,4 +12,4 @@ validations:
12
12
  message: Provide debarment details
13
13
  -
14
14
  name: under_word_limit
15
- message: Debarment details must be less than 500 words
15
+ message: Debarment details must be less than 1000 words
@@ -9,7 +9,7 @@ hint: |
9
9
 
10
10
 
11
11
  type: textbox_large
12
- max_length_in_words: 500
12
+ max_length_in_words: 1000
13
13
 
14
14
  validations:
15
15
  -
@@ -17,4 +17,4 @@ validations:
17
17
  message: You must provide a description of their intended role of the consortium
18
18
  -
19
19
  name: under_word_limit
20
- message: Description of their intended role must be less than 500 words
20
+ message: Description of their intended role must be less than 1000 words
@@ -2,7 +2,7 @@ name: Consortium structure
2
2
  question: Tell us the proposed structure of the consortium, including the legal structure where applicable?
3
3
 
4
4
  type: textbox_large
5
- max_length_in_words: 500
5
+ max_length_in_words: 1000
6
6
 
7
7
  validations:
8
8
  -
@@ -10,4 +10,4 @@ validations:
10
10
  message: You must enter the proposed structure of the consortium
11
11
  -
12
12
  name: under_word_limit
13
- message: Proposed structure of the consortium be less than 500 words
13
+ message: Proposed structure of the consortium be less than 1000 words
@@ -25,8 +25,8 @@ hint: >
25
25
  type: textbox_large
26
26
  hidden: true
27
27
 
28
- max_length_in_words: 500
28
+ max_length_in_words: 1000
29
29
 
30
30
  validations:
31
31
  - name: under_word_limit
32
- message: Invoice payment information explanation must not exceed 500 characters
32
+ message: Invoice payment information explanation must not exceed 1000 characters
@@ -3,7 +3,7 @@ question: |
3
3
  Please provide an explanation as to why not and/or assurances that it will be included before contract award.
4
4
 
5
5
  type: textbox_large
6
- max_length_in_words: 500
6
+ max_length_in_words: 1000
7
7
 
8
8
  validations:
9
9
  -
@@ -11,4 +11,4 @@ validations:
11
11
  message: 'You need to answer this question'
12
12
  -
13
13
  name: under_word_limit
14
- message: Your answer must be no more than 500 words
14
+ message: Your answer must be no more than 1000 words
@@ -2,7 +2,7 @@ name: Debarment details
2
2
  question: Please provide debarment details
3
3
 
4
4
  type: textbox_large
5
- max_length_in_words: 500
5
+ max_length_in_words: 1000
6
6
 
7
7
  validations:
8
8
  -
@@ -10,4 +10,4 @@ validations:
10
10
  message: Provide debarment details
11
11
  -
12
12
  name: under_word_limit
13
- message: Debarment details must be less than 500 words
13
+ message: Debarment details must be less than 1000 words
@@ -5,7 +5,7 @@ hint: |
5
5
  <p>(a) what role they will play in the delivery of the call-off contracts</p>
6
6
  <p>(b) their % share of the total contract value</p>
7
7
  type: textbox_large
8
- max_length_in_words: 500
8
+ max_length_in_words: 1000
9
9
 
10
10
  validations:
11
11
  -
@@ -13,4 +13,4 @@ validations:
13
13
  message: You must enter a role description
14
14
  -
15
15
  name: under_word_limit
16
- message: Role description must be less than 500 words
16
+ message: Role description must be less than 1000 words
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
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"