ccs-digitalmarketplace-frameworks 4.12.12 → 4.12.13

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.
@@ -7,7 +7,6 @@ filter_label: backup and recovery is available
7
7
  depends:
8
8
  - 'on': lot
9
9
  being:
10
- - iaas-and-paas
11
10
  - iaas-and-paas-above-official
12
11
 
13
12
  followup:
@@ -2,6 +2,8 @@ name: RPO/RTO
2
2
 
3
3
  question: Do you provide recovery point objectives (RPO) and recovery time objectives (RTO)?
4
4
 
5
+ hidden: true
6
+
5
7
  depends:
6
8
  - 'on': lot
7
9
  being:
@@ -0,0 +1,30 @@
1
+ name: Backup and recovery
2
+
3
+ question: Does your service provide backup and recovery?
4
+
5
+ filter_label: backup and recovery is available
6
+
7
+ depends:
8
+ - 'on': lot
9
+ being:
10
+ - iaas-and-paas
11
+
12
+ followup:
13
+ backupWhatData:
14
+ - true
15
+ backupControls:
16
+ - true
17
+ backupDatacentre:
18
+ - true
19
+ backupScheduling:
20
+ - true
21
+ backupRecovery:
22
+ - true
23
+ backupRPORTO:
24
+ - true
25
+
26
+ type: boolean
27
+
28
+ validations:
29
+ - name: answer_required
30
+ message: Select yes if your service provides backup and recovery.
@@ -12,6 +12,7 @@ type: multiquestion
12
12
 
13
13
  questions:
14
14
  - backup
15
+ - backupWithObjectives
15
16
  - backupWhatData
16
17
  - backupControls
17
18
  - backupDatacentre
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.12.12",
3
+ "version": "4.12.13",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",