@otr-app/shared-backend-generated-client 2.5.141 → 2.5.147
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 +4 -0
- package/dist/angular/api/customerReviewController.service.ts +14 -4
- package/dist/angular/api/lawfirmController.service.ts +146 -13
- package/dist/angular/model/billingSubscriptionModel.ts +1 -0
- package/dist/angular/model/caseSummaryDomain.ts +5 -5
- package/dist/angular/model/caseTransferHistory.ts +2 -5
- package/dist/angular/model/getAcceptedCaseBreakdownResponse.ts +21 -0
- package/dist/angular/model/getLeadSummaryResponse.ts +20 -0
- package/dist/angular/model/lawfirmCaseModel.ts +2 -5
- package/dist/angular/model/lawfirmCaseModelReq.ts +2 -5
- package/dist/angular/model/lawfirmCaseModelRes.ts +2 -5
- package/dist/angular/model/lawfirmInboxMessageDomain.ts +2 -5
- package/dist/angular/model/listReviewsResponse.ts +1 -0
- package/dist/angular/model/models.ts +4 -0
- package/dist/angular/model/setLawfirmCaseDecisionRequest.ts +2 -5
- package/dist/angular/model/statusCategoryBreakdownModel.ts +29 -0
- package/dist/angular/model/statusCounts.ts +20 -0
- package/dist/otrBackendService.js +97 -9
- package/dist/otrBackendService.min.js +5 -5
- package/dist/typescript/api/CustomerReviewControllerApi.d.ts +3 -1
- package/dist/typescript/api/CustomerReviewControllerApi.js +9 -1
- package/dist/typescript/api/LawfirmControllerApi.d.ts +18 -4
- package/dist/typescript/api/LawfirmControllerApi.js +68 -10
- package/dist/typescript/model/BillingSubscriptionModel.d.ts +1 -0
- package/dist/typescript/model/CaseSummaryDomain.d.ts +4 -4
- package/dist/typescript/model/CaseSummaryDomain.js +0 -3
- package/dist/typescript/model/CaseTransferHistory.d.ts +1 -4
- package/dist/typescript/model/CaseTransferHistory.js +0 -3
- package/dist/typescript/model/GetAcceptedCaseBreakdownResponse.d.ts +18 -0
- package/dist/typescript/model/GetAcceptedCaseBreakdownResponse.js +12 -0
- package/dist/typescript/model/GetLeadSummaryResponse.d.ts +17 -0
- package/dist/typescript/model/GetLeadSummaryResponse.js +12 -0
- package/dist/typescript/model/LawfirmCaseModel.d.ts +1 -4
- package/dist/typescript/model/LawfirmCaseModel.js +0 -3
- package/dist/typescript/model/LawfirmCaseModelReq.d.ts +1 -4
- package/dist/typescript/model/LawfirmCaseModelReq.js +0 -3
- package/dist/typescript/model/LawfirmCaseModelRes.d.ts +1 -4
- package/dist/typescript/model/LawfirmCaseModelRes.js +0 -3
- package/dist/typescript/model/LawfirmInboxMessageDomain.d.ts +1 -4
- package/dist/typescript/model/LawfirmInboxMessageDomain.js +0 -3
- package/dist/typescript/model/ListReviewsResponse.d.ts +1 -0
- package/dist/typescript/model/SetLawfirmCaseDecisionRequest.d.ts +1 -4
- package/dist/typescript/model/SetLawfirmCaseDecisionRequest.js +0 -3
- package/dist/typescript/model/StatusCategoryBreakdownModel.d.ts +24 -0
- package/dist/typescript/model/StatusCategoryBreakdownModel.js +21 -0
- package/dist/typescript/model/StatusCounts.d.ts +17 -0
- package/dist/typescript/model/StatusCounts.js +12 -0
- package/dist/typescript/model/models.d.ts +4 -0
- package/dist/typescript/model/models.js +4 -0
- package/dist/typescript-fetch/apis/CustomerReviewControllerApi.d.ts +2 -0
- package/dist/typescript-fetch/apis/CustomerReviewControllerApi.js +6 -0
- package/dist/typescript-fetch/apis/LawfirmControllerApi.d.ts +30 -9
- package/dist/typescript-fetch/apis/LawfirmControllerApi.js +123 -64
- package/dist/typescript-fetch/models/BillingSubscriptionModel.d.ts +6 -0
- package/dist/typescript-fetch/models/BillingSubscriptionModel.js +2 -0
- package/dist/typescript-fetch/models/CaseSummaryDomain.d.ts +19 -4
- package/dist/typescript-fetch/models/CaseSummaryDomain.js +6 -3
- package/dist/typescript-fetch/models/CaseTransferHistory.d.ts +1 -4
- package/dist/typescript-fetch/models/CaseTransferHistory.js +0 -3
- package/dist/typescript-fetch/models/GetAcceptedCaseBreakdownResponse.d.ts +46 -0
- package/dist/typescript-fetch/models/GetAcceptedCaseBreakdownResponse.js +43 -0
- package/dist/typescript-fetch/models/GetLeadSummaryResponse.d.ts +40 -0
- package/dist/typescript-fetch/models/GetLeadSummaryResponse.js +41 -0
- package/dist/typescript-fetch/models/LawfirmCaseModel.d.ts +1 -4
- package/dist/typescript-fetch/models/LawfirmCaseModel.js +0 -3
- package/dist/typescript-fetch/models/LawfirmCaseModelReq.d.ts +1 -4
- package/dist/typescript-fetch/models/LawfirmCaseModelReq.js +0 -3
- package/dist/typescript-fetch/models/LawfirmCaseModelRes.d.ts +1 -4
- package/dist/typescript-fetch/models/LawfirmCaseModelRes.js +0 -3
- package/dist/typescript-fetch/models/LawfirmInboxMessageDomain.d.ts +1 -4
- package/dist/typescript-fetch/models/LawfirmInboxMessageDomain.js +0 -3
- package/dist/typescript-fetch/models/ListReviewsResponse.d.ts +6 -0
- package/dist/typescript-fetch/models/ListReviewsResponse.js +2 -0
- package/dist/typescript-fetch/models/SetLawfirmCaseDecisionRequest.d.ts +1 -4
- package/dist/typescript-fetch/models/SetLawfirmCaseDecisionRequest.js +0 -3
- package/dist/typescript-fetch/models/StatusCategoryBreakdownModel.d.ts +49 -0
- package/dist/typescript-fetch/models/StatusCategoryBreakdownModel.js +51 -0
- package/dist/typescript-fetch/models/StatusCounts.d.ts +45 -0
- package/dist/typescript-fetch/models/StatusCounts.js +42 -0
- package/dist/typescript-fetch/models/index.d.ts +4 -0
- package/dist/typescript-fetch/models/index.js +4 -0
- package/dist/typescript-open-api/otr-backend.d.ts +183 -10
- package/dist/typescript-open-api/otr-backend.js +0 -3
- package/package.json +1 -1
|
@@ -395,6 +395,7 @@ model/generateCounterOfferCasePaymentsResponse.ts
|
|
|
395
395
|
model/generateTemplateRequest.ts
|
|
396
396
|
model/genericAdminListRequest.ts
|
|
397
397
|
model/geoRatesRequest.ts
|
|
398
|
+
model/getAcceptedCaseBreakdownResponse.ts
|
|
398
399
|
model/getAccountManagersResponse.ts
|
|
399
400
|
model/getActivityFeedResponse.ts
|
|
400
401
|
model/getAddressInnerResponse.ts
|
|
@@ -484,6 +485,7 @@ model/getLawfirmSupportedStatesResponse.ts
|
|
|
484
485
|
model/getLawfirmTransactionsForCaseResponse.ts
|
|
485
486
|
model/getLawfirmsResponse.ts
|
|
486
487
|
model/getLawyerResponse.ts
|
|
488
|
+
model/getLeadSummaryResponse.ts
|
|
487
489
|
model/getLineItemTypesResponse.ts
|
|
488
490
|
model/getLineItemsResponse.ts
|
|
489
491
|
model/getListOfCitationsWithMissingCourtResponse.ts
|
|
@@ -833,6 +835,8 @@ model/socialPhoneNumber.ts
|
|
|
833
835
|
model/source.ts
|
|
834
836
|
model/sqlResponse.ts
|
|
835
837
|
model/statistics.ts
|
|
838
|
+
model/statusCategoryBreakdownModel.ts
|
|
839
|
+
model/statusCounts.ts
|
|
836
840
|
model/stripeAccountLinkDomain.ts
|
|
837
841
|
model/stripeApplicationFeeDomain.ts
|
|
838
842
|
model/stripeApplicationFeeRefundDomain.ts
|
|
@@ -299,6 +299,7 @@ export class CustomerReviewControllerService {
|
|
|
299
299
|
|
|
300
300
|
/**
|
|
301
301
|
* listCustomerReviews
|
|
302
|
+
* @param endDate endDate
|
|
302
303
|
* @param includeAnonymous includeAnonymous
|
|
303
304
|
* @param includeDeleted includeDeleted
|
|
304
305
|
* @param includeRatings includeRatings
|
|
@@ -307,18 +308,23 @@ export class CustomerReviewControllerService {
|
|
|
307
308
|
* @param limit limit
|
|
308
309
|
* @param nextPageToken nextPageToken
|
|
309
310
|
* @param previousPageToken previousPageToken
|
|
311
|
+
* @param startDate startDate
|
|
310
312
|
* @param state state
|
|
311
313
|
* @param tags tags
|
|
312
314
|
* @param version version
|
|
313
315
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
314
316
|
* @param reportProgress flag to report request and response progress.
|
|
315
317
|
*/
|
|
316
|
-
public listCustomerReviewsUsingGET(includeAnonymous?: boolean, includeDeleted?: boolean, includeRatings?: boolean, isFeatured?: boolean, lawfirmId?: number, limit?: number, nextPageToken?: string, previousPageToken?: string, state?: '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', tags?: string, version?: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<ListReviewsResponse>;
|
|
317
|
-
public listCustomerReviewsUsingGET(includeAnonymous?: boolean, includeDeleted?: boolean, includeRatings?: boolean, isFeatured?: boolean, lawfirmId?: number, limit?: number, nextPageToken?: string, previousPageToken?: string, state?: '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', tags?: string, version?: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<ListReviewsResponse>>;
|
|
318
|
-
public listCustomerReviewsUsingGET(includeAnonymous?: boolean, includeDeleted?: boolean, includeRatings?: boolean, isFeatured?: boolean, lawfirmId?: number, limit?: number, nextPageToken?: string, previousPageToken?: string, state?: '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', tags?: string, version?: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<ListReviewsResponse>>;
|
|
319
|
-
public listCustomerReviewsUsingGET(includeAnonymous?: boolean, includeDeleted?: boolean, includeRatings?: boolean, isFeatured?: boolean, lawfirmId?: number, limit?: number, nextPageToken?: string, previousPageToken?: string, state?: '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', tags?: string, version?: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
|
|
318
|
+
public listCustomerReviewsUsingGET(endDate?: string, includeAnonymous?: boolean, includeDeleted?: boolean, includeRatings?: boolean, isFeatured?: boolean, lawfirmId?: number, limit?: number, nextPageToken?: string, previousPageToken?: string, startDate?: string, state?: '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', tags?: string, version?: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<ListReviewsResponse>;
|
|
319
|
+
public listCustomerReviewsUsingGET(endDate?: string, includeAnonymous?: boolean, includeDeleted?: boolean, includeRatings?: boolean, isFeatured?: boolean, lawfirmId?: number, limit?: number, nextPageToken?: string, previousPageToken?: string, startDate?: string, state?: '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', tags?: string, version?: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<ListReviewsResponse>>;
|
|
320
|
+
public listCustomerReviewsUsingGET(endDate?: string, includeAnonymous?: boolean, includeDeleted?: boolean, includeRatings?: boolean, isFeatured?: boolean, lawfirmId?: number, limit?: number, nextPageToken?: string, previousPageToken?: string, startDate?: string, state?: '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', tags?: string, version?: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<ListReviewsResponse>>;
|
|
321
|
+
public listCustomerReviewsUsingGET(endDate?: string, includeAnonymous?: boolean, includeDeleted?: boolean, includeRatings?: boolean, isFeatured?: boolean, lawfirmId?: number, limit?: number, nextPageToken?: string, previousPageToken?: string, startDate?: string, state?: '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', tags?: string, version?: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
|
|
320
322
|
|
|
321
323
|
let localVarQueryParameters = new HttpParams({encoder: this.encoder});
|
|
324
|
+
if (endDate !== undefined && endDate !== null) {
|
|
325
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
326
|
+
<any>endDate, 'endDate');
|
|
327
|
+
}
|
|
322
328
|
if (includeAnonymous !== undefined && includeAnonymous !== null) {
|
|
323
329
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
324
330
|
<any>includeAnonymous, 'includeAnonymous');
|
|
@@ -351,6 +357,10 @@ export class CustomerReviewControllerService {
|
|
|
351
357
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
352
358
|
<any>previousPageToken, 'previousPageToken');
|
|
353
359
|
}
|
|
360
|
+
if (startDate !== undefined && startDate !== null) {
|
|
361
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
362
|
+
<any>startDate, 'startDate');
|
|
363
|
+
}
|
|
354
364
|
if (state !== undefined && state !== null) {
|
|
355
365
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
356
366
|
<any>state, 'state');
|
|
@@ -21,6 +21,8 @@ import { Observable } from 'rxjs';
|
|
|
21
21
|
// @ts-ignore
|
|
22
22
|
import { CreateNewLawfirmRequest } from '../model/createNewLawfirmRequest';
|
|
23
23
|
// @ts-ignore
|
|
24
|
+
import { GetAcceptedCaseBreakdownResponse } from '../model/getAcceptedCaseBreakdownResponse';
|
|
25
|
+
// @ts-ignore
|
|
24
26
|
import { GetAccountManagersResponse } from '../model/getAccountManagersResponse';
|
|
25
27
|
// @ts-ignore
|
|
26
28
|
import { GetLawfirmAddressesResponse } from '../model/getLawfirmAddressesResponse';
|
|
@@ -39,6 +41,8 @@ import { GetLawfirmSupportedStatesResponse } from '../model/getLawfirmSupportedS
|
|
|
39
41
|
// @ts-ignore
|
|
40
42
|
import { GetLawfirmsResponse } from '../model/getLawfirmsResponse';
|
|
41
43
|
// @ts-ignore
|
|
44
|
+
import { GetLeadSummaryResponse } from '../model/getLeadSummaryResponse';
|
|
45
|
+
// @ts-ignore
|
|
42
46
|
import { GetStripeConnectedAccountsResponse } from '../model/getStripeConnectedAccountsResponse';
|
|
43
47
|
// @ts-ignore
|
|
44
48
|
import { IntercomSearchTicketsResponse } from '../model/intercomSearchTicketsResponse';
|
|
@@ -391,6 +395,64 @@ export class LawfirmControllerService {
|
|
|
391
395
|
);
|
|
392
396
|
}
|
|
393
397
|
|
|
398
|
+
/**
|
|
399
|
+
* getAcceptedCaseBreakdown
|
|
400
|
+
* @param lawfirmId lawfirmId
|
|
401
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
402
|
+
* @param reportProgress flag to report request and response progress.
|
|
403
|
+
*/
|
|
404
|
+
public getAcceptedCaseBreakdownUsingGET(lawfirmId: number, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetAcceptedCaseBreakdownResponse>;
|
|
405
|
+
public getAcceptedCaseBreakdownUsingGET(lawfirmId: number, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetAcceptedCaseBreakdownResponse>>;
|
|
406
|
+
public getAcceptedCaseBreakdownUsingGET(lawfirmId: number, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetAcceptedCaseBreakdownResponse>>;
|
|
407
|
+
public getAcceptedCaseBreakdownUsingGET(lawfirmId: number, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
|
|
408
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
409
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getAcceptedCaseBreakdownUsingGET.');
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
let localVarHeaders = this.defaultHeaders;
|
|
413
|
+
|
|
414
|
+
let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
415
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
416
|
+
// to determine the Accept header
|
|
417
|
+
const httpHeaderAccepts: string[] = [
|
|
418
|
+
'*/*'
|
|
419
|
+
];
|
|
420
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
421
|
+
}
|
|
422
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
423
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
let localVarHttpContext: HttpContext | undefined = options && options.context;
|
|
427
|
+
if (localVarHttpContext === undefined) {
|
|
428
|
+
localVarHttpContext = new HttpContext();
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
let responseType_: 'text' | 'json' | 'blob' = 'json';
|
|
433
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
434
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
435
|
+
responseType_ = 'text';
|
|
436
|
+
} else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
437
|
+
responseType_ = 'json';
|
|
438
|
+
} else {
|
|
439
|
+
responseType_ = 'blob';
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
let localVarPath = `/api/v1/lawfirms/${this.configuration.encodeParam({name: "lawfirmId", value: lawfirmId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64"})}/cases/accepted-breakdown`;
|
|
444
|
+
return this.httpClient.request<GetAcceptedCaseBreakdownResponse>('get', `${this.configuration.basePath}${localVarPath}`,
|
|
445
|
+
{
|
|
446
|
+
context: localVarHttpContext,
|
|
447
|
+
responseType: <any>responseType_,
|
|
448
|
+
withCredentials: this.configuration.withCredentials,
|
|
449
|
+
headers: localVarHeaders,
|
|
450
|
+
observe: observe,
|
|
451
|
+
reportProgress: reportProgress
|
|
452
|
+
}
|
|
453
|
+
);
|
|
454
|
+
}
|
|
455
|
+
|
|
394
456
|
/**
|
|
395
457
|
* getAccountManagers
|
|
396
458
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
@@ -450,9 +512,9 @@ export class LawfirmControllerService {
|
|
|
450
512
|
* @param lawfirmId lawfirmId
|
|
451
513
|
* @param caseCounterOfferStatuses caseCounterOfferStatuses
|
|
452
514
|
* @param caseStatuses caseStatuses
|
|
453
|
-
* @param
|
|
515
|
+
* @param countyIds countyIds
|
|
454
516
|
* @param courtDateFilter courtDateFilter
|
|
455
|
-
* @param
|
|
517
|
+
* @param courtIds courtIds
|
|
456
518
|
* @param filter filter
|
|
457
519
|
* @param isOverdue isOverdue
|
|
458
520
|
* @param latestMessageBy latestMessageBy
|
|
@@ -460,15 +522,15 @@ export class LawfirmControllerService {
|
|
|
460
522
|
* @param length length
|
|
461
523
|
* @param page page
|
|
462
524
|
* @param query query
|
|
463
|
-
* @param
|
|
525
|
+
* @param regionCodes regionCodes
|
|
464
526
|
* @param statusCategories statusCategories
|
|
465
527
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
466
528
|
* @param reportProgress flag to report request and response progress.
|
|
467
529
|
*/
|
|
468
|
-
public getInboxMessagesUsingGET(lawfirmId: number, caseCounterOfferStatuses?: 'ACCEPTED' | 'DECLINED' | 'PENDING' | 'WITHDRAWN', caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED',
|
|
469
|
-
public getInboxMessagesUsingGET(lawfirmId: number, caseCounterOfferStatuses?: 'ACCEPTED' | 'DECLINED' | 'PENDING' | 'WITHDRAWN', caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED',
|
|
470
|
-
public getInboxMessagesUsingGET(lawfirmId: number, caseCounterOfferStatuses?: 'ACCEPTED' | 'DECLINED' | 'PENDING' | 'WITHDRAWN', caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED',
|
|
471
|
-
public getInboxMessagesUsingGET(lawfirmId: number, caseCounterOfferStatuses?: 'ACCEPTED' | 'DECLINED' | 'PENDING' | 'WITHDRAWN', caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED',
|
|
530
|
+
public getInboxMessagesUsingGET(lawfirmId: number, caseCounterOfferStatuses?: 'ACCEPTED' | 'DECLINED' | 'PENDING' | 'WITHDRAWN', caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', countyIds?: number, courtDateFilter?: 'NO_COURT_DATE' | 'PAST_DUE' | 'PAST_DUE_AND_NO_COURT_DATE' | 'UPCOMING', courtIds?: number, filter?: 'ARCHIVE' | 'DEFAULT' | 'FLAG_ONLY' | 'STAR_ONLY', isOverdue?: boolean, latestMessageBy?: 'ADMIN' | 'CLIENT' | 'LAWYER', lawfirmCaseDecisionStatus?: 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'PENDING', length?: number, page?: number, query?: string, regionCodes?: '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', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetLawfirmInboxMessagesResponse>;
|
|
531
|
+
public getInboxMessagesUsingGET(lawfirmId: number, caseCounterOfferStatuses?: 'ACCEPTED' | 'DECLINED' | 'PENDING' | 'WITHDRAWN', caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', countyIds?: number, courtDateFilter?: 'NO_COURT_DATE' | 'PAST_DUE' | 'PAST_DUE_AND_NO_COURT_DATE' | 'UPCOMING', courtIds?: number, filter?: 'ARCHIVE' | 'DEFAULT' | 'FLAG_ONLY' | 'STAR_ONLY', isOverdue?: boolean, latestMessageBy?: 'ADMIN' | 'CLIENT' | 'LAWYER', lawfirmCaseDecisionStatus?: 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'PENDING', length?: number, page?: number, query?: string, regionCodes?: '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', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetLawfirmInboxMessagesResponse>>;
|
|
532
|
+
public getInboxMessagesUsingGET(lawfirmId: number, caseCounterOfferStatuses?: 'ACCEPTED' | 'DECLINED' | 'PENDING' | 'WITHDRAWN', caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', countyIds?: number, courtDateFilter?: 'NO_COURT_DATE' | 'PAST_DUE' | 'PAST_DUE_AND_NO_COURT_DATE' | 'UPCOMING', courtIds?: number, filter?: 'ARCHIVE' | 'DEFAULT' | 'FLAG_ONLY' | 'STAR_ONLY', isOverdue?: boolean, latestMessageBy?: 'ADMIN' | 'CLIENT' | 'LAWYER', lawfirmCaseDecisionStatus?: 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'PENDING', length?: number, page?: number, query?: string, regionCodes?: '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', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetLawfirmInboxMessagesResponse>>;
|
|
533
|
+
public getInboxMessagesUsingGET(lawfirmId: number, caseCounterOfferStatuses?: 'ACCEPTED' | 'DECLINED' | 'PENDING' | 'WITHDRAWN', caseStatuses?: 'AMENDED_DOWN_WITHIN_CLASS' | 'AMENDED_FULL_FINE' | 'AMENDED_INCREASED_FINE' | 'AMENDED_NO_FINE' | 'AMENDED_REDUCED_FINE' | 'AMENDED_TO_INFRACTION' | 'AMENDED_TO_NMV' | 'CANCELLED_ATTORNEY_AT_FAULT' | 'CANCELLED_BY_LAWFIRM' | 'CANCELLED_BY_USER' | 'CANCELLED_DUPLICATE' | 'CANCELLED_NMV' | 'CANCELLED_NON_PAYMENT' | 'CANCELLED_NO_LAWFIRM' | 'CANCELLED_OVERDUE' | 'CANCELLED_TOO_SHORT_NOTICE' | 'CASE_IN_PROGRESS' | 'CLIENT_CONFIRMED' | 'CLIENT_CONFIRMED_UNPAID' | 'CLIENT_FIRED_LAWFIRM' | 'CLIENT_FORCED_LOSS' | 'CLIENT_PAID_FINE' | 'CLIENT_UNRESPONSIVE' | 'DEFERRED' | 'DISMISSED' | 'DIVERSION' | 'FEES_DISPUTED' | 'FINE_REDUCTION_ONLY' | 'LAWFIRM_WITHDRAWN' | 'LOST' | 'NO_LAWFIRM_AVAILABLE' | 'POINT_REDUCTION' | 'REFUSED_BY_LAWFIRM' | 'RESOLVED_NON_PAYMENT' | 'STALE' | 'TRAFFIC_SCHOOL' | 'UNCONFIRMED', countyIds?: number, courtDateFilter?: 'NO_COURT_DATE' | 'PAST_DUE' | 'PAST_DUE_AND_NO_COURT_DATE' | 'UPCOMING', courtIds?: number, filter?: 'ARCHIVE' | 'DEFAULT' | 'FLAG_ONLY' | 'STAR_ONLY', isOverdue?: boolean, latestMessageBy?: 'ADMIN' | 'CLIENT' | 'LAWYER', lawfirmCaseDecisionStatus?: 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'PENDING', length?: number, page?: number, query?: string, regionCodes?: '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', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
|
|
472
534
|
if (lawfirmId === null || lawfirmId === undefined) {
|
|
473
535
|
throw new Error('Required parameter lawfirmId was null or undefined when calling getInboxMessagesUsingGET.');
|
|
474
536
|
}
|
|
@@ -482,17 +544,17 @@ export class LawfirmControllerService {
|
|
|
482
544
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
483
545
|
<any>caseStatuses, 'caseStatuses');
|
|
484
546
|
}
|
|
485
|
-
if (
|
|
547
|
+
if (countyIds !== undefined && countyIds !== null) {
|
|
486
548
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
487
|
-
<any>
|
|
549
|
+
<any>countyIds, 'countyIds');
|
|
488
550
|
}
|
|
489
551
|
if (courtDateFilter !== undefined && courtDateFilter !== null) {
|
|
490
552
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
491
553
|
<any>courtDateFilter, 'courtDateFilter');
|
|
492
554
|
}
|
|
493
|
-
if (
|
|
555
|
+
if (courtIds !== undefined && courtIds !== null) {
|
|
494
556
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
495
|
-
<any>
|
|
557
|
+
<any>courtIds, 'courtIds');
|
|
496
558
|
}
|
|
497
559
|
if (filter !== undefined && filter !== null) {
|
|
498
560
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
@@ -522,9 +584,9 @@ export class LawfirmControllerService {
|
|
|
522
584
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
523
585
|
<any>query, 'query');
|
|
524
586
|
}
|
|
525
|
-
if (
|
|
587
|
+
if (regionCodes !== undefined && regionCodes !== null) {
|
|
526
588
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
527
|
-
<any>
|
|
589
|
+
<any>regionCodes, 'regionCodes');
|
|
528
590
|
}
|
|
529
591
|
if (statusCategories !== undefined && statusCategories !== null) {
|
|
530
592
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
@@ -1210,6 +1272,77 @@ export class LawfirmControllerService {
|
|
|
1210
1272
|
);
|
|
1211
1273
|
}
|
|
1212
1274
|
|
|
1275
|
+
/**
|
|
1276
|
+
* getLeadSummary
|
|
1277
|
+
* @param lawfirmId lawfirmId
|
|
1278
|
+
* @param endDate endDate
|
|
1279
|
+
* @param startDate startDate
|
|
1280
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1281
|
+
* @param reportProgress flag to report request and response progress.
|
|
1282
|
+
*/
|
|
1283
|
+
public getLeadSummaryUsingGET(lawfirmId: number, endDate?: string, startDate?: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetLeadSummaryResponse>;
|
|
1284
|
+
public getLeadSummaryUsingGET(lawfirmId: number, endDate?: string, startDate?: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetLeadSummaryResponse>>;
|
|
1285
|
+
public getLeadSummaryUsingGET(lawfirmId: number, endDate?: string, startDate?: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetLeadSummaryResponse>>;
|
|
1286
|
+
public getLeadSummaryUsingGET(lawfirmId: number, endDate?: string, startDate?: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
|
|
1287
|
+
if (lawfirmId === null || lawfirmId === undefined) {
|
|
1288
|
+
throw new Error('Required parameter lawfirmId was null or undefined when calling getLeadSummaryUsingGET.');
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
let localVarQueryParameters = new HttpParams({encoder: this.encoder});
|
|
1292
|
+
if (endDate !== undefined && endDate !== null) {
|
|
1293
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
1294
|
+
<any>endDate, 'endDate');
|
|
1295
|
+
}
|
|
1296
|
+
if (startDate !== undefined && startDate !== null) {
|
|
1297
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
1298
|
+
<any>startDate, 'startDate');
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
let localVarHeaders = this.defaultHeaders;
|
|
1302
|
+
|
|
1303
|
+
let localVarHttpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
1304
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
1305
|
+
// to determine the Accept header
|
|
1306
|
+
const httpHeaderAccepts: string[] = [
|
|
1307
|
+
'*/*'
|
|
1308
|
+
];
|
|
1309
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1310
|
+
}
|
|
1311
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
1312
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
let localVarHttpContext: HttpContext | undefined = options && options.context;
|
|
1316
|
+
if (localVarHttpContext === undefined) {
|
|
1317
|
+
localVarHttpContext = new HttpContext();
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
let responseType_: 'text' | 'json' | 'blob' = 'json';
|
|
1322
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
1323
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
1324
|
+
responseType_ = 'text';
|
|
1325
|
+
} else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
1326
|
+
responseType_ = 'json';
|
|
1327
|
+
} else {
|
|
1328
|
+
responseType_ = 'blob';
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
let localVarPath = `/api/v1/lawfirms/${this.configuration.encodeParam({name: "lawfirmId", value: lawfirmId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64"})}/cases/lead-summary`;
|
|
1333
|
+
return this.httpClient.request<GetLeadSummaryResponse>('get', `${this.configuration.basePath}${localVarPath}`,
|
|
1334
|
+
{
|
|
1335
|
+
context: localVarHttpContext,
|
|
1336
|
+
params: localVarQueryParameters,
|
|
1337
|
+
responseType: <any>responseType_,
|
|
1338
|
+
withCredentials: this.configuration.withCredentials,
|
|
1339
|
+
headers: localVarHeaders,
|
|
1340
|
+
observe: observe,
|
|
1341
|
+
reportProgress: reportProgress
|
|
1342
|
+
}
|
|
1343
|
+
);
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1213
1346
|
/**
|
|
1214
1347
|
* getOtrLawfirmNotes
|
|
1215
1348
|
* @param lawfirmId lawfirmId
|
|
@@ -27,6 +27,9 @@ export interface CaseSummaryDomain {
|
|
|
27
27
|
courtDate?: string;
|
|
28
28
|
courtName?: string;
|
|
29
29
|
courtRegionCode?: string;
|
|
30
|
+
defendantFirstName?: string;
|
|
31
|
+
defendantLastName?: string;
|
|
32
|
+
defendantUserId?: number;
|
|
30
33
|
firstName?: string;
|
|
31
34
|
hasCdl?: boolean;
|
|
32
35
|
involvesAccident?: boolean;
|
|
@@ -40,15 +43,12 @@ export interface CaseSummaryDomain {
|
|
|
40
43
|
violations?: Array<CaseViolationDto>;
|
|
41
44
|
}
|
|
42
45
|
export namespace CaseSummaryDomain {
|
|
43
|
-
export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | '
|
|
46
|
+
export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'PENDING';
|
|
44
47
|
export const CaseDecisionStatusEnum = {
|
|
45
48
|
Accepted: 'ACCEPTED' as CaseDecisionStatusEnum,
|
|
46
49
|
Created: 'CREATED' as CaseDecisionStatusEnum,
|
|
47
50
|
Declined: 'DECLINED' as CaseDecisionStatusEnum,
|
|
48
|
-
|
|
49
|
-
Pending: 'PENDING' as CaseDecisionStatusEnum,
|
|
50
|
-
Rematched: 'REMATCHED' as CaseDecisionStatusEnum,
|
|
51
|
-
RematchedReferral: 'REMATCHED_REFERRAL' as CaseDecisionStatusEnum
|
|
51
|
+
Pending: 'PENDING' as CaseDecisionStatusEnum
|
|
52
52
|
};
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -26,15 +26,12 @@ export interface CaseTransferHistory {
|
|
|
26
26
|
totalClientCostInCents?: number;
|
|
27
27
|
}
|
|
28
28
|
export namespace CaseTransferHistory {
|
|
29
|
-
export type DecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | '
|
|
29
|
+
export type DecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'PENDING';
|
|
30
30
|
export const DecisionStatusEnum = {
|
|
31
31
|
Accepted: 'ACCEPTED' as DecisionStatusEnum,
|
|
32
32
|
Created: 'CREATED' as DecisionStatusEnum,
|
|
33
33
|
Declined: 'DECLINED' as DecisionStatusEnum,
|
|
34
|
-
|
|
35
|
-
Pending: 'PENDING' as DecisionStatusEnum,
|
|
36
|
-
Rematched: 'REMATCHED' as DecisionStatusEnum,
|
|
37
|
-
RematchedReferral: 'REMATCHED_REFERRAL' as DecisionStatusEnum
|
|
34
|
+
Pending: 'PENDING' as DecisionStatusEnum
|
|
38
35
|
};
|
|
39
36
|
export type RefundOwnerEnum = 'LAWFIRM' | 'NONE' | 'OTR';
|
|
40
37
|
export const RefundOwnerEnum = {
|
|
@@ -0,0 +1,21 @@
|
|
|
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 { StatusCategoryBreakdownModel } from './statusCategoryBreakdownModel';
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export interface GetAcceptedCaseBreakdownResponse {
|
|
16
|
+
networkMedianResolvedPercentage?: number;
|
|
17
|
+
resolvedPercentage?: number;
|
|
18
|
+
statusBreakdown?: Array<StatusCategoryBreakdownModel>;
|
|
19
|
+
totalAcceptedCases?: number;
|
|
20
|
+
}
|
|
21
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
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 { StatusCounts } from './statusCounts';
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export interface GetLeadSummaryResponse {
|
|
16
|
+
acceptancePercentage?: number;
|
|
17
|
+
statusCounts?: StatusCounts;
|
|
18
|
+
totalLeads?: number;
|
|
19
|
+
}
|
|
20
|
+
|
|
@@ -34,15 +34,12 @@ export interface LawfirmCaseModel {
|
|
|
34
34
|
refundOwner?: LawfirmCaseModel.RefundOwnerEnum;
|
|
35
35
|
}
|
|
36
36
|
export namespace LawfirmCaseModel {
|
|
37
|
-
export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | '
|
|
37
|
+
export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'PENDING';
|
|
38
38
|
export const CaseDecisionStatusEnum = {
|
|
39
39
|
Accepted: 'ACCEPTED' as CaseDecisionStatusEnum,
|
|
40
40
|
Created: 'CREATED' as CaseDecisionStatusEnum,
|
|
41
41
|
Declined: 'DECLINED' as CaseDecisionStatusEnum,
|
|
42
|
-
|
|
43
|
-
Pending: 'PENDING' as CaseDecisionStatusEnum,
|
|
44
|
-
Rematched: 'REMATCHED' as CaseDecisionStatusEnum,
|
|
45
|
-
RematchedReferral: 'REMATCHED_REFERRAL' as CaseDecisionStatusEnum
|
|
42
|
+
Pending: 'PENDING' as CaseDecisionStatusEnum
|
|
46
43
|
};
|
|
47
44
|
export type RefundOwnerEnum = 'LAWFIRM' | 'NONE' | 'OTR';
|
|
48
45
|
export const RefundOwnerEnum = {
|
|
@@ -34,15 +34,12 @@ export interface LawfirmCaseModelReq {
|
|
|
34
34
|
refundOwner?: LawfirmCaseModelReq.RefundOwnerEnum;
|
|
35
35
|
}
|
|
36
36
|
export namespace LawfirmCaseModelReq {
|
|
37
|
-
export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | '
|
|
37
|
+
export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'PENDING';
|
|
38
38
|
export const CaseDecisionStatusEnum = {
|
|
39
39
|
Accepted: 'ACCEPTED' as CaseDecisionStatusEnum,
|
|
40
40
|
Created: 'CREATED' as CaseDecisionStatusEnum,
|
|
41
41
|
Declined: 'DECLINED' as CaseDecisionStatusEnum,
|
|
42
|
-
|
|
43
|
-
Pending: 'PENDING' as CaseDecisionStatusEnum,
|
|
44
|
-
Rematched: 'REMATCHED' as CaseDecisionStatusEnum,
|
|
45
|
-
RematchedReferral: 'REMATCHED_REFERRAL' as CaseDecisionStatusEnum
|
|
42
|
+
Pending: 'PENDING' as CaseDecisionStatusEnum
|
|
46
43
|
};
|
|
47
44
|
export type RefundOwnerEnum = 'LAWFIRM' | 'NONE' | 'OTR';
|
|
48
45
|
export const RefundOwnerEnum = {
|
|
@@ -34,15 +34,12 @@ export interface LawfirmCaseModelRes {
|
|
|
34
34
|
refundOwner?: LawfirmCaseModelRes.RefundOwnerEnum;
|
|
35
35
|
}
|
|
36
36
|
export namespace LawfirmCaseModelRes {
|
|
37
|
-
export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | '
|
|
37
|
+
export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'PENDING';
|
|
38
38
|
export const CaseDecisionStatusEnum = {
|
|
39
39
|
Accepted: 'ACCEPTED' as CaseDecisionStatusEnum,
|
|
40
40
|
Created: 'CREATED' as CaseDecisionStatusEnum,
|
|
41
41
|
Declined: 'DECLINED' as CaseDecisionStatusEnum,
|
|
42
|
-
|
|
43
|
-
Pending: 'PENDING' as CaseDecisionStatusEnum,
|
|
44
|
-
Rematched: 'REMATCHED' as CaseDecisionStatusEnum,
|
|
45
|
-
RematchedReferral: 'REMATCHED_REFERRAL' as CaseDecisionStatusEnum
|
|
42
|
+
Pending: 'PENDING' as CaseDecisionStatusEnum
|
|
46
43
|
};
|
|
47
44
|
export type RefundOwnerEnum = 'LAWFIRM' | 'NONE' | 'OTR';
|
|
48
45
|
export const RefundOwnerEnum = {
|
|
@@ -95,15 +95,12 @@ export namespace LawfirmInboxMessageDomain {
|
|
|
95
95
|
Resolved: 'RESOLVED' as CaseStatusCategoryEnum,
|
|
96
96
|
Unconfirmed: 'UNCONFIRMED' as CaseStatusCategoryEnum
|
|
97
97
|
};
|
|
98
|
-
export type LawfirmCaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | '
|
|
98
|
+
export type LawfirmCaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'PENDING';
|
|
99
99
|
export const LawfirmCaseDecisionStatusEnum = {
|
|
100
100
|
Accepted: 'ACCEPTED' as LawfirmCaseDecisionStatusEnum,
|
|
101
101
|
Created: 'CREATED' as LawfirmCaseDecisionStatusEnum,
|
|
102
102
|
Declined: 'DECLINED' as LawfirmCaseDecisionStatusEnum,
|
|
103
|
-
|
|
104
|
-
Pending: 'PENDING' as LawfirmCaseDecisionStatusEnum,
|
|
105
|
-
Rematched: 'REMATCHED' as LawfirmCaseDecisionStatusEnum,
|
|
106
|
-
RematchedReferral: 'REMATCHED_REFERRAL' as LawfirmCaseDecisionStatusEnum
|
|
103
|
+
Pending: 'PENDING' as LawfirmCaseDecisionStatusEnum
|
|
107
104
|
};
|
|
108
105
|
}
|
|
109
106
|
|
|
@@ -271,6 +271,7 @@ export * from './generateCounterOfferCasePaymentsResponse';
|
|
|
271
271
|
export * from './generateTemplateRequest';
|
|
272
272
|
export * from './genericAdminListRequest';
|
|
273
273
|
export * from './geoRatesRequest';
|
|
274
|
+
export * from './getAcceptedCaseBreakdownResponse';
|
|
274
275
|
export * from './getAccountManagersResponse';
|
|
275
276
|
export * from './getActivityFeedResponse';
|
|
276
277
|
export * from './getAddressInnerResponse';
|
|
@@ -360,6 +361,7 @@ export * from './getLawfirmSupportedStatesResponse';
|
|
|
360
361
|
export * from './getLawfirmTransactionsForCaseResponse';
|
|
361
362
|
export * from './getLawfirmsResponse';
|
|
362
363
|
export * from './getLawyerResponse';
|
|
364
|
+
export * from './getLeadSummaryResponse';
|
|
363
365
|
export * from './getLineItemTypesResponse';
|
|
364
366
|
export * from './getLineItemsResponse';
|
|
365
367
|
export * from './getListOfCitationsWithMissingCourtResponse';
|
|
@@ -708,6 +710,8 @@ export * from './socialPhoneNumber';
|
|
|
708
710
|
export * from './source';
|
|
709
711
|
export * from './sqlResponse';
|
|
710
712
|
export * from './statistics';
|
|
713
|
+
export * from './statusCategoryBreakdownModel';
|
|
714
|
+
export * from './statusCounts';
|
|
711
715
|
export * from './stripeAccountLinkDomain';
|
|
712
716
|
export * from './stripeApplicationFeeDomain';
|
|
713
717
|
export * from './stripeApplicationFeeRefundDomain';
|
|
@@ -20,15 +20,12 @@ export interface SetLawfirmCaseDecisionRequest {
|
|
|
20
20
|
reason?: string;
|
|
21
21
|
}
|
|
22
22
|
export namespace SetLawfirmCaseDecisionRequest {
|
|
23
|
-
export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | '
|
|
23
|
+
export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'PENDING';
|
|
24
24
|
export const CaseDecisionStatusEnum = {
|
|
25
25
|
Accepted: 'ACCEPTED' as CaseDecisionStatusEnum,
|
|
26
26
|
Created: 'CREATED' as CaseDecisionStatusEnum,
|
|
27
27
|
Declined: 'DECLINED' as CaseDecisionStatusEnum,
|
|
28
|
-
|
|
29
|
-
Pending: 'PENDING' as CaseDecisionStatusEnum,
|
|
30
|
-
Rematched: 'REMATCHED' as CaseDecisionStatusEnum,
|
|
31
|
-
RematchedReferral: 'REMATCHED_REFERRAL' as CaseDecisionStatusEnum
|
|
28
|
+
Pending: 'PENDING' as CaseDecisionStatusEnum
|
|
32
29
|
};
|
|
33
30
|
}
|
|
34
31
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
export interface StatusCategoryBreakdownModel {
|
|
15
|
+
count?: number;
|
|
16
|
+
percentageOfTotal?: number;
|
|
17
|
+
statusCategory?: StatusCategoryBreakdownModel.StatusCategoryEnum;
|
|
18
|
+
}
|
|
19
|
+
export namespace StatusCategoryBreakdownModel {
|
|
20
|
+
export type StatusCategoryEnum = 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED';
|
|
21
|
+
export const StatusCategoryEnum = {
|
|
22
|
+
Active: 'ACTIVE' as StatusCategoryEnum,
|
|
23
|
+
Cancelled: 'CANCELLED' as StatusCategoryEnum,
|
|
24
|
+
Resolved: 'RESOLVED' as StatusCategoryEnum,
|
|
25
|
+
Unconfirmed: 'UNCONFIRMED' as StatusCategoryEnum
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
|