ccs-digitalmarketplace-frameworks 1.8.0 → 1.8.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.
- package/.github/workflows/publish_package.yml +1 -1
- package/.github/workflows/release.yml +2 -2
- package/.github/workflows/test.yml +2 -2
- package/.nvmrc +1 -1
- package/frameworks/g-cloud-14/manifests/declaration.yml +9 -1
- package/frameworks/g-cloud-14/questions/declaration/authOrgLegalRequirement.yml +24 -0
- package/frameworks/g-cloud-14/questions/declaration/authOrgLegalRequirementCompliant.yml +9 -0
- package/frameworks/g-cloud-14/questions/declaration/authOrgLegalRequirementElectronicAvailable.yml +13 -0
- package/frameworks/g-cloud-14/questions/declaration/authOrgLegalRequirementElectronicIssuingBody.yml +7 -0
- package/frameworks/g-cloud-14/questions/declaration/authOrgLegalRequirementElectronicReferenceNumber.yml +7 -0
- package/frameworks/g-cloud-14/questions/declaration/authOrgLegalRequirementElectronicWebAddress.yml +7 -0
- package/frameworks/g-cloud-14/questions/declaration/authOrgLegalRequirementWhatIsRequired.yml +13 -0
- package/frameworks/g-cloud-14/questions/declaration/multiqAuthOrgLegalRequirement.yml +10 -0
- package/frameworks/g-cloud-14/questions/declaration/multiqAuthOrgLegalRequirementElectronic.yml +11 -0
- package/package.json +1 -1
- package/requirements-dev.txt +1 -1
|
@@ -9,7 +9,7 @@ jobs:
|
|
|
9
9
|
release:
|
|
10
10
|
runs-on: ubuntu-latest
|
|
11
11
|
steps:
|
|
12
|
-
- uses: actions/checkout@
|
|
12
|
+
- uses: actions/checkout@v4
|
|
13
13
|
|
|
14
14
|
- name: Get package version
|
|
15
15
|
id: package_version
|
|
@@ -17,7 +17,7 @@ jobs:
|
|
|
17
17
|
|
|
18
18
|
- name: Check if version tag already exists
|
|
19
19
|
id: version_tag
|
|
20
|
-
uses: mukunku/tag-exists-action@
|
|
20
|
+
uses: mukunku/tag-exists-action@78009d2b13e10ba051fe68d8d2f6778a9b2adab3
|
|
21
21
|
env:
|
|
22
22
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
23
23
|
with:
|
|
@@ -9,7 +9,7 @@ jobs:
|
|
|
9
9
|
python-version: [3.9]
|
|
10
10
|
|
|
11
11
|
steps:
|
|
12
|
-
- uses: actions/checkout@
|
|
12
|
+
- uses: actions/checkout@v4
|
|
13
13
|
|
|
14
14
|
- name: Set up Python ${{ matrix.python-version }}
|
|
15
15
|
uses: actions/setup-python@v4
|
|
@@ -44,7 +44,7 @@ jobs:
|
|
|
44
44
|
- scripts/generate-validation-schemas.py --output-path=/tmp
|
|
45
45
|
|
|
46
46
|
steps:
|
|
47
|
-
- uses: actions/checkout@
|
|
47
|
+
- uses: actions/checkout@v4
|
|
48
48
|
|
|
49
49
|
- name: Set up Python ${{ matrix.python-version }}
|
|
50
50
|
uses: actions/setup-python@v4
|
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
lts/hydrogen
|
|
@@ -191,10 +191,18 @@
|
|
|
191
191
|
editable: True
|
|
192
192
|
prefill: True
|
|
193
193
|
description: |
|
|
194
|
-
|
|
194
|
+
The Crown Commercial Service will use the primary contact information to contact your organisation if it has any questions about your application.
|
|
195
195
|
questions:
|
|
196
196
|
- contact
|
|
197
197
|
- contactsRole
|
|
198
198
|
- primaryContactEmail
|
|
199
199
|
- contactEmailContractNotice
|
|
200
200
|
- multiqWebAddress
|
|
201
|
+
|
|
202
|
+
-
|
|
203
|
+
name: Authorisation or organisation legal requirement
|
|
204
|
+
slug: authorisation-or-organisation-legal-requirement
|
|
205
|
+
editable: True
|
|
206
|
+
prefill: False
|
|
207
|
+
questions:
|
|
208
|
+
- multiqAuthOrgLegalRequirement
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
name: Authorisation or Organisation Legal Requirement
|
|
2
|
+
question: |
|
|
3
|
+
For procurements for services only, is it a legal requirement in the country where you are established for you to:
|
|
4
|
+
|
|
5
|
+
<ul class="govuk-list">
|
|
6
|
+
<li>a) possess a particular authorisation</li>
|
|
7
|
+
<li>b) be a member of a particular organisation</li>
|
|
8
|
+
</ul>
|
|
9
|
+
|
|
10
|
+
to provide the requirements specified in this procurement?
|
|
11
|
+
type: boolean
|
|
12
|
+
|
|
13
|
+
followup:
|
|
14
|
+
authOrgLegalRequirementWhatIsRequired:
|
|
15
|
+
- true
|
|
16
|
+
authOrgLegalRequirementCompliant:
|
|
17
|
+
- true
|
|
18
|
+
authOrgLegalRequirementElectronicAvailable:
|
|
19
|
+
- true
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
-
|
|
23
|
+
name: answer_required
|
|
24
|
+
message: You must select an option
|
package/frameworks/g-cloud-14/questions/declaration/authOrgLegalRequirementElectronicAvailable.yml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: Is evidence available electronically
|
|
2
|
+
question: Is evidence of compliance available electronically?
|
|
3
|
+
type: boolean
|
|
4
|
+
hidden: true
|
|
5
|
+
|
|
6
|
+
followup:
|
|
7
|
+
multiqAuthOrgLegalRequirementElectronic:
|
|
8
|
+
- true
|
|
9
|
+
|
|
10
|
+
validations:
|
|
11
|
+
-
|
|
12
|
+
name: answer_required
|
|
13
|
+
message: You must select an option
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: Details of what is required
|
|
2
|
+
question: Please provide additional details of what is required
|
|
3
|
+
type: textbox_large
|
|
4
|
+
max_length_in_words: 500
|
|
5
|
+
hidden: true
|
|
6
|
+
|
|
7
|
+
validations:
|
|
8
|
+
-
|
|
9
|
+
name: answer_required
|
|
10
|
+
message: 'You need to answer this question because you answered ‘yes’ to authorisation or organisation legal requirement'
|
|
11
|
+
-
|
|
12
|
+
name: under_word_limit
|
|
13
|
+
message: "Your answer must be no more than 500 words."
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
name: Authorisation or organisation legal requirement
|
|
2
|
+
question: ""
|
|
3
|
+
|
|
4
|
+
type: multiquestion
|
|
5
|
+
questions:
|
|
6
|
+
- authOrgLegalRequirement
|
|
7
|
+
- authOrgLegalRequirementWhatIsRequired
|
|
8
|
+
- authOrgLegalRequirementCompliant
|
|
9
|
+
- authOrgLegalRequirementElectronicAvailable
|
|
10
|
+
- multiqAuthOrgLegalRequirementElectronic
|
package/frameworks/g-cloud-14/questions/declaration/multiqAuthOrgLegalRequirementElectronic.yml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
name: Electronic evidence
|
|
2
|
+
question: 'Please provide the following:'
|
|
3
|
+
|
|
4
|
+
type: multiquestion
|
|
5
|
+
hidden: true
|
|
6
|
+
optional: true
|
|
7
|
+
|
|
8
|
+
questions:
|
|
9
|
+
- authOrgLegalRequirementElectronicWebAddress
|
|
10
|
+
- authOrgLegalRequirementElectronicIssuingBody
|
|
11
|
+
- authOrgLegalRequirementElectronicReferenceNumber
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.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"
|