ccs-digitalmarketplace-frameworks 1.2.19 → 1.2.20

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.
@@ -1,9 +1,16 @@
1
1
  name: An internet (web) address
2
2
  question: Do you have an internet web address ?
3
- type: boolean
3
+
4
+ type: radios
5
+ options:
6
+ - label: 'Yes'
7
+ values: web-address-yes
8
+ - label: We do not have an internet(web) address
9
+ values: No
10
+
4
11
  followup:
5
12
  contactWebContractNotice:
6
- - true
13
+ - 'Yes'
7
14
 
8
15
 
9
16
 
@@ -2,7 +2,7 @@ name: Asking questions
2
2
  question: >
3
3
  Do you understand that you can ask ‘clarification’ questions on the <a href="https://www.digitalmarketplace.service.gov.uk/suppliers/frameworks/g-cloud-13/updates" target="_blank" rel="noopener noreferrer">G-Cloud&nbsp;13 updates page (link opens in a new tab)</a> in your Digital Marketplace account?
4
4
  hint: >
5
- You can ask clarification questions about G-Cloud&nbsp;13 until 5pm BST 1 July 2025. All questions and answers will be posted regularly on the G-Cloud 13 updates page. You will be notified by email when new clarification questions and answers are available.
5
+ You can ask clarification questions about G-Cloud&nbsp;13 until 5pm BST 1 April 2022. All questions and answers will be posted regularly on the G-Cloud 13 updates page. You will be notified by email when new clarification questions and answers are available.
6
6
 
7
7
  type: boolean
8
8
  assessment:
@@ -1,7 +1,7 @@
1
1
  name: Energy-efficient datacentres
2
2
  question: Do your datacentres adhere to the EU code of conduct for energy-efficient datacentres?
3
3
  question_advice: >
4
- Read about the <a href="http://iet.jrc.ec.europa.eu/energyefficiency/ict-codes-conduct/data-centres-energy-efficiency" target="_blank" rel="noopener noreferrer">EU code of conduct for energy-efficient datacentres (link opens in a new tab)</a>.
4
+ Read about the <a href="https://ec.europa.eu/jrc/sites/default/files/eu_folder_code_of_conduct.pdf" target="_blank" rel="noopener noreferrer">EU code of conduct for energy-efficient datacentres (link opens in a new tab)</a>.
5
5
 
6
6
  depends:
7
7
  - "on": lot
@@ -1,7 +1,7 @@
1
1
  name: Government security clearance
2
2
  question: >
3
3
  If the role requires it, what level of security clearance are you prepared to make sure your staff have?
4
- question_advice: Read the <a href="https://www.gov.uk/guidance/security-vetting-and-clearance" target="_blank" rel="noopener noreferrer">government guidance on security vetting and clearance (link opens in a new tab)</a>.
4
+ question_advice: Read the <a href="https://www.gov.uk/government/publications/united-kingdom-security-vetting-clearance-levels/national-security-vetting-clearance-levels" target="_blank" rel="noopener noreferrer">government guidance on security vetting and clearance (link opens in a new tab)</a>.
5
5
 
6
6
  depends:
7
7
  - "on": lot
@@ -1,7 +1,6 @@
1
1
  name: How the web chat support is accessible
2
2
  question: Describe how your web chat is accessible.
3
3
 
4
-
5
4
  hidden: true
6
5
  depends:
7
6
  - "on": lot
@@ -1,15 +1,15 @@
1
- name: How the web interface is accessible
2
- question: Describe how your web interface is accessible.
3
- question_advice: >
4
- Include details of what users can and can’t do.
5
- <a href="http://mandate376.standards.eu/standard/technical-requirements/#9" target="_blank" rel="noopener noreferrer">EN 301 549 9: Web (link opens in a new tab)</a> includes the features and
6
- constraints you should describe.
1
+ name: How the web chat support is accessible
2
+ question: Describe how your web chat is accessible.
3
+
7
4
 
8
5
  hidden: true
9
6
  depends:
10
7
  - "on": lot
11
8
  being:
12
9
  - cloud-hosting
10
+ - cloud-software
11
+ - cloud-support
12
+ - cloud-professional
13
13
 
14
14
  type: textbox_large
15
15
  max_length_in_words: 200
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"