ccs-digitalmarketplace-frameworks 5.1.40 → 5.1.41

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.
@@ -14,3 +14,5 @@ questions:
14
14
  - usageNotifications
15
15
  - usageNotificationsHow
16
16
  - usageNotificationsHowOther
17
+ - usageNotificationsHelpOptimiseConsumption
18
+ - usageNotificationsAutomaticScaling
@@ -13,6 +13,10 @@ depends:
13
13
  followup:
14
14
  usageNotificationsHow:
15
15
  - true
16
+ usageNotificationsHelpOptimiseConsumption:
17
+ - true
18
+ usageNotificationsAutomaticScaling:
19
+ - true
16
20
 
17
21
  type: boolean
18
22
 
@@ -0,0 +1,17 @@
1
+ name: Automatic scaling
2
+
3
+ question: Does your solution scale up and down automatically; reduce resources (and therefore cost) when under utilised, and/or increase resources in the event of additional demand?
4
+
5
+ hidden: true
6
+
7
+ depends:
8
+ - 'on': lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ type: boolean
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Please select Yes or No to continue.
@@ -0,0 +1,17 @@
1
+ name: Optimising consumption
2
+
3
+ question: Does your solution provide information to help users optimise their consumption?
4
+
5
+ hidden: true
6
+
7
+ depends:
8
+ - 'on': lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ type: boolean
14
+
15
+ validations:
16
+ - name: answer_required
17
+ 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.40",
3
+ "version": "5.1.41",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",