ccs-digitalmarketplace-frameworks 5.1.42 → 5.1.44

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.
@@ -201,6 +201,7 @@
201
201
  - multiqStandardsISOIEC27001
202
202
  - multiqStandardsISO28000
203
203
  - multiqStandardsCSASTAR
204
+ - qualityManagementSystem
204
205
  - multiqStandardsPCI
205
206
  - multiqStandardsCyber
206
207
  - multiqAccreditationsOther
@@ -316,6 +316,7 @@
316
316
  - multiqStandardsISO28000
317
317
  - multiqStandardsISO9001
318
318
  - multiqStandardsCSASTAR
319
+ - qualityManagementSystem
319
320
  - multiqStandardsPCI
320
321
  - multiqStandardsCyber
321
322
  - multiqAccreditationsOther
@@ -16,6 +16,8 @@ followup:
16
16
  - true
17
17
  metricsFocus:
18
18
  - true
19
+ metricsResourceTagging:
20
+ - true
19
21
 
20
22
  type: boolean
21
23
 
@@ -0,0 +1,19 @@
1
+ name: resource tagging
2
+
3
+ question: Does your solution support resource tagging?
4
+
5
+ hidden: true
6
+
7
+ depends:
8
+ - 'on': lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+ - isaas
13
+ - saas
14
+
15
+ type: boolean
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: Please select Yes or No to continue.
@@ -15,6 +15,8 @@ followup:
15
15
  - true
16
16
  metricsHow:
17
17
  - true
18
+ metricsResourceTagging:
19
+ - true
18
20
 
19
21
  type: boolean
20
22
 
@@ -18,4 +18,5 @@ questions:
18
18
  - metricsHostingWhat
19
19
  - metricsHostingWhatOther
20
20
  - metricsHostingHow
21
+ - metricsResourceTagging
21
22
  - metricsFocus
@@ -13,4 +13,5 @@ questions:
13
13
  - metricsSoftware
14
14
  - metricsSoftwareDescription
15
15
  - metricsSoftwareHow
16
+ - metricsResourceTagging
16
17
  - metricsFocus
@@ -0,0 +1,18 @@
1
+ name: Quality management systems (QMS)
2
+
3
+ question: Do you have a quality management system?
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: boolean
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: Please select Yes or No to continue.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.42",
3
+ "version": "5.1.44",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",