ccs-digitalmarketplace-frameworks 4.4.21 → 4.4.22

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.
@@ -34,6 +34,10 @@ questions:
34
34
  - subcontractorAssociatedPpon
35
35
  - subcontractorAssociatedSharecode
36
36
  - subcontractorAssociatedOffences
37
+ - subcontractorAssociatedCompaniesRegistration
38
+ - subcontractorAssociatedSubcontractorsOrganisationIdentifierRegistration
39
+ - subcontractorAssociatedOfficialRegisters
40
+ - subcontractorAssociatedOrganisationIdentifierRegistration
37
41
 
38
42
 
39
43
 
@@ -46,4 +50,4 @@ validations:
46
50
  message: Each associated person must have a unique public procurement organisation number (PPON)
47
51
  -
48
52
  name: max_items_limit
49
- message: You can only add details for up to 50 subcontractors
53
+ message: You can only add details for up to 50 subcontractors
@@ -0,0 +1,18 @@
1
+ name: Registered on Companies House
2
+ question: Is the subcontractor registered on Companies House?
3
+
4
+ type: boolean
5
+
6
+ followup:
7
+ subcontractorAssociatedSubcontractorsOrganisationIdentifierRegistration:
8
+ - true
9
+ subcontractorAssociatedOfficialRegisters:
10
+ - false
11
+ subcontractorAssociatedOrganisationIdentifierRegistration:
12
+ - false
13
+
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: You must select an option
@@ -0,0 +1,31 @@
1
+ name: Identifier
2
+ question: >
3
+ Please provide an identifier from one of the official registers (or an international equivalent) set out below, please select an option:
4
+ hint: If the subcontractor is not on Companies House or any of the above registers, the organisation must register on the CDP and a PPON number will be generated, then you can select PPON and enter the PPON number.
5
+
6
+ type: radios
7
+ options:
8
+ - label: Charity Commission for England and Wales - preferred identifier for charities
9
+ value: Charity Commission for England and Wales - preferred identifier for charities
10
+ - label: Scottish Charity Regulator- relevant identifier for Scottish Charities
11
+ value: Scottish Charity Regulator- relevant identifier for Scottish Charities
12
+ - label: Charity Commission for Northern Ireland - relevant identifier for Charities established in NI
13
+ value: Charity Commission for Northern Ireland - relevant identifier for Charities established in NI
14
+ - label: Mutuals Public Register - preferred identifier for mutuals
15
+ value: Mutuals Public Register - preferred identifier for mutuals
16
+ - label: Guernsey Registry - relevant if company is registered in Guernsey
17
+ value: Guernsey Registry - relevant if company is registered in Guernsey
18
+ - label: Jersey Financial Services Commission Registry - relevant if company is registered in Jersey
19
+ value: Jersey Financial Services Commission Registry - relevant if company is registered in Jersey
20
+ - label: Isle of Man Companies Registry - relevant if company is registered in Isle of Man
21
+ value: Isle of Man Companies Registry - relevant if company is registered in Isle of Man
22
+ - label: National Health Service Organisation Data Service - preferred register for NHS Bodies
23
+ value: National Health Service Organisation Data Service - preferred register for NHS Bodies
24
+ - label: UK Register of Learning Providers (UKPRN number)- preferred register for education establishments
25
+ value: UK Register of Learning Providers (UKPRN number)- preferred register for education establishments
26
+ - label: Public Procurement Organisation Number (PPON)
27
+ value: Public Procurement Organisation Number (PPON)
28
+
29
+ validations:
30
+ - name: answer_required
31
+ message: You must select an option
@@ -0,0 +1,9 @@
1
+ name: Organisation identifier
2
+ question: Please enter Organisation identifier - registration number
3
+
4
+ type: text
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: Please enter subcontractors Organisation identifier
@@ -3,8 +3,8 @@ question: Please confirm if you are relying on this subcontractor to satisfy con
3
3
 
4
4
  hint: >
5
5
  <p class="govuk-body">
6
- If you are relying on an associated person to satisfy conditions of participation in the procurement,
7
- the lead bidder must provide the details requested for each associated person.
6
+ If you are relying on an associated person to satisfy conditions of participation in the procurement,
7
+ the lead bidder must provide the details requested for each associated person.
8
8
  The lead bidder must also ensure that each associated person registers on the Central Digital Platform and provides their share code.
9
9
  </p>
10
10
 
@@ -19,6 +19,8 @@ followup:
19
19
  - true
20
20
  subcontractorAssociatedOffences:
21
21
  - true
22
+ subcontractorAssociatedCompaniesRegistration:
23
+ - false
22
24
 
23
25
  validations:
24
26
  -
@@ -0,0 +1,10 @@
1
+ name: Registration number
2
+ question: Please enter the subcontractors Companies House registration number
3
+
4
+ type: text
5
+
6
+
7
+ validations:
8
+ -
9
+ name: answer_required
10
+ message: Please enter subcontractors Companies House registration number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.4.21",
3
+ "version": "4.4.22",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",