@moj-bichard7-developers/bichard7-next-data 1.0.0

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.
Files changed (71) hide show
  1. package/.eslintcache +1 -0
  2. package/data/actual-offence-date.json +26 -0
  3. package/data/alcohol-level-method.json +102 -0
  4. package/data/amount.json +50 -0
  5. package/data/country.json +958 -0
  6. package/data/court-type.json +34 -0
  7. package/data/crest-disposal.json +15160 -0
  8. package/data/defendant-present-at-hearing.json +14 -0
  9. package/data/duration-type.json +34 -0
  10. package/data/duration-unit.json +51 -0
  11. package/data/gender.json +30 -0
  12. package/data/mode-of-trial-reason.json +47 -0
  13. package/data/number.json +10 -0
  14. package/data/offence-category.json +98 -0
  15. package/data/offence-code.json +271532 -0
  16. package/data/offence-initiation.json +14 -0
  17. package/data/organisation-unit.json +69940 -0
  18. package/data/plea-status.json +50 -0
  19. package/data/pnc-court-mapping.json +7 -0
  20. package/data/pnc-disposal.json +398 -0
  21. package/data/qualifier.json +18 -0
  22. package/data/remand-status.json +44 -0
  23. package/data/result-class.json +34 -0
  24. package/data/result-code.json +5098 -0
  25. package/data/result-qualifier-code.json +1198 -0
  26. package/data/summons.json +18 -0
  27. package/data/target-court-type.json +10 -0
  28. package/data/type-of-hearing.json +202 -0
  29. package/data/vehicle-code.json +10 -0
  30. package/data/verdict.json +32 -0
  31. package/data/yes-no.json +18 -0
  32. package/dist/data/actual-offence-date.json +26 -0
  33. package/dist/data/alcohol-level-method.json +102 -0
  34. package/dist/data/amount.json +50 -0
  35. package/dist/data/country.json +958 -0
  36. package/dist/data/court-type.json +34 -0
  37. package/dist/data/crest-disposal.json +15160 -0
  38. package/dist/data/defendant-present-at-hearing.json +14 -0
  39. package/dist/data/duration-type.json +34 -0
  40. package/dist/data/duration-unit.json +51 -0
  41. package/dist/data/gender.json +30 -0
  42. package/dist/data/mode-of-trial-reason.json +47 -0
  43. package/dist/data/number.json +10 -0
  44. package/dist/data/offence-category.json +98 -0
  45. package/dist/data/offence-code.json +271532 -0
  46. package/dist/data/offence-initiation.json +14 -0
  47. package/dist/data/organisation-unit.json +69940 -0
  48. package/dist/data/plea-status.json +50 -0
  49. package/dist/data/pnc-court-mapping.json +7 -0
  50. package/dist/data/pnc-disposal.json +398 -0
  51. package/dist/data/qualifier.json +18 -0
  52. package/dist/data/remand-status.json +44 -0
  53. package/dist/data/result-class.json +34 -0
  54. package/dist/data/result-code.json +5098 -0
  55. package/dist/data/result-qualifier-code.json +1198 -0
  56. package/dist/data/summons.json +18 -0
  57. package/dist/data/target-court-type.json +10 -0
  58. package/dist/data/type-of-hearing.json +202 -0
  59. package/dist/data/vehicle-code.json +10 -0
  60. package/dist/data/verdict.json +32 -0
  61. package/dist/data/yes-no.json +18 -0
  62. package/dist/index.d.ts +85 -0
  63. package/dist/index.js +98 -0
  64. package/dist/index.js.map +1 -0
  65. package/dist/types/types.d.ts +110 -0
  66. package/dist/types/types.js +3 -0
  67. package/dist/types/types.js.map +1 -0
  68. package/index.ts +127 -0
  69. package/package.json +39 -0
  70. package/tsconfig.json +23 -0
  71. package/types/types.ts +160 -0
@@ -0,0 +1,14 @@
1
+ [
2
+ {
3
+ "cjsCode": "C",
4
+ "description": "Charge"
5
+ },
6
+ {
7
+ "cjsCode": "R",
8
+ "description": "Requisition"
9
+ },
10
+ {
11
+ "cjsCode": "S",
12
+ "description": "Summons"
13
+ }
14
+ ]