@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.
@@ -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 declare type CjsCodeAndDescription = {
8
+ export type CjsCodeAndDescription = {
9
9
  cjsCode: string;
10
10
  description: string;
11
11
  };
12
- export declare type ActualOffenceDate = CjsCodeAndDescription;
13
- export declare type Amount = CjsCodeAndDescription;
14
- export declare type AlcoholLevelMethod = {
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 declare type Country = CjsCodeAndDescription;
20
- export declare type CourtType = CjsCodeAndDescription;
21
- export declare type CrestDisposal = {
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 declare type DefendantPresentAtHearing = CjsCodeAndDescription;
44
- export declare type DurationType = CjsCodeAndDescription;
45
- export declare type DurationUnit = {
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 declare type Gender = DurationUnit;
53
- export declare type ModeOfTrialReason = {
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 declare type Number = CjsCodeAndDescription;
59
- export declare type OffenceCategory = CjsCodeAndDescription;
60
- export declare type OffenceCode = {
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 declare type OffenceInitiation = CjsCodeAndDescription;
70
- export declare type OrganisationUnit = {
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 declare type PleaStatus = {
81
+ export type PleaStatus = {
82
82
  cjsCode: string;
83
83
  description: string;
84
84
  pncCode: string;
85
85
  spiCode: string;
86
86
  };
87
- export declare type PncCourtMapping = {
87
+ export type PncCourtMapping = {
88
88
  cjsCode: string;
89
89
  description: string;
90
90
  pncCode: string;
91
91
  };
92
- export declare type PncDisposal = {
92
+ export type PncDisposal = {
93
93
  cjsCode: string;
94
94
  description: string;
95
95
  pncAdjudication: string;
96
96
  pncNonAdjudication: string;
97
97
  };
98
- export declare type Qualifier = CjsCodeAndDescription;
99
- export declare type RemandStatus = PleaStatus;
100
- export declare type ResultClass = CjsCodeAndDescription;
101
- export declare type ResultCode = {
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 declare type ResultQualifierCode = CjsCodeAndDescription;
110
- export declare type Summons = CjsCodeAndDescription;
111
- export declare type TargetCourtType = CjsCodeAndDescription;
112
- export declare type TypeOfHearing = CjsCodeAndDescription;
113
- export declare type VehicleCode = CjsCodeAndDescription;
114
- export declare type Verdict = PleaStatus;
115
- export declare type YesNo = CjsCodeAndDescription;
116
- export declare type TriggerDefinition = {
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 declare type ExceptionDefinition = {
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 declare type ExcludedTriggerConfig = {
132
+ export type ExcludedTriggerConfig = {
133
133
  [key: string]: TriggerCode[];
134
134
  };
135
- export declare type Force = {
135
+ export type Force = {
136
136
  code: string;
137
137
  name: string;
138
138
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moj-bichard7-developers/bichard7-next-data",
3
- "version": "2.0.183",
3
+ "version": "2.0.186",
4
4
  "description": "The standing data for Bichard",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",