ccs-digitalmarketplace-frameworks 4.11.6 → 4.11.7

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.
@@ -25,6 +25,7 @@ questions_to_exclude:
25
25
  - dataImportFormats
26
26
  - dataImportFormatsOther
27
27
  - datacentreSecurityStandards
28
+ - dataSanitisationTypeSoftware
28
29
  - devicesUsersManageTheServiceThrough
29
30
  - educationPricing
30
31
  - emailOrTicketingSupport
@@ -11,4 +11,3 @@ type: multiquestion
11
11
  questions:
12
12
  - dataSanitisation
13
13
  - dataSanitisationTypeHosting
14
- - dataSanitisationTypeSoftware
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.11.6",
3
+ "version": "4.11.7",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,21 +0,0 @@
1
- id: dataSanitisationType
2
- name: Data sanitisation type
3
- question: What type of data sanitisation process do you have?
4
-
5
- hidden: true
6
- depends:
7
- - "on": lot
8
- being:
9
- - iaas-and-paas
10
- - iaas-and-paas-above-official
11
-
12
- type: checkboxes
13
- options:
14
- - label: Explicit overwriting of storage before reallocation
15
- value: overwriting
16
- - label: Deleted data can’t be directly accessed
17
- value: no_access
18
-
19
- validations:
20
- - name: answer_required
21
- message: Select a data sanitisation process.