ccs-digitalmarketplace-frameworks 4.1.3 → 4.1.4

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.
@@ -10,3 +10,6 @@ validations:
10
10
  -
11
11
  name: invalid_format
12
12
  message: The DUNS number must be 9 digits
13
+ -
14
+ name: cannot_use_own_duns_number
15
+ message: You cannot add your own DUNS number, you are already classed as a consortium member
@@ -7,3 +7,6 @@ validations:
7
7
  -
8
8
  name: invalid_format
9
9
  message: The DUNS number must be 9 digits
10
+ -
11
+ name: cannot_use_own_duns_number
12
+ message: You cannot add your own DUNS number for your immediate parent company
@@ -7,3 +7,6 @@ validations:
7
7
  -
8
8
  name: invalid_format
9
9
  message: The DUNS number must be 9 digits
10
+ -
11
+ name: cannot_use_own_duns_number
12
+ message: You cannot add your own DUNS number for your ultimate parent company
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"
@@ -163,6 +163,7 @@
163
163
  "enum": [
164
164
  "answer_required",
165
165
  "assurance_required",
166
+ "cannot_use_own_duns_number",
166
167
  "dependent_question_error",
167
168
  "file_can_be_saved",
168
169
  "file_is_less_than_5mb",