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.
@@ -10,7 +10,7 @@ jobs:
10
10
  run: echo ::set-output name=NVMRC::$(cat .nvmrc)
11
11
  id: nvm
12
12
 
13
- - uses: actions/checkout@v3
13
+ - uses: actions/checkout@v4
14
14
  # Setup .npmrc file to publish to npm
15
15
  - uses: actions/setup-node@v3
16
16
  with:
@@ -9,7 +9,7 @@ jobs:
9
9
  release:
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
- - uses: actions/checkout@v3
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@5c36d895aacb45d5e49b897ff8e510d6539eea65
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@v3
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@v3
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
- 14
1
+ lts/hydrogen
@@ -191,10 +191,18 @@
191
191
  editable: True
192
192
  prefill: True
193
193
  description: |
194
- The Crown Commercial Service will use the primary contact information to contact your organisation if it has any questions about your application.
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
@@ -0,0 +1,9 @@
1
+ name: Confirm you are complient
2
+ question: Please provide confirmation that you complied with what is required
3
+ type: boolean
4
+ hidden: true
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: You must select an option
@@ -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,7 @@
1
+ name: Issuing body
2
+ question: Issuing body
3
+ type: text
4
+
5
+ validations:
6
+ - name: answer_required
7
+ message: You must enter the issuing body
@@ -0,0 +1,7 @@
1
+ name: Reference number
2
+ question: Reference number
3
+ type: text
4
+
5
+ validations:
6
+ - name: answer_required
7
+ message: You must enter the reference number
@@ -0,0 +1,7 @@
1
+ name: Web address
2
+ question: Web address
3
+ type: text
4
+
5
+ validations:
6
+ - name: answer_required
7
+ message: You must enter the web address
@@ -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
@@ -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.0",
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"
@@ -35,7 +35,7 @@ click==7.1.2
35
35
  # via flask
36
36
  contextlib2==0.6.0.post1
37
37
  # via ccs-digitalmarketplace-utils
38
- cryptography==41.0.3
38
+ cryptography==41.0.4
39
39
  # via ccs-digitalmarketplace-utils
40
40
  deepmerge==1.0.1
41
41
  # via