ccs-digitalmarketplace-frameworks 9.2.22 → 9.2.24

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.
Files changed (18) hide show
  1. package/frameworks/g-cloud-15/manifests/display_additional_lot_questions.yml +22 -17
  2. package/frameworks/g-cloud-15/manifests/display_service.yml +2 -2
  3. package/frameworks/g-cloud-15/manifests/services_search_filters.yml +3 -3
  4. package/frameworks/g-cloud-15/questions/additional-lot-questions/areYouAResellerDisplay.yml +17 -0
  5. package/frameworks/g-cloud-15/questions/additional-lot-questions/listMultiqCloudServicesDisplay.yml +14 -0
  6. package/frameworks/g-cloud-15/questions/additional-lot-questions/standardsCyberEssentialsPlusValidationDisplay.yml +11 -0
  7. package/frameworks/g-cloud-15/questions/additional-lot-questions/standardsCyberEssentialsValidationDisplay.yml +11 -0
  8. package/frameworks/g-cloud-15/questions/additional-lot-questions/standardsISO28000WhoDisplay.yml +12 -0
  9. package/frameworks/g-cloud-15/questions/additional-lot-questions/standardsISO9001WhoDisplay.yml +11 -0
  10. package/frameworks/g-cloud-15/questions/additional-lot-questions/standardsISOIEC27001WhoDisplay.yml +11 -0
  11. package/frameworks/g-cloud-15/questions/additional-lot-questions/standardsPCIWhoDisplay.yml +12 -0
  12. package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupport.yml +0 -1
  13. package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupportFilter.yml +28 -0
  14. package/frameworks/g-cloud-15/questions/services/onsiteSupport.yml +0 -1
  15. package/frameworks/g-cloud-15/questions/services/onsiteSupportFilter.yml +27 -0
  16. package/frameworks/g-cloud-15/questions/services/webChatSupport.yml +0 -1
  17. package/frameworks/g-cloud-15/questions/services/webChatSupportFilter.yml +28 -0
  18. package/package.json +1 -1
@@ -1,28 +1,33 @@
1
- - name: Mandatory certifications
2
- slug: mandatory-certifications
3
- questions:
4
- - multiqSelectionQuestions
5
-
6
- - name: Cyber Essentials
7
- slug: cyber-essentials
1
+ - name: Standards and certifications
2
+ slug: standards-certifications
8
3
  questions:
4
+ - areYouAResellerDisplay
5
+ - listMultiqCloudServicesDisplay
6
+ - iso9001certificationURL
7
+ - iso9001certificationSoleControlURL
8
+ - iso14001certificationURL
9
+ - iso14001certificationSoleControlURL
10
+ - iso20000_1certificationURL
11
+ - iso20000_1certificationSoleControlURL
12
+ - iso27001certificationURL
13
+ - iso27001certificationSoleControlURL
14
+ - iso27017certificationURL
15
+ - iso27017certificationSoleControlURL
16
+ - iso27018certificationURL
17
+ - iso27018certificationSoleControlURL
9
18
  - cyberEssentialsPlusPossession
10
19
  - cyberEssentialsPlusCertificateValidation
11
20
  - cyberEssentialsPlusAlternative
12
-
13
- - name: Non-mandatory Standards and certifications
14
- slug: standards-certifications
15
- questions:
16
21
  - standardsISOIEC27001
17
- - standardsISOIEC27001Who
22
+ - standardsISOIEC27001WhoDisplay
18
23
  - standardsISOIEC27001When
19
24
  - standardsISOIEC27001Exclusions
20
25
  - standardsISO28000
21
- - standardsISO28000Who
26
+ - standardsISO28000WhoDisplay
22
27
  - standardsISO28000When
23
28
  - standardsISO28000Exclusions
24
29
  - standardsISO9001
25
- - standardsISO9001Who
30
+ - standardsISO9001WhoDisplay
26
31
  - standardsISO9001When
27
32
  - standardsISO9001Exclusions
28
33
  - qualityManagementSystem
@@ -31,14 +36,14 @@
31
36
  - standardsCSASTARLevel
32
37
  - standardsCSASTARExclusions
33
38
  - standardsPCI
34
- - standardsPCIWho
39
+ - standardsPCIWhoDisplay
35
40
  - standardsPCIWhen
36
41
  - standardsPCIExclusions
37
42
  - standardsCyberEssentialsValidated
38
- - standardsCyberEssentialsValidation
43
+ - standardsCyberEssentialsValidationDisplay
39
44
  - standardsCyberEssentialsAlternative
40
45
  - standardsCyberEssentialsPlusValidated
41
- - standardsCyberEssentialsPlusValidation
46
+ - standardsCyberEssentialsPlusValidationDisplay
42
47
  - standardsCyberEssentialsPlusAlternative
43
48
  - accreditationsOther
44
49
  - accreditationsOtherList
@@ -1,4 +1,4 @@
1
- - name: About your service
1
+ - name: About the service
2
2
  questions:
3
3
  - serviceCategoriesHosting
4
4
  - serviceCategoriesSoftware2a
@@ -99,7 +99,7 @@
99
99
  - metricsResourceTagging
100
100
  - metricsFocusResourceTagging
101
101
 
102
- - name: Resellers
102
+ - name: Supplier type
103
103
  questions:
104
104
  - resellingType
105
105
  - resellingOrganisations
@@ -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
@@ -0,0 +1,17 @@
1
+ id: areYouAReseller
2
+ name: Supplier type
3
+ question: Supplier type
4
+
5
+ depends:
6
+ - "on": route
7
+ being:
8
+ - cloud-hosting
9
+
10
+ type: radios
11
+ options:
12
+ - label: Reseller
13
+ value: reseller
14
+ - label: Sole control
15
+ value: sole-control
16
+ - label: Both
17
+ value: sole-control-with-reseller
@@ -0,0 +1,14 @@
1
+ id: cloudServices
2
+ name: Organisations resold
3
+ question: Organisations resold
4
+ item_question: Organisation {index}
5
+ number_of_items: 500
6
+
7
+ depends:
8
+ - "on": route
9
+ being:
10
+ - cloud-hosting
11
+
12
+ type: list_multiquestion
13
+ questions:
14
+ - cloudServiceOrganisation
@@ -0,0 +1,11 @@
1
+ id: standardsCyberEssentialsPlusValidation
2
+ name: Cyber Essentials Plus Certificate Number
3
+ question: Please provide your Cyber Essentials Plus Certificate Number
4
+
5
+ depends:
6
+ - "on": route
7
+ being:
8
+ - cloud-software
9
+ - cloud-support
10
+
11
+ type: text
@@ -0,0 +1,11 @@
1
+ id: standardsCyberEssentialsValidation
2
+ name: Cyber Essentials Certificate Number
3
+ question: Please provide your Cyber Essentials Certificate Number
4
+
5
+ depends:
6
+ - "on": route
7
+ being:
8
+ - cloud-software
9
+ - cloud-support
10
+
11
+ type: text
@@ -0,0 +1,12 @@
1
+ id: standardsISO28000Who
2
+ name: ISO 28000:2022 accredited by
3
+ question: Who accredited the ISO 28000:2022 certification?
4
+
5
+ depends:
6
+ - "on": route
7
+ being:
8
+ - cloud-hosting
9
+ - cloud-software
10
+ - cloud-support
11
+
12
+ type: text
@@ -0,0 +1,11 @@
1
+ id: standardsISO9001Who
2
+ name: ISO 9001 certification accredited by
3
+ question: Who accredited the ISO 9001 certification?
4
+
5
+ depends:
6
+ - "on": route
7
+ being:
8
+ - cloud-software
9
+ - cloud-support
10
+
11
+ type: text
@@ -0,0 +1,11 @@
1
+ id: standardsISOIEC27001Who
2
+ name: ISO/IEC 27001 accredited by
3
+ question: Who accredited the ISO/IEC 27001 certification?
4
+
5
+ depends:
6
+ - "on": route
7
+ being:
8
+ - cloud-software
9
+ - cloud-support
10
+
11
+ type: text
@@ -0,0 +1,12 @@
1
+ id: standardsPCIWho
2
+ name: PCI DSS certification accredited by
3
+ question: Who accredited you?
4
+
5
+ depends:
6
+ - "on": route
7
+ being:
8
+ - cloud-hosting
9
+ - cloud-software
10
+ - cloud-support
11
+
12
+ type: text
@@ -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.24",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",