@moj-bichard7-developers/bichard7-next-data 2.0.149 → 2.0.151

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.
@@ -39,6 +39,14 @@
39
39
  "correctingThisError": "Correct the value and resubmit.",
40
40
  "avoidingThisError": "The error should be investigated and the cause explored."
41
41
  },
42
+ {
43
+ "code": "HO100232",
44
+ "shortDescription": "Bad Location Of Offence",
45
+ "cause": "The offence location has to be a valid length, between 1 and 80 characters",
46
+ "description": "The Location code is either too long or short",
47
+ "correctingThisError": "The issue should be raised with the Bichard 7 support team",
48
+ "avoidingThisError": "There is nothing the user can do to avoid this error."
49
+ },
42
50
  {
43
51
  "code": "HO100239",
44
52
  "shortDescription": "Bad Court Offence Sequence Number",
@@ -39,6 +39,14 @@
39
39
  "correctingThisError": "Correct the value and resubmit.",
40
40
  "avoidingThisError": "The error should be investigated and the cause explored."
41
41
  },
42
+ {
43
+ "code": "HO100232",
44
+ "shortDescription": "Bad Location Of Offence",
45
+ "cause": "The offence location has to be a valid length, between 1 and 80 characters",
46
+ "description": "The Location code is either too long or short",
47
+ "correctingThisError": "The issue should be raised with the Bichard 7 support team",
48
+ "avoidingThisError": "There is nothing the user can do to avoid this error."
49
+ },
42
50
  {
43
51
  "code": "HO100239",
44
52
  "shortDescription": "Bad Court Offence Sequence Number",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moj-bichard7-developers/bichard7-next-data",
3
- "version": "2.0.149",
3
+ "version": "2.0.151",
4
4
  "description": "The standing data for Bichard",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",