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.
@@ -7,25 +7,25 @@ depends:
7
7
  type: pricing
8
8
 
9
9
  fields:
10
- minimum_price: infrastructureengineerPriceMin
11
- maximum_price: infrastructureengineerPriceMax
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: infrastructureengineerPriceMin
18
+ field: infrastructureoperationsengineerPriceMin
19
19
  message: 'You need to answer this question.'
20
20
  - name: not_money_format
21
- field: infrastructureengineerPriceMin
21
+ field: infrastructureoperationsengineerPriceMin
22
22
  message: "Minimum price must be a number, without units, eg 99.95"
23
23
  - name: answer_required
24
- field: infrastructureengineerPriceMax
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: infrastructureengineerPriceMax
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: infrastructureengineerPriceMax
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.34",
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"