@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
package/.eslintcache ADDED
@@ -0,0 +1 @@
1
+ [{"/Users/csaba.gyorfi/moj/cjse/bichard7-next-data/output-data/index.ts":"1","/Users/csaba.gyorfi/moj/cjse/bichard7-next-data/output-data/types/types.ts":"2"},{"size":4359,"mtime":1648627826609,"results":"3","hashOfConfig":"4"},{"size":3095,"mtime":1648592249731,"results":"5","hashOfConfig":"4"},{"filePath":"6","messages":"7","suppressedMessages":"8","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1ix7zn",{"filePath":"9","messages":"10","suppressedMessages":"11","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/csaba.gyorfi/moj/cjse/bichard7-next-data/output-data/index.ts",[],[],"/Users/csaba.gyorfi/moj/cjse/bichard7-next-data/output-data/types/types.ts",[],[]]
@@ -0,0 +1,26 @@
1
+ [
2
+ {
3
+ "cjsCode": "1",
4
+ "description": "on or in"
5
+ },
6
+ {
7
+ "cjsCode": "2",
8
+ "description": "before"
9
+ },
10
+ {
11
+ "cjsCode": "3",
12
+ "description": "after"
13
+ },
14
+ {
15
+ "cjsCode": "4",
16
+ "description": "between"
17
+ },
18
+ {
19
+ "cjsCode": "5",
20
+ "description": "on or about"
21
+ },
22
+ {
23
+ "cjsCode": "6",
24
+ "description": "on or before"
25
+ }
26
+ ]
@@ -0,0 +1,102 @@
1
+ [
2
+ {
3
+ "cjsCode": "A",
4
+ "description": "Blood",
5
+ "spiCode": "A"
6
+ },
7
+ {
8
+ "cjsCode": "B",
9
+ "description": "Breath",
10
+ "spiCode": "B"
11
+ },
12
+ {
13
+ "cjsCode": "C",
14
+ "description": "Amfetamine",
15
+ "spiCode": "C"
16
+ },
17
+ {
18
+ "cjsCode": "D",
19
+ "description": "Benzoylecgonine",
20
+ "spiCode": "D"
21
+ },
22
+ {
23
+ "cjsCode": "E",
24
+ "description": "Clonazepam",
25
+ "spiCode": "E"
26
+ },
27
+ {
28
+ "cjsCode": "F",
29
+ "description": "Cocaine",
30
+ "spiCode": "F"
31
+ },
32
+ {
33
+ "cjsCode": "G",
34
+ "description": "Diazepam",
35
+ "spiCode": "G"
36
+ },
37
+ {
38
+ "cjsCode": "H",
39
+ "description": "Flunitrazepam",
40
+ "spiCode": "H"
41
+ },
42
+ {
43
+ "cjsCode": "J",
44
+ "description": "Ketamine",
45
+ "spiCode": "J"
46
+ },
47
+ {
48
+ "cjsCode": "K",
49
+ "description": "Lorazepam",
50
+ "spiCode": "K"
51
+ },
52
+ {
53
+ "cjsCode": "L",
54
+ "description": "Lysergic Acid Diethylamide",
55
+ "spiCode": "L"
56
+ },
57
+ {
58
+ "cjsCode": "M",
59
+ "description": "Methadone",
60
+ "spiCode": "M"
61
+ },
62
+ {
63
+ "cjsCode": "N",
64
+ "description": "Metamfetamine",
65
+ "spiCode": "N"
66
+ },
67
+ {
68
+ "cjsCode": "P",
69
+ "description": "Methylenedioxymetamfetamine",
70
+ "spiCode": "P"
71
+ },
72
+ {
73
+ "cjsCode": "R",
74
+ "description": "6-Monoacetylmorphine",
75
+ "spiCode": "R"
76
+ },
77
+ {
78
+ "cjsCode": "S",
79
+ "description": "Morphine",
80
+ "spiCode": "S"
81
+ },
82
+ {
83
+ "cjsCode": "T",
84
+ "description": "Oxazepam",
85
+ "spiCode": "T"
86
+ },
87
+ {
88
+ "cjsCode": "U",
89
+ "description": "Temazepam",
90
+ "spiCode": "U"
91
+ },
92
+ {
93
+ "cjsCode": "V",
94
+ "description": "Urine",
95
+ "spiCode": "V"
96
+ },
97
+ {
98
+ "cjsCode": "W",
99
+ "description": "Delta-9-Tetrahydrocannabinol",
100
+ "spiCode": "W"
101
+ }
102
+ ]
@@ -0,0 +1,50 @@
1
+ [
2
+ {
3
+ "cjsCode": "Back duty",
4
+ "description": "Back duty"
5
+ },
6
+ {
7
+ "cjsCode": "Central funds costs",
8
+ "description": "Central funds costs"
9
+ },
10
+ {
11
+ "cjsCode": "Compensation",
12
+ "description": "Compensation"
13
+ },
14
+ {
15
+ "cjsCode": "Compensation on a TIC",
16
+ "description": "Compensation on a TIC"
17
+ },
18
+ {
19
+ "cjsCode": "Confiscation",
20
+ "description": "Confiscation"
21
+ },
22
+ {
23
+ "cjsCode": "Costs",
24
+ "description": "Costs"
25
+ },
26
+ {
27
+ "cjsCode": "Estreatment of recognisance",
28
+ "description": "Estreatment of recognisance"
29
+ },
30
+ {
31
+ "cjsCode": "Fine",
32
+ "description": "Fine"
33
+ },
34
+ {
35
+ "cjsCode": "Fine - daily penalty total",
36
+ "description": "Fine - daily penalty total"
37
+ },
38
+ {
39
+ "cjsCode": "Forfeiture of monetary security",
40
+ "description": "Forfeiture of monetary security"
41
+ },
42
+ {
43
+ "cjsCode": "Inter-partes costs",
44
+ "description": "Inter-partes costs"
45
+ },
46
+ {
47
+ "cjsCode": "Wasted costs",
48
+ "description": "Wasted costs"
49
+ }
50
+ ]