ccs-digitalmarketplace-frameworks 1.8.39 → 1.8.41
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.
- package/frameworks/g-cloud-14/manifests/declaration.yml +1 -2
- package/frameworks/g-cloud-14/questions/declaration/economicAndFinancialStandingEmail.yml +1 -1
- package/frameworks/g-cloud-14/questions/declaration/immediateParentCompanyDetailsVATNumber.yml +0 -6
- package/frameworks/g-cloud-14/questions/declaration/insuranceRequirements.yml +2 -2
- package/frameworks/g-cloud-14/questions/declaration/multiqVat.yml +7 -0
- package/frameworks/g-cloud-14/questions/declaration/ultimateParentCompanyDetailsVATNumber.yml +0 -6
- package/frameworks/g-cloud-14/questions/declaration/vatCode.yml +10 -0
- package/frameworks/g-cloud-14/questions/declaration/vatNumber.yml +1 -0
- package/frameworks/g-cloud-14/questions/declaration/vatNumberNonUK.yml +9 -0
- package/package.json +1 -1
- package/requirements-dev.txt +6 -7
- package/requirements.in +2 -2
- package/requirements.txt +5 -7
package/frameworks/g-cloud-14/questions/declaration/immediateParentCompanyDetailsVATNumber.yml
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
name: VAT number
|
|
2
2
|
question: VAT number
|
|
3
|
-
hint: This is 9 or 12 numbers, sometimes with ‘GB’ at the start, like 123456789 or GB123456789
|
|
4
3
|
type: text
|
|
5
4
|
optional: true
|
|
6
|
-
|
|
7
|
-
validations:
|
|
8
|
-
-
|
|
9
|
-
name: invalid_format
|
|
10
|
-
message: Enter the VAT number in the correct format
|
|
@@ -4,8 +4,8 @@ question: |
|
|
|
4
4
|
|
|
5
5
|
<ul class="govuk-list govuk-list--bullet govuk-!-margin-top-2 govuk-!-margin-bottom-2">
|
|
6
6
|
<li>Employer’s (Compulsory) Liability Insurance = £5,000,000</li>
|
|
7
|
-
<li>Public Liability Insurance = £
|
|
8
|
-
<li>Professional Indemnity Insurance = £
|
|
7
|
+
<li>Public Liability Insurance = £1,000,000</li>
|
|
8
|
+
<li>Professional Indemnity Insurance = £1,000,000</li>
|
|
9
9
|
</ul>
|
|
10
10
|
|
|
11
11
|
There is a legal requirement for certain employers to hold Employer's (Compulsory) Liability Insurance of £5 million as a minimum. See the
|
package/frameworks/g-cloud-14/questions/declaration/ultimateParentCompanyDetailsVATNumber.yml
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
name: VAT number
|
|
2
2
|
question: VAT number
|
|
3
|
-
hint: This is 9 or 12 numbers, sometimes with ‘GB’ at the start, like 123456789 or GB123456789
|
|
4
3
|
type: text
|
|
5
4
|
optional: true
|
|
6
|
-
|
|
7
|
-
validations:
|
|
8
|
-
-
|
|
9
|
-
name: invalid_format
|
|
10
|
-
message: Enter the VAT number in the correct format
|
|
@@ -17,6 +17,16 @@ options:
|
|
|
17
17
|
- label: "UK Company - Not VAT Registered"
|
|
18
18
|
value: "uk not vat registered uk"
|
|
19
19
|
|
|
20
|
+
followup:
|
|
21
|
+
vatNumber:
|
|
22
|
+
- "uk vat registered uk"
|
|
23
|
+
- "eu vat registered uk"
|
|
24
|
+
- "ni vat registered uk"
|
|
25
|
+
- "non eu vat registered uk"
|
|
26
|
+
vatNumberNonUK:
|
|
27
|
+
- "non eu not vat registered uk"
|
|
28
|
+
- "eu not vat registered uk"
|
|
29
|
+
|
|
20
30
|
validations:
|
|
21
31
|
- name: answer_required
|
|
22
32
|
message: You must select an option
|
|
@@ -2,6 +2,7 @@ name: Registered VAT number
|
|
|
2
2
|
question: What is your registered VAT number?
|
|
3
3
|
question_advice: You can view <a class="govuk-link" href="https://www.gov.uk/register-for-vat" for guidance" target="_blank" rel="noopener noreferrer">Register for VAT (opens in new tab)</a> for guidance
|
|
4
4
|
hint: This is 9 or 12 numbers, sometimes with ‘GB’ at the start, like 123456789 or GB123456789
|
|
5
|
+
hidden: true
|
|
5
6
|
|
|
6
7
|
type: text
|
|
7
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.41",
|
|
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"
|
package/requirements-dev.txt
CHANGED
|
@@ -30,9 +30,9 @@ ccs-digitalmarketplace-apiclient==25.0.0
|
|
|
30
30
|
# via
|
|
31
31
|
# -r requirements.txt
|
|
32
32
|
# ccs-digitalmarketplace-utils
|
|
33
|
-
ccs-digitalmarketplace-content-loader==
|
|
33
|
+
ccs-digitalmarketplace-content-loader==11.1.0
|
|
34
34
|
# via -r requirements.txt
|
|
35
|
-
ccs-digitalmarketplace-utils==65.
|
|
35
|
+
ccs-digitalmarketplace-utils==65.2.0
|
|
36
36
|
# via
|
|
37
37
|
# -r requirements.txt
|
|
38
38
|
# ccs-digitalmarketplace-content-loader
|
|
@@ -56,7 +56,7 @@ contextlib2==21.6.0
|
|
|
56
56
|
# via
|
|
57
57
|
# -r requirements.txt
|
|
58
58
|
# ccs-digitalmarketplace-utils
|
|
59
|
-
cryptography==42.0.
|
|
59
|
+
cryptography==42.0.4
|
|
60
60
|
# via
|
|
61
61
|
# -r requirements.txt
|
|
62
62
|
# ccs-digitalmarketplace-utils
|
|
@@ -111,7 +111,7 @@ govuk-country-register==0.5.0
|
|
|
111
111
|
# via
|
|
112
112
|
# -r requirements.txt
|
|
113
113
|
# ccs-digitalmarketplace-utils
|
|
114
|
-
hypothesis==6.98.
|
|
114
|
+
hypothesis==6.98.12
|
|
115
115
|
# via -r requirements-dev.in
|
|
116
116
|
idna==3.4
|
|
117
117
|
# via
|
|
@@ -132,10 +132,9 @@ itsdangerous==2.1.2
|
|
|
132
132
|
# -r requirements.txt
|
|
133
133
|
# flask
|
|
134
134
|
# flask-wtf
|
|
135
|
-
jinja2==3.
|
|
135
|
+
jinja2==3.1.3
|
|
136
136
|
# via
|
|
137
137
|
# -r requirements.txt
|
|
138
|
-
# ccs-digitalmarketplace-content-loader
|
|
139
138
|
# flask
|
|
140
139
|
jmespath==1.0.1
|
|
141
140
|
# via
|
|
@@ -189,7 +188,7 @@ pyjwt==2.8.0
|
|
|
189
188
|
# notifications-python-client
|
|
190
189
|
pyparsing==2.4.7
|
|
191
190
|
# via packaging
|
|
192
|
-
pytest==8.0.
|
|
191
|
+
pytest==8.0.2
|
|
193
192
|
# via -r requirements-dev.in
|
|
194
193
|
python-dateutil==2.8.2
|
|
195
194
|
# via
|
package/requirements.in
CHANGED
package/requirements.txt
CHANGED
|
@@ -16,9 +16,9 @@ cachelib==0.10.2
|
|
|
16
16
|
# via flask-session
|
|
17
17
|
ccs-digitalmarketplace-apiclient==25.0.0
|
|
18
18
|
# via ccs-digitalmarketplace-utils
|
|
19
|
-
ccs-digitalmarketplace-content-loader==
|
|
19
|
+
ccs-digitalmarketplace-content-loader==11.1.0
|
|
20
20
|
# via -r requirements.in
|
|
21
|
-
ccs-digitalmarketplace-utils==65.
|
|
21
|
+
ccs-digitalmarketplace-utils==65.2.0
|
|
22
22
|
# via
|
|
23
23
|
# -r requirements.in
|
|
24
24
|
# ccs-digitalmarketplace-content-loader
|
|
@@ -32,7 +32,7 @@ click==7.1.2
|
|
|
32
32
|
# via flask
|
|
33
33
|
contextlib2==21.6.0
|
|
34
34
|
# via ccs-digitalmarketplace-utils
|
|
35
|
-
cryptography==42.0.
|
|
35
|
+
cryptography==42.0.4
|
|
36
36
|
# via ccs-digitalmarketplace-utils
|
|
37
37
|
deepmerge==1.1.1
|
|
38
38
|
# via -r requirements.in
|
|
@@ -72,10 +72,8 @@ itsdangerous==2.1.2
|
|
|
72
72
|
# via
|
|
73
73
|
# flask
|
|
74
74
|
# flask-wtf
|
|
75
|
-
jinja2==3.
|
|
76
|
-
# via
|
|
77
|
-
# ccs-digitalmarketplace-content-loader
|
|
78
|
-
# flask
|
|
75
|
+
jinja2==3.1.3
|
|
76
|
+
# via flask
|
|
79
77
|
jmespath==1.0.1
|
|
80
78
|
# via
|
|
81
79
|
# boto3
|