@moj-bichard7-developers/bichard7-next-data 2.0.183 → 2.0.186
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.
- package/dist/types/types.d.ts +35 -35
- package/package.json +1 -1
package/dist/types/types.d.ts
CHANGED
|
@@ -5,20 +5,20 @@ export type { Duration } from "./Duration";
|
|
|
5
5
|
export type { GenderCode } from "./GenderCode";
|
|
6
6
|
export type { RemandStatusCode } from "./RemandStatusCode";
|
|
7
7
|
export type { default as TriggerCode } from "./TriggerCode";
|
|
8
|
-
export
|
|
8
|
+
export type CjsCodeAndDescription = {
|
|
9
9
|
cjsCode: string;
|
|
10
10
|
description: string;
|
|
11
11
|
};
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
12
|
+
export type ActualOffenceDate = CjsCodeAndDescription;
|
|
13
|
+
export type Amount = CjsCodeAndDescription;
|
|
14
|
+
export type AlcoholLevelMethod = {
|
|
15
15
|
cjsCode: string;
|
|
16
16
|
description: string;
|
|
17
17
|
spiCode: string;
|
|
18
18
|
};
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
19
|
+
export type Country = CjsCodeAndDescription;
|
|
20
|
+
export type CourtType = CjsCodeAndDescription;
|
|
21
|
+
export type CrestDisposal = {
|
|
22
22
|
amountInResult: string;
|
|
23
23
|
amountInResultType: string;
|
|
24
24
|
dateInResult: string;
|
|
@@ -40,24 +40,24 @@ export declare type CrestDisposal = {
|
|
|
40
40
|
template: string;
|
|
41
41
|
timeInResult: string;
|
|
42
42
|
};
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
43
|
+
export type DefendantPresentAtHearing = CjsCodeAndDescription;
|
|
44
|
+
export type DurationType = CjsCodeAndDescription;
|
|
45
|
+
export type DurationUnit = {
|
|
46
46
|
cjsCode: string;
|
|
47
47
|
description: string;
|
|
48
48
|
pncCode: string;
|
|
49
49
|
spiCode: string;
|
|
50
50
|
xhibitCode: string;
|
|
51
51
|
};
|
|
52
|
-
export
|
|
53
|
-
export
|
|
52
|
+
export type Gender = DurationUnit;
|
|
53
|
+
export type ModeOfTrialReason = {
|
|
54
54
|
cjsCode: string;
|
|
55
55
|
description: string;
|
|
56
56
|
spiCode: string;
|
|
57
57
|
};
|
|
58
|
-
export
|
|
59
|
-
export
|
|
60
|
-
export
|
|
58
|
+
export type Number = CjsCodeAndDescription;
|
|
59
|
+
export type OffenceCategory = CjsCodeAndDescription;
|
|
60
|
+
export type OffenceCode = {
|
|
61
61
|
cjsCode: string;
|
|
62
62
|
description: string;
|
|
63
63
|
homeOfficeClassification: string;
|
|
@@ -66,8 +66,8 @@ export declare type OffenceCode = {
|
|
|
66
66
|
offenceTitle: string;
|
|
67
67
|
recordableOnPnc?: boolean;
|
|
68
68
|
};
|
|
69
|
-
export
|
|
70
|
-
export
|
|
69
|
+
export type OffenceInitiation = CjsCodeAndDescription;
|
|
70
|
+
export type OrganisationUnit = {
|
|
71
71
|
bottomLevelCode: string;
|
|
72
72
|
bottomLevelName?: string;
|
|
73
73
|
secondLevelCode: string;
|
|
@@ -78,27 +78,27 @@ export declare type OrganisationUnit = {
|
|
|
78
78
|
topLevelCode: string;
|
|
79
79
|
topLevelName: string;
|
|
80
80
|
};
|
|
81
|
-
export
|
|
81
|
+
export type PleaStatus = {
|
|
82
82
|
cjsCode: string;
|
|
83
83
|
description: string;
|
|
84
84
|
pncCode: string;
|
|
85
85
|
spiCode: string;
|
|
86
86
|
};
|
|
87
|
-
export
|
|
87
|
+
export type PncCourtMapping = {
|
|
88
88
|
cjsCode: string;
|
|
89
89
|
description: string;
|
|
90
90
|
pncCode: string;
|
|
91
91
|
};
|
|
92
|
-
export
|
|
92
|
+
export type PncDisposal = {
|
|
93
93
|
cjsCode: string;
|
|
94
94
|
description: string;
|
|
95
95
|
pncAdjudication: string;
|
|
96
96
|
pncNonAdjudication: string;
|
|
97
97
|
};
|
|
98
|
-
export
|
|
99
|
-
export
|
|
100
|
-
export
|
|
101
|
-
export
|
|
98
|
+
export type Qualifier = CjsCodeAndDescription;
|
|
99
|
+
export type RemandStatus = PleaStatus;
|
|
100
|
+
export type ResultClass = CjsCodeAndDescription;
|
|
101
|
+
export type ResultCode = {
|
|
102
102
|
cjsCode: string;
|
|
103
103
|
description: string;
|
|
104
104
|
recordableOnPnc?: string;
|
|
@@ -106,21 +106,21 @@ export declare type ResultCode = {
|
|
|
106
106
|
resultHalfLifeHours: string;
|
|
107
107
|
type: string;
|
|
108
108
|
};
|
|
109
|
-
export
|
|
110
|
-
export
|
|
111
|
-
export
|
|
112
|
-
export
|
|
113
|
-
export
|
|
114
|
-
export
|
|
115
|
-
export
|
|
116
|
-
export
|
|
109
|
+
export type ResultQualifierCode = CjsCodeAndDescription;
|
|
110
|
+
export type Summons = CjsCodeAndDescription;
|
|
111
|
+
export type TargetCourtType = CjsCodeAndDescription;
|
|
112
|
+
export type TypeOfHearing = CjsCodeAndDescription;
|
|
113
|
+
export type VehicleCode = CjsCodeAndDescription;
|
|
114
|
+
export type Verdict = PleaStatus;
|
|
115
|
+
export type YesNo = CjsCodeAndDescription;
|
|
116
|
+
export type TriggerDefinition = {
|
|
117
117
|
code: TriggerCode;
|
|
118
118
|
description: string;
|
|
119
119
|
shortDescription: string;
|
|
120
120
|
pncScreenToUpdate?: string;
|
|
121
121
|
cjsResultCode?: string;
|
|
122
122
|
};
|
|
123
|
-
export
|
|
123
|
+
export type ExceptionDefinition = {
|
|
124
124
|
code: ExceptionCode;
|
|
125
125
|
description: string;
|
|
126
126
|
shortDescription: string;
|
|
@@ -129,10 +129,10 @@ export declare type ExceptionDefinition = {
|
|
|
129
129
|
avoidingThisError: string;
|
|
130
130
|
details?: Omit<ExceptionDefinition, "details" | "code">[];
|
|
131
131
|
};
|
|
132
|
-
export
|
|
132
|
+
export type ExcludedTriggerConfig = {
|
|
133
133
|
[key: string]: TriggerCode[];
|
|
134
134
|
};
|
|
135
|
-
export
|
|
135
|
+
export type Force = {
|
|
136
136
|
code: string;
|
|
137
137
|
name: string;
|
|
138
138
|
};
|