@otr-app/shared-backend-generated-client 2.3.82 → 2.3.84

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.
Files changed (41) hide show
  1. package/dist/angular/.openapi-generator/FILES +18 -11
  2. package/dist/angular/api/api.ts +5 -3
  3. package/dist/angular/api/caseController.service.ts +5 -5
  4. package/dist/angular/api/workflowStateController.service.ts +5 -5
  5. package/dist/angular/api.module.ts +2 -1
  6. package/dist/angular/model/addActionToCaseResponse.ts +2 -2
  7. package/dist/angular/model/caseCreationRequest.ts +1 -0
  8. package/dist/angular/model/citationModel.ts +1 -0
  9. package/dist/angular/model/citationModelReq.ts +1 -0
  10. package/dist/angular/model/citationModelRes.ts +1 -0
  11. package/dist/angular/model/citationsResponseModel.ts +1 -0
  12. package/dist/angular/model/createCitationResponse.ts +2 -2
  13. package/dist/angular/model/deleteCitationResponse.ts +2 -2
  14. package/dist/angular/model/geoRatesRequest.ts +1 -0
  15. package/dist/angular/model/getCaseFromCitationResponse.ts +2 -2
  16. package/dist/angular/model/getCaseResponse.ts +2 -2
  17. package/dist/angular/model/getCitationResponse.ts +2 -2
  18. package/dist/angular/model/getCitationsResponse.ts +2 -2
  19. package/dist/angular/model/getClientCasesResponse.ts +4 -4
  20. package/dist/angular/model/getDeclinedCasesResponse.ts +2 -2
  21. package/dist/angular/model/getExternalTicketModel.ts +1 -1
  22. package/dist/angular/model/getInvalidCasesWithStripeChargeResponse.ts +2 -2
  23. package/dist/angular/model/getPendingCasesResponse.ts +2 -2
  24. package/dist/angular/model/getUserCasesResponse.ts +4 -4
  25. package/dist/angular/model/getWorkflowStateResponse.ts +19 -0
  26. package/dist/angular/model/lawfirmCaseModel.ts +1 -0
  27. package/dist/angular/model/lawfirmCaseModelReq.ts +1 -0
  28. package/dist/angular/model/lawfirmCaseModelRes.ts +1 -0
  29. package/dist/angular/model/matchCitationModel.ts +1 -0
  30. package/dist/angular/model/matchInnerCaseModel.ts +1 -1
  31. package/dist/angular/model/matchLegalServicesRequest.ts +1 -0
  32. package/dist/angular/model/models.ts +16 -10
  33. package/dist/angular/model/violationModel.ts +8 -4
  34. package/dist/angular/model/workflowViolationModel.ts +2 -2
  35. package/dist/typescript/.openapi-generator/VERSION +1 -1
  36. package/dist/typescript/api/api.js +1 -5
  37. package/dist/typescript/index.js +1 -5
  38. package/dist/typescript/model/GeoRatesRequest.d.ts +1 -0
  39. package/dist/typescript/model/GetExternalTicketModel.d.ts +1 -1
  40. package/dist/typescript/model/models.js +1 -5
  41. package/package.json +1 -1
@@ -88,7 +88,6 @@ api/stripeController.service.ts
88
88
  api/stripeSyncController.service.ts
89
89
  api/stripeWebhookController.service.ts
90
90
  api/ticketReviewController.service.ts
91
- api/trafficViolationController.service.ts
92
91
  api/urlRedirectController.service.ts
93
92
  api/userAccountController.service.ts
94
93
  api/userAuditController.service.ts
@@ -100,7 +99,9 @@ api/userSettingsController.service.ts
100
99
  api/utilityController.service.ts
101
100
  api/validationController.service.ts
102
101
  api/verificationController.service.ts
102
+ api/violationController.service.ts
103
103
  api/violationPenaltyController.service.ts
104
+ api/workflowStateController.service.ts
104
105
  configuration.ts
105
106
  encoder.ts
106
107
  git_push.sh
@@ -180,13 +181,13 @@ model/caseAlert.ts
180
181
  model/caseBookingsStats.ts
181
182
  model/caseChargeResponsePojo.ts
182
183
  model/caseCreationRequest.ts
183
- model/caseDomain.ts
184
- model/caseDomainReq.ts
185
- model/caseDomainRes.ts
186
184
  model/caseLineItemDomainReq.ts
187
185
  model/caseLineItemDomainRes.ts
188
186
  model/caseLineItemsSummary.ts
189
187
  model/caseMessageDomain.ts
188
+ model/caseModel.ts
189
+ model/caseModelReq.ts
190
+ model/caseModelRes.ts
190
191
  model/caseNotesDomain.ts
191
192
  model/casePaymentDomain.ts
192
193
  model/casePaymentModel.ts
@@ -201,10 +202,10 @@ model/changeUserPasswordRequest.ts
201
202
  model/chargeFeeToLawfirmRequest.ts
202
203
  model/chargeFeeToLawfirmResponse.ts
203
204
  model/citationAuditEventModel.ts
204
- model/citationDomain.ts
205
- model/citationDomainReq.ts
206
- model/citationDomainRes.ts
207
205
  model/citationInputRequest.ts
206
+ model/citationModel.ts
207
+ model/citationModelReq.ts
208
+ model/citationModelRes.ts
208
209
  model/citationViolationModel.ts
209
210
  model/citationWithMissingCourt.ts
210
211
  model/citationWithMissingFields.ts
@@ -436,6 +437,7 @@ model/getUserResponse.ts
436
437
  model/getUserSettingsRequest.ts
437
438
  model/getUserSettingsResponse.ts
438
439
  model/getUserStripeAccountResponse.ts
440
+ model/getWorkflowStateResponse.ts
439
441
  model/ghostUser.ts
440
442
  model/ghostUserResponse.ts
441
443
  model/googleLoginRequest.ts
@@ -458,9 +460,9 @@ model/lastLoginDateModel.ts
458
460
  model/lawfirmAuditEventModel.ts
459
461
  model/lawfirmBookingSummary.ts
460
462
  model/lawfirmCaseDocument.ts
461
- model/lawfirmCaseDomain.ts
462
- model/lawfirmCaseDomainReq.ts
463
- model/lawfirmCaseDomainRes.ts
463
+ model/lawfirmCaseModel.ts
464
+ model/lawfirmCaseModelReq.ts
465
+ model/lawfirmCaseModelRes.ts
464
466
  model/lawfirmCourtCoverageDomain.ts
465
467
  model/lawfirmCoverageRecord.ts
466
468
  model/lawfirmDocument.ts
@@ -484,6 +486,7 @@ model/lawyerInviteByTokenModel.ts
484
486
  model/lawyerInviteModel.ts
485
487
  model/lawyerLicenseModel.ts
486
488
  model/lawyerModel.ts
489
+ model/legalServiceModel.ts
487
490
  model/letterOfEngagement.ts
488
491
  model/lineItem.ts
489
492
  model/lineItemModel.ts
@@ -696,7 +699,6 @@ model/timestamp.ts
696
699
  model/timestampReq.ts
697
700
  model/timestampRes.ts
698
701
  model/trafficViolationInputRequest.ts
699
- model/trafficViolationTypeDomain.ts
700
702
  model/transferCaseRequest.ts
701
703
  model/uSStateDomain.ts
702
704
  model/updateAddress.ts
@@ -764,8 +766,13 @@ model/violationClassificationModel.ts
764
766
  model/violationInput.ts
765
767
  model/violationInputRequest.ts
766
768
  model/violationModel.ts
769
+ model/violationPenaltyModel.ts
767
770
  model/violationPenaltyResponse.ts
768
771
  model/violationResponse.ts
772
+ model/workflowCaseModel.ts
773
+ model/workflowCitationModel.ts
774
+ model/workflowViolationModel.ts
775
+ model/workflowViolationPenaltyModel.ts
769
776
  model/zoneId.ts
770
777
  model/zoneOffset.ts
771
778
  model/zoneOffsetTransition.ts
@@ -170,8 +170,6 @@ export * from './stripeWebhookController.service';
170
170
  import { StripeWebhookControllerService } from './stripeWebhookController.service';
171
171
  export * from './ticketReviewController.service';
172
172
  import { TicketReviewControllerService } from './ticketReviewController.service';
173
- export * from './trafficViolationController.service';
174
- import { TrafficViolationControllerService } from './trafficViolationController.service';
175
173
  export * from './urlRedirectController.service';
176
174
  import { UrlRedirectControllerService } from './urlRedirectController.service';
177
175
  export * from './userAccountController.service';
@@ -194,6 +192,10 @@ export * from './validationController.service';
194
192
  import { ValidationControllerService } from './validationController.service';
195
193
  export * from './verificationController.service';
196
194
  import { VerificationControllerService } from './verificationController.service';
195
+ export * from './violationController.service';
196
+ import { ViolationControllerService } from './violationController.service';
197
197
  export * from './violationPenaltyController.service';
198
198
  import { ViolationPenaltyControllerService } from './violationPenaltyController.service';
199
- export const APIS = [ActionRequiredControllerService, ActivityFeedControllerService, AddressControllerService, AlertNotificationControllerService, AppEventsControllerService, AuditLawfirmEventsControllerService, AuthenticationControllerService, AwsCredentialsControllerService, BlogWebhookControllerService, BranchLinkControllerService, CaseActionsControllerService, CaseControllerService, CaseCreationControllerService, CaseNotesControllerService, CasePaymentControllerService, CaseReferralCodeControllerService, CaseRefundControllerService, CaseResolutionControllerService, CaseStatusControllerService, CaseTransferControllerService, CertificateControllerService, CitationAuditControllerService, CitationControllerService, ConfigurationControllerService, ConsoleListControllerService, ContactTimelineControllerService, ConversationControllerService, CountyControllerService, CourtControllerService, CrmControllerService, CustomerLeadControllerService, CustomerReviewControllerService, CustomerServiceAgentBookingsControllerService, CustomerServiceAgentControllerService, DashboardControllerService, DirectMailControllerService, DripControllerService, DripWebhooksControllerService, EmailSubscriptionControllerService, ExternalTicketLookupControllerService, FeedbackControllerService, FreshcallerControllerService, FreshdeskTicketControllerService, GetCaseControllerService, HouseholdMateControllerService, InsuranceCalculatorControllerService, LawfirmCaseDecisionControllerService, LawfirmCasesControllerService, LawfirmControllerService, LawfirmDocumentControllerService, LawfirmFeeCoverageControllerService, LawfirmPaymentModelControllerService, LawfirmRatesControllerService, LawfirmSettingsControllerService, LawfirmStorefrontControllerService, LawfirmSurchargeControllerService, LawfirmTransactionsControllerService, LawyerControllerService, LegalServicesControllerService, LineItemControllerService, ListCasesControllerService, MediaCreationControllerService, MessagesControllerService, NotesControllerService, OcrPredictionControllerService, OnDemandRequestControllerService, OneTimePasswordControllerService, PhoneLeadsControllerService, PushNotificationControllerService, RecurringBillingControllerService, RefLinkControllerService, ReferralCodeControllerService, ReferralControllerService, ReferralSourceControllerService, RefundEligibilityControllerService, RegistrationControllerService, ReportingControllerService, ScheduledTaskControllerService, SingleSignOnControllerService, SnsListenerControllerService, SocialLoginControllerService, StripeCardControllerService, StripeControllerService, StripeSyncControllerService, StripeWebhookControllerService, TicketReviewControllerService, TrafficViolationControllerService, UrlRedirectControllerService, UserAccountControllerService, UserAuditControllerService, UserControllerService, UserPasswordControllerService, UserProfileControllerService, UserSearchControllerService, UserSettingsControllerService, UtilityControllerService, ValidationControllerService, VerificationControllerService, ViolationPenaltyControllerService];
199
+ export * from './workflowStateController.service';
200
+ import { WorkflowStateControllerService } from './workflowStateController.service';
201
+ export const APIS = [ActionRequiredControllerService, ActivityFeedControllerService, AddressControllerService, AlertNotificationControllerService, AppEventsControllerService, AuditLawfirmEventsControllerService, AuthenticationControllerService, AwsCredentialsControllerService, BlogWebhookControllerService, BranchLinkControllerService, CaseActionsControllerService, CaseControllerService, CaseCreationControllerService, CaseNotesControllerService, CasePaymentControllerService, CaseReferralCodeControllerService, CaseRefundControllerService, CaseResolutionControllerService, CaseStatusControllerService, CaseTransferControllerService, CertificateControllerService, CitationAuditControllerService, CitationControllerService, ConfigurationControllerService, ConsoleListControllerService, ContactTimelineControllerService, ConversationControllerService, CountyControllerService, CourtControllerService, CrmControllerService, CustomerLeadControllerService, CustomerReviewControllerService, CustomerServiceAgentBookingsControllerService, CustomerServiceAgentControllerService, DashboardControllerService, DirectMailControllerService, DripControllerService, DripWebhooksControllerService, EmailSubscriptionControllerService, ExternalTicketLookupControllerService, FeedbackControllerService, FreshcallerControllerService, FreshdeskTicketControllerService, GetCaseControllerService, HouseholdMateControllerService, InsuranceCalculatorControllerService, LawfirmCaseDecisionControllerService, LawfirmCasesControllerService, LawfirmControllerService, LawfirmDocumentControllerService, LawfirmFeeCoverageControllerService, LawfirmPaymentModelControllerService, LawfirmRatesControllerService, LawfirmSettingsControllerService, LawfirmStorefrontControllerService, LawfirmSurchargeControllerService, LawfirmTransactionsControllerService, LawyerControllerService, LegalServicesControllerService, LineItemControllerService, ListCasesControllerService, MediaCreationControllerService, MessagesControllerService, NotesControllerService, OcrPredictionControllerService, OnDemandRequestControllerService, OneTimePasswordControllerService, PhoneLeadsControllerService, PushNotificationControllerService, RecurringBillingControllerService, RefLinkControllerService, ReferralCodeControllerService, ReferralControllerService, ReferralSourceControllerService, RefundEligibilityControllerService, RegistrationControllerService, ReportingControllerService, ScheduledTaskControllerService, SingleSignOnControllerService, SnsListenerControllerService, SocialLoginControllerService, StripeCardControllerService, StripeControllerService, StripeSyncControllerService, StripeWebhookControllerService, TicketReviewControllerService, UrlRedirectControllerService, UserAccountControllerService, UserAuditControllerService, UserControllerService, UserPasswordControllerService, UserProfileControllerService, UserSearchControllerService, UserSettingsControllerService, UtilityControllerService, ValidationControllerService, VerificationControllerService, ViolationControllerService, ViolationPenaltyControllerService, WorkflowStateControllerService];
@@ -21,7 +21,7 @@ import { Observable } from 'rxjs';
21
21
  // @ts-ignore
22
22
  import { AddViolationsToCitationRequest } from '../model/addViolationsToCitationRequest';
23
23
  // @ts-ignore
24
- import { CaseDomainReq } from '../model/caseDomainReq';
24
+ import { CaseModelReq } from '../model/caseModelReq';
25
25
  // @ts-ignore
26
26
  import { FindChargeDisputesResponse } from '../model/findChargeDisputesResponse';
27
27
  // @ts-ignore
@@ -1034,10 +1034,10 @@ export class CaseControllerService {
1034
1034
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1035
1035
  * @param reportProgress flag to report request and response progress.
1036
1036
  */
1037
- public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseDomainReq, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetCaseResponse>;
1038
- public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseDomainReq, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetCaseResponse>>;
1039
- public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseDomainReq, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetCaseResponse>>;
1040
- public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseDomainReq, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
1037
+ public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetCaseResponse>;
1038
+ public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetCaseResponse>>;
1039
+ public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetCaseResponse>>;
1040
+ public updateCaseUsingPUT(caseId: string, caseFromRequest: CaseModelReq, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
1041
1041
  if (caseId === null || caseId === undefined) {
1042
1042
  throw new Error('Required parameter caseId was null or undefined when calling updateCaseUsingPUT.');
1043
1043
  }
@@ -19,7 +19,7 @@ import { CustomHttpParameterCodec } from '../encoder';
19
19
  import { Observable } from 'rxjs';
20
20
 
21
21
  // @ts-ignore
22
- import { WorkflowStateResponse } from '../model/workflowStateResponse';
22
+ import { GetWorkflowStateResponse } from '../model/getWorkflowStateResponse';
23
23
 
24
24
  // @ts-ignore
25
25
  import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
@@ -98,9 +98,9 @@ export class WorkflowStateControllerService {
98
98
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
99
99
  * @param reportProgress flag to report request and response progress.
100
100
  */
101
- public getWorkflowStateUsingGET(caseId?: string, citationId?: number, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<WorkflowStateResponse>;
102
- public getWorkflowStateUsingGET(caseId?: string, citationId?: number, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<WorkflowStateResponse>>;
103
- public getWorkflowStateUsingGET(caseId?: string, citationId?: number, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<WorkflowStateResponse>>;
101
+ public getWorkflowStateUsingGET(caseId?: string, citationId?: number, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetWorkflowStateResponse>;
102
+ public getWorkflowStateUsingGET(caseId?: string, citationId?: number, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetWorkflowStateResponse>>;
103
+ public getWorkflowStateUsingGET(caseId?: string, citationId?: number, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetWorkflowStateResponse>>;
104
104
  public getWorkflowStateUsingGET(caseId?: string, citationId?: number, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
105
105
 
106
106
  let localVarQueryParameters = new HttpParams({encoder: this.encoder});
@@ -145,7 +145,7 @@ export class WorkflowStateControllerService {
145
145
  }
146
146
 
147
147
  let localVarPath = `/api/v1/workflow-state`;
148
- return this.httpClient.request<WorkflowStateResponse>('get', `${this.configuration.basePath}${localVarPath}`,
148
+ return this.httpClient.request<GetWorkflowStateResponse>('get', `${this.configuration.basePath}${localVarPath}`,
149
149
  {
150
150
  context: localVarHttpContext,
151
151
  params: localVarQueryParameters,
@@ -88,7 +88,6 @@ import { StripeControllerService } from './api/stripeController.service';
88
88
  import { StripeSyncControllerService } from './api/stripeSyncController.service';
89
89
  import { StripeWebhookControllerService } from './api/stripeWebhookController.service';
90
90
  import { TicketReviewControllerService } from './api/ticketReviewController.service';
91
- import { TrafficViolationControllerService } from './api/trafficViolationController.service';
92
91
  import { UrlRedirectControllerService } from './api/urlRedirectController.service';
93
92
  import { UserAccountControllerService } from './api/userAccountController.service';
94
93
  import { UserAuditControllerService } from './api/userAuditController.service';
@@ -100,7 +99,9 @@ import { UserSettingsControllerService } from './api/userSettingsController.serv
100
99
  import { UtilityControllerService } from './api/utilityController.service';
101
100
  import { ValidationControllerService } from './api/validationController.service';
102
101
  import { VerificationControllerService } from './api/verificationController.service';
102
+ import { ViolationControllerService } from './api/violationController.service';
103
103
  import { ViolationPenaltyControllerService } from './api/violationPenaltyController.service';
104
+ import { WorkflowStateControllerService } from './api/workflowStateController.service';
104
105
 
105
106
  @NgModule({
106
107
  imports: [],
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CaseDomain } from './caseDomain';
12
+ import { CaseModel } from './caseModel';
13
13
 
14
14
 
15
15
  export interface AddActionToCaseResponse {
16
- theCase?: CaseDomain;
16
+ theCase?: CaseModel;
17
17
  }
18
18
 
@@ -15,6 +15,7 @@ export interface CaseCreationRequest {
15
15
  courtDate?: string;
16
16
  forcePredeterminedLawfirmId?: boolean;
17
17
  legalServiceId?: number;
18
+ matchInternal?: boolean;
18
19
  predeterminedLawfirmId?: number;
19
20
  setQuoteExpirationOn?: boolean;
20
21
  }
@@ -37,6 +37,7 @@ export interface CitationModel {
37
37
  isDismissedFromContactList?: boolean;
38
38
  isPastDue?: boolean;
39
39
  originalPointCount?: number;
40
+ signedTicketImageUrl?: string;
40
41
  state?: CitationModel.StateEnum;
41
42
  ticketImageUrl?: string;
42
43
  ticketLocationTags?: string;
@@ -37,6 +37,7 @@ export interface CitationModelReq {
37
37
  isDismissedFromContactList?: boolean;
38
38
  isPastDue?: boolean;
39
39
  originalPointCount?: number;
40
+ signedTicketImageUrl?: string;
40
41
  state?: CitationModelReq.StateEnum;
41
42
  ticketImageUrl?: string;
42
43
  ticketLocationTags?: string;
@@ -37,6 +37,7 @@ export interface CitationModelRes {
37
37
  isDismissedFromContactList?: boolean;
38
38
  isPastDue?: boolean;
39
39
  originalPointCount?: number;
40
+ signedTicketImageUrl?: string;
40
41
  state?: CitationModelRes.StateEnum;
41
42
  ticketImageUrl?: string;
42
43
  ticketLocationTags?: string;
@@ -25,6 +25,7 @@ export interface CitationsResponseModel {
25
25
  groupName?: string;
26
26
  hasPhoto?: boolean;
27
27
  involvesAccident?: boolean;
28
+ isMatchInternal?: boolean;
28
29
  lawfirmId?: string;
29
30
  lawfirmName?: string;
30
31
  maxViolationClassification?: CitationsResponseModel.MaxViolationClassificationEnum;
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CitationDomain } from './citationDomain';
12
+ import { CitationModel } from './citationModel';
13
13
 
14
14
 
15
15
  export interface CreateCitationResponse {
16
- citation?: CitationDomain;
16
+ citation?: CitationModel;
17
17
  }
18
18
 
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CitationDomain } from './citationDomain';
12
+ import { CitationModel } from './citationModel';
13
13
 
14
14
 
15
15
  export interface DeleteCitationResponse {
16
- citation?: CitationDomain;
16
+ citation?: CitationModel;
17
17
  }
18
18
 
@@ -16,6 +16,7 @@ export interface GeoRatesRequest {
16
16
  courtDate?: string;
17
17
  courtId?: string;
18
18
  isCDL?: boolean;
19
+ isFTA?: boolean;
19
20
  legalServiceId?: number;
20
21
  violationCount?: number;
21
22
  violations?: Array<ViolationInputRequest>;
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CaseDomain } from './caseDomain';
12
+ import { CaseModel } from './caseModel';
13
13
 
14
14
 
15
15
  export interface GetCaseFromCitationResponse {
16
16
  chanceOfSuccess?: number;
17
17
  projectedInsuranceCostInCents?: number;
18
- theCase?: CaseDomain;
18
+ theCase?: CaseModel;
19
19
  }
20
20
 
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CaseDomain } from './caseDomain';
12
+ import { CaseModel } from './caseModel';
13
13
 
14
14
 
15
15
  export interface GetCaseResponse {
16
16
  chanceOfSuccess?: number;
17
17
  projectedInsuranceCostInCents?: number;
18
- theCase?: CaseDomain;
18
+ theCase?: CaseModel;
19
19
  }
20
20
 
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CitationDomain } from './citationDomain';
12
+ import { CitationModel } from './citationModel';
13
13
 
14
14
 
15
15
  export interface GetCitationResponse {
16
- citation?: CitationDomain;
16
+ citation?: CitationModel;
17
17
  }
18
18
 
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CitationDomain } from './citationDomain';
12
+ import { CitationModel } from './citationModel';
13
13
 
14
14
 
15
15
  export interface GetCitationsResponse {
16
- citations?: Array<CitationDomain>;
16
+ citations?: Array<CitationModel>;
17
17
  }
18
18
 
@@ -9,13 +9,13 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CitationDomain } from './citationDomain';
13
- import { CaseDomain } from './caseDomain';
12
+ import { CitationModel } from './citationModel';
13
+ import { CaseModel } from './caseModel';
14
14
 
15
15
 
16
16
  export interface GetClientCasesResponse {
17
- cases?: Array<CaseDomain>;
18
- citations?: Array<CitationDomain>;
17
+ cases?: Array<CaseModel>;
18
+ citations?: Array<CitationModel>;
19
19
  numBookings?: number;
20
20
  numCases?: number;
21
21
  numCitationUploads?: number;
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CaseDomain } from './caseDomain';
12
+ import { CaseModel } from './caseModel';
13
13
 
14
14
 
15
15
  export interface GetDeclinedCasesResponse {
16
- declinedCases?: Array<CaseDomain>;
16
+ declinedCases?: Array<CaseModel>;
17
17
  }
18
18
 
@@ -13,7 +13,7 @@ import { ExternalTicketCourt } from './externalTicketCourt';
13
13
 
14
14
 
15
15
  export interface GetExternalTicketModel {
16
- additionalAttributes?: object;
16
+ additionalAttributes?: string;
17
17
  court?: ExternalTicketCourt;
18
18
  disposition?: Array<string>;
19
19
  docketNumber?: string;
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CaseDomain } from './caseDomain';
12
+ import { CaseModel } from './caseModel';
13
13
 
14
14
 
15
15
  export interface GetInvalidCasesWithStripeChargeResponse {
16
- cases?: Array<CaseDomain>;
16
+ cases?: Array<CaseModel>;
17
17
  }
18
18
 
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CaseDomain } from './caseDomain';
12
+ import { CaseModel } from './caseModel';
13
13
 
14
14
 
15
15
  export interface GetPendingCasesResponse {
16
- pendingCases?: Array<CaseDomain>;
16
+ pendingCases?: Array<CaseModel>;
17
17
  }
18
18
 
@@ -9,13 +9,13 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CitationDomain } from './citationDomain';
13
- import { CaseDomain } from './caseDomain';
12
+ import { CitationModel } from './citationModel';
13
+ import { CaseModel } from './caseModel';
14
14
 
15
15
 
16
16
  export interface GetUserCasesResponse {
17
- cases?: Array<CaseDomain>;
18
- citations?: Array<CitationDomain>;
17
+ cases?: Array<CaseModel>;
18
+ citations?: Array<CitationModel>;
19
19
  numBookings?: number;
20
20
  numCitationUploads?: number;
21
21
  }
@@ -0,0 +1,19 @@
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
+ import { WorkflowCaseModel } from './workflowCaseModel';
13
+
14
+
15
+ export interface GetWorkflowStateResponse {
16
+ projectedInsuranceCostInCents?: number;
17
+ theCase?: WorkflowCaseModel;
18
+ }
19
+
@@ -17,6 +17,7 @@ export interface LawfirmCaseModel {
17
17
  caseDecisionStatus?: LawfirmCaseModel.CaseDecisionStatusEnum;
18
18
  clientDeclineTicket?: FreshDeskTicket;
19
19
  declineReason?: string;
20
+ isMatchInternal?: boolean;
20
21
  lawfirmCaseId?: number;
21
22
  lawfirmDecisionDateUtc?: Timestamp;
22
23
  lawfirmDeclineTicket?: FreshDeskTicket;
@@ -17,6 +17,7 @@ export interface LawfirmCaseModelReq {
17
17
  caseDecisionStatus?: LawfirmCaseModelReq.CaseDecisionStatusEnum;
18
18
  clientDeclineTicket?: FreshDeskTicketReq;
19
19
  declineReason?: string;
20
+ isMatchInternal?: boolean;
20
21
  lawfirmCaseId?: number;
21
22
  lawfirmDecisionDateUtc?: TimestampReq;
22
23
  lawfirmDeclineTicket?: FreshDeskTicketReq;
@@ -17,6 +17,7 @@ export interface LawfirmCaseModelRes {
17
17
  caseDecisionStatus?: LawfirmCaseModelRes.CaseDecisionStatusEnum;
18
18
  clientDeclineTicket?: FreshDeskTicketRes;
19
19
  declineReason?: string;
20
+ isMatchInternal?: boolean;
20
21
  lawfirmCaseId?: number;
21
22
  lawfirmDecisionDateUtc?: TimestampRes;
22
23
  lawfirmDeclineTicket?: FreshDeskTicketRes;
@@ -25,6 +25,7 @@ export interface MatchCitationModel {
25
25
  fineAmount?: number;
26
26
  involvesAccident?: boolean;
27
27
  isDeleted?: boolean;
28
+ signedTicketImageUrl?: string;
28
29
  ticketImageUrl?: string;
29
30
  ticketNumber?: string;
30
31
  violations?: Array<ViolationModel>;
@@ -17,7 +17,7 @@ import { MatchCaseViolationPenaltyModel } from './matchCaseViolationPenaltyModel
17
17
  export interface MatchInnerCaseModel {
18
18
  caseId?: string;
19
19
  citation?: MatchCitationModel;
20
- lawfirmCodeApplied?: boolean;
20
+ isLawfirmCodeApplied?: boolean;
21
21
  legalServices?: Array<MatchLegalServiceModel>;
22
22
  maxPenalties?: Array<MatchCaseViolationPenaltyModel>;
23
23
  referralCodeOwner?: MatchInnerCaseModel.ReferralCodeOwnerEnum;
@@ -15,6 +15,7 @@ import { MatchingFieldValue } from './matchingFieldValue';
15
15
  export interface MatchLegalServicesRequest {
16
16
  courtDate?: string;
17
17
  forcePredeterminedLawfirmId?: boolean;
18
+ isMatchInternal?: boolean;
18
19
  legalServiceType?: MatchLegalServicesRequest.LegalServiceTypeEnum;
19
20
  legalServicesMatchingRules?: Array<MatchingFieldValue>;
20
21
  legalServicesResultLimit: number;
@@ -73,13 +73,13 @@ export * from './caseAlert';
73
73
  export * from './caseBookingsStats';
74
74
  export * from './caseChargeResponsePojo';
75
75
  export * from './caseCreationRequest';
76
- export * from './caseDomain';
77
- export * from './caseDomainReq';
78
- export * from './caseDomainRes';
79
76
  export * from './caseLineItemDomainReq';
80
77
  export * from './caseLineItemDomainRes';
81
78
  export * from './caseLineItemsSummary';
82
79
  export * from './caseMessageDomain';
80
+ export * from './caseModel';
81
+ export * from './caseModelReq';
82
+ export * from './caseModelRes';
83
83
  export * from './caseNotesDomain';
84
84
  export * from './casePaymentDomain';
85
85
  export * from './casePaymentModel';
@@ -94,10 +94,10 @@ export * from './changeUserPasswordRequest';
94
94
  export * from './chargeFeeToLawfirmRequest';
95
95
  export * from './chargeFeeToLawfirmResponse';
96
96
  export * from './citationAuditEventModel';
97
- export * from './citationDomain';
98
- export * from './citationDomainReq';
99
- export * from './citationDomainRes';
100
97
  export * from './citationInputRequest';
98
+ export * from './citationModel';
99
+ export * from './citationModelReq';
100
+ export * from './citationModelRes';
101
101
  export * from './citationViolationModel';
102
102
  export * from './citationWithMissingCourt';
103
103
  export * from './citationWithMissingFields';
@@ -329,6 +329,7 @@ export * from './getUserResponse';
329
329
  export * from './getUserSettingsRequest';
330
330
  export * from './getUserSettingsResponse';
331
331
  export * from './getUserStripeAccountResponse';
332
+ export * from './getWorkflowStateResponse';
332
333
  export * from './ghostUser';
333
334
  export * from './ghostUserResponse';
334
335
  export * from './googleLoginRequest';
@@ -351,9 +352,9 @@ export * from './lastLoginDateModel';
351
352
  export * from './lawfirmAuditEventModel';
352
353
  export * from './lawfirmBookingSummary';
353
354
  export * from './lawfirmCaseDocument';
354
- export * from './lawfirmCaseDomain';
355
- export * from './lawfirmCaseDomainReq';
356
- export * from './lawfirmCaseDomainRes';
355
+ export * from './lawfirmCaseModel';
356
+ export * from './lawfirmCaseModelReq';
357
+ export * from './lawfirmCaseModelRes';
357
358
  export * from './lawfirmCourtCoverageDomain';
358
359
  export * from './lawfirmCoverageRecord';
359
360
  export * from './lawfirmDocument';
@@ -377,6 +378,7 @@ export * from './lawyerInviteByTokenModel';
377
378
  export * from './lawyerInviteModel';
378
379
  export * from './lawyerLicenseModel';
379
380
  export * from './lawyerModel';
381
+ export * from './legalServiceModel';
380
382
  export * from './letterOfEngagement';
381
383
  export * from './lineItem';
382
384
  export * from './lineItemModel';
@@ -588,7 +590,6 @@ export * from './timestamp';
588
590
  export * from './timestampReq';
589
591
  export * from './timestampRes';
590
592
  export * from './trafficViolationInputRequest';
591
- export * from './trafficViolationTypeDomain';
592
593
  export * from './transferCaseRequest';
593
594
  export * from './uSStateDomain';
594
595
  export * from './updateAddress';
@@ -656,8 +657,13 @@ export * from './violationClassificationModel';
656
657
  export * from './violationInput';
657
658
  export * from './violationInputRequest';
658
659
  export * from './violationModel';
660
+ export * from './violationPenaltyModel';
659
661
  export * from './violationPenaltyResponse';
660
662
  export * from './violationResponse';
663
+ export * from './workflowCaseModel';
664
+ export * from './workflowCitationModel';
665
+ export * from './workflowViolationModel';
666
+ export * from './workflowViolationPenaltyModel';
661
667
  export * from './zoneId';
662
668
  export * from './zoneOffset';
663
669
  export * from './zoneOffsetTransition';
@@ -9,17 +9,21 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { MatchCaseViolationPenaltyModel } from './matchCaseViolationPenaltyModel';
12
+ import { ViolationPenaltyModel } from './violationPenaltyModel';
13
13
 
14
14
 
15
15
  export interface ViolationModel {
16
- criminal?: boolean;
17
- penalties?: Array<MatchCaseViolationPenaltyModel>;
16
+ insuranceIncreasePercent?: number;
17
+ isCriminal?: boolean;
18
+ isMovingViolation?: boolean;
19
+ isWobblerToCriminal?: boolean;
20
+ penalties?: Array<ViolationPenaltyModel>;
18
21
  trafficViolationDesc?: string;
19
22
  trafficViolationTypeId?: number;
23
+ userFriendlyName?: string;
24
+ userFriendlyShortForm?: string;
20
25
  violationClassification?: ViolationModel.ViolationClassificationEnum;
21
26
  violationCode?: string;
22
- wobblerToCriminal?: boolean;
23
27
  }
24
28
  export namespace ViolationModel {
25
29
  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';
@@ -16,10 +16,10 @@ export interface WorkflowViolationModel {
16
16
  isCriminal?: boolean;
17
17
  isWobblerToCriminal?: boolean;
18
18
  penalties?: Array<WorkflowViolationPenaltyModel>;
19
+ trafficViolationDesc?: string;
20
+ trafficViolationTypeId?: number;
19
21
  violationClassification?: WorkflowViolationModel.ViolationClassificationEnum;
20
22
  violationCode?: string;
21
- violationDesc?: string;
22
- violationTypeId?: number;
23
23
  }
24
24
  export namespace WorkflowViolationModel {
25
25
  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';
@@ -1 +1 @@
1
- 4.3.1
1
+ 4.3.0
@@ -1,11 +1,7 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
5
  }) : (function(o, m, k, k2) {
10
6
  if (k2 === undefined) k2 = k;
11
7
  o[k2] = m[k];
@@ -1,11 +1,7 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
5
  }) : (function(o, m, k, k2) {
10
6
  if (k2 === undefined) k2 = k;
11
7
  o[k2] = m[k];
@@ -14,6 +14,7 @@ export interface GeoRatesRequest {
14
14
  "courtDate"?: string;
15
15
  "courtId"?: string;
16
16
  "isCDL"?: boolean;
17
+ "isFTA"?: boolean;
17
18
  "legalServiceId"?: number;
18
19
  "violationCount"?: number;
19
20
  "violations"?: Array<models.ViolationInputRequest>;
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import * as models from './models';
13
13
  export interface GetExternalTicketModel {
14
- "additionalAttributes"?: object;
14
+ "additionalAttributes"?: string;
15
15
  "court"?: models.ExternalTicketCourt;
16
16
  "disposition"?: Array<string>;
17
17
  "docketNumber"?: string;
@@ -1,11 +1,7 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
5
  }) : (function(o, m, k, k2) {
10
6
  if (k2 === undefined) k2 = k;
11
7
  o[k2] = m[k];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.3.82",
3
+ "version": "2.3.84",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"