ccs-digitalmarketplace-frameworks 5.1.52 → 5.1.53

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.
@@ -218,4 +218,3 @@
218
218
  - serviceDefinitionDocumentURL
219
219
  - termsAndConditionsDocumentURL
220
220
  - pricingDocumentURL
221
- - sfiaRateDocumentURL
@@ -342,4 +342,3 @@
342
342
  - serviceDefinitionDocumentURL
343
343
  - termsAndConditionsDocumentURL
344
344
  - pricingDocumentURL
345
- - sfiaRateDocumentURL
@@ -18,6 +18,6 @@ validations:
18
18
  - name: certificate_expired
19
19
  message: This certificate has expired (please select ‘no' to continue)
20
20
  - name: certificate_not_found
21
- message: The certificate number provided is not a recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
21
+ message: The certificate number provided is not recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
22
22
  - name: api_error
23
- message: The certificate number provided is not a recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
23
+ message: The certificate number provided is not recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
@@ -1,5 +1,5 @@
1
1
  name: Do you have a Cyber Essentials [Plus] certificate?
2
- question: In relation to the services do you have a current and valid Cyber Essentials [Plus] certificate which has been awarded by one of the government approved Cyber Essentials accreditation bodies (IASME) within the most recent 12 months.
2
+ question: In relation to the services do you have a current and valid Cyber Essentials [Plus] certificate which has been awarded by one of the government-approved Cyber Essentials accreditation bodies (IASME) within the most recent 12 months.
3
3
 
4
4
  depends:
5
5
  - "on": route
@@ -8,6 +8,7 @@ depends:
8
8
  - 'on': lot
9
9
  being:
10
10
  - iaas-and-paas
11
+ - iaas-and-paas-above-official
11
12
 
12
13
  type: boolean
13
14
 
@@ -8,6 +8,7 @@ depends:
8
8
  - 'on': lot
9
9
  being:
10
10
  - iaas-and-paas
11
+ - iaas-and-paas-above-official
11
12
 
12
13
  followup:
13
14
  backupWhatData:
@@ -9,6 +9,7 @@ depends:
9
9
  - "on": lot
10
10
  being:
11
11
  - iaas-and-paas
12
+ - iaas-and-paas-above-official
12
13
  - isaas
13
14
  - saas
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.52",
3
+ "version": "5.1.53",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,37 +0,0 @@
1
- name: Skills Framework for the Information Age rate card
2
- question: Add your Skills Framework for the Information Age (SFIA) rate card
3
- hint: >
4
- <p class="govuk-body">This document will not be indexed by search on the Digital Marketplace.</p>
5
- <p class="govuk-body">Your document should:</p>
6
- <ul class="govuk-list govuk-list--bullet">
7
- <li>be an Open Document Format (ODF) or PDF/A</li>
8
- <li>have a maximum file size of 5MB</li>
9
- <li>meet accessibility standards</li>
10
- </ul>
11
- <p class="govuk-body">
12
- <a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/guidance/how-to-publish-on-gov-uk/accessible-pdfs">Read the guidance on accessible documents (link opens in a new tab)</a>.
13
- </p>
14
-
15
- optional: true
16
- depends:
17
- - "on": lot
18
- being:
19
- - iaas-and-paas
20
- - iaas-and-paas-above-official
21
- - saas
22
-
23
- type: upload
24
-
25
- file_settings:
26
- name: sfia-rate-card
27
- max_size: 5
28
- file_types:
29
- - open_document
30
-
31
- validations:
32
- - name: file_is_valid_format
33
- message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
34
- - name: file_is_less_than_5mb
35
- message: The file must be smaller than 5MB.
36
- - name: file_can_be_saved
37
- message: The selected file could not be uploaded - try again.