@otr-app/shared-backend-generated-client 2.3.73 → 2.3.75

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 (79) hide show
  1. package/dist/angular/.openapi-generator/FILES +11 -18
  2. package/dist/angular/api/api.ts +3 -5
  3. package/dist/angular/api/caseController.service.ts +5 -5
  4. package/dist/angular/api.module.ts +1 -2
  5. package/dist/angular/model/addActionToCaseResponse.ts +2 -2
  6. package/dist/angular/model/citationWithMissingFields.ts +49 -0
  7. package/dist/angular/model/createCitationResponse.ts +2 -2
  8. package/dist/angular/model/deleteCitationResponse.ts +2 -2
  9. package/dist/angular/model/getCaseFromCitationResponse.ts +2 -2
  10. package/dist/angular/model/getCaseResponse.ts +2 -2
  11. package/dist/angular/model/getCitationResponse.ts +2 -2
  12. package/dist/angular/model/getCitationsResponse.ts +2 -2
  13. package/dist/angular/model/getCitationsWithMissingFieldsRequest.ts +49 -0
  14. package/dist/angular/model/getClientCasesResponse.ts +4 -4
  15. package/dist/angular/model/getDeclinedCasesResponse.ts +2 -2
  16. package/dist/angular/model/getInvalidCasesWithStripeChargeResponse.ts +2 -2
  17. package/dist/angular/model/getPendingCasesResponse.ts +2 -2
  18. package/dist/angular/model/getUserCasesResponse.ts +4 -4
  19. package/dist/angular/model/matchInnerCaseModel.ts +1 -1
  20. package/dist/angular/model/models.ts +10 -16
  21. package/dist/angular/model/violationModel.ts +6 -10
  22. package/dist/otrBackendService.js +0 -36
  23. package/dist/otrBackendService.min.js +1 -1
  24. package/dist/typescript/api/CaseControllerApi.d.ts +1 -1
  25. package/dist/typescript/api/CaseControllerApi.ts +1 -1
  26. package/dist/typescript/api/TrafficViolationControllerApi.ts +224 -0
  27. package/dist/typescript/api/api.d.ts +3 -5
  28. package/dist/typescript/api/api.js +3 -5
  29. package/dist/typescript/api/api.ts +3 -5
  30. package/dist/typescript/api.module.js +2 -3
  31. package/dist/typescript/api.module.ts +1 -2
  32. package/dist/typescript/model/AddActionToCaseResponse.d.ts +1 -1
  33. package/dist/typescript/model/AddActionToCaseResponse.ts +1 -1
  34. package/dist/typescript/model/CaseDomain.ts +96 -0
  35. package/dist/typescript/model/CaseDomainReq.ts +96 -0
  36. package/dist/typescript/model/CaseDomainRes.ts +96 -0
  37. package/dist/typescript/model/CitationDomain.ts +126 -0
  38. package/dist/typescript/model/CitationDomainReq.ts +126 -0
  39. package/dist/typescript/model/CitationDomainRes.ts +126 -0
  40. package/dist/typescript/model/CitationWithMissingFields.d.ts +47 -0
  41. package/dist/typescript/model/CitationWithMissingFields.js +47 -0
  42. package/dist/typescript/model/CitationWithMissingFields.ts +47 -0
  43. package/dist/typescript/model/CreateCitationResponse.d.ts +1 -1
  44. package/dist/typescript/model/CreateCitationResponse.ts +1 -1
  45. package/dist/typescript/model/DeleteCitationResponse.d.ts +1 -1
  46. package/dist/typescript/model/DeleteCitationResponse.ts +1 -1
  47. package/dist/typescript/model/GetCaseFromCitationResponse.d.ts +1 -1
  48. package/dist/typescript/model/GetCaseFromCitationResponse.ts +1 -1
  49. package/dist/typescript/model/GetCaseResponse.d.ts +1 -1
  50. package/dist/typescript/model/GetCaseResponse.ts +1 -1
  51. package/dist/typescript/model/GetCitationResponse.d.ts +1 -1
  52. package/dist/typescript/model/GetCitationResponse.ts +1 -1
  53. package/dist/typescript/model/GetCitationsResponse.d.ts +1 -1
  54. package/dist/typescript/model/GetCitationsResponse.ts +1 -1
  55. package/dist/typescript/model/GetCitationsWithMissingFieldsRequest.d.ts +47 -0
  56. package/dist/typescript/model/GetCitationsWithMissingFieldsRequest.js +47 -0
  57. package/dist/typescript/model/GetCitationsWithMissingFieldsRequest.ts +47 -0
  58. package/dist/typescript/model/GetClientCasesResponse.d.ts +2 -2
  59. package/dist/typescript/model/GetClientCasesResponse.ts +2 -2
  60. package/dist/typescript/model/GetDeclinedCasesResponse.d.ts +1 -1
  61. package/dist/typescript/model/GetDeclinedCasesResponse.ts +1 -1
  62. package/dist/typescript/model/GetInvalidCasesWithStripeChargeResponse.d.ts +1 -1
  63. package/dist/typescript/model/GetInvalidCasesWithStripeChargeResponse.ts +1 -1
  64. package/dist/typescript/model/GetPendingCasesResponse.d.ts +1 -1
  65. package/dist/typescript/model/GetPendingCasesResponse.ts +1 -1
  66. package/dist/typescript/model/GetUserCasesResponse.d.ts +2 -2
  67. package/dist/typescript/model/GetUserCasesResponse.ts +2 -2
  68. package/dist/typescript/model/LawfirmCaseDomain.ts +47 -0
  69. package/dist/typescript/model/LawfirmCaseDomainReq.ts +47 -0
  70. package/dist/typescript/model/LawfirmCaseDomainRes.ts +47 -0
  71. package/dist/typescript/model/MatchInnerCaseModel.d.ts +1 -1
  72. package/dist/typescript/model/MatchInnerCaseModel.ts +1 -1
  73. package/dist/typescript/model/TrafficViolationTypeDomain.ts +87 -0
  74. package/dist/typescript/model/ViolationModel.d.ts +5 -9
  75. package/dist/typescript/model/ViolationModel.ts +5 -9
  76. package/dist/typescript/model/models.d.ts +10 -16
  77. package/dist/typescript/model/models.js +10 -16
  78. package/dist/typescript/model/models.ts +10 -16
  79. package/package.json +1 -1
@@ -88,6 +88,7 @@ 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
91
92
  api/urlRedirectController.service.ts
92
93
  api/userAccountController.service.ts
93
94
  api/userAuditController.service.ts
@@ -99,9 +100,7 @@ api/userSettingsController.service.ts
99
100
  api/utilityController.service.ts
100
101
  api/validationController.service.ts
101
102
  api/verificationController.service.ts
102
- api/violationController.service.ts
103
103
  api/violationPenaltyController.service.ts
104
- api/workflowStateController.service.ts
105
104
  configuration.ts
106
105
  encoder.ts
107
106
  git_push.sh
@@ -181,13 +180,13 @@ model/caseAlert.ts
181
180
  model/caseBookingsStats.ts
182
181
  model/caseChargeResponsePojo.ts
183
182
  model/caseCreationRequest.ts
183
+ model/caseDomain.ts
184
+ model/caseDomainReq.ts
185
+ model/caseDomainRes.ts
184
186
  model/caseLineItemDomainReq.ts
185
187
  model/caseLineItemDomainRes.ts
186
188
  model/caseLineItemsSummary.ts
187
189
  model/caseMessageDomain.ts
188
- model/caseModel.ts
189
- model/caseModelReq.ts
190
- model/caseModelRes.ts
191
190
  model/caseNotesDomain.ts
192
191
  model/casePaymentDomain.ts
193
192
  model/casePaymentModel.ts
@@ -202,10 +201,10 @@ model/changeUserPasswordRequest.ts
202
201
  model/chargeFeeToLawfirmRequest.ts
203
202
  model/chargeFeeToLawfirmResponse.ts
204
203
  model/citationAuditEventModel.ts
204
+ model/citationDomain.ts
205
+ model/citationDomainReq.ts
206
+ model/citationDomainRes.ts
205
207
  model/citationInputRequest.ts
206
- model/citationModel.ts
207
- model/citationModelReq.ts
208
- model/citationModelRes.ts
209
208
  model/citationViolationModel.ts
210
209
  model/citationWithMissingCourt.ts
211
210
  model/citationWithMissingFields.ts
@@ -459,9 +458,9 @@ model/lastLoginDateModel.ts
459
458
  model/lawfirmAuditEventModel.ts
460
459
  model/lawfirmBookingSummary.ts
461
460
  model/lawfirmCaseDocument.ts
462
- model/lawfirmCaseModel.ts
463
- model/lawfirmCaseModelReq.ts
464
- model/lawfirmCaseModelRes.ts
461
+ model/lawfirmCaseDomain.ts
462
+ model/lawfirmCaseDomainReq.ts
463
+ model/lawfirmCaseDomainRes.ts
465
464
  model/lawfirmCourtCoverageDomain.ts
466
465
  model/lawfirmCoverageRecord.ts
467
466
  model/lawfirmDocument.ts
@@ -485,7 +484,6 @@ model/lawyerInviteByTokenModel.ts
485
484
  model/lawyerInviteModel.ts
486
485
  model/lawyerLicenseModel.ts
487
486
  model/lawyerModel.ts
488
- model/legalServiceModel.ts
489
487
  model/letterOfEngagement.ts
490
488
  model/lineItem.ts
491
489
  model/lineItemModel.ts
@@ -698,6 +696,7 @@ model/timestamp.ts
698
696
  model/timestampReq.ts
699
697
  model/timestampRes.ts
700
698
  model/trafficViolationInputRequest.ts
699
+ model/trafficViolationTypeDomain.ts
701
700
  model/transferCaseRequest.ts
702
701
  model/uSStateDomain.ts
703
702
  model/updateAddress.ts
@@ -765,14 +764,8 @@ model/violationClassificationModel.ts
765
764
  model/violationInput.ts
766
765
  model/violationInputRequest.ts
767
766
  model/violationModel.ts
768
- model/violationPenaltyModel.ts
769
767
  model/violationPenaltyResponse.ts
770
768
  model/violationResponse.ts
771
- model/workflowCaseModel.ts
772
- model/workflowCitationModel.ts
773
- model/workflowStateResponse.ts
774
- model/workflowViolationModel.ts
775
- model/workflowViolationPenaltyModel.ts
776
769
  model/zoneId.ts
777
770
  model/zoneOffset.ts
778
771
  model/zoneOffsetTransition.ts
@@ -170,6 +170,8 @@ 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';
173
175
  export * from './urlRedirectController.service';
174
176
  import { UrlRedirectControllerService } from './urlRedirectController.service';
175
177
  export * from './userAccountController.service';
@@ -192,10 +194,6 @@ export * from './validationController.service';
192
194
  import { ValidationControllerService } from './validationController.service';
193
195
  export * from './verificationController.service';
194
196
  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 * 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];
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];
@@ -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 { CaseModelReq } from '../model/caseModelReq';
24
+ import { CaseDomainReq } from '../model/caseDomainReq';
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: 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> {
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> {
1041
1041
  if (caseId === null || caseId === undefined) {
1042
1042
  throw new Error('Required parameter caseId was null or undefined when calling updateCaseUsingPUT.');
1043
1043
  }
@@ -88,6 +88,7 @@ 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';
91
92
  import { UrlRedirectControllerService } from './api/urlRedirectController.service';
92
93
  import { UserAccountControllerService } from './api/userAccountController.service';
93
94
  import { UserAuditControllerService } from './api/userAuditController.service';
@@ -99,9 +100,7 @@ import { UserSettingsControllerService } from './api/userSettingsController.serv
99
100
  import { UtilityControllerService } from './api/utilityController.service';
100
101
  import { ValidationControllerService } from './api/validationController.service';
101
102
  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';
105
104
 
106
105
  @NgModule({
107
106
  imports: [],
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CaseModel } from './caseModel';
12
+ import { CaseDomain } from './caseDomain';
13
13
 
14
14
 
15
15
  export interface AddActionToCaseResponse {
16
- theCase?: CaseModel;
16
+ theCase?: CaseDomain;
17
17
  }
18
18
 
@@ -16,6 +16,8 @@ import { TimestampRes } from './timestampRes';
16
16
 
17
17
  export interface CitationWithMissingFields {
18
18
  birthDate?: string;
19
+ caseStatus?: CitationWithMissingFields.CaseStatusEnum;
20
+ caseStatusCategory?: CitationWithMissingFields.CaseStatusCategoryEnum;
19
21
  citationCreationDateUtc?: TimestampRes;
20
22
  citationId?: number;
21
23
  citationIssueDate?: PureDate;
@@ -32,6 +34,53 @@ export interface CitationWithMissingFields {
32
34
  violations?: Array<CitationViolationModel>;
33
35
  }
34
36
  export namespace CitationWithMissingFields {
37
+ export type CaseStatusEnum = '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';
38
+ export const CaseStatusEnum = {
39
+ AmendedDownWithinClass: 'AMENDED_DOWN_WITHIN_CLASS' as CaseStatusEnum,
40
+ AmendedFullFine: 'AMENDED_FULL_FINE' as CaseStatusEnum,
41
+ AmendedIncreasedFine: 'AMENDED_INCREASED_FINE' as CaseStatusEnum,
42
+ AmendedNoFine: 'AMENDED_NO_FINE' as CaseStatusEnum,
43
+ AmendedReducedFine: 'AMENDED_REDUCED_FINE' as CaseStatusEnum,
44
+ AmendedToInfraction: 'AMENDED_TO_INFRACTION' as CaseStatusEnum,
45
+ AmendedToNmv: 'AMENDED_TO_NMV' as CaseStatusEnum,
46
+ CancelledAttorneyAtFault: 'CANCELLED_ATTORNEY_AT_FAULT' as CaseStatusEnum,
47
+ CancelledByLawfirm: 'CANCELLED_BY_LAWFIRM' as CaseStatusEnum,
48
+ CancelledByUser: 'CANCELLED_BY_USER' as CaseStatusEnum,
49
+ CancelledDuplicate: 'CANCELLED_DUPLICATE' as CaseStatusEnum,
50
+ CancelledNmv: 'CANCELLED_NMV' as CaseStatusEnum,
51
+ CancelledNonPayment: 'CANCELLED_NON_PAYMENT' as CaseStatusEnum,
52
+ CancelledNoLawfirm: 'CANCELLED_NO_LAWFIRM' as CaseStatusEnum,
53
+ CancelledOverdue: 'CANCELLED_OVERDUE' as CaseStatusEnum,
54
+ CancelledTooShortNotice: 'CANCELLED_TOO_SHORT_NOTICE' as CaseStatusEnum,
55
+ CaseInProgress: 'CASE_IN_PROGRESS' as CaseStatusEnum,
56
+ ClientConfirmed: 'CLIENT_CONFIRMED' as CaseStatusEnum,
57
+ ClientConfirmedUnpaid: 'CLIENT_CONFIRMED_UNPAID' as CaseStatusEnum,
58
+ ClientFiredLawfirm: 'CLIENT_FIRED_LAWFIRM' as CaseStatusEnum,
59
+ ClientForcedLoss: 'CLIENT_FORCED_LOSS' as CaseStatusEnum,
60
+ ClientPaidFine: 'CLIENT_PAID_FINE' as CaseStatusEnum,
61
+ ClientUnresponsive: 'CLIENT_UNRESPONSIVE' as CaseStatusEnum,
62
+ Deferred: 'DEFERRED' as CaseStatusEnum,
63
+ Dismissed: 'DISMISSED' as CaseStatusEnum,
64
+ Diversion: 'DIVERSION' as CaseStatusEnum,
65
+ FeesDisputed: 'FEES_DISPUTED' as CaseStatusEnum,
66
+ FineReductionOnly: 'FINE_REDUCTION_ONLY' as CaseStatusEnum,
67
+ LawfirmWithdrawn: 'LAWFIRM_WITHDRAWN' as CaseStatusEnum,
68
+ Lost: 'LOST' as CaseStatusEnum,
69
+ NoLawfirmAvailable: 'NO_LAWFIRM_AVAILABLE' as CaseStatusEnum,
70
+ PointReduction: 'POINT_REDUCTION' as CaseStatusEnum,
71
+ RefusedByLawfirm: 'REFUSED_BY_LAWFIRM' as CaseStatusEnum,
72
+ ResolvedNonPayment: 'RESOLVED_NON_PAYMENT' as CaseStatusEnum,
73
+ Stale: 'STALE' as CaseStatusEnum,
74
+ TrafficSchool: 'TRAFFIC_SCHOOL' as CaseStatusEnum,
75
+ Unconfirmed: 'UNCONFIRMED' as CaseStatusEnum
76
+ };
77
+ export type CaseStatusCategoryEnum = 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED';
78
+ export const CaseStatusCategoryEnum = {
79
+ Active: 'ACTIVE' as CaseStatusCategoryEnum,
80
+ Cancelled: 'CANCELLED' as CaseStatusCategoryEnum,
81
+ Resolved: 'RESOLVED' as CaseStatusCategoryEnum,
82
+ Unconfirmed: 'UNCONFIRMED' as CaseStatusCategoryEnum
83
+ };
35
84
  export type GenderEnum = 'FEMALE' | 'MALE' | 'NOT_LISTED';
36
85
  export const GenderEnum = {
37
86
  Female: 'FEMALE' as GenderEnum,
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CitationModel } from './citationModel';
12
+ import { CitationDomain } from './citationDomain';
13
13
 
14
14
 
15
15
  export interface CreateCitationResponse {
16
- citation?: CitationModel;
16
+ citation?: CitationDomain;
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 { CitationModel } from './citationModel';
12
+ import { CitationDomain } from './citationDomain';
13
13
 
14
14
 
15
15
  export interface DeleteCitationResponse {
16
- citation?: CitationModel;
16
+ citation?: CitationDomain;
17
17
  }
18
18
 
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CaseModel } from './caseModel';
12
+ import { CaseDomain } from './caseDomain';
13
13
 
14
14
 
15
15
  export interface GetCaseFromCitationResponse {
16
16
  chanceOfSuccess?: number;
17
17
  projectedInsuranceCostInCents?: number;
18
- theCase?: CaseModel;
18
+ theCase?: CaseDomain;
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 { CaseModel } from './caseModel';
12
+ import { CaseDomain } from './caseDomain';
13
13
 
14
14
 
15
15
  export interface GetCaseResponse {
16
16
  chanceOfSuccess?: number;
17
17
  projectedInsuranceCostInCents?: number;
18
- theCase?: CaseModel;
18
+ theCase?: CaseDomain;
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 { CitationModel } from './citationModel';
12
+ import { CitationDomain } from './citationDomain';
13
13
 
14
14
 
15
15
  export interface GetCitationResponse {
16
- citation?: CitationModel;
16
+ citation?: CitationDomain;
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 { CitationModel } from './citationModel';
12
+ import { CitationDomain } from './citationDomain';
13
13
 
14
14
 
15
15
  export interface GetCitationsResponse {
16
- citations?: Array<CitationModel>;
16
+ citations?: Array<CitationDomain>;
17
17
  }
18
18
 
@@ -12,6 +12,8 @@
12
12
 
13
13
 
14
14
  export interface GetCitationsWithMissingFieldsRequest {
15
+ caseStatusCategory?: GetCitationsWithMissingFieldsRequest.CaseStatusCategoryEnum;
16
+ caseStatuses?: Array<GetCitationsWithMissingFieldsRequest.CaseStatusesEnum>;
15
17
  endDate?: string;
16
18
  maxRecords?: number;
17
19
  selectedStates?: Array<GetCitationsWithMissingFieldsRequest.SelectedStatesEnum>;
@@ -23,6 +25,53 @@ export interface GetCitationsWithMissingFieldsRequest {
23
25
  trailingDays?: number;
24
26
  }
25
27
  export namespace GetCitationsWithMissingFieldsRequest {
28
+ export type CaseStatusCategoryEnum = 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED';
29
+ export const CaseStatusCategoryEnum = {
30
+ Active: 'ACTIVE' as CaseStatusCategoryEnum,
31
+ Cancelled: 'CANCELLED' as CaseStatusCategoryEnum,
32
+ Resolved: 'RESOLVED' as CaseStatusCategoryEnum,
33
+ Unconfirmed: 'UNCONFIRMED' as CaseStatusCategoryEnum
34
+ };
35
+ export type CaseStatusesEnum = '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';
36
+ export const CaseStatusesEnum = {
37
+ AmendedDownWithinClass: 'AMENDED_DOWN_WITHIN_CLASS' as CaseStatusesEnum,
38
+ AmendedFullFine: 'AMENDED_FULL_FINE' as CaseStatusesEnum,
39
+ AmendedIncreasedFine: 'AMENDED_INCREASED_FINE' as CaseStatusesEnum,
40
+ AmendedNoFine: 'AMENDED_NO_FINE' as CaseStatusesEnum,
41
+ AmendedReducedFine: 'AMENDED_REDUCED_FINE' as CaseStatusesEnum,
42
+ AmendedToInfraction: 'AMENDED_TO_INFRACTION' as CaseStatusesEnum,
43
+ AmendedToNmv: 'AMENDED_TO_NMV' as CaseStatusesEnum,
44
+ CancelledAttorneyAtFault: 'CANCELLED_ATTORNEY_AT_FAULT' as CaseStatusesEnum,
45
+ CancelledByLawfirm: 'CANCELLED_BY_LAWFIRM' as CaseStatusesEnum,
46
+ CancelledByUser: 'CANCELLED_BY_USER' as CaseStatusesEnum,
47
+ CancelledDuplicate: 'CANCELLED_DUPLICATE' as CaseStatusesEnum,
48
+ CancelledNmv: 'CANCELLED_NMV' as CaseStatusesEnum,
49
+ CancelledNonPayment: 'CANCELLED_NON_PAYMENT' as CaseStatusesEnum,
50
+ CancelledNoLawfirm: 'CANCELLED_NO_LAWFIRM' as CaseStatusesEnum,
51
+ CancelledOverdue: 'CANCELLED_OVERDUE' as CaseStatusesEnum,
52
+ CancelledTooShortNotice: 'CANCELLED_TOO_SHORT_NOTICE' as CaseStatusesEnum,
53
+ CaseInProgress: 'CASE_IN_PROGRESS' as CaseStatusesEnum,
54
+ ClientConfirmed: 'CLIENT_CONFIRMED' as CaseStatusesEnum,
55
+ ClientConfirmedUnpaid: 'CLIENT_CONFIRMED_UNPAID' as CaseStatusesEnum,
56
+ ClientFiredLawfirm: 'CLIENT_FIRED_LAWFIRM' as CaseStatusesEnum,
57
+ ClientForcedLoss: 'CLIENT_FORCED_LOSS' as CaseStatusesEnum,
58
+ ClientPaidFine: 'CLIENT_PAID_FINE' as CaseStatusesEnum,
59
+ ClientUnresponsive: 'CLIENT_UNRESPONSIVE' as CaseStatusesEnum,
60
+ Deferred: 'DEFERRED' as CaseStatusesEnum,
61
+ Dismissed: 'DISMISSED' as CaseStatusesEnum,
62
+ Diversion: 'DIVERSION' as CaseStatusesEnum,
63
+ FeesDisputed: 'FEES_DISPUTED' as CaseStatusesEnum,
64
+ FineReductionOnly: 'FINE_REDUCTION_ONLY' as CaseStatusesEnum,
65
+ LawfirmWithdrawn: 'LAWFIRM_WITHDRAWN' as CaseStatusesEnum,
66
+ Lost: 'LOST' as CaseStatusesEnum,
67
+ NoLawfirmAvailable: 'NO_LAWFIRM_AVAILABLE' as CaseStatusesEnum,
68
+ PointReduction: 'POINT_REDUCTION' as CaseStatusesEnum,
69
+ RefusedByLawfirm: 'REFUSED_BY_LAWFIRM' as CaseStatusesEnum,
70
+ ResolvedNonPayment: 'RESOLVED_NON_PAYMENT' as CaseStatusesEnum,
71
+ Stale: 'STALE' as CaseStatusesEnum,
72
+ TrafficSchool: 'TRAFFIC_SCHOOL' as CaseStatusesEnum,
73
+ Unconfirmed: 'UNCONFIRMED' as CaseStatusesEnum
74
+ };
26
75
  export type SelectedStatesEnum = 'AK' | 'AL' | 'AR' | 'AZ' | 'CA' | 'CO' | 'CT' | 'DC' | 'DE' | 'FL' | 'GA' | 'HI' | 'IA' | 'ID' | 'IL' | 'IN' | 'KS' | 'KY' | 'LA' | 'MA' | 'MD' | 'ME' | 'MI' | 'MN' | 'MO' | 'MS' | 'MT' | 'NC' | 'ND' | 'NE' | 'NH' | 'NJ' | 'NM' | 'NV' | 'NY' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VA' | 'VT' | 'WA' | 'WI' | 'WV' | 'WY';
27
76
  export const SelectedStatesEnum = {
28
77
  Ak: 'AK' as SelectedStatesEnum,
@@ -9,13 +9,13 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CitationModel } from './citationModel';
13
- import { CaseModel } from './caseModel';
12
+ import { CitationDomain } from './citationDomain';
13
+ import { CaseDomain } from './caseDomain';
14
14
 
15
15
 
16
16
  export interface GetClientCasesResponse {
17
- cases?: Array<CaseModel>;
18
- citations?: Array<CitationModel>;
17
+ cases?: Array<CaseDomain>;
18
+ citations?: Array<CitationDomain>;
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 { CaseModel } from './caseModel';
12
+ import { CaseDomain } from './caseDomain';
13
13
 
14
14
 
15
15
  export interface GetDeclinedCasesResponse {
16
- declinedCases?: Array<CaseModel>;
16
+ declinedCases?: Array<CaseDomain>;
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 { CaseModel } from './caseModel';
12
+ import { CaseDomain } from './caseDomain';
13
13
 
14
14
 
15
15
  export interface GetInvalidCasesWithStripeChargeResponse {
16
- cases?: Array<CaseModel>;
16
+ cases?: Array<CaseDomain>;
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 { CaseModel } from './caseModel';
12
+ import { CaseDomain } from './caseDomain';
13
13
 
14
14
 
15
15
  export interface GetPendingCasesResponse {
16
- pendingCases?: Array<CaseModel>;
16
+ pendingCases?: Array<CaseDomain>;
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 { CitationModel } from './citationModel';
13
- import { CaseModel } from './caseModel';
12
+ import { CitationDomain } from './citationDomain';
13
+ import { CaseDomain } from './caseDomain';
14
14
 
15
15
 
16
16
  export interface GetUserCasesResponse {
17
- cases?: Array<CaseModel>;
18
- citations?: Array<CitationModel>;
17
+ cases?: Array<CaseDomain>;
18
+ citations?: Array<CitationDomain>;
19
19
  numBookings?: number;
20
20
  numCitationUploads?: number;
21
21
  }
@@ -17,7 +17,7 @@ import { MatchCaseViolationPenaltyModel } from './matchCaseViolationPenaltyModel
17
17
  export interface MatchInnerCaseModel {
18
18
  caseId?: string;
19
19
  citation?: MatchCitationModel;
20
- isLawfirmCodeApplied?: boolean;
20
+ lawfirmCodeApplied?: boolean;
21
21
  legalServices?: Array<MatchLegalServiceModel>;
22
22
  maxPenalties?: Array<MatchCaseViolationPenaltyModel>;
23
23
  referralCodeOwner?: MatchInnerCaseModel.ReferralCodeOwnerEnum;
@@ -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';
76
79
  export * from './caseLineItemDomainReq';
77
80
  export * from './caseLineItemDomainRes';
78
81
  export * from './caseLineItemsSummary';
79
82
  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';
97
100
  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';
@@ -351,9 +351,9 @@ export * from './lastLoginDateModel';
351
351
  export * from './lawfirmAuditEventModel';
352
352
  export * from './lawfirmBookingSummary';
353
353
  export * from './lawfirmCaseDocument';
354
- export * from './lawfirmCaseModel';
355
- export * from './lawfirmCaseModelReq';
356
- export * from './lawfirmCaseModelRes';
354
+ export * from './lawfirmCaseDomain';
355
+ export * from './lawfirmCaseDomainReq';
356
+ export * from './lawfirmCaseDomainRes';
357
357
  export * from './lawfirmCourtCoverageDomain';
358
358
  export * from './lawfirmCoverageRecord';
359
359
  export * from './lawfirmDocument';
@@ -377,7 +377,6 @@ export * from './lawyerInviteByTokenModel';
377
377
  export * from './lawyerInviteModel';
378
378
  export * from './lawyerLicenseModel';
379
379
  export * from './lawyerModel';
380
- export * from './legalServiceModel';
381
380
  export * from './letterOfEngagement';
382
381
  export * from './lineItem';
383
382
  export * from './lineItemModel';
@@ -589,6 +588,7 @@ export * from './timestamp';
589
588
  export * from './timestampReq';
590
589
  export * from './timestampRes';
591
590
  export * from './trafficViolationInputRequest';
591
+ export * from './trafficViolationTypeDomain';
592
592
  export * from './transferCaseRequest';
593
593
  export * from './uSStateDomain';
594
594
  export * from './updateAddress';
@@ -656,14 +656,8 @@ export * from './violationClassificationModel';
656
656
  export * from './violationInput';
657
657
  export * from './violationInputRequest';
658
658
  export * from './violationModel';
659
- export * from './violationPenaltyModel';
660
659
  export * from './violationPenaltyResponse';
661
660
  export * from './violationResponse';
662
- export * from './workflowCaseModel';
663
- export * from './workflowCitationModel';
664
- export * from './workflowStateResponse';
665
- export * from './workflowViolationModel';
666
- export * from './workflowViolationPenaltyModel';
667
661
  export * from './zoneId';
668
662
  export * from './zoneOffset';
669
663
  export * from './zoneOffsetTransition';
@@ -9,21 +9,17 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ViolationPenaltyModel } from './violationPenaltyModel';
12
+ import { MatchCaseViolationPenaltyModel } from './matchCaseViolationPenaltyModel';
13
13
 
14
14
 
15
15
  export interface ViolationModel {
16
- insuranceIncreasePercent?: number;
17
- isCriminal?: boolean;
18
- isMovingViolation?: boolean;
19
- isWobblerToCriminal?: boolean;
20
- penalties?: Array<ViolationPenaltyModel>;
21
- userFriendlyName?: string;
22
- userFriendlyShortForm?: string;
16
+ criminal?: boolean;
17
+ penalties?: Array<MatchCaseViolationPenaltyModel>;
18
+ trafficViolationDesc?: string;
19
+ trafficViolationTypeId?: number;
23
20
  violationClassification?: ViolationModel.ViolationClassificationEnum;
24
21
  violationCode?: string;
25
- violationDesc?: string;
26
- violationTypeId?: number;
22
+ wobblerToCriminal?: boolean;
27
23
  }
28
24
  export namespace ViolationModel {
29
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';
@@ -15423,42 +15423,6 @@ angular.module('otrBackendService', [])
15423
15423
 
15424
15424
  return deferred.promise;
15425
15425
  };
15426
- /**
15427
- * getWorkflowState
15428
- * @method
15429
- * @name OtrService#getWorkflowStateUsingGET
15430
- * @param {object} parameters - method options and parameters
15431
- * @param {string} parameters.caseId - caseId
15432
- * @param {integer} parameters.citationId - citationId
15433
- */
15434
- OtrService.prototype.getWorkflowStateUsingGET = function(parameters) {
15435
- if (parameters === undefined) {
15436
- parameters = {};
15437
- }
15438
- var deferred = $q.defer();
15439
- var domain = this.domain,
15440
- path = '/api/v1/workflow-state';
15441
- var body = {},
15442
- queryParameters = {},
15443
- headers = {},
15444
- form = {};
15445
-
15446
- headers['Accept'] = ['*/*'];
15447
-
15448
- if (parameters['caseId'] !== undefined) {
15449
- queryParameters['caseId'] = parameters['caseId'];
15450
- }
15451
-
15452
- if (parameters['citationId'] !== undefined) {
15453
- queryParameters['citationId'] = parameters['citationId'];
15454
- }
15455
-
15456
- queryParameters = mergeQueryParams(parameters, queryParameters);
15457
-
15458
- this.request('GET', domain + path, parameters, body, headers, queryParameters, form, deferred);
15459
-
15460
- return deferred.promise;
15461
- };
15462
15426
  /**
15463
15427
  * cancelCase
15464
15428
  * @method