@moj-bichard7-developers/bichard7-next-data 2.0.138 → 2.0.140

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.
@@ -118,6 +118,14 @@
118
118
  "cause": "In most cases this will be because a local offence code has been set up and Bichard 7 is unaware of the code. In particular, Bichard 7 will not be aware whether this is a recordable or non-recordable offence. As a consequence the result has to become an exception. This can lead to the perception that non-recordable offences are being put into the portal whereas the problem is that Bichard 7 does not know if the offence is non-recordable or not.",
119
119
  "correctingThisError": "The user has to result the case manually on PNC if the offence is recordable, but can simply dismiss it from the portal if the offence is non-recordable.",
120
120
  "avoidingThisError": "Inform the helpdesk of any missing local offences so that they can be added to the system. Processes have now been put in place to manage 'local' offence codes nationally; and this ensures that Bichard 7 is updated with all new codes."
121
+ },
122
+ {
123
+ "code": "HO100307",
124
+ "shortDescription": "Result Code not found (Lookup failed)",
125
+ "description": "The result code is not found.",
126
+ "cause": "Bichard fails to look up the result by CJS code",
127
+ "correctingThisError": "Enter the result onto PNC manually.",
128
+ "avoidingThisError": "There is nothing the user can do to avoid this error."
121
129
  },
122
130
  {
123
131
  "code": "HO100309",
@@ -119,6 +119,14 @@
119
119
  "correctingThisError": "The user has to result the case manually on PNC if the offence is recordable, but can simply dismiss it from the portal if the offence is non-recordable.",
120
120
  "avoidingThisError": "Inform the helpdesk of any missing local offences so that they can be added to the system. Processes have now been put in place to manage 'local' offence codes nationally; and this ensures that Bichard 7 is updated with all new codes."
121
121
  },
122
+ {
123
+ "code": "HO100307",
124
+ "shortDescription": "Result Code not found (Lookup failed)",
125
+ "description": "The result code is not found.",
126
+ "cause": "Bichard fails to look up the result by CJS code",
127
+ "correctingThisError": "Enter the result onto PNC manually.",
128
+ "avoidingThisError": "There is nothing the user can do to avoid this error."
129
+ },
122
130
  {
123
131
  "code": "HO100309",
124
132
  "shortDescription": "Result Code Qualifier not found (Lookup failed)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moj-bichard7-developers/bichard7-next-data",
3
- "version": "2.0.138",
3
+ "version": "2.0.140",
4
4
  "description": "The standing data for Bichard",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",