@otr-app/shared-backend-generated-client 2.3.74 → 2.3.76
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 +11 -18
- package/dist/angular/api/api.ts +3 -5
- package/dist/angular/api/caseController.service.ts +5 -5
- package/dist/angular/api/dashboardController.service.ts +0 -136
- package/dist/angular/api.module.ts +1 -2
- package/dist/angular/model/addActionToCaseResponse.ts +2 -2
- package/dist/angular/model/createCitationResponse.ts +2 -2
- package/dist/angular/model/deleteCitationResponse.ts +2 -2
- package/dist/angular/model/getCaseFromCitationResponse.ts +2 -2
- package/dist/angular/model/getCaseResponse.ts +2 -2
- package/dist/angular/model/getCitationResponse.ts +2 -2
- package/dist/angular/model/getCitationsResponse.ts +2 -2
- package/dist/angular/model/getClientCasesResponse.ts +4 -4
- package/dist/angular/model/getDeclinedCasesResponse.ts +2 -2
- package/dist/angular/model/getInvalidCasesWithStripeChargeResponse.ts +2 -2
- package/dist/angular/model/getPendingCasesResponse.ts +2 -2
- package/dist/angular/model/getUserCasesResponse.ts +4 -4
- package/dist/angular/model/matchInnerCaseModel.ts +1 -1
- package/dist/angular/model/models.ts +10 -16
- package/dist/angular/model/violationModel.ts +6 -10
- package/dist/otrBackendService.js +0 -110
- package/dist/otrBackendService.min.js +5 -5
- package/dist/typescript/api/CaseControllerApi.d.ts +1 -1
- package/dist/typescript/api/CaseControllerApi.ts +1 -1
- package/dist/typescript/api/DashboardControllerApi.d.ts +0 -12
- package/dist/typescript/api/DashboardControllerApi.js +0 -50
- package/dist/typescript/api/DashboardControllerApi.ts +0 -58
- package/dist/typescript/api/TrafficViolationControllerApi.ts +224 -0
- package/dist/typescript/api/api.d.ts +3 -5
- package/dist/typescript/api/api.js +3 -5
- package/dist/typescript/api/api.ts +3 -5
- package/dist/typescript/api.module.js +2 -3
- package/dist/typescript/api.module.ts +1 -2
- package/dist/typescript/model/AddActionToCaseResponse.d.ts +1 -1
- package/dist/typescript/model/AddActionToCaseResponse.ts +1 -1
- package/dist/typescript/model/CaseDomain.ts +96 -0
- package/dist/typescript/model/CaseDomainReq.ts +96 -0
- package/dist/typescript/model/CaseDomainRes.ts +96 -0
- package/dist/typescript/model/CitationDomain.ts +126 -0
- package/dist/typescript/model/CitationDomainReq.ts +126 -0
- package/dist/typescript/model/CitationDomainRes.ts +126 -0
- package/dist/typescript/model/CreateCitationResponse.d.ts +1 -1
- package/dist/typescript/model/CreateCitationResponse.ts +1 -1
- package/dist/typescript/model/DeleteCitationResponse.d.ts +1 -1
- package/dist/typescript/model/DeleteCitationResponse.ts +1 -1
- package/dist/typescript/model/GetCaseFromCitationResponse.d.ts +1 -1
- package/dist/typescript/model/GetCaseFromCitationResponse.ts +1 -1
- package/dist/typescript/model/GetCaseResponse.d.ts +1 -1
- package/dist/typescript/model/GetCaseResponse.ts +1 -1
- package/dist/typescript/model/GetCitationResponse.d.ts +1 -1
- package/dist/typescript/model/GetCitationResponse.ts +1 -1
- package/dist/typescript/model/GetCitationsResponse.d.ts +1 -1
- package/dist/typescript/model/GetCitationsResponse.ts +1 -1
- package/dist/typescript/model/GetClientCasesResponse.d.ts +2 -2
- package/dist/typescript/model/GetClientCasesResponse.ts +2 -2
- package/dist/typescript/model/GetDeclinedCasesResponse.d.ts +1 -1
- package/dist/typescript/model/GetDeclinedCasesResponse.ts +1 -1
- package/dist/typescript/model/GetInvalidCasesWithStripeChargeResponse.d.ts +1 -1
- package/dist/typescript/model/GetInvalidCasesWithStripeChargeResponse.ts +1 -1
- package/dist/typescript/model/GetPendingCasesResponse.d.ts +1 -1
- package/dist/typescript/model/GetPendingCasesResponse.ts +1 -1
- package/dist/typescript/model/GetUserCasesResponse.d.ts +2 -2
- package/dist/typescript/model/GetUserCasesResponse.ts +2 -2
- package/dist/typescript/model/LawfirmCaseDomain.ts +47 -0
- package/dist/typescript/model/LawfirmCaseDomainReq.ts +47 -0
- package/dist/typescript/model/LawfirmCaseDomainRes.ts +47 -0
- package/dist/typescript/model/MatchInnerCaseModel.d.ts +1 -1
- package/dist/typescript/model/MatchInnerCaseModel.ts +1 -1
- package/dist/typescript/model/TrafficViolationTypeDomain.ts +87 -0
- package/dist/typescript/model/ViolationModel.d.ts +5 -9
- package/dist/typescript/model/ViolationModel.ts +5 -9
- package/dist/typescript/model/models.d.ts +10 -16
- package/dist/typescript/model/models.js +10 -16
- package/dist/typescript/model/models.ts +10 -16
- 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/
|
|
463
|
-
model/
|
|
464
|
-
model/
|
|
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
|
package/dist/angular/api/api.ts
CHANGED
|
@@ -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
|
|
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 {
|
|
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:
|
|
1038
|
-
public updateCaseUsingPUT(caseId: string, caseFromRequest:
|
|
1039
|
-
public updateCaseUsingPUT(caseId: string, caseFromRequest:
|
|
1040
|
-
public updateCaseUsingPUT(caseId: string, caseFromRequest:
|
|
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
|
}
|
|
@@ -173,74 +173,6 @@ export class DashboardControllerService {
|
|
|
173
173
|
);
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
/**
|
|
177
|
-
* getRegisteredUsers
|
|
178
|
-
* @param graphRequest graphRequest
|
|
179
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
180
|
-
* @param reportProgress flag to report request and response progress.
|
|
181
|
-
*/
|
|
182
|
-
public getRegisteredUsersUsingPOST(graphRequest: GraphRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<SqlResponse>;
|
|
183
|
-
public getRegisteredUsersUsingPOST(graphRequest: GraphRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<SqlResponse>>;
|
|
184
|
-
public getRegisteredUsersUsingPOST(graphRequest: GraphRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<SqlResponse>>;
|
|
185
|
-
public getRegisteredUsersUsingPOST(graphRequest: GraphRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
|
|
186
|
-
if (graphRequest === null || graphRequest === undefined) {
|
|
187
|
-
throw new Error('Required parameter graphRequest was null or undefined when calling getRegisteredUsersUsingPOST.');
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
let localVarHeaders = this.defaultHeaders;
|
|
191
|
-
|
|
192
|
-
let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
193
|
-
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
194
|
-
// to determine the Accept header
|
|
195
|
-
const httpHeaderAccepts: string[] = [
|
|
196
|
-
'application/json'
|
|
197
|
-
];
|
|
198
|
-
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
199
|
-
}
|
|
200
|
-
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
201
|
-
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
let localVarHttpContext: HttpContext | undefined = options && options.context;
|
|
205
|
-
if (localVarHttpContext === undefined) {
|
|
206
|
-
localVarHttpContext = new HttpContext();
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
// to determine the Content-Type header
|
|
211
|
-
const consumes: string[] = [
|
|
212
|
-
'application/json'
|
|
213
|
-
];
|
|
214
|
-
const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
|
|
215
|
-
if (httpContentTypeSelected !== undefined) {
|
|
216
|
-
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
let responseType_: 'text' | 'json' | 'blob' = 'json';
|
|
220
|
-
if (localVarHttpHeaderAcceptSelected) {
|
|
221
|
-
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
222
|
-
responseType_ = 'text';
|
|
223
|
-
} else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
224
|
-
responseType_ = 'json';
|
|
225
|
-
} else {
|
|
226
|
-
responseType_ = 'blob';
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
let localVarPath = `/api/v1/console/users`;
|
|
231
|
-
return this.httpClient.request<SqlResponse>('post', `${this.configuration.basePath}${localVarPath}`,
|
|
232
|
-
{
|
|
233
|
-
context: localVarHttpContext,
|
|
234
|
-
body: graphRequest,
|
|
235
|
-
responseType: <any>responseType_,
|
|
236
|
-
withCredentials: this.configuration.withCredentials,
|
|
237
|
-
headers: localVarHeaders,
|
|
238
|
-
observe: observe,
|
|
239
|
-
reportProgress: reportProgress
|
|
240
|
-
}
|
|
241
|
-
);
|
|
242
|
-
}
|
|
243
|
-
|
|
244
176
|
/**
|
|
245
177
|
* getUserRegistrations
|
|
246
178
|
* @param request request
|
|
@@ -309,74 +241,6 @@ export class DashboardControllerService {
|
|
|
309
241
|
);
|
|
310
242
|
}
|
|
311
243
|
|
|
312
|
-
/**
|
|
313
|
-
* listCasesByStatus
|
|
314
|
-
* @param graphRequest graphRequest
|
|
315
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
316
|
-
* @param reportProgress flag to report request and response progress.
|
|
317
|
-
*/
|
|
318
|
-
public listCasesByStatusUsingPOST(graphRequest: GraphRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<SqlResponse>;
|
|
319
|
-
public listCasesByStatusUsingPOST(graphRequest: GraphRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<SqlResponse>>;
|
|
320
|
-
public listCasesByStatusUsingPOST(graphRequest: GraphRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<SqlResponse>>;
|
|
321
|
-
public listCasesByStatusUsingPOST(graphRequest: GraphRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
|
|
322
|
-
if (graphRequest === null || graphRequest === undefined) {
|
|
323
|
-
throw new Error('Required parameter graphRequest was null or undefined when calling listCasesByStatusUsingPOST.');
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
let localVarHeaders = this.defaultHeaders;
|
|
327
|
-
|
|
328
|
-
let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
329
|
-
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
330
|
-
// to determine the Accept header
|
|
331
|
-
const httpHeaderAccepts: string[] = [
|
|
332
|
-
'application/json'
|
|
333
|
-
];
|
|
334
|
-
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
335
|
-
}
|
|
336
|
-
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
337
|
-
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
let localVarHttpContext: HttpContext | undefined = options && options.context;
|
|
341
|
-
if (localVarHttpContext === undefined) {
|
|
342
|
-
localVarHttpContext = new HttpContext();
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
// to determine the Content-Type header
|
|
347
|
-
const consumes: string[] = [
|
|
348
|
-
'application/json'
|
|
349
|
-
];
|
|
350
|
-
const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
|
|
351
|
-
if (httpContentTypeSelected !== undefined) {
|
|
352
|
-
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
let responseType_: 'text' | 'json' | 'blob' = 'json';
|
|
356
|
-
if (localVarHttpHeaderAcceptSelected) {
|
|
357
|
-
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
358
|
-
responseType_ = 'text';
|
|
359
|
-
} else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
360
|
-
responseType_ = 'json';
|
|
361
|
-
} else {
|
|
362
|
-
responseType_ = 'blob';
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
let localVarPath = `/api/v1/console/cases/status`;
|
|
367
|
-
return this.httpClient.request<SqlResponse>('post', `${this.configuration.basePath}${localVarPath}`,
|
|
368
|
-
{
|
|
369
|
-
context: localVarHttpContext,
|
|
370
|
-
body: graphRequest,
|
|
371
|
-
responseType: <any>responseType_,
|
|
372
|
-
withCredentials: this.configuration.withCredentials,
|
|
373
|
-
headers: localVarHeaders,
|
|
374
|
-
observe: observe,
|
|
375
|
-
reportProgress: reportProgress
|
|
376
|
-
}
|
|
377
|
-
);
|
|
378
|
-
}
|
|
379
|
-
|
|
380
244
|
/**
|
|
381
245
|
* listCitations
|
|
382
246
|
* @param request request
|
|
@@ -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 {
|
|
12
|
+
import { CaseDomain } from './caseDomain';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface AddActionToCaseResponse {
|
|
16
|
-
theCase?:
|
|
16
|
+
theCase?: 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 {
|
|
12
|
+
import { CitationDomain } from './citationDomain';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface CreateCitationResponse {
|
|
16
|
-
citation?:
|
|
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 {
|
|
12
|
+
import { CitationDomain } from './citationDomain';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface DeleteCitationResponse {
|
|
16
|
-
citation?:
|
|
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 {
|
|
12
|
+
import { CaseDomain } from './caseDomain';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface GetCaseFromCitationResponse {
|
|
16
16
|
chanceOfSuccess?: number;
|
|
17
17
|
projectedInsuranceCostInCents?: number;
|
|
18
|
-
theCase?:
|
|
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 {
|
|
12
|
+
import { CaseDomain } from './caseDomain';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface GetCaseResponse {
|
|
16
16
|
chanceOfSuccess?: number;
|
|
17
17
|
projectedInsuranceCostInCents?: number;
|
|
18
|
-
theCase?:
|
|
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 {
|
|
12
|
+
import { CitationDomain } from './citationDomain';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface GetCitationResponse {
|
|
16
|
-
citation?:
|
|
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 {
|
|
12
|
+
import { CitationDomain } from './citationDomain';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface GetCitationsResponse {
|
|
16
|
-
citations?: Array<
|
|
16
|
+
citations?: Array<CitationDomain>;
|
|
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 {
|
|
13
|
-
import {
|
|
12
|
+
import { CitationDomain } from './citationDomain';
|
|
13
|
+
import { CaseDomain } from './caseDomain';
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
export interface GetClientCasesResponse {
|
|
17
|
-
cases?: Array<
|
|
18
|
-
citations?: Array<
|
|
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 {
|
|
12
|
+
import { CaseDomain } from './caseDomain';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface GetDeclinedCasesResponse {
|
|
16
|
-
declinedCases?: Array<
|
|
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 {
|
|
12
|
+
import { CaseDomain } from './caseDomain';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface GetInvalidCasesWithStripeChargeResponse {
|
|
16
|
-
cases?: Array<
|
|
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 {
|
|
12
|
+
import { CaseDomain } from './caseDomain';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface GetPendingCasesResponse {
|
|
16
|
-
pendingCases?: Array<
|
|
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 {
|
|
13
|
-
import {
|
|
12
|
+
import { CitationDomain } from './citationDomain';
|
|
13
|
+
import { CaseDomain } from './caseDomain';
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
export interface GetUserCasesResponse {
|
|
17
|
-
cases?: Array<
|
|
18
|
-
citations?: Array<
|
|
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
|
-
|
|
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 './
|
|
355
|
-
export * from './
|
|
356
|
-
export * from './
|
|
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 {
|
|
12
|
+
import { MatchCaseViolationPenaltyModel } from './matchCaseViolationPenaltyModel';
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface ViolationModel {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
|
|
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';
|