@otr-app/shared-backend-generated-client 2.5.117 → 2.5.119
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 +1 -3
- package/dist/angular/model/dashboardCaseModel.ts +2 -2
- package/dist/angular/model/getTrafficViolationModel.ts +5 -2
- package/dist/angular/model/listDashboardCasesViolationModel.ts +85 -0
- package/dist/angular/model/models.ts +1 -3
- package/dist/angular/model/violationModel.ts +1 -0
- package/dist/angular/model/violationPenaltyModel.ts +1 -0
- package/dist/angular/model/workflowCaseModel.ts +2 -2
- package/dist/angular/model/workflowViolationModel.ts +5 -2
- package/dist/typescript/model/DashboardCaseModel.d.ts +1 -1
- package/dist/typescript/model/GetTrafficViolationModel.d.ts +4 -1
- package/dist/typescript/model/ListDashboardCasesViolationModel.d.ts +80 -0
- package/dist/typescript/model/ListDashboardCasesViolationModel.js +74 -0
- package/dist/typescript/model/ViolationModel.d.ts +1 -0
- package/dist/typescript/model/ViolationPenaltyModel.d.ts +1 -0
- package/dist/typescript/model/WorkflowCaseModel.d.ts +1 -1
- package/dist/typescript/model/WorkflowViolationModel.d.ts +4 -1
- package/dist/typescript/model/models.d.ts +1 -3
- package/dist/typescript/model/models.js +1 -3
- package/dist/typescript-fetch/models/DashboardCaseModel.d.ts +3 -3
- package/dist/typescript-fetch/models/DashboardCaseModel.js +3 -3
- package/dist/typescript-fetch/models/GetTrafficViolationModel.d.ts +21 -3
- package/dist/typescript-fetch/models/GetTrafficViolationModel.js +9 -3
- package/dist/typescript-fetch/models/{ViolationModel0.d.ts → ListDashboardCasesViolationModel.d.ts} +13 -13
- package/dist/typescript-fetch/models/ListDashboardCasesViolationModel.js +110 -0
- package/dist/typescript-fetch/models/ViolationModel.d.ts +6 -0
- package/dist/typescript-fetch/models/ViolationModel.js +2 -0
- package/dist/typescript-fetch/models/ViolationPenaltyModel.d.ts +6 -0
- package/dist/typescript-fetch/models/ViolationPenaltyModel.js +2 -0
- package/dist/typescript-fetch/models/WorkflowCaseModel.d.ts +3 -3
- package/dist/typescript-fetch/models/WorkflowCaseModel.js +3 -3
- package/dist/typescript-fetch/models/WorkflowViolationModel.d.ts +21 -3
- package/dist/typescript-fetch/models/WorkflowViolationModel.js +9 -3
- package/dist/typescript-fetch/models/index.d.ts +1 -3
- package/dist/typescript-fetch/models/index.js +1 -3
- package/dist/typescript-open-api/otr-backend.d.ts +22 -32
- package/package.json +1 -1
- package/dist/typescript-fetch/models/PenaltyModel.d.ts +0 -78
- package/dist/typescript-fetch/models/PenaltyModel.js +0 -68
- package/dist/typescript-fetch/models/ViolationModel0.js +0 -110
- package/dist/typescript-fetch/models/WorkflowViolationPenaltyModel.d.ts +0 -60
- package/dist/typescript-fetch/models/WorkflowViolationPenaltyModel.js +0 -62
|
@@ -633,6 +633,7 @@ model/listContactTimelineResponse.ts
|
|
|
633
633
|
model/listCostItemsForCustomerResponse.ts
|
|
634
634
|
model/listDashboardCaseUsersResponse.ts
|
|
635
635
|
model/listDashboardCasesResponse.ts
|
|
636
|
+
model/listDashboardCasesViolationModel.ts
|
|
636
637
|
model/listEligibleStatusResponse.ts
|
|
637
638
|
model/listEmployeesResponse.ts
|
|
638
639
|
model/listLawfirmAuditEventsByCursorResponse.ts
|
|
@@ -709,7 +710,6 @@ model/paymentPlanTypeModel.ts
|
|
|
709
710
|
model/paymentPlanTypeModelReq.ts
|
|
710
711
|
model/paymentPlanTypeModelRes.ts
|
|
711
712
|
model/penalty.ts
|
|
712
|
-
model/penaltyModel.ts
|
|
713
713
|
model/penaltyRequest.ts
|
|
714
714
|
model/persistTicketEvaluationRequest.ts
|
|
715
715
|
model/phoneNumberDomain.ts
|
|
@@ -987,7 +987,6 @@ model/violationClassificationModel.ts
|
|
|
987
987
|
model/violationInput.ts
|
|
988
988
|
model/violationInputRequest.ts
|
|
989
989
|
model/violationModel.ts
|
|
990
|
-
model/violationModel0.ts
|
|
991
990
|
model/violationNames.ts
|
|
992
991
|
model/violationPenaltyModel.ts
|
|
993
992
|
model/violationPenaltyResponse.ts
|
|
@@ -999,7 +998,6 @@ model/workflowCitationModel.ts
|
|
|
999
998
|
model/workflowFinancials.ts
|
|
1000
999
|
model/workflowLineItemModel.ts
|
|
1001
1000
|
model/workflowViolationModel.ts
|
|
1002
|
-
model/workflowViolationPenaltyModel.ts
|
|
1003
1001
|
model/zoneId.ts
|
|
1004
1002
|
model/zoneOffset.ts
|
|
1005
1003
|
model/zoneOffsetTransition.ts
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { DashboardStatusModel } from './dashboardStatusModel';
|
|
13
|
+
import { ListDashboardCasesViolationModel } from './listDashboardCasesViolationModel';
|
|
13
14
|
import { DashboardCourtModel } from './dashboardCourtModel';
|
|
14
|
-
import { ViolationModel0 } from './violationModel0';
|
|
15
15
|
import { DashboardDisputeModel } from './dashboardDisputeModel';
|
|
16
16
|
import { DashboardCaseCounterOfferModel } from './dashboardCaseCounterOfferModel';
|
|
17
17
|
import { CaseUserDetailsModel } from './caseUserDetailsModel';
|
|
@@ -47,6 +47,6 @@ export interface DashboardCaseModel {
|
|
|
47
47
|
unread?: boolean;
|
|
48
48
|
unreadNotificationCount?: number;
|
|
49
49
|
userId?: number;
|
|
50
|
-
violations?: Array<
|
|
50
|
+
violations?: Array<ListDashboardCasesViolationModel>;
|
|
51
51
|
}
|
|
52
52
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { ViolationPenaltyModel } from './violationPenaltyModel';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface GetTrafficViolationModel {
|
|
@@ -17,10 +17,13 @@ export interface GetTrafficViolationModel {
|
|
|
17
17
|
criminal?: boolean;
|
|
18
18
|
enabledForCustomers?: boolean;
|
|
19
19
|
enabledForLawfirms?: boolean;
|
|
20
|
-
|
|
20
|
+
isCriminal?: boolean;
|
|
21
|
+
isWobblerToCriminal?: boolean;
|
|
22
|
+
penalties?: Array<ViolationPenaltyModel>;
|
|
21
23
|
refundEligibilityType?: GetTrafficViolationModel.RefundEligibilityTypeEnum;
|
|
22
24
|
trafficViolationDesc?: string;
|
|
23
25
|
trafficViolationTypeId?: number;
|
|
26
|
+
uniqueId?: string;
|
|
24
27
|
userFriendlyName?: string;
|
|
25
28
|
userFriendlyShortForm?: string;
|
|
26
29
|
violationClassification?: GetTrafficViolationModel.ViolationClassificationEnum;
|
|
@@ -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 ListDashboardCasesViolationModel {
|
|
15
|
+
isCriminal?: boolean;
|
|
16
|
+
isMoving?: boolean;
|
|
17
|
+
userFriendlyName?: string;
|
|
18
|
+
violationClassification?: ListDashboardCasesViolationModel.ViolationClassificationEnum;
|
|
19
|
+
violationClassificationDescription?: string;
|
|
20
|
+
violationClassificationFriendlyName?: string;
|
|
21
|
+
}
|
|
22
|
+
export namespace ListDashboardCasesViolationModel {
|
|
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
|
+
|
|
@@ -507,6 +507,7 @@ export * from './listContactTimelineResponse';
|
|
|
507
507
|
export * from './listCostItemsForCustomerResponse';
|
|
508
508
|
export * from './listDashboardCaseUsersResponse';
|
|
509
509
|
export * from './listDashboardCasesResponse';
|
|
510
|
+
export * from './listDashboardCasesViolationModel';
|
|
510
511
|
export * from './listEligibleStatusResponse';
|
|
511
512
|
export * from './listEmployeesResponse';
|
|
512
513
|
export * from './listLawfirmAuditEventsByCursorResponse';
|
|
@@ -582,7 +583,6 @@ export * from './paymentPlanTypeModel';
|
|
|
582
583
|
export * from './paymentPlanTypeModelReq';
|
|
583
584
|
export * from './paymentPlanTypeModelRes';
|
|
584
585
|
export * from './penalty';
|
|
585
|
-
export * from './penaltyModel';
|
|
586
586
|
export * from './penaltyRequest';
|
|
587
587
|
export * from './persistTicketEvaluationRequest';
|
|
588
588
|
export * from './phoneNumberDomain';
|
|
@@ -860,7 +860,6 @@ export * from './violationClassificationModel';
|
|
|
860
860
|
export * from './violationInput';
|
|
861
861
|
export * from './violationInputRequest';
|
|
862
862
|
export * from './violationModel';
|
|
863
|
-
export * from './violationModel0';
|
|
864
863
|
export * from './violationNames';
|
|
865
864
|
export * from './violationPenaltyModel';
|
|
866
865
|
export * from './violationPenaltyResponse';
|
|
@@ -872,7 +871,6 @@ export * from './workflowCitationModel';
|
|
|
872
871
|
export * from './workflowFinancials';
|
|
873
872
|
export * from './workflowLineItemModel';
|
|
874
873
|
export * from './workflowViolationModel';
|
|
875
|
-
export * from './workflowViolationPenaltyModel';
|
|
876
874
|
export * from './zoneId';
|
|
877
875
|
export * from './zoneOffset';
|
|
878
876
|
export * from './zoneOffsetTransition';
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { DefendantDetailsModel } from './defendantDetailsModel';
|
|
13
|
+
import { ViolationPenaltyModel } from './violationPenaltyModel';
|
|
13
14
|
import { UnavailableMatchAttributesModel } from './unavailableMatchAttributesModel';
|
|
14
|
-
import { WorkflowViolationPenaltyModel } from './workflowViolationPenaltyModel';
|
|
15
15
|
import { WorkflowCitationModel } from './workflowCitationModel';
|
|
16
16
|
import { SubscriptionPlanEligibility } from './subscriptionPlanEligibility';
|
|
17
17
|
import { LetterOfEngagement } from './letterOfEngagement';
|
|
@@ -31,7 +31,7 @@ export interface WorkflowCaseModel {
|
|
|
31
31
|
latestUnavailableMatchAttributes?: UnavailableMatchAttributesModel;
|
|
32
32
|
legalServices?: Array<LegalServiceModel>;
|
|
33
33
|
letterOfEngagement?: LetterOfEngagement;
|
|
34
|
-
maxPenalties?: Array<
|
|
34
|
+
maxPenalties?: Array<ViolationPenaltyModel>;
|
|
35
35
|
paymentPlanTypeModel?: PaymentPlanTypeModel;
|
|
36
36
|
referralCode?: string;
|
|
37
37
|
referralCodeOwner?: WorkflowCaseModel.ReferralCodeOwnerEnum;
|
|
@@ -9,15 +9,18 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { ViolationPenaltyModel } from './violationPenaltyModel';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface WorkflowViolationModel {
|
|
16
16
|
classDescription?: string;
|
|
17
17
|
criminal?: boolean;
|
|
18
|
-
|
|
18
|
+
isCriminal?: boolean;
|
|
19
|
+
isWobblerToCriminal?: boolean;
|
|
20
|
+
penalties?: Array<ViolationPenaltyModel>;
|
|
19
21
|
trafficViolationDesc?: string;
|
|
20
22
|
trafficViolationTypeId?: number;
|
|
23
|
+
uniqueId?: string;
|
|
21
24
|
violationClassification?: WorkflowViolationModel.ViolationClassificationEnum;
|
|
22
25
|
violationCode?: string;
|
|
23
26
|
wobblerToCriminal?: boolean;
|
|
@@ -15,10 +15,13 @@ export interface GetTrafficViolationModel {
|
|
|
15
15
|
"criminal"?: boolean;
|
|
16
16
|
"enabledForCustomers"?: boolean;
|
|
17
17
|
"enabledForLawfirms"?: boolean;
|
|
18
|
-
"
|
|
18
|
+
"isCriminal"?: boolean;
|
|
19
|
+
"isWobblerToCriminal"?: boolean;
|
|
20
|
+
"penalties"?: Array<models.ViolationPenaltyModel>;
|
|
19
21
|
"refundEligibilityType"?: GetTrafficViolationModel.RefundEligibilityTypeEnum;
|
|
20
22
|
"trafficViolationDesc"?: string;
|
|
21
23
|
"trafficViolationTypeId"?: number;
|
|
24
|
+
"uniqueId"?: string;
|
|
22
25
|
"userFriendlyName"?: string;
|
|
23
26
|
"userFriendlyShortForm"?: string;
|
|
24
27
|
"violationClassification"?: GetTrafficViolationModel.ViolationClassificationEnum;
|
|
@@ -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 ListDashboardCasesViolationModel {
|
|
13
|
+
"isCriminal"?: boolean;
|
|
14
|
+
"isMoving"?: boolean;
|
|
15
|
+
"userFriendlyName"?: string;
|
|
16
|
+
"violationClassification"?: ListDashboardCasesViolationModel.ViolationClassificationEnum;
|
|
17
|
+
"violationClassificationDescription"?: string;
|
|
18
|
+
"violationClassificationFriendlyName"?: string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace ListDashboardCasesViolationModel {
|
|
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,74 @@
|
|
|
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 var ListDashboardCasesViolationModel;
|
|
13
|
+
(function (ListDashboardCasesViolationModel) {
|
|
14
|
+
let ViolationClassificationEnum;
|
|
15
|
+
(function (ViolationClassificationEnum) {
|
|
16
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS1FELONY"] = 'CLASS_1_FELONY'] = "CLASS1FELONY";
|
|
17
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS1MISDEMEANOR"] = 'CLASS_1_MISDEMEANOR'] = "CLASS1MISDEMEANOR";
|
|
18
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS2FELONY"] = 'CLASS_2_FELONY'] = "CLASS2FELONY";
|
|
19
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS2MISDEMEANOR"] = 'CLASS_2_MISDEMEANOR'] = "CLASS2MISDEMEANOR";
|
|
20
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS3FELONY"] = 'CLASS_3_FELONY'] = "CLASS3FELONY";
|
|
21
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS3MISDEMEANOR"] = 'CLASS_3_MISDEMEANOR'] = "CLASS3MISDEMEANOR";
|
|
22
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS4FELONY"] = 'CLASS_4_FELONY'] = "CLASS4FELONY";
|
|
23
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS4MISDEMEANOR"] = 'CLASS_4_MISDEMEANOR'] = "CLASS4MISDEMEANOR";
|
|
24
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS5FELONY"] = 'CLASS_5_FELONY'] = "CLASS5FELONY";
|
|
25
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASS6FELONY"] = 'CLASS_6_FELONY'] = "CLASS6FELONY";
|
|
26
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSA1MISDEMEANOR"] = 'CLASS_A1_MISDEMEANOR'] = "CLASSA1MISDEMEANOR";
|
|
27
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSAFELONY"] = 'CLASS_A_FELONY'] = "CLASSAFELONY";
|
|
28
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSAINFRACTION"] = 'CLASS_A_INFRACTION'] = "CLASSAINFRACTION";
|
|
29
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSAMISDEMEANOR"] = 'CLASS_A_MISDEMEANOR'] = "CLASSAMISDEMEANOR";
|
|
30
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSAVIOLATION"] = 'CLASS_A_VIOLATION'] = "CLASSAVIOLATION";
|
|
31
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSBFELONY"] = 'CLASS_B_FELONY'] = "CLASSBFELONY";
|
|
32
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSBINFRACTION"] = 'CLASS_B_INFRACTION'] = "CLASSBINFRACTION";
|
|
33
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSBMISDEMEANOR"] = 'CLASS_B_MISDEMEANOR'] = "CLASSBMISDEMEANOR";
|
|
34
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSBVIOLATION"] = 'CLASS_B_VIOLATION'] = "CLASSBVIOLATION";
|
|
35
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSCFELONY"] = 'CLASS_C_FELONY'] = "CLASSCFELONY";
|
|
36
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSCINFRACTION"] = 'CLASS_C_INFRACTION'] = "CLASSCINFRACTION";
|
|
37
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSCMISDEMEANOR"] = 'CLASS_C_MISDEMEANOR'] = "CLASSCMISDEMEANOR";
|
|
38
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSCVIOLATION"] = 'CLASS_C_VIOLATION'] = "CLASSCVIOLATION";
|
|
39
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSDFELONY"] = 'CLASS_D_FELONY'] = "CLASSDFELONY";
|
|
40
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSDMISDEMEANOR"] = 'CLASS_D_MISDEMEANOR'] = "CLASSDMISDEMEANOR";
|
|
41
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSDVIOLATION"] = 'CLASS_D_VIOLATION'] = "CLASSDVIOLATION";
|
|
42
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSEFELONY"] = 'CLASS_E_FELONY'] = "CLASSEFELONY";
|
|
43
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSFFELONY"] = 'CLASS_F_FELONY'] = "CLASSFFELONY";
|
|
44
|
+
ViolationClassificationEnum[ViolationClassificationEnum["CLASSHFELONY"] = 'CLASS_H_FELONY'] = "CLASSHFELONY";
|
|
45
|
+
ViolationClassificationEnum[ViolationClassificationEnum["DISORDERLYPERSONSOFFENSE"] = 'DISORDERLY_PERSONS_OFFENSE'] = "DISORDERLYPERSONSOFFENSE";
|
|
46
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY"] = 'FELONY'] = "FELONY";
|
|
47
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY1STDEGREE"] = 'FELONY_1ST_DEGREE'] = "FELONY1STDEGREE";
|
|
48
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY2NDDEGREE"] = 'FELONY_2ND_DEGREE'] = "FELONY2NDDEGREE";
|
|
49
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY3RDDEGREE"] = 'FELONY_3RD_DEGREE'] = "FELONY3RDDEGREE";
|
|
50
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY4THDEGREE"] = 'FELONY_4TH_DEGREE'] = "FELONY4THDEGREE";
|
|
51
|
+
ViolationClassificationEnum[ViolationClassificationEnum["FELONY5THDEGREE"] = 'FELONY_5TH_DEGREE'] = "FELONY5THDEGREE";
|
|
52
|
+
ViolationClassificationEnum[ViolationClassificationEnum["GROSSMISDEMEANOR"] = 'GROSS_MISDEMEANOR'] = "GROSSMISDEMEANOR";
|
|
53
|
+
ViolationClassificationEnum[ViolationClassificationEnum["HIGHANDAGGRAVATEDMISDEMEANOR"] = 'HIGH_AND_AGGRAVATED_MISDEMEANOR'] = "HIGHANDAGGRAVATEDMISDEMEANOR";
|
|
54
|
+
ViolationClassificationEnum[ViolationClassificationEnum["INFRACTION"] = 'INFRACTION'] = "INFRACTION";
|
|
55
|
+
ViolationClassificationEnum[ViolationClassificationEnum["LEVEL4FELONY"] = 'LEVEL_4_FELONY'] = "LEVEL4FELONY";
|
|
56
|
+
ViolationClassificationEnum[ViolationClassificationEnum["LEVEL5FELONY"] = 'LEVEL_5_FELONY'] = "LEVEL5FELONY";
|
|
57
|
+
ViolationClassificationEnum[ViolationClassificationEnum["LEVEL6FELONY"] = 'LEVEL_6_FELONY'] = "LEVEL6FELONY";
|
|
58
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MINORMISDEMEANOR"] = 'MINOR_MISDEMEANOR'] = "MINORMISDEMEANOR";
|
|
59
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANOR"] = 'MISDEMEANOR'] = "MISDEMEANOR";
|
|
60
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANOR1STDEGREE"] = 'MISDEMEANOR_1ST_DEGREE'] = "MISDEMEANOR1STDEGREE";
|
|
61
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANOR2NDDEGREE"] = 'MISDEMEANOR_2ND_DEGREE'] = "MISDEMEANOR2NDDEGREE";
|
|
62
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANOR3RDDEGREE"] = 'MISDEMEANOR_3RD_DEGREE'] = "MISDEMEANOR3RDDEGREE";
|
|
63
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANOR4THDEGREE"] = 'MISDEMEANOR_4TH_DEGREE'] = "MISDEMEANOR4THDEGREE";
|
|
64
|
+
ViolationClassificationEnum[ViolationClassificationEnum["MISDEMEANORWITHREFUND"] = 'MISDEMEANOR_WITH_REFUND'] = "MISDEMEANORWITHREFUND";
|
|
65
|
+
ViolationClassificationEnum[ViolationClassificationEnum["NONMOVING"] = 'NON_MOVING'] = "NONMOVING";
|
|
66
|
+
ViolationClassificationEnum[ViolationClassificationEnum["NONREPORTABLE"] = 'NON_REPORTABLE'] = "NONREPORTABLE";
|
|
67
|
+
ViolationClassificationEnum[ViolationClassificationEnum["PETTYMISDEMEANOR"] = 'PETTY_MISDEMEANOR'] = "PETTYMISDEMEANOR";
|
|
68
|
+
ViolationClassificationEnum[ViolationClassificationEnum["QUASICRIMINAL"] = 'QUASI_CRIMINAL'] = "QUASICRIMINAL";
|
|
69
|
+
ViolationClassificationEnum[ViolationClassificationEnum["SUMMARYOFFENSE"] = 'SUMMARY_OFFENSE'] = "SUMMARYOFFENSE";
|
|
70
|
+
ViolationClassificationEnum[ViolationClassificationEnum["SUMMARYOFFENSENOREFUND"] = 'SUMMARY_OFFENSE_NO_REFUND'] = "SUMMARYOFFENSENOREFUND";
|
|
71
|
+
ViolationClassificationEnum[ViolationClassificationEnum["WOBBLERTOFELONY"] = 'WOBBLER_TO_FELONY'] = "WOBBLERTOFELONY";
|
|
72
|
+
ViolationClassificationEnum[ViolationClassificationEnum["WOBBLERTOMISDEMEANOR"] = 'WOBBLER_TO_MISDEMEANOR'] = "WOBBLERTOMISDEMEANOR";
|
|
73
|
+
})(ViolationClassificationEnum = ListDashboardCasesViolationModel.ViolationClassificationEnum || (ListDashboardCasesViolationModel.ViolationClassificationEnum = {}));
|
|
74
|
+
})(ListDashboardCasesViolationModel || (ListDashboardCasesViolationModel = {}));
|
|
@@ -21,7 +21,7 @@ export interface WorkflowCaseModel {
|
|
|
21
21
|
"latestUnavailableMatchAttributes"?: models.UnavailableMatchAttributesModel;
|
|
22
22
|
"legalServices"?: Array<models.LegalServiceModel>;
|
|
23
23
|
"letterOfEngagement"?: models.LetterOfEngagement;
|
|
24
|
-
"maxPenalties"?: Array<models.
|
|
24
|
+
"maxPenalties"?: Array<models.ViolationPenaltyModel>;
|
|
25
25
|
"paymentPlanTypeModel"?: models.PaymentPlanTypeModel;
|
|
26
26
|
"referralCode"?: string;
|
|
27
27
|
"referralCodeOwner"?: WorkflowCaseModel.ReferralCodeOwnerEnum;
|
|
@@ -13,9 +13,12 @@ import * as models from './models';
|
|
|
13
13
|
export interface WorkflowViolationModel {
|
|
14
14
|
"classDescription"?: string;
|
|
15
15
|
"criminal"?: boolean;
|
|
16
|
-
"
|
|
16
|
+
"isCriminal"?: boolean;
|
|
17
|
+
"isWobblerToCriminal"?: boolean;
|
|
18
|
+
"penalties"?: Array<models.ViolationPenaltyModel>;
|
|
17
19
|
"trafficViolationDesc"?: string;
|
|
18
20
|
"trafficViolationTypeId"?: number;
|
|
21
|
+
"uniqueId"?: string;
|
|
19
22
|
"violationClassification"?: WorkflowViolationModel.ViolationClassificationEnum;
|
|
20
23
|
"violationCode"?: string;
|
|
21
24
|
"wobblerToCriminal"?: boolean;
|
|
@@ -507,6 +507,7 @@ export * from './ListContactTimelineResponse';
|
|
|
507
507
|
export * from './ListCostItemsForCustomerResponse';
|
|
508
508
|
export * from './ListDashboardCaseUsersResponse';
|
|
509
509
|
export * from './ListDashboardCasesResponse';
|
|
510
|
+
export * from './ListDashboardCasesViolationModel';
|
|
510
511
|
export * from './ListEligibleStatusResponse';
|
|
511
512
|
export * from './ListEmployeesResponse';
|
|
512
513
|
export * from './ListLawfirmAuditEventsByCursorResponse';
|
|
@@ -582,7 +583,6 @@ export * from './PaymentPlanTypeModel';
|
|
|
582
583
|
export * from './PaymentPlanTypeModelReq';
|
|
583
584
|
export * from './PaymentPlanTypeModelRes';
|
|
584
585
|
export * from './Penalty';
|
|
585
|
-
export * from './PenaltyModel';
|
|
586
586
|
export * from './PenaltyRequest';
|
|
587
587
|
export * from './PersistTicketEvaluationRequest';
|
|
588
588
|
export * from './PhoneNumberDomain';
|
|
@@ -860,7 +860,6 @@ export * from './ViolationClassificationModel';
|
|
|
860
860
|
export * from './ViolationInput';
|
|
861
861
|
export * from './ViolationInputRequest';
|
|
862
862
|
export * from './ViolationModel';
|
|
863
|
-
export * from './ViolationModel0';
|
|
864
863
|
export * from './ViolationNames';
|
|
865
864
|
export * from './ViolationPenaltyModel';
|
|
866
865
|
export * from './ViolationPenaltyResponse';
|
|
@@ -872,7 +871,6 @@ export * from './WorkflowCitationModel';
|
|
|
872
871
|
export * from './WorkflowFinancials';
|
|
873
872
|
export * from './WorkflowLineItemModel';
|
|
874
873
|
export * from './WorkflowViolationModel';
|
|
875
|
-
export * from './WorkflowViolationPenaltyModel';
|
|
876
874
|
export * from './ZoneId';
|
|
877
875
|
export * from './ZoneOffset';
|
|
878
876
|
export * from './ZoneOffsetTransition';
|
|
@@ -507,6 +507,7 @@ export * from './ListContactTimelineResponse';
|
|
|
507
507
|
export * from './ListCostItemsForCustomerResponse';
|
|
508
508
|
export * from './ListDashboardCaseUsersResponse';
|
|
509
509
|
export * from './ListDashboardCasesResponse';
|
|
510
|
+
export * from './ListDashboardCasesViolationModel';
|
|
510
511
|
export * from './ListEligibleStatusResponse';
|
|
511
512
|
export * from './ListEmployeesResponse';
|
|
512
513
|
export * from './ListLawfirmAuditEventsByCursorResponse';
|
|
@@ -582,7 +583,6 @@ export * from './PaymentPlanTypeModel';
|
|
|
582
583
|
export * from './PaymentPlanTypeModelReq';
|
|
583
584
|
export * from './PaymentPlanTypeModelRes';
|
|
584
585
|
export * from './Penalty';
|
|
585
|
-
export * from './PenaltyModel';
|
|
586
586
|
export * from './PenaltyRequest';
|
|
587
587
|
export * from './PersistTicketEvaluationRequest';
|
|
588
588
|
export * from './PhoneNumberDomain';
|
|
@@ -860,7 +860,6 @@ export * from './ViolationClassificationModel';
|
|
|
860
860
|
export * from './ViolationInput';
|
|
861
861
|
export * from './ViolationInputRequest';
|
|
862
862
|
export * from './ViolationModel';
|
|
863
|
-
export * from './ViolationModel0';
|
|
864
863
|
export * from './ViolationNames';
|
|
865
864
|
export * from './ViolationPenaltyModel';
|
|
866
865
|
export * from './ViolationPenaltyResponse';
|
|
@@ -872,7 +871,6 @@ export * from './WorkflowCitationModel';
|
|
|
872
871
|
export * from './WorkflowFinancials';
|
|
873
872
|
export * from './WorkflowLineItemModel';
|
|
874
873
|
export * from './WorkflowViolationModel';
|
|
875
|
-
export * from './WorkflowViolationPenaltyModel';
|
|
876
874
|
export * from './ZoneId';
|
|
877
875
|
export * from './ZoneOffset';
|
|
878
876
|
export * from './ZoneOffsetTransition';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { CaseUserDetailsModel, DashboardAuthorModel, DashboardCaseCounterOfferModel, DashboardCitationModel, DashboardCourtModel, DashboardDisputeModel, DashboardStatusModel, EngagementLetterModel,
|
|
12
|
+
import { CaseUserDetailsModel, DashboardAuthorModel, DashboardCaseCounterOfferModel, DashboardCitationModel, DashboardCourtModel, DashboardDisputeModel, DashboardStatusModel, EngagementLetterModel, ListDashboardCasesViolationModel, OverduePaymentModel } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -168,10 +168,10 @@ export interface DashboardCaseModel {
|
|
|
168
168
|
userId?: number;
|
|
169
169
|
/**
|
|
170
170
|
*
|
|
171
|
-
* @type {Array<
|
|
171
|
+
* @type {Array<ListDashboardCasesViolationModel>}
|
|
172
172
|
* @memberof DashboardCaseModel
|
|
173
173
|
*/
|
|
174
|
-
violations?: Array<
|
|
174
|
+
violations?: Array<ListDashboardCasesViolationModel>;
|
|
175
175
|
}
|
|
176
176
|
export declare function DashboardCaseModelFromJSON(json: any): DashboardCaseModel;
|
|
177
177
|
export declare function DashboardCaseModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): DashboardCaseModel;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import { CaseUserDetailsModelFromJSON, CaseUserDetailsModelToJSON, DashboardAuthorModelFromJSON, DashboardAuthorModelToJSON, DashboardCaseCounterOfferModelFromJSON, DashboardCaseCounterOfferModelToJSON, DashboardCitationModelFromJSON, DashboardCitationModelToJSON, DashboardCourtModelFromJSON, DashboardCourtModelToJSON, DashboardDisputeModelFromJSON, DashboardDisputeModelToJSON, DashboardStatusModelFromJSON, DashboardStatusModelToJSON, EngagementLetterModelFromJSON, EngagementLetterModelToJSON,
|
|
15
|
+
import { CaseUserDetailsModelFromJSON, CaseUserDetailsModelToJSON, DashboardAuthorModelFromJSON, DashboardAuthorModelToJSON, DashboardCaseCounterOfferModelFromJSON, DashboardCaseCounterOfferModelToJSON, DashboardCitationModelFromJSON, DashboardCitationModelToJSON, DashboardCourtModelFromJSON, DashboardCourtModelToJSON, DashboardDisputeModelFromJSON, DashboardDisputeModelToJSON, DashboardStatusModelFromJSON, DashboardStatusModelToJSON, EngagementLetterModelFromJSON, EngagementLetterModelToJSON, ListDashboardCasesViolationModelFromJSON, ListDashboardCasesViolationModelToJSON, OverduePaymentModelFromJSON, OverduePaymentModelToJSON, } from './';
|
|
16
16
|
export function DashboardCaseModelFromJSON(json) {
|
|
17
17
|
return DashboardCaseModelFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -46,7 +46,7 @@ export function DashboardCaseModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
46
46
|
'unread': !exists(json, 'unread') ? undefined : json['unread'],
|
|
47
47
|
'unreadNotificationCount': !exists(json, 'unreadNotificationCount') ? undefined : json['unreadNotificationCount'],
|
|
48
48
|
'userId': !exists(json, 'userId') ? undefined : json['userId'],
|
|
49
|
-
'violations': !exists(json, 'violations') ? undefined : (json['violations'].map(
|
|
49
|
+
'violations': !exists(json, 'violations') ? undefined : (json['violations'].map(ListDashboardCasesViolationModelFromJSON)),
|
|
50
50
|
};
|
|
51
51
|
}
|
|
52
52
|
export function DashboardCaseModelToJSON(value) {
|
|
@@ -82,6 +82,6 @@ export function DashboardCaseModelToJSON(value) {
|
|
|
82
82
|
'unread': value.unread,
|
|
83
83
|
'unreadNotificationCount': value.unreadNotificationCount,
|
|
84
84
|
'userId': value.userId,
|
|
85
|
-
'violations': value.violations === undefined ? undefined : (value.violations.map(
|
|
85
|
+
'violations': value.violations === undefined ? undefined : (value.violations.map(ListDashboardCasesViolationModelToJSON)),
|
|
86
86
|
};
|
|
87
87
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { ViolationPenaltyModel } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -42,10 +42,22 @@ export interface GetTrafficViolationModel {
|
|
|
42
42
|
enabledForLawfirms?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {boolean}
|
|
46
|
+
* @memberof GetTrafficViolationModel
|
|
47
|
+
*/
|
|
48
|
+
isCriminal?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
46
52
|
* @memberof GetTrafficViolationModel
|
|
47
53
|
*/
|
|
48
|
-
|
|
54
|
+
isWobblerToCriminal?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {Array<ViolationPenaltyModel>}
|
|
58
|
+
* @memberof GetTrafficViolationModel
|
|
59
|
+
*/
|
|
60
|
+
penalties?: Array<ViolationPenaltyModel>;
|
|
49
61
|
/**
|
|
50
62
|
*
|
|
51
63
|
* @type {string}
|
|
@@ -64,6 +76,12 @@ export interface GetTrafficViolationModel {
|
|
|
64
76
|
* @memberof GetTrafficViolationModel
|
|
65
77
|
*/
|
|
66
78
|
trafficViolationTypeId?: number;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @memberof GetTrafficViolationModel
|
|
83
|
+
*/
|
|
84
|
+
uniqueId?: string;
|
|
67
85
|
/**
|
|
68
86
|
*
|
|
69
87
|
* @type {string}
|