ccs-digitalmarketplace-frameworks 9.2.22 → 9.2.23

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.
@@ -243,10 +243,10 @@
243
243
  singular: user support filter
244
244
  plural: user support filters
245
245
  questions:
246
- - emailOrTicketingSupport
246
+ - emailOrTicketingSupportFilter
247
247
  - phoneSupport
248
- - webChatSupport
249
- - onsiteSupport
248
+ - webChatSupportFilter
249
+ - onsiteSupportFilter
250
250
 
251
251
  -
252
252
  name: User support accessibility
@@ -22,7 +22,6 @@ type: radios
22
22
  options:
23
23
  - label: "Yes"
24
24
  value: "yes"
25
- filter_label: "email or online ticketing"
26
25
  derived_from:
27
26
  question: emailOrTicketingSupport
28
27
  any_of:
@@ -0,0 +1,28 @@
1
+ id: emailOrTicketingSupport
2
+ name: Email or online ticketing support
3
+ question: (filter) email or online ticketing support
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ type: radios
15
+ options:
16
+ - label: "Yes"
17
+ value: "yes"
18
+ filter_label: "email or online ticketing"
19
+ derived_from:
20
+ question: emailOrTicketingSupport
21
+ any_of:
22
+ - yes_extra_cost
23
+ - label: Yes, at extra cost
24
+ value: yes_extra_cost
25
+ filter_ignore: true
26
+ - label: "No"
27
+ value: "no"
28
+ filter_ignore: true
@@ -17,7 +17,6 @@ options:
17
17
  question: onsiteSupport
18
18
  any_of:
19
19
  - yes_extra_cost
20
- filter_label: "onsite support"
21
20
  - label: Yes, at extra cost
22
21
  value: yes_extra_cost
23
22
  filter_ignore: true
@@ -0,0 +1,27 @@
1
+ id: onsiteSupport
2
+ name: Onsite support
3
+ question: (filter) onsite support
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+
13
+ type: radios
14
+ options:
15
+ - label: "Yes"
16
+ value: "yes"
17
+ derived_from:
18
+ question: onsiteSupport
19
+ any_of:
20
+ - yes_extra_cost
21
+ filter_label: "onsite support"
22
+ - label: Yes, at extra cost
23
+ value: yes_extra_cost
24
+ filter_ignore: true
25
+ - label: "No"
26
+ value: "no"
27
+ filter_ignore: true
@@ -28,7 +28,6 @@ type: radios
28
28
  options:
29
29
  - label: "Yes"
30
30
  value: "yes"
31
- filter_label: "web chat"
32
31
  derived_from:
33
32
  question: webChatSupport
34
33
  any_of:
@@ -0,0 +1,28 @@
1
+ id: webChatSupport
2
+ name: Web chat support
3
+ question: (filter) web chat support
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ type: radios
15
+ options:
16
+ - label: "Yes"
17
+ value: "yes"
18
+ filter_label: "web chat"
19
+ derived_from:
20
+ question: webChatSupport
21
+ any_of:
22
+ - yes_extra_cost
23
+ - label: Yes, at an extra cost
24
+ value: yes_extra_cost
25
+ filter_ignore: true
26
+ - label: "No"
27
+ value: "no"
28
+ filter_ignore: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "9.2.22",
3
+ "version": "9.2.23",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",