@otr-app/shared-backend-generated-client 2.4.91 → 2.4.92
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 +3 -0
- package/dist/angular/api/listCasesController.service.ts +4 -4
- package/dist/angular/model/caseCounterOfferModel.ts +11 -12
- package/dist/angular/model/dashboardCaseModel.ts +8 -0
- package/dist/angular/model/engagementLetterModel.ts +18 -0
- package/dist/angular/model/models.ts +3 -0
- package/dist/angular/model/overduePaymentModel.ts +17 -0
- package/dist/angular/model/violationModel0.ts +17 -0
- package/dist/typescript/api/ListCasesControllerApi.d.ts +1 -1
- package/dist/typescript/model/CaseCounterOfferModel.d.ts +9 -12
- package/dist/typescript/model/CaseCounterOfferModel.js +10 -1
- package/dist/typescript/model/DashboardCaseModel.d.ts +4 -0
- package/dist/typescript/model/EngagementLetterModel.d.ts +15 -0
- package/dist/typescript/model/EngagementLetterModel.js +12 -0
- package/dist/typescript/model/OverduePaymentModel.d.ts +14 -0
- package/dist/typescript/model/OverduePaymentModel.js +12 -0
- package/dist/typescript/model/ViolationModel0.d.ts +14 -0
- package/dist/typescript/model/ViolationModel0.js +12 -0
- package/dist/typescript/model/models.d.ts +3 -0
- package/dist/typescript/model/models.js +3 -0
- package/dist/typescript-fetch/apis/ListCasesControllerApi.d.ts +1 -0
- package/dist/typescript-fetch/apis/ListCasesControllerApi.js +1 -0
- package/dist/typescript-fetch/models/CaseCounterOfferModel.d.ts +11 -62
- package/dist/typescript-fetch/models/CaseCounterOfferModel.js +11 -21
- package/dist/typescript-fetch/models/DashboardCaseModel.d.ts +25 -1
- package/dist/typescript-fetch/models/DashboardCaseModel.js +9 -1
- package/dist/typescript-fetch/models/EngagementLetterModel.d.ts +33 -0
- package/dist/typescript-fetch/models/EngagementLetterModel.js +38 -0
- package/dist/typescript-fetch/models/OverduePaymentModel.d.ts +27 -0
- package/dist/typescript-fetch/models/OverduePaymentModel.js +36 -0
- package/dist/typescript-fetch/models/ViolationModel0.d.ts +27 -0
- package/dist/typescript-fetch/models/ViolationModel0.js +36 -0
- package/dist/typescript-fetch/models/index.d.ts +3 -0
- package/dist/typescript-fetch/models/index.js +3 -0
- package/package.json +1 -1
|
@@ -349,6 +349,7 @@ model/enableViolationModel.ts
|
|
|
349
349
|
model/enableViolationResponseModel.ts
|
|
350
350
|
model/enableViolationsForLawfirmRequest.ts
|
|
351
351
|
model/enableViolationsForLawfirmResponse.ts
|
|
352
|
+
model/engagementLetterModel.ts
|
|
352
353
|
model/estimateInsuranceSavingsRequest.ts
|
|
353
354
|
model/estimateInsuranceSavingsResponse.ts
|
|
354
355
|
model/existingAccountDetails.ts
|
|
@@ -671,6 +672,7 @@ model/oCRPredictionCaseResponse.ts
|
|
|
671
672
|
model/oCRViolationModel.ts
|
|
672
673
|
model/otherCase.ts
|
|
673
674
|
model/outgoingContactDomain.ts
|
|
675
|
+
model/overduePaymentModel.ts
|
|
674
676
|
model/paymentCardInput.ts
|
|
675
677
|
model/paymentPlanTypeModel.ts
|
|
676
678
|
model/paymentPlanTypeModelReq.ts
|
|
@@ -942,6 +944,7 @@ model/violationClassificationModel.ts
|
|
|
942
944
|
model/violationInput.ts
|
|
943
945
|
model/violationInputRequest.ts
|
|
944
946
|
model/violationModel.ts
|
|
947
|
+
model/violationModel0.ts
|
|
945
948
|
model/violationNames.ts
|
|
946
949
|
model/violationPenaltyModel.ts
|
|
947
950
|
model/violationPenaltyResponse.ts
|
|
@@ -225,10 +225,10 @@ export class ListCasesControllerService {
|
|
|
225
225
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
226
226
|
* @param reportProgress flag to report request and response progress.
|
|
227
227
|
*/
|
|
228
|
-
public listDashboardCasesUsingGET(userId: number, caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', includeDeleted?: boolean, limit?: number, previousPageToken?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<ListDashboardCasesResponse>;
|
|
229
|
-
public listDashboardCasesUsingGET(userId: number, caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', includeDeleted?: boolean, limit?: number, previousPageToken?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<ListDashboardCasesResponse>>;
|
|
230
|
-
public listDashboardCasesUsingGET(userId: number, caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', includeDeleted?: boolean, limit?: number, previousPageToken?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<ListDashboardCasesResponse>>;
|
|
231
|
-
public listDashboardCasesUsingGET(userId: number, caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', includeDeleted?: boolean, limit?: number, previousPageToken?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
|
|
228
|
+
public listDashboardCasesUsingGET(userId: number, caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', includeDeleted?: boolean, limit?: number, previousPageToken?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'COURT_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<ListDashboardCasesResponse>;
|
|
229
|
+
public listDashboardCasesUsingGET(userId: number, caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', includeDeleted?: boolean, limit?: number, previousPageToken?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'COURT_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<ListDashboardCasesResponse>>;
|
|
230
|
+
public listDashboardCasesUsingGET(userId: number, caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', includeDeleted?: boolean, limit?: number, previousPageToken?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'COURT_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<ListDashboardCasesResponse>>;
|
|
231
|
+
public listDashboardCasesUsingGET(userId: number, caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', includeDeleted?: boolean, limit?: number, previousPageToken?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'COURT_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
|
|
232
232
|
if (userId === null || userId === undefined) {
|
|
233
233
|
throw new Error('Required parameter userId was null or undefined when calling listDashboardCasesUsingGET.');
|
|
234
234
|
}
|
|
@@ -9,21 +9,20 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Timestamp } from './timestamp';
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
export interface CaseCounterOfferModel {
|
|
16
15
|
counterOfferAmountInCents?: number;
|
|
17
|
-
|
|
18
|
-
counterOfferId?: number;
|
|
19
|
-
counterOfferStatus?: string;
|
|
20
|
-
createdByUserId?: number;
|
|
21
|
-
createdByUserRoleId?: number;
|
|
22
|
-
initialLegalFeeInCents?: number;
|
|
23
|
-
initialRefundPercentage?: number;
|
|
24
|
-
lawfirmCaseId?: number;
|
|
25
|
-
noteToClient?: string;
|
|
26
|
-
noteToOtr?: string;
|
|
27
|
-
refundPercentage?: number;
|
|
16
|
+
counterOfferStatus?: CaseCounterOfferModel.CounterOfferStatusEnum;
|
|
28
17
|
}
|
|
18
|
+
export namespace CaseCounterOfferModel {
|
|
19
|
+
export type CounterOfferStatusEnum = 'ACCEPTED' | 'DECLINED' | 'PENDING' | 'WITHDRAWN';
|
|
20
|
+
export const CounterOfferStatusEnum = {
|
|
21
|
+
Accepted: 'ACCEPTED' as CounterOfferStatusEnum,
|
|
22
|
+
Declined: 'DECLINED' as CounterOfferStatusEnum,
|
|
23
|
+
Pending: 'PENDING' as CounterOfferStatusEnum,
|
|
24
|
+
Withdrawn: 'WITHDRAWN' as CounterOfferStatusEnum
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
|
|
29
28
|
|
|
@@ -11,18 +11,24 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { DashboardStatusModel } from './dashboardStatusModel';
|
|
13
13
|
import { DashboardCourtModel } from './dashboardCourtModel';
|
|
14
|
+
import { ViolationModel0 } from './violationModel0';
|
|
15
|
+
import { CaseCounterOfferModel } from './caseCounterOfferModel';
|
|
14
16
|
import { CaseUserDetailsModel } from './caseUserDetailsModel';
|
|
15
17
|
import { DashboardCitationModel } from './dashboardCitationModel';
|
|
16
18
|
import { DashboardAuthorModel } from './dashboardAuthorModel';
|
|
19
|
+
import { EngagementLetterModel } from './engagementLetterModel';
|
|
20
|
+
import { OverduePaymentModel } from './overduePaymentModel';
|
|
17
21
|
|
|
18
22
|
|
|
19
23
|
export interface DashboardCaseModel {
|
|
20
24
|
authorModel?: DashboardAuthorModel;
|
|
21
25
|
bookingConfirmedDate?: string;
|
|
26
|
+
caseCounterOffer?: CaseCounterOfferModel;
|
|
22
27
|
caseId?: string;
|
|
23
28
|
caseUserDetails?: CaseUserDetailsModel;
|
|
24
29
|
citation?: DashboardCitationModel;
|
|
25
30
|
court?: DashboardCourtModel;
|
|
31
|
+
engagementLetter?: EngagementLetterModel;
|
|
26
32
|
hasLeftLawyerReview?: boolean;
|
|
27
33
|
lawfirmId?: number;
|
|
28
34
|
lawfirmName?: string;
|
|
@@ -31,7 +37,9 @@ export interface DashboardCaseModel {
|
|
|
31
37
|
legalFeeInCents?: number;
|
|
32
38
|
matchExpirationDateUtc?: string;
|
|
33
39
|
messageBody?: string;
|
|
40
|
+
overduePayment?: OverduePaymentModel;
|
|
34
41
|
status?: DashboardStatusModel;
|
|
35
42
|
userId?: number;
|
|
43
|
+
violations?: Array<ViolationModel0>;
|
|
36
44
|
}
|
|
37
45
|
|
|
@@ -0,0 +1,18 @@
|
|
|
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 EngagementLetterModel {
|
|
15
|
+
acknowledged?: boolean;
|
|
16
|
+
engagementLetterUrl?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
@@ -225,6 +225,7 @@ export * from './enableViolationModel';
|
|
|
225
225
|
export * from './enableViolationResponseModel';
|
|
226
226
|
export * from './enableViolationsForLawfirmRequest';
|
|
227
227
|
export * from './enableViolationsForLawfirmResponse';
|
|
228
|
+
export * from './engagementLetterModel';
|
|
228
229
|
export * from './estimateInsuranceSavingsRequest';
|
|
229
230
|
export * from './estimateInsuranceSavingsResponse';
|
|
230
231
|
export * from './existingAccountDetails';
|
|
@@ -546,6 +547,7 @@ export * from './oCRPredictionCaseResponse';
|
|
|
546
547
|
export * from './oCRViolationModel';
|
|
547
548
|
export * from './otherCase';
|
|
548
549
|
export * from './outgoingContactDomain';
|
|
550
|
+
export * from './overduePaymentModel';
|
|
549
551
|
export * from './paymentCardInput';
|
|
550
552
|
export * from './paymentPlanTypeModel';
|
|
551
553
|
export * from './paymentPlanTypeModelReq';
|
|
@@ -817,6 +819,7 @@ export * from './violationClassificationModel';
|
|
|
817
819
|
export * from './violationInput';
|
|
818
820
|
export * from './violationInputRequest';
|
|
819
821
|
export * from './violationModel';
|
|
822
|
+
export * from './violationModel0';
|
|
820
823
|
export * from './violationNames';
|
|
821
824
|
export * from './violationPenaltyModel';
|
|
822
825
|
export * from './violationPenaltyResponse';
|
|
@@ -0,0 +1,17 @@
|
|
|
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 OverduePaymentModel {
|
|
15
|
+
overduePaymentAmountInCents?: number;
|
|
16
|
+
}
|
|
17
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
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 ViolationModel0 {
|
|
15
|
+
userFriendlyName?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
@@ -41,5 +41,5 @@ export declare class ListCasesControllerApi {
|
|
|
41
41
|
* @param sortBy sortBy
|
|
42
42
|
* @param statusCategories statusCategories
|
|
43
43
|
*/
|
|
44
|
-
listDashboardCasesUsingGET(userId: number, caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', includeDeleted?: boolean, limit?: number, previousPageToken?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', extraHttpRequestParams?: any): ng.IHttpPromise<models.ListDashboardCasesResponse>;
|
|
44
|
+
listDashboardCasesUsingGET(userId: number, caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', includeDeleted?: boolean, limit?: number, previousPageToken?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'COURT_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', extraHttpRequestParams?: any): ng.IHttpPromise<models.ListDashboardCasesResponse>;
|
|
45
45
|
}
|
|
@@ -9,18 +9,15 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import * as models from './models';
|
|
13
12
|
export interface CaseCounterOfferModel {
|
|
14
13
|
"counterOfferAmountInCents"?: number;
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"noteToOtr"?: string;
|
|
25
|
-
"refundPercentage"?: number;
|
|
14
|
+
"counterOfferStatus"?: CaseCounterOfferModel.CounterOfferStatusEnum;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace CaseCounterOfferModel {
|
|
17
|
+
enum CounterOfferStatusEnum {
|
|
18
|
+
ACCEPTED,
|
|
19
|
+
DECLINED,
|
|
20
|
+
PENDING,
|
|
21
|
+
WITHDRAWN
|
|
22
|
+
}
|
|
26
23
|
}
|
|
@@ -9,4 +9,13 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export
|
|
12
|
+
export var CaseCounterOfferModel;
|
|
13
|
+
(function (CaseCounterOfferModel) {
|
|
14
|
+
let CounterOfferStatusEnum;
|
|
15
|
+
(function (CounterOfferStatusEnum) {
|
|
16
|
+
CounterOfferStatusEnum[CounterOfferStatusEnum["ACCEPTED"] = 'ACCEPTED'] = "ACCEPTED";
|
|
17
|
+
CounterOfferStatusEnum[CounterOfferStatusEnum["DECLINED"] = 'DECLINED'] = "DECLINED";
|
|
18
|
+
CounterOfferStatusEnum[CounterOfferStatusEnum["PENDING"] = 'PENDING'] = "PENDING";
|
|
19
|
+
CounterOfferStatusEnum[CounterOfferStatusEnum["WITHDRAWN"] = 'WITHDRAWN'] = "WITHDRAWN";
|
|
20
|
+
})(CounterOfferStatusEnum = CaseCounterOfferModel.CounterOfferStatusEnum || (CaseCounterOfferModel.CounterOfferStatusEnum = {}));
|
|
21
|
+
})(CaseCounterOfferModel || (CaseCounterOfferModel = {}));
|
|
@@ -13,10 +13,12 @@ import * as models from './models';
|
|
|
13
13
|
export interface DashboardCaseModel {
|
|
14
14
|
"authorModel"?: models.DashboardAuthorModel;
|
|
15
15
|
"bookingConfirmedDate"?: string;
|
|
16
|
+
"caseCounterOffer"?: models.CaseCounterOfferModel;
|
|
16
17
|
"caseId"?: string;
|
|
17
18
|
"caseUserDetails"?: models.CaseUserDetailsModel;
|
|
18
19
|
"citation"?: models.DashboardCitationModel;
|
|
19
20
|
"court"?: models.DashboardCourtModel;
|
|
21
|
+
"engagementLetter"?: models.EngagementLetterModel;
|
|
20
22
|
"hasLeftLawyerReview"?: boolean;
|
|
21
23
|
"lawfirmId"?: number;
|
|
22
24
|
"lawfirmName"?: string;
|
|
@@ -25,6 +27,8 @@ export interface DashboardCaseModel {
|
|
|
25
27
|
"legalFeeInCents"?: number;
|
|
26
28
|
"matchExpirationDateUtc"?: string;
|
|
27
29
|
"messageBody"?: string;
|
|
30
|
+
"overduePayment"?: models.OverduePaymentModel;
|
|
28
31
|
"status"?: models.DashboardStatusModel;
|
|
29
32
|
"userId"?: number;
|
|
33
|
+
"violations"?: Array<models.ViolationModel0>;
|
|
30
34
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 EngagementLetterModel {
|
|
13
|
+
"acknowledged"?: boolean;
|
|
14
|
+
"engagementLetterUrl"?: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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 {};
|
|
@@ -0,0 +1,14 @@
|
|
|
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 OverduePaymentModel {
|
|
13
|
+
"overduePaymentAmountInCents"?: number;
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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 {};
|
|
@@ -0,0 +1,14 @@
|
|
|
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 ViolationModel0 {
|
|
13
|
+
"userFriendlyName"?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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 {};
|
|
@@ -225,6 +225,7 @@ export * from './EnableViolationModel';
|
|
|
225
225
|
export * from './EnableViolationResponseModel';
|
|
226
226
|
export * from './EnableViolationsForLawfirmRequest';
|
|
227
227
|
export * from './EnableViolationsForLawfirmResponse';
|
|
228
|
+
export * from './EngagementLetterModel';
|
|
228
229
|
export * from './EstimateInsuranceSavingsRequest';
|
|
229
230
|
export * from './EstimateInsuranceSavingsResponse';
|
|
230
231
|
export * from './ExistingAccountDetails';
|
|
@@ -546,6 +547,7 @@ export * from './OCRPredictionCaseResponse';
|
|
|
546
547
|
export * from './OCRViolationModel';
|
|
547
548
|
export * from './OtherCase';
|
|
548
549
|
export * from './OutgoingContactDomain';
|
|
550
|
+
export * from './OverduePaymentModel';
|
|
549
551
|
export * from './PaymentCardInput';
|
|
550
552
|
export * from './PaymentPlanTypeModel';
|
|
551
553
|
export * from './PaymentPlanTypeModelReq';
|
|
@@ -817,6 +819,7 @@ export * from './ViolationClassificationModel';
|
|
|
817
819
|
export * from './ViolationInput';
|
|
818
820
|
export * from './ViolationInputRequest';
|
|
819
821
|
export * from './ViolationModel';
|
|
822
|
+
export * from './ViolationModel0';
|
|
820
823
|
export * from './ViolationNames';
|
|
821
824
|
export * from './ViolationPenaltyModel';
|
|
822
825
|
export * from './ViolationPenaltyResponse';
|
|
@@ -225,6 +225,7 @@ export * from './EnableViolationModel';
|
|
|
225
225
|
export * from './EnableViolationResponseModel';
|
|
226
226
|
export * from './EnableViolationsForLawfirmRequest';
|
|
227
227
|
export * from './EnableViolationsForLawfirmResponse';
|
|
228
|
+
export * from './EngagementLetterModel';
|
|
228
229
|
export * from './EstimateInsuranceSavingsRequest';
|
|
229
230
|
export * from './EstimateInsuranceSavingsResponse';
|
|
230
231
|
export * from './ExistingAccountDetails';
|
|
@@ -546,6 +547,7 @@ export * from './OCRPredictionCaseResponse';
|
|
|
546
547
|
export * from './OCRViolationModel';
|
|
547
548
|
export * from './OtherCase';
|
|
548
549
|
export * from './OutgoingContactDomain';
|
|
550
|
+
export * from './OverduePaymentModel';
|
|
549
551
|
export * from './PaymentCardInput';
|
|
550
552
|
export * from './PaymentPlanTypeModel';
|
|
551
553
|
export * from './PaymentPlanTypeModelReq';
|
|
@@ -817,6 +819,7 @@ export * from './ViolationClassificationModel';
|
|
|
817
819
|
export * from './ViolationInput';
|
|
818
820
|
export * from './ViolationInputRequest';
|
|
819
821
|
export * from './ViolationModel';
|
|
822
|
+
export * from './ViolationModel0';
|
|
820
823
|
export * from './ViolationNames';
|
|
821
824
|
export * from './ViolationPenaltyModel';
|
|
822
825
|
export * from './ViolationPenaltyResponse';
|
|
@@ -106,6 +106,7 @@ export declare enum ListDashboardCasesUsingGETSortByEnum {
|
|
|
106
106
|
BOOKINGCONFIRMEDDATE = "BOOKING_CONFIRMED_DATE",
|
|
107
107
|
CITATIONCREATIONDATE = "CITATION_CREATION_DATE",
|
|
108
108
|
CITATIONISSUEDATE = "CITATION_ISSUE_DATE",
|
|
109
|
+
COURTDATE = "COURT_DATE",
|
|
109
110
|
LASTCITATIONUPDATEDATE = "LAST_CITATION_UPDATE_DATE"
|
|
110
111
|
}
|
|
111
112
|
/**
|
|
@@ -182,6 +182,7 @@ export var ListDashboardCasesUsingGETSortByEnum;
|
|
|
182
182
|
ListDashboardCasesUsingGETSortByEnum["BOOKINGCONFIRMEDDATE"] = "BOOKING_CONFIRMED_DATE";
|
|
183
183
|
ListDashboardCasesUsingGETSortByEnum["CITATIONCREATIONDATE"] = "CITATION_CREATION_DATE";
|
|
184
184
|
ListDashboardCasesUsingGETSortByEnum["CITATIONISSUEDATE"] = "CITATION_ISSUE_DATE";
|
|
185
|
+
ListDashboardCasesUsingGETSortByEnum["COURTDATE"] = "COURT_DATE";
|
|
185
186
|
ListDashboardCasesUsingGETSortByEnum["LASTCITATIONUPDATEDATE"] = "LAST_CITATION_UPDATE_DATE";
|
|
186
187
|
})(ListDashboardCasesUsingGETSortByEnum || (ListDashboardCasesUsingGETSortByEnum = {}));
|
|
187
188
|
/**
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Timestamp } from './';
|
|
13
12
|
/**
|
|
14
13
|
*
|
|
15
14
|
* @export
|
|
@@ -22,73 +21,23 @@ export interface CaseCounterOfferModel {
|
|
|
22
21
|
* @memberof CaseCounterOfferModel
|
|
23
22
|
*/
|
|
24
23
|
counterOfferAmountInCents?: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {Timestamp}
|
|
28
|
-
* @memberof CaseCounterOfferModel
|
|
29
|
-
*/
|
|
30
|
-
counterOfferDateUtc?: Timestamp;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof CaseCounterOfferModel
|
|
35
|
-
*/
|
|
36
|
-
counterOfferId?: number;
|
|
37
24
|
/**
|
|
38
25
|
*
|
|
39
26
|
* @type {string}
|
|
40
27
|
* @memberof CaseCounterOfferModel
|
|
41
28
|
*/
|
|
42
|
-
counterOfferStatus?:
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {number}
|
|
46
|
-
* @memberof CaseCounterOfferModel
|
|
47
|
-
*/
|
|
48
|
-
createdByUserId?: number;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {number}
|
|
52
|
-
* @memberof CaseCounterOfferModel
|
|
53
|
-
*/
|
|
54
|
-
createdByUserRoleId?: number;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {number}
|
|
58
|
-
* @memberof CaseCounterOfferModel
|
|
59
|
-
*/
|
|
60
|
-
initialLegalFeeInCents?: number;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {number}
|
|
64
|
-
* @memberof CaseCounterOfferModel
|
|
65
|
-
*/
|
|
66
|
-
initialRefundPercentage?: number;
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {number}
|
|
70
|
-
* @memberof CaseCounterOfferModel
|
|
71
|
-
*/
|
|
72
|
-
lawfirmCaseId?: number;
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @type {string}
|
|
76
|
-
* @memberof CaseCounterOfferModel
|
|
77
|
-
*/
|
|
78
|
-
noteToClient?: string;
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* @type {string}
|
|
82
|
-
* @memberof CaseCounterOfferModel
|
|
83
|
-
*/
|
|
84
|
-
noteToOtr?: string;
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @type {number}
|
|
88
|
-
* @memberof CaseCounterOfferModel
|
|
89
|
-
*/
|
|
90
|
-
refundPercentage?: number;
|
|
29
|
+
counterOfferStatus?: CaseCounterOfferModelCounterOfferStatusEnum;
|
|
91
30
|
}
|
|
92
31
|
export declare function CaseCounterOfferModelFromJSON(json: any): CaseCounterOfferModel;
|
|
93
32
|
export declare function CaseCounterOfferModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): CaseCounterOfferModel;
|
|
94
33
|
export declare function CaseCounterOfferModelToJSON(value?: CaseCounterOfferModel | null): any;
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
export declare enum CaseCounterOfferModelCounterOfferStatusEnum {
|
|
39
|
+
ACCEPTED = "ACCEPTED",
|
|
40
|
+
DECLINED = "DECLINED",
|
|
41
|
+
PENDING = "PENDING",
|
|
42
|
+
WITHDRAWN = "WITHDRAWN"
|
|
43
|
+
}
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import { TimestampFromJSON, TimestampToJSON, } from './';
|
|
16
15
|
export function CaseCounterOfferModelFromJSON(json) {
|
|
17
16
|
return CaseCounterOfferModelFromJSONTyped(json, false);
|
|
18
17
|
}
|
|
@@ -22,17 +21,7 @@ export function CaseCounterOfferModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
22
21
|
}
|
|
23
22
|
return {
|
|
24
23
|
'counterOfferAmountInCents': !exists(json, 'counterOfferAmountInCents') ? undefined : json['counterOfferAmountInCents'],
|
|
25
|
-
'counterOfferDateUtc': !exists(json, 'counterOfferDateUtc') ? undefined : TimestampFromJSON(json['counterOfferDateUtc']),
|
|
26
|
-
'counterOfferId': !exists(json, 'counterOfferId') ? undefined : json['counterOfferId'],
|
|
27
24
|
'counterOfferStatus': !exists(json, 'counterOfferStatus') ? undefined : json['counterOfferStatus'],
|
|
28
|
-
'createdByUserId': !exists(json, 'createdByUserId') ? undefined : json['createdByUserId'],
|
|
29
|
-
'createdByUserRoleId': !exists(json, 'createdByUserRoleId') ? undefined : json['createdByUserRoleId'],
|
|
30
|
-
'initialLegalFeeInCents': !exists(json, 'initialLegalFeeInCents') ? undefined : json['initialLegalFeeInCents'],
|
|
31
|
-
'initialRefundPercentage': !exists(json, 'initialRefundPercentage') ? undefined : json['initialRefundPercentage'],
|
|
32
|
-
'lawfirmCaseId': !exists(json, 'lawfirmCaseId') ? undefined : json['lawfirmCaseId'],
|
|
33
|
-
'noteToClient': !exists(json, 'noteToClient') ? undefined : json['noteToClient'],
|
|
34
|
-
'noteToOtr': !exists(json, 'noteToOtr') ? undefined : json['noteToOtr'],
|
|
35
|
-
'refundPercentage': !exists(json, 'refundPercentage') ? undefined : json['refundPercentage'],
|
|
36
25
|
};
|
|
37
26
|
}
|
|
38
27
|
export function CaseCounterOfferModelToJSON(value) {
|
|
@@ -44,16 +33,17 @@ export function CaseCounterOfferModelToJSON(value) {
|
|
|
44
33
|
}
|
|
45
34
|
return {
|
|
46
35
|
'counterOfferAmountInCents': value.counterOfferAmountInCents,
|
|
47
|
-
'counterOfferDateUtc': TimestampToJSON(value.counterOfferDateUtc),
|
|
48
|
-
'counterOfferId': value.counterOfferId,
|
|
49
36
|
'counterOfferStatus': value.counterOfferStatus,
|
|
50
|
-
'createdByUserId': value.createdByUserId,
|
|
51
|
-
'createdByUserRoleId': value.createdByUserRoleId,
|
|
52
|
-
'initialLegalFeeInCents': value.initialLegalFeeInCents,
|
|
53
|
-
'initialRefundPercentage': value.initialRefundPercentage,
|
|
54
|
-
'lawfirmCaseId': value.lawfirmCaseId,
|
|
55
|
-
'noteToClient': value.noteToClient,
|
|
56
|
-
'noteToOtr': value.noteToOtr,
|
|
57
|
-
'refundPercentage': value.refundPercentage,
|
|
58
37
|
};
|
|
59
38
|
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
* @enum {string}
|
|
42
|
+
*/
|
|
43
|
+
export var CaseCounterOfferModelCounterOfferStatusEnum;
|
|
44
|
+
(function (CaseCounterOfferModelCounterOfferStatusEnum) {
|
|
45
|
+
CaseCounterOfferModelCounterOfferStatusEnum["ACCEPTED"] = "ACCEPTED";
|
|
46
|
+
CaseCounterOfferModelCounterOfferStatusEnum["DECLINED"] = "DECLINED";
|
|
47
|
+
CaseCounterOfferModelCounterOfferStatusEnum["PENDING"] = "PENDING";
|
|
48
|
+
CaseCounterOfferModelCounterOfferStatusEnum["WITHDRAWN"] = "WITHDRAWN";
|
|
49
|
+
})(CaseCounterOfferModelCounterOfferStatusEnum || (CaseCounterOfferModelCounterOfferStatusEnum = {}));
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { CaseUserDetailsModel, DashboardAuthorModel, DashboardCitationModel, DashboardCourtModel, DashboardStatusModel } from './';
|
|
12
|
+
import { CaseCounterOfferModel, CaseUserDetailsModel, DashboardAuthorModel, DashboardCitationModel, DashboardCourtModel, DashboardStatusModel, EngagementLetterModel, OverduePaymentModel, ViolationModel0 } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -28,6 +28,12 @@ export interface DashboardCaseModel {
|
|
|
28
28
|
* @memberof DashboardCaseModel
|
|
29
29
|
*/
|
|
30
30
|
bookingConfirmedDate?: Date;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {CaseCounterOfferModel}
|
|
34
|
+
* @memberof DashboardCaseModel
|
|
35
|
+
*/
|
|
36
|
+
caseCounterOffer?: CaseCounterOfferModel;
|
|
31
37
|
/**
|
|
32
38
|
*
|
|
33
39
|
* @type {string}
|
|
@@ -52,6 +58,12 @@ export interface DashboardCaseModel {
|
|
|
52
58
|
* @memberof DashboardCaseModel
|
|
53
59
|
*/
|
|
54
60
|
court?: DashboardCourtModel;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {EngagementLetterModel}
|
|
64
|
+
* @memberof DashboardCaseModel
|
|
65
|
+
*/
|
|
66
|
+
engagementLetter?: EngagementLetterModel;
|
|
55
67
|
/**
|
|
56
68
|
*
|
|
57
69
|
* @type {boolean}
|
|
@@ -100,6 +112,12 @@ export interface DashboardCaseModel {
|
|
|
100
112
|
* @memberof DashboardCaseModel
|
|
101
113
|
*/
|
|
102
114
|
messageBody?: string;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @type {OverduePaymentModel}
|
|
118
|
+
* @memberof DashboardCaseModel
|
|
119
|
+
*/
|
|
120
|
+
overduePayment?: OverduePaymentModel;
|
|
103
121
|
/**
|
|
104
122
|
*
|
|
105
123
|
* @type {DashboardStatusModel}
|
|
@@ -112,6 +130,12 @@ export interface DashboardCaseModel {
|
|
|
112
130
|
* @memberof DashboardCaseModel
|
|
113
131
|
*/
|
|
114
132
|
userId?: number;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {Array<ViolationModel0>}
|
|
136
|
+
* @memberof DashboardCaseModel
|
|
137
|
+
*/
|
|
138
|
+
violations?: Array<ViolationModel0>;
|
|
115
139
|
}
|
|
116
140
|
export declare function DashboardCaseModelFromJSON(json: any): DashboardCaseModel;
|
|
117
141
|
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, DashboardCitationModelFromJSON, DashboardCitationModelToJSON, DashboardCourtModelFromJSON, DashboardCourtModelToJSON, DashboardStatusModelFromJSON, DashboardStatusModelToJSON, } from './';
|
|
15
|
+
import { CaseCounterOfferModelFromJSON, CaseCounterOfferModelToJSON, CaseUserDetailsModelFromJSON, CaseUserDetailsModelToJSON, DashboardAuthorModelFromJSON, DashboardAuthorModelToJSON, DashboardCitationModelFromJSON, DashboardCitationModelToJSON, DashboardCourtModelFromJSON, DashboardCourtModelToJSON, DashboardStatusModelFromJSON, DashboardStatusModelToJSON, EngagementLetterModelFromJSON, EngagementLetterModelToJSON, OverduePaymentModelFromJSON, OverduePaymentModelToJSON, ViolationModel0FromJSON, ViolationModel0ToJSON, } from './';
|
|
16
16
|
export function DashboardCaseModelFromJSON(json) {
|
|
17
17
|
return DashboardCaseModelFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -23,10 +23,12 @@ export function DashboardCaseModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
23
23
|
return {
|
|
24
24
|
'authorModel': !exists(json, 'authorModel') ? undefined : DashboardAuthorModelFromJSON(json['authorModel']),
|
|
25
25
|
'bookingConfirmedDate': !exists(json, 'bookingConfirmedDate') ? undefined : (new Date(json['bookingConfirmedDate'])),
|
|
26
|
+
'caseCounterOffer': !exists(json, 'caseCounterOffer') ? undefined : CaseCounterOfferModelFromJSON(json['caseCounterOffer']),
|
|
26
27
|
'caseId': !exists(json, 'caseId') ? undefined : json['caseId'],
|
|
27
28
|
'caseUserDetails': !exists(json, 'caseUserDetails') ? undefined : CaseUserDetailsModelFromJSON(json['caseUserDetails']),
|
|
28
29
|
'citation': !exists(json, 'citation') ? undefined : DashboardCitationModelFromJSON(json['citation']),
|
|
29
30
|
'court': !exists(json, 'court') ? undefined : DashboardCourtModelFromJSON(json['court']),
|
|
31
|
+
'engagementLetter': !exists(json, 'engagementLetter') ? undefined : EngagementLetterModelFromJSON(json['engagementLetter']),
|
|
30
32
|
'hasLeftLawyerReview': !exists(json, 'hasLeftLawyerReview') ? undefined : json['hasLeftLawyerReview'],
|
|
31
33
|
'lawfirmId': !exists(json, 'lawfirmId') ? undefined : json['lawfirmId'],
|
|
32
34
|
'lawfirmName': !exists(json, 'lawfirmName') ? undefined : json['lawfirmName'],
|
|
@@ -35,8 +37,10 @@ export function DashboardCaseModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
37
|
'legalFeeInCents': !exists(json, 'legalFeeInCents') ? undefined : json['legalFeeInCents'],
|
|
36
38
|
'matchExpirationDateUtc': !exists(json, 'matchExpirationDateUtc') ? undefined : (new Date(json['matchExpirationDateUtc'])),
|
|
37
39
|
'messageBody': !exists(json, 'messageBody') ? undefined : json['messageBody'],
|
|
40
|
+
'overduePayment': !exists(json, 'overduePayment') ? undefined : OverduePaymentModelFromJSON(json['overduePayment']),
|
|
38
41
|
'status': !exists(json, 'status') ? undefined : DashboardStatusModelFromJSON(json['status']),
|
|
39
42
|
'userId': !exists(json, 'userId') ? undefined : json['userId'],
|
|
43
|
+
'violations': !exists(json, 'violations') ? undefined : (json['violations'].map(ViolationModel0FromJSON)),
|
|
40
44
|
};
|
|
41
45
|
}
|
|
42
46
|
export function DashboardCaseModelToJSON(value) {
|
|
@@ -49,10 +53,12 @@ export function DashboardCaseModelToJSON(value) {
|
|
|
49
53
|
return {
|
|
50
54
|
'authorModel': DashboardAuthorModelToJSON(value.authorModel),
|
|
51
55
|
'bookingConfirmedDate': value.bookingConfirmedDate === undefined ? undefined : (value.bookingConfirmedDate.toISOString()),
|
|
56
|
+
'caseCounterOffer': CaseCounterOfferModelToJSON(value.caseCounterOffer),
|
|
52
57
|
'caseId': value.caseId,
|
|
53
58
|
'caseUserDetails': CaseUserDetailsModelToJSON(value.caseUserDetails),
|
|
54
59
|
'citation': DashboardCitationModelToJSON(value.citation),
|
|
55
60
|
'court': DashboardCourtModelToJSON(value.court),
|
|
61
|
+
'engagementLetter': EngagementLetterModelToJSON(value.engagementLetter),
|
|
56
62
|
'hasLeftLawyerReview': value.hasLeftLawyerReview,
|
|
57
63
|
'lawfirmId': value.lawfirmId,
|
|
58
64
|
'lawfirmName': value.lawfirmName,
|
|
@@ -61,7 +67,9 @@ export function DashboardCaseModelToJSON(value) {
|
|
|
61
67
|
'legalFeeInCents': value.legalFeeInCents,
|
|
62
68
|
'matchExpirationDateUtc': value.matchExpirationDateUtc === undefined ? undefined : (value.matchExpirationDateUtc.toISOString()),
|
|
63
69
|
'messageBody': value.messageBody,
|
|
70
|
+
'overduePayment': OverduePaymentModelToJSON(value.overduePayment),
|
|
64
71
|
'status': DashboardStatusModelToJSON(value.status),
|
|
65
72
|
'userId': value.userId,
|
|
73
|
+
'violations': value.violations === undefined ? undefined : (value.violations.map(ViolationModel0ToJSON)),
|
|
66
74
|
};
|
|
67
75
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
|
15
|
+
* @interface EngagementLetterModel
|
|
16
|
+
*/
|
|
17
|
+
export interface EngagementLetterModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof EngagementLetterModel
|
|
22
|
+
*/
|
|
23
|
+
acknowledged?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EngagementLetterModel
|
|
28
|
+
*/
|
|
29
|
+
engagementLetterUrl?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function EngagementLetterModelFromJSON(json: any): EngagementLetterModel;
|
|
32
|
+
export declare function EngagementLetterModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): EngagementLetterModel;
|
|
33
|
+
export declare function EngagementLetterModelToJSON(value?: EngagementLetterModel | null): any;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function EngagementLetterModelFromJSON(json) {
|
|
16
|
+
return EngagementLetterModelFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function EngagementLetterModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'acknowledged': !exists(json, 'acknowledged') ? undefined : json['acknowledged'],
|
|
24
|
+
'engagementLetterUrl': !exists(json, 'engagementLetterUrl') ? undefined : json['engagementLetterUrl'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function EngagementLetterModelToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'acknowledged': value.acknowledged,
|
|
36
|
+
'engagementLetterUrl': value.engagementLetterUrl,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
|
15
|
+
* @interface OverduePaymentModel
|
|
16
|
+
*/
|
|
17
|
+
export interface OverduePaymentModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof OverduePaymentModel
|
|
22
|
+
*/
|
|
23
|
+
overduePaymentAmountInCents?: number;
|
|
24
|
+
}
|
|
25
|
+
export declare function OverduePaymentModelFromJSON(json: any): OverduePaymentModel;
|
|
26
|
+
export declare function OverduePaymentModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): OverduePaymentModel;
|
|
27
|
+
export declare function OverduePaymentModelToJSON(value?: OverduePaymentModel | null): any;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function OverduePaymentModelFromJSON(json) {
|
|
16
|
+
return OverduePaymentModelFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function OverduePaymentModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'overduePaymentAmountInCents': !exists(json, 'overduePaymentAmountInCents') ? undefined : json['overduePaymentAmountInCents'],
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export function OverduePaymentModelToJSON(value) {
|
|
27
|
+
if (value === undefined) {
|
|
28
|
+
return undefined;
|
|
29
|
+
}
|
|
30
|
+
if (value === null) {
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'overduePaymentAmountInCents': value.overduePaymentAmountInCents,
|
|
35
|
+
};
|
|
36
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
|
15
|
+
* @interface ViolationModel0
|
|
16
|
+
*/
|
|
17
|
+
export interface ViolationModel0 {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ViolationModel0
|
|
22
|
+
*/
|
|
23
|
+
userFriendlyName?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function ViolationModel0FromJSON(json: any): ViolationModel0;
|
|
26
|
+
export declare function ViolationModel0FromJSONTyped(json: any, ignoreDiscriminator: boolean): ViolationModel0;
|
|
27
|
+
export declare function ViolationModel0ToJSON(value?: ViolationModel0 | null): any;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function ViolationModel0FromJSON(json) {
|
|
16
|
+
return ViolationModel0FromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function ViolationModel0FromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'userFriendlyName': !exists(json, 'userFriendlyName') ? undefined : json['userFriendlyName'],
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export function ViolationModel0ToJSON(value) {
|
|
27
|
+
if (value === undefined) {
|
|
28
|
+
return undefined;
|
|
29
|
+
}
|
|
30
|
+
if (value === null) {
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'userFriendlyName': value.userFriendlyName,
|
|
35
|
+
};
|
|
36
|
+
}
|
|
@@ -225,6 +225,7 @@ export * from './EnableViolationModel';
|
|
|
225
225
|
export * from './EnableViolationResponseModel';
|
|
226
226
|
export * from './EnableViolationsForLawfirmRequest';
|
|
227
227
|
export * from './EnableViolationsForLawfirmResponse';
|
|
228
|
+
export * from './EngagementLetterModel';
|
|
228
229
|
export * from './EstimateInsuranceSavingsRequest';
|
|
229
230
|
export * from './EstimateInsuranceSavingsResponse';
|
|
230
231
|
export * from './ExistingAccountDetails';
|
|
@@ -546,6 +547,7 @@ export * from './OCRPredictionCaseResponse';
|
|
|
546
547
|
export * from './OCRViolationModel';
|
|
547
548
|
export * from './OtherCase';
|
|
548
549
|
export * from './OutgoingContactDomain';
|
|
550
|
+
export * from './OverduePaymentModel';
|
|
549
551
|
export * from './PaymentCardInput';
|
|
550
552
|
export * from './PaymentPlanTypeModel';
|
|
551
553
|
export * from './PaymentPlanTypeModelReq';
|
|
@@ -817,6 +819,7 @@ export * from './ViolationClassificationModel';
|
|
|
817
819
|
export * from './ViolationInput';
|
|
818
820
|
export * from './ViolationInputRequest';
|
|
819
821
|
export * from './ViolationModel';
|
|
822
|
+
export * from './ViolationModel0';
|
|
820
823
|
export * from './ViolationNames';
|
|
821
824
|
export * from './ViolationPenaltyModel';
|
|
822
825
|
export * from './ViolationPenaltyResponse';
|
|
@@ -225,6 +225,7 @@ export * from './EnableViolationModel';
|
|
|
225
225
|
export * from './EnableViolationResponseModel';
|
|
226
226
|
export * from './EnableViolationsForLawfirmRequest';
|
|
227
227
|
export * from './EnableViolationsForLawfirmResponse';
|
|
228
|
+
export * from './EngagementLetterModel';
|
|
228
229
|
export * from './EstimateInsuranceSavingsRequest';
|
|
229
230
|
export * from './EstimateInsuranceSavingsResponse';
|
|
230
231
|
export * from './ExistingAccountDetails';
|
|
@@ -546,6 +547,7 @@ export * from './OCRPredictionCaseResponse';
|
|
|
546
547
|
export * from './OCRViolationModel';
|
|
547
548
|
export * from './OtherCase';
|
|
548
549
|
export * from './OutgoingContactDomain';
|
|
550
|
+
export * from './OverduePaymentModel';
|
|
549
551
|
export * from './PaymentCardInput';
|
|
550
552
|
export * from './PaymentPlanTypeModel';
|
|
551
553
|
export * from './PaymentPlanTypeModelReq';
|
|
@@ -817,6 +819,7 @@ export * from './ViolationClassificationModel';
|
|
|
817
819
|
export * from './ViolationInput';
|
|
818
820
|
export * from './ViolationInputRequest';
|
|
819
821
|
export * from './ViolationModel';
|
|
822
|
+
export * from './ViolationModel0';
|
|
820
823
|
export * from './ViolationNames';
|
|
821
824
|
export * from './ViolationPenaltyModel';
|
|
822
825
|
export * from './ViolationPenaltyResponse';
|