ccs-digitalmarketplace-frameworks 1.3.34 → 1.3.35
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.
package/frameworks/digital-outcomes-6/questions/services/InfrastructureOperationsEngineerDayRate.yml
CHANGED
|
@@ -7,25 +7,25 @@ depends:
|
|
|
7
7
|
type: pricing
|
|
8
8
|
|
|
9
9
|
fields:
|
|
10
|
-
minimum_price:
|
|
11
|
-
maximum_price:
|
|
10
|
+
minimum_price: infrastructureoperationsengineerPriceMin
|
|
11
|
+
maximum_price: infrastructureoperationsengineerPriceMax
|
|
12
12
|
field_defaults:
|
|
13
13
|
price_unit: Person
|
|
14
14
|
price_interval: Day
|
|
15
15
|
|
|
16
16
|
validations:
|
|
17
17
|
- name: answer_required
|
|
18
|
-
field:
|
|
18
|
+
field: infrastructureoperationsengineerPriceMin
|
|
19
19
|
message: 'You need to answer this question.'
|
|
20
20
|
- name: not_money_format
|
|
21
|
-
field:
|
|
21
|
+
field: infrastructureoperationsengineerPriceMin
|
|
22
22
|
message: "Minimum price must be a number, without units, eg 99.95"
|
|
23
23
|
- name: answer_required
|
|
24
|
-
field:
|
|
25
|
-
message: "Enter the amount you will charge for an infrastructure engineer"
|
|
24
|
+
field: infrastructureoperationsengineerPriceMax
|
|
25
|
+
message: "Enter the amount you will charge for an infrastructure operations engineer"
|
|
26
26
|
- name: not_money_format
|
|
27
|
-
field:
|
|
27
|
+
field: infrastructureoperationsengineerPriceMax
|
|
28
28
|
message: "Maximum price must be a number, without units, like 99.95"
|
|
29
29
|
- name: max_less_than_min
|
|
30
|
-
field:
|
|
30
|
+
field: infrastructureoperationsengineerPriceMax
|
|
31
31
|
message: "Minimum price must be less than maximum price"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.35",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|