@otr-app/shared-backend-generated-client 2.3.140 → 2.3.141
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/angular/.openapi-generator/FILES +2 -0
- package/dist/angular/model/models.ts +2 -0
- package/dist/angular/model/oCRCourtModel.ts +23 -0
- package/dist/angular/model/oCRPredictionCaseResponse.ts +4 -0
- package/dist/angular/model/oCRViolationModel.ts +85 -0
- package/dist/typescript/model/OCRCourtModel.d.ts +20 -0
- package/dist/typescript/model/OCRCourtModel.js +13 -0
- package/dist/typescript/model/OCRPredictionCaseResponse.d.ts +2 -0
- package/dist/typescript/model/OCRViolationModel.d.ts +80 -0
- package/dist/typescript/model/OCRViolationModel.js +77 -0
- package/dist/typescript/model/models.d.ts +2 -0
- package/dist/typescript/model/models.js +2 -0
- package/package.json +1 -1
|
@@ -585,7 +585,9 @@ model/noteEntity.ts
|
|
|
585
585
|
model/noteModel.ts
|
|
586
586
|
model/notificationEvent.ts
|
|
587
587
|
model/notificationEvents.ts
|
|
588
|
+
model/oCRCourtModel.ts
|
|
588
589
|
model/oCRPredictionCaseResponse.ts
|
|
590
|
+
model/oCRViolationModel.ts
|
|
589
591
|
model/otherCase.ts
|
|
590
592
|
model/outgoingContactDomain.ts
|
|
591
593
|
model/paymentPlanTypeModel.ts
|
|
@@ -471,7 +471,9 @@ export * from './noteEntity';
|
|
|
471
471
|
export * from './noteModel';
|
|
472
472
|
export * from './notificationEvent';
|
|
473
473
|
export * from './notificationEvents';
|
|
474
|
+
export * from './oCRCourtModel';
|
|
474
475
|
export * from './oCRPredictionCaseResponse';
|
|
476
|
+
export * from './oCRViolationModel';
|
|
475
477
|
export * from './otherCase';
|
|
476
478
|
export * from './outgoingContactDomain';
|
|
477
479
|
export * from './paymentPlanTypeModel';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
export interface OCRCourtModel {
|
|
15
|
+
city?: string;
|
|
16
|
+
countyName?: string;
|
|
17
|
+
courtId?: number;
|
|
18
|
+
courtName?: string;
|
|
19
|
+
courtNameAdditional?: string;
|
|
20
|
+
regionCode?: string;
|
|
21
|
+
timeZoneName?: string;
|
|
22
|
+
}
|
|
23
|
+
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { Violation } from './violation';
|
|
13
13
|
import { ConfidenceField } from './confidenceField';
|
|
14
|
+
import { OCRCourtModel } from './oCRCourtModel';
|
|
15
|
+
import { OCRViolationModel } from './oCRViolationModel';
|
|
14
16
|
|
|
15
17
|
|
|
16
18
|
export interface OCRPredictionCaseResponse {
|
|
@@ -32,6 +34,8 @@ export interface OCRPredictionCaseResponse {
|
|
|
32
34
|
driversState?: ConfidenceField;
|
|
33
35
|
driversStreetAddress?: ConfidenceField;
|
|
34
36
|
driversZip?: ConfidenceField;
|
|
37
|
+
eligibleCourtModels?: Array<OCRCourtModel>;
|
|
38
|
+
eligibleViolationModels?: Array<OCRViolationModel>;
|
|
35
39
|
infractionNumber?: ConfidenceField;
|
|
36
40
|
infractionType?: ConfidenceField;
|
|
37
41
|
leaOri?: ConfidenceField;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
export interface OCRViolationModel {
|
|
15
|
+
classDescription?: string;
|
|
16
|
+
criminal?: boolean;
|
|
17
|
+
violationClassification?: OCRViolationModel.ViolationClassificationEnum;
|
|
18
|
+
violationDescription?: string;
|
|
19
|
+
violationId?: number;
|
|
20
|
+
wobblerToCriminal?: boolean;
|
|
21
|
+
}
|
|
22
|
+
export namespace OCRViolationModel {
|
|
23
|
+
export type ViolationClassificationEnum = 'CLASS_1_FELONY' | 'CLASS_1_MISDEMEANOR' | 'CLASS_2_FELONY' | 'CLASS_2_MISDEMEANOR' | 'CLASS_3_FELONY' | 'CLASS_3_MISDEMEANOR' | 'CLASS_4_FELONY' | 'CLASS_4_MISDEMEANOR' | 'CLASS_5_FELONY' | 'CLASS_6_FELONY' | 'CLASS_A1_MISDEMEANOR' | 'CLASS_A_FELONY' | 'CLASS_A_INFRACTION' | 'CLASS_A_MISDEMEANOR' | 'CLASS_A_VIOLATION' | 'CLASS_B_FELONY' | 'CLASS_B_INFRACTION' | 'CLASS_B_MISDEMEANOR' | 'CLASS_B_VIOLATION' | 'CLASS_C_FELONY' | 'CLASS_C_INFRACTION' | 'CLASS_C_MISDEMEANOR' | 'CLASS_C_VIOLATION' | 'CLASS_D_FELONY' | 'CLASS_D_MISDEMEANOR' | 'CLASS_D_VIOLATION' | 'CLASS_E_FELONY' | 'CLASS_F_FELONY' | 'CLASS_H_FELONY' | 'DISORDERLY_PERSONS_OFFENSE' | 'FELONY' | 'FELONY_1ST_DEGREE' | 'FELONY_2ND_DEGREE' | 'FELONY_3RD_DEGREE' | 'FELONY_4TH_DEGREE' | 'FELONY_5TH_DEGREE' | 'GROSS_MISDEMEANOR' | 'HIGH_AND_AGGRAVATED_MISDEMEANOR' | 'INFRACTION' | 'LEVEL_4_FELONY' | 'LEVEL_5_FELONY' | 'LEVEL_6_FELONY' | 'MINOR_MISDEMEANOR' | 'MISDEMEANOR' | 'MISDEMEANOR_1ST_DEGREE' | 'MISDEMEANOR_2ND_DEGREE' | 'MISDEMEANOR_3RD_DEGREE' | 'MISDEMEANOR_4TH_DEGREE' | 'MISDEMEANOR_WITH_REFUND' | 'NON_MOVING' | 'NON_REPORTABLE' | 'PETTY_MISDEMEANOR' | 'QUASI_CRIMINAL' | 'SUMMARY_OFFENSE' | 'SUMMARY_OFFENSE_NO_REFUND' | 'WOBBLER_TO_FELONY' | 'WOBBLER_TO_MISDEMEANOR';
|
|
24
|
+
export const ViolationClassificationEnum = {
|
|
25
|
+
Class1Felony: 'CLASS_1_FELONY' as ViolationClassificationEnum,
|
|
26
|
+
Class1Misdemeanor: 'CLASS_1_MISDEMEANOR' as ViolationClassificationEnum,
|
|
27
|
+
Class2Felony: 'CLASS_2_FELONY' as ViolationClassificationEnum,
|
|
28
|
+
Class2Misdemeanor: 'CLASS_2_MISDEMEANOR' as ViolationClassificationEnum,
|
|
29
|
+
Class3Felony: 'CLASS_3_FELONY' as ViolationClassificationEnum,
|
|
30
|
+
Class3Misdemeanor: 'CLASS_3_MISDEMEANOR' as ViolationClassificationEnum,
|
|
31
|
+
Class4Felony: 'CLASS_4_FELONY' as ViolationClassificationEnum,
|
|
32
|
+
Class4Misdemeanor: 'CLASS_4_MISDEMEANOR' as ViolationClassificationEnum,
|
|
33
|
+
Class5Felony: 'CLASS_5_FELONY' as ViolationClassificationEnum,
|
|
34
|
+
Class6Felony: 'CLASS_6_FELONY' as ViolationClassificationEnum,
|
|
35
|
+
ClassA1Misdemeanor: 'CLASS_A1_MISDEMEANOR' as ViolationClassificationEnum,
|
|
36
|
+
ClassAFelony: 'CLASS_A_FELONY' as ViolationClassificationEnum,
|
|
37
|
+
ClassAInfraction: 'CLASS_A_INFRACTION' as ViolationClassificationEnum,
|
|
38
|
+
ClassAMisdemeanor: 'CLASS_A_MISDEMEANOR' as ViolationClassificationEnum,
|
|
39
|
+
ClassAViolation: 'CLASS_A_VIOLATION' as ViolationClassificationEnum,
|
|
40
|
+
ClassBFelony: 'CLASS_B_FELONY' as ViolationClassificationEnum,
|
|
41
|
+
ClassBInfraction: 'CLASS_B_INFRACTION' as ViolationClassificationEnum,
|
|
42
|
+
ClassBMisdemeanor: 'CLASS_B_MISDEMEANOR' as ViolationClassificationEnum,
|
|
43
|
+
ClassBViolation: 'CLASS_B_VIOLATION' as ViolationClassificationEnum,
|
|
44
|
+
ClassCFelony: 'CLASS_C_FELONY' as ViolationClassificationEnum,
|
|
45
|
+
ClassCInfraction: 'CLASS_C_INFRACTION' as ViolationClassificationEnum,
|
|
46
|
+
ClassCMisdemeanor: 'CLASS_C_MISDEMEANOR' as ViolationClassificationEnum,
|
|
47
|
+
ClassCViolation: 'CLASS_C_VIOLATION' as ViolationClassificationEnum,
|
|
48
|
+
ClassDFelony: 'CLASS_D_FELONY' as ViolationClassificationEnum,
|
|
49
|
+
ClassDMisdemeanor: 'CLASS_D_MISDEMEANOR' as ViolationClassificationEnum,
|
|
50
|
+
ClassDViolation: 'CLASS_D_VIOLATION' as ViolationClassificationEnum,
|
|
51
|
+
ClassEFelony: 'CLASS_E_FELONY' as ViolationClassificationEnum,
|
|
52
|
+
ClassFFelony: 'CLASS_F_FELONY' as ViolationClassificationEnum,
|
|
53
|
+
ClassHFelony: 'CLASS_H_FELONY' as ViolationClassificationEnum,
|
|
54
|
+
DisorderlyPersonsOffense: 'DISORDERLY_PERSONS_OFFENSE' as ViolationClassificationEnum,
|
|
55
|
+
Felony: 'FELONY' as ViolationClassificationEnum,
|
|
56
|
+
Felony1StDegree: 'FELONY_1ST_DEGREE' as ViolationClassificationEnum,
|
|
57
|
+
Felony2NdDegree: 'FELONY_2ND_DEGREE' as ViolationClassificationEnum,
|
|
58
|
+
Felony3RdDegree: 'FELONY_3RD_DEGREE' as ViolationClassificationEnum,
|
|
59
|
+
Felony4ThDegree: 'FELONY_4TH_DEGREE' as ViolationClassificationEnum,
|
|
60
|
+
Felony5ThDegree: 'FELONY_5TH_DEGREE' as ViolationClassificationEnum,
|
|
61
|
+
GrossMisdemeanor: 'GROSS_MISDEMEANOR' as ViolationClassificationEnum,
|
|
62
|
+
HighAndAggravatedMisdemeanor: 'HIGH_AND_AGGRAVATED_MISDEMEANOR' as ViolationClassificationEnum,
|
|
63
|
+
Infraction: 'INFRACTION' as ViolationClassificationEnum,
|
|
64
|
+
Level4Felony: 'LEVEL_4_FELONY' as ViolationClassificationEnum,
|
|
65
|
+
Level5Felony: 'LEVEL_5_FELONY' as ViolationClassificationEnum,
|
|
66
|
+
Level6Felony: 'LEVEL_6_FELONY' as ViolationClassificationEnum,
|
|
67
|
+
MinorMisdemeanor: 'MINOR_MISDEMEANOR' as ViolationClassificationEnum,
|
|
68
|
+
Misdemeanor: 'MISDEMEANOR' as ViolationClassificationEnum,
|
|
69
|
+
Misdemeanor1StDegree: 'MISDEMEANOR_1ST_DEGREE' as ViolationClassificationEnum,
|
|
70
|
+
Misdemeanor2NdDegree: 'MISDEMEANOR_2ND_DEGREE' as ViolationClassificationEnum,
|
|
71
|
+
Misdemeanor3RdDegree: 'MISDEMEANOR_3RD_DEGREE' as ViolationClassificationEnum,
|
|
72
|
+
Misdemeanor4ThDegree: 'MISDEMEANOR_4TH_DEGREE' as ViolationClassificationEnum,
|
|
73
|
+
MisdemeanorWithRefund: 'MISDEMEANOR_WITH_REFUND' as ViolationClassificationEnum,
|
|
74
|
+
NonMoving: 'NON_MOVING' as ViolationClassificationEnum,
|
|
75
|
+
NonReportable: 'NON_REPORTABLE' as ViolationClassificationEnum,
|
|
76
|
+
PettyMisdemeanor: 'PETTY_MISDEMEANOR' as ViolationClassificationEnum,
|
|
77
|
+
QuasiCriminal: 'QUASI_CRIMINAL' as ViolationClassificationEnum,
|
|
78
|
+
SummaryOffense: 'SUMMARY_OFFENSE' as ViolationClassificationEnum,
|
|
79
|
+
SummaryOffenseNoRefund: 'SUMMARY_OFFENSE_NO_REFUND' as ViolationClassificationEnum,
|
|
80
|
+
WobblerToFelony: 'WOBBLER_TO_FELONY' as ViolationClassificationEnum,
|
|
81
|
+
WobblerToMisdemeanor: 'WOBBLER_TO_MISDEMEANOR' as ViolationClassificationEnum
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface OCRCourtModel {
|
|
13
|
+
"city"?: string;
|
|
14
|
+
"countyName"?: string;
|
|
15
|
+
"courtId"?: number;
|
|
16
|
+
"courtName"?: string;
|
|
17
|
+
"courtNameAdditional"?: string;
|
|
18
|
+
"regionCode"?: string;
|
|
19
|
+
"timeZoneName"?: string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OffTheRecord Rest Service API - Devo
|
|
4
|
+
* A service to handle your traffic tickets
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -29,6 +29,8 @@ export interface OCRPredictionCaseResponse {
|
|
|
29
29
|
"driversState"?: models.ConfidenceField;
|
|
30
30
|
"driversStreetAddress"?: models.ConfidenceField;
|
|
31
31
|
"driversZip"?: models.ConfidenceField;
|
|
32
|
+
"eligibleCourtModels"?: Array<models.OCRCourtModel>;
|
|
33
|
+
"eligibleViolationModels"?: Array<models.OCRViolationModel>;
|
|
32
34
|
"infractionNumber"?: models.ConfidenceField;
|
|
33
35
|
"infractionType"?: models.ConfidenceField;
|
|
34
36
|
"leaOri"?: models.ConfidenceField;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface OCRViolationModel {
|
|
13
|
+
"classDescription"?: string;
|
|
14
|
+
"criminal"?: boolean;
|
|
15
|
+
"violationClassification"?: OCRViolationModel.ViolationClassificationEnum;
|
|
16
|
+
"violationDescription"?: string;
|
|
17
|
+
"violationId"?: number;
|
|
18
|
+
"wobblerToCriminal"?: boolean;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace OCRViolationModel {
|
|
21
|
+
enum ViolationClassificationEnum {
|
|
22
|
+
CLASS1FELONY,
|
|
23
|
+
CLASS1MISDEMEANOR,
|
|
24
|
+
CLASS2FELONY,
|
|
25
|
+
CLASS2MISDEMEANOR,
|
|
26
|
+
CLASS3FELONY,
|
|
27
|
+
CLASS3MISDEMEANOR,
|
|
28
|
+
CLASS4FELONY,
|
|
29
|
+
CLASS4MISDEMEANOR,
|
|
30
|
+
CLASS5FELONY,
|
|
31
|
+
CLASS6FELONY,
|
|
32
|
+
CLASSA1MISDEMEANOR,
|
|
33
|
+
CLASSAFELONY,
|
|
34
|
+
CLASSAINFRACTION,
|
|
35
|
+
CLASSAMISDEMEANOR,
|
|
36
|
+
CLASSAVIOLATION,
|
|
37
|
+
CLASSBFELONY,
|
|
38
|
+
CLASSBINFRACTION,
|
|
39
|
+
CLASSBMISDEMEANOR,
|
|
40
|
+
CLASSBVIOLATION,
|
|
41
|
+
CLASSCFELONY,
|
|
42
|
+
CLASSCINFRACTION,
|
|
43
|
+
CLASSCMISDEMEANOR,
|
|
44
|
+
CLASSCVIOLATION,
|
|
45
|
+
CLASSDFELONY,
|
|
46
|
+
CLASSDMISDEMEANOR,
|
|
47
|
+
CLASSDVIOLATION,
|
|
48
|
+
CLASSEFELONY,
|
|
49
|
+
CLASSFFELONY,
|
|
50
|
+
CLASSHFELONY,
|
|
51
|
+
DISORDERLYPERSONSOFFENSE,
|
|
52
|
+
FELONY,
|
|
53
|
+
FELONY1STDEGREE,
|
|
54
|
+
FELONY2NDDEGREE,
|
|
55
|
+
FELONY3RDDEGREE,
|
|
56
|
+
FELONY4THDEGREE,
|
|
57
|
+
FELONY5THDEGREE,
|
|
58
|
+
GROSSMISDEMEANOR,
|
|
59
|
+
HIGHANDAGGRAVATEDMISDEMEANOR,
|
|
60
|
+
INFRACTION,
|
|
61
|
+
LEVEL4FELONY,
|
|
62
|
+
LEVEL5FELONY,
|
|
63
|
+
LEVEL6FELONY,
|
|
64
|
+
MINORMISDEMEANOR,
|
|
65
|
+
MISDEMEANOR,
|
|
66
|
+
MISDEMEANOR1STDEGREE,
|
|
67
|
+
MISDEMEANOR2NDDEGREE,
|
|
68
|
+
MISDEMEANOR3RDDEGREE,
|
|
69
|
+
MISDEMEANOR4THDEGREE,
|
|
70
|
+
MISDEMEANORWITHREFUND,
|
|
71
|
+
NONMOVING,
|
|
72
|
+
NONREPORTABLE,
|
|
73
|
+
PETTYMISDEMEANOR,
|
|
74
|
+
QUASICRIMINAL,
|
|
75
|
+
SUMMARYOFFENSE,
|
|
76
|
+
SUMMARYOFFENSENOREFUND,
|
|
77
|
+
WOBBLERTOFELONY,
|
|
78
|
+
WOBBLERTOMISDEMEANOR
|
|
79
|
+
}
|
|
80
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OffTheRecord Rest Service API - Devo
|
|
4
|
+
* A service to handle your traffic tickets
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.OCRViolationModel = void 0;
|
|
15
|
+
var OCRViolationModel;
|
|
16
|
+
(function (OCRViolationModel) {
|
|
17
|
+
var ViolationClassificationEnum;
|
|
18
|
+
(function (ViolationClassificationEnum) {
|
|
19
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS1FELONY"] = 'CLASS_1_FELONY'] = "CLASS1FELONY";
|
|
20
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS1MISDEMEANOR"] = 'CLASS_1_MISDEMEANOR'] = "CLASS1MISDEMEANOR";
|
|
21
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS2FELONY"] = 'CLASS_2_FELONY'] = "CLASS2FELONY";
|
|
22
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS2MISDEMEANOR"] = 'CLASS_2_MISDEMEANOR'] = "CLASS2MISDEMEANOR";
|
|
23
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS3FELONY"] = 'CLASS_3_FELONY'] = "CLASS3FELONY";
|
|
24
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS3MISDEMEANOR"] = 'CLASS_3_MISDEMEANOR'] = "CLASS3MISDEMEANOR";
|
|
25
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS4FELONY"] = 'CLASS_4_FELONY'] = "CLASS4FELONY";
|
|
26
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS4MISDEMEANOR"] = 'CLASS_4_MISDEMEANOR'] = "CLASS4MISDEMEANOR";
|
|
27
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS5FELONY"] = 'CLASS_5_FELONY'] = "CLASS5FELONY";
|
|
28
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS6FELONY"] = 'CLASS_6_FELONY'] = "CLASS6FELONY";
|
|
29
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSA1MISDEMEANOR"] = 'CLASS_A1_MISDEMEANOR'] = "CLASSA1MISDEMEANOR";
|
|
30
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSAFELONY"] = 'CLASS_A_FELONY'] = "CLASSAFELONY";
|
|
31
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSAINFRACTION"] = 'CLASS_A_INFRACTION'] = "CLASSAINFRACTION";
|
|
32
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSAMISDEMEANOR"] = 'CLASS_A_MISDEMEANOR'] = "CLASSAMISDEMEANOR";
|
|
33
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSAVIOLATION"] = 'CLASS_A_VIOLATION'] = "CLASSAVIOLATION";
|
|
34
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSBFELONY"] = 'CLASS_B_FELONY'] = "CLASSBFELONY";
|
|
35
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSBINFRACTION"] = 'CLASS_B_INFRACTION'] = "CLASSBINFRACTION";
|
|
36
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSBMISDEMEANOR"] = 'CLASS_B_MISDEMEANOR'] = "CLASSBMISDEMEANOR";
|
|
37
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSBVIOLATION"] = 'CLASS_B_VIOLATION'] = "CLASSBVIOLATION";
|
|
38
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSCFELONY"] = 'CLASS_C_FELONY'] = "CLASSCFELONY";
|
|
39
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSCINFRACTION"] = 'CLASS_C_INFRACTION'] = "CLASSCINFRACTION";
|
|
40
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSCMISDEMEANOR"] = 'CLASS_C_MISDEMEANOR'] = "CLASSCMISDEMEANOR";
|
|
41
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSCVIOLATION"] = 'CLASS_C_VIOLATION'] = "CLASSCVIOLATION";
|
|
42
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSDFELONY"] = 'CLASS_D_FELONY'] = "CLASSDFELONY";
|
|
43
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSDMISDEMEANOR"] = 'CLASS_D_MISDEMEANOR'] = "CLASSDMISDEMEANOR";
|
|
44
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSDVIOLATION"] = 'CLASS_D_VIOLATION'] = "CLASSDVIOLATION";
|
|
45
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSEFELONY"] = 'CLASS_E_FELONY'] = "CLASSEFELONY";
|
|
46
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSFFELONY"] = 'CLASS_F_FELONY'] = "CLASSFFELONY";
|
|
47
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSHFELONY"] = 'CLASS_H_FELONY'] = "CLASSHFELONY";
|
|
48
|
+
ViolationClassificationEnum[ViolationClassificationEnum["DISORDERLYPERSONSOFFENSE"] = 'DISORDERLY_PERSONS_OFFENSE'] = "DISORDERLYPERSONSOFFENSE";
|
|
49
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY"] = 'FELONY'] = "FELONY";
|
|
50
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY1STDEGREE"] = 'FELONY_1ST_DEGREE'] = "FELONY1STDEGREE";
|
|
51
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY2NDDEGREE"] = 'FELONY_2ND_DEGREE'] = "FELONY2NDDEGREE";
|
|
52
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY3RDDEGREE"] = 'FELONY_3RD_DEGREE'] = "FELONY3RDDEGREE";
|
|
53
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY4THDEGREE"] = 'FELONY_4TH_DEGREE'] = "FELONY4THDEGREE";
|
|
54
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY5THDEGREE"] = 'FELONY_5TH_DEGREE'] = "FELONY5THDEGREE";
|
|
55
|
+
ViolationClassificationEnum[ViolationClassificationEnum["GROSSMISDEMEANOR"] = 'GROSS_MISDEMEANOR'] = "GROSSMISDEMEANOR";
|
|
56
|
+
ViolationClassificationEnum[ViolationClassificationEnum["HIGHANDAGGRAVATEDMISDEMEANOR"] = 'HIGH_AND_AGGRAVATED_MISDEMEANOR'] = "HIGHANDAGGRAVATEDMISDEMEANOR";
|
|
57
|
+
ViolationClassificationEnum[ViolationClassificationEnum["INFRACTION"] = 'INFRACTION'] = "INFRACTION";
|
|
58
|
+
ViolationClassificationEnum[ViolationClassificationEnum["LEVEL4FELONY"] = 'LEVEL_4_FELONY'] = "LEVEL4FELONY";
|
|
59
|
+
ViolationClassificationEnum[ViolationClassificationEnum["LEVEL5FELONY"] = 'LEVEL_5_FELONY'] = "LEVEL5FELONY";
|
|
60
|
+
ViolationClassificationEnum[ViolationClassificationEnum["LEVEL6FELONY"] = 'LEVEL_6_FELONY'] = "LEVEL6FELONY";
|
|
61
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MINORMISDEMEANOR"] = 'MINOR_MISDEMEANOR'] = "MINORMISDEMEANOR";
|
|
62
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANOR"] = 'MISDEMEANOR'] = "MISDEMEANOR";
|
|
63
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANOR1STDEGREE"] = 'MISDEMEANOR_1ST_DEGREE'] = "MISDEMEANOR1STDEGREE";
|
|
64
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANOR2NDDEGREE"] = 'MISDEMEANOR_2ND_DEGREE'] = "MISDEMEANOR2NDDEGREE";
|
|
65
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANOR3RDDEGREE"] = 'MISDEMEANOR_3RD_DEGREE'] = "MISDEMEANOR3RDDEGREE";
|
|
66
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANOR4THDEGREE"] = 'MISDEMEANOR_4TH_DEGREE'] = "MISDEMEANOR4THDEGREE";
|
|
67
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANORWITHREFUND"] = 'MISDEMEANOR_WITH_REFUND'] = "MISDEMEANORWITHREFUND";
|
|
68
|
+
ViolationClassificationEnum[ViolationClassificationEnum["NONMOVING"] = 'NON_MOVING'] = "NONMOVING";
|
|
69
|
+
ViolationClassificationEnum[ViolationClassificationEnum["NONREPORTABLE"] = 'NON_REPORTABLE'] = "NONREPORTABLE";
|
|
70
|
+
ViolationClassificationEnum[ViolationClassificationEnum["PETTYMISDEMEANOR"] = 'PETTY_MISDEMEANOR'] = "PETTYMISDEMEANOR";
|
|
71
|
+
ViolationClassificationEnum[ViolationClassificationEnum["QUASICRIMINAL"] = 'QUASI_CRIMINAL'] = "QUASICRIMINAL";
|
|
72
|
+
ViolationClassificationEnum[ViolationClassificationEnum["SUMMARYOFFENSE"] = 'SUMMARY_OFFENSE'] = "SUMMARYOFFENSE";
|
|
73
|
+
ViolationClassificationEnum[ViolationClassificationEnum["SUMMARYOFFENSENOREFUND"] = 'SUMMARY_OFFENSE_NO_REFUND'] = "SUMMARYOFFENSENOREFUND";
|
|
74
|
+
ViolationClassificationEnum[ViolationClassificationEnum["WOBBLERTOFELONY"] = 'WOBBLER_TO_FELONY'] = "WOBBLERTOFELONY";
|
|
75
|
+
ViolationClassificationEnum[ViolationClassificationEnum["WOBBLERTOMISDEMEANOR"] = 'WOBBLER_TO_MISDEMEANOR'] = "WOBBLERTOMISDEMEANOR";
|
|
76
|
+
})(ViolationClassificationEnum = OCRViolationModel.ViolationClassificationEnum || (OCRViolationModel.ViolationClassificationEnum = {}));
|
|
77
|
+
})(OCRViolationModel = exports.OCRViolationModel || (exports.OCRViolationModel = {}));
|
|
@@ -471,7 +471,9 @@ export * from './NoteEntity';
|
|
|
471
471
|
export * from './NoteModel';
|
|
472
472
|
export * from './NotificationEvent';
|
|
473
473
|
export * from './NotificationEvents';
|
|
474
|
+
export * from './OCRCourtModel';
|
|
474
475
|
export * from './OCRPredictionCaseResponse';
|
|
476
|
+
export * from './OCRViolationModel';
|
|
475
477
|
export * from './OtherCase';
|
|
476
478
|
export * from './OutgoingContactDomain';
|
|
477
479
|
export * from './PaymentPlanTypeModel';
|
|
@@ -483,7 +483,9 @@ __exportStar(require("./NoteEntity"), exports);
|
|
|
483
483
|
__exportStar(require("./NoteModel"), exports);
|
|
484
484
|
__exportStar(require("./NotificationEvent"), exports);
|
|
485
485
|
__exportStar(require("./NotificationEvents"), exports);
|
|
486
|
+
__exportStar(require("./OCRCourtModel"), exports);
|
|
486
487
|
__exportStar(require("./OCRPredictionCaseResponse"), exports);
|
|
488
|
+
__exportStar(require("./OCRViolationModel"), exports);
|
|
487
489
|
__exportStar(require("./OtherCase"), exports);
|
|
488
490
|
__exportStar(require("./OutgoingContactDomain"), exports);
|
|
489
491
|
__exportStar(require("./PaymentPlanTypeModel"), exports);
|