@otr-app/shared-backend-generated-client 2.3.243 → 2.3.244
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 +1 -0
- package/dist/angular/api/consoleListController.service.ts +6 -4
- package/dist/angular/model/getCasesWithMissingLawfirmPayoutsRequest.ts +17 -0
- package/dist/angular/model/getCasesWithUncapturedChargesRequest.ts +1 -0
- package/dist/angular/model/models.ts +1 -0
- package/dist/typescript/api/ConsoleListControllerApi.d.ts +1 -1
- package/dist/typescript/model/GetCasesWithMissingLawfirmPayoutsRequest.d.ts +14 -0
- package/dist/typescript/model/GetCasesWithMissingLawfirmPayoutsRequest.js +13 -0
- package/dist/typescript/model/GetCasesWithUncapturedChargesRequest.d.ts +1 -0
- package/dist/typescript/model/models.d.ts +1 -0
- package/dist/typescript/model/models.js +1 -0
- package/package.json +1 -1
|
@@ -388,6 +388,7 @@ model/getCaseResponse.ts
|
|
|
388
388
|
model/getCaseUserModel.ts
|
|
389
389
|
model/getCaseUsersResponse.ts
|
|
390
390
|
model/getCasesWithCoverageObtainedResponse.ts
|
|
391
|
+
model/getCasesWithMissingLawfirmPayoutsRequest.ts
|
|
391
392
|
model/getCasesWithMissingLawfirmPayoutsResponse.ts
|
|
392
393
|
model/getCasesWithOverduePaymentsResponse.ts
|
|
393
394
|
model/getCasesWithUncapturedChargesRequest.ts
|
|
@@ -27,6 +27,8 @@ import { GenericAdminListRequest } from '../model/genericAdminListRequest';
|
|
|
27
27
|
// @ts-ignore
|
|
28
28
|
import { GetCasesWithCoverageObtainedResponse } from '../model/getCasesWithCoverageObtainedResponse';
|
|
29
29
|
// @ts-ignore
|
|
30
|
+
import { GetCasesWithMissingLawfirmPayoutsRequest } from '../model/getCasesWithMissingLawfirmPayoutsRequest';
|
|
31
|
+
// @ts-ignore
|
|
30
32
|
import { GetCasesWithMissingLawfirmPayoutsResponse } from '../model/getCasesWithMissingLawfirmPayoutsResponse';
|
|
31
33
|
// @ts-ignore
|
|
32
34
|
import { GetCasesWithOverduePaymentsResponse } from '../model/getCasesWithOverduePaymentsResponse';
|
|
@@ -281,10 +283,10 @@ export class ConsoleListControllerService {
|
|
|
281
283
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
282
284
|
* @param reportProgress flag to report request and response progress.
|
|
283
285
|
*/
|
|
284
|
-
public getCasesWithMissingLawfirmPayoutsUsingPOST(request:
|
|
285
|
-
public getCasesWithMissingLawfirmPayoutsUsingPOST(request:
|
|
286
|
-
public getCasesWithMissingLawfirmPayoutsUsingPOST(request:
|
|
287
|
-
public getCasesWithMissingLawfirmPayoutsUsingPOST(request:
|
|
286
|
+
public getCasesWithMissingLawfirmPayoutsUsingPOST(request: GetCasesWithMissingLawfirmPayoutsRequest, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<GetCasesWithMissingLawfirmPayoutsResponse>;
|
|
287
|
+
public getCasesWithMissingLawfirmPayoutsUsingPOST(request: GetCasesWithMissingLawfirmPayoutsRequest, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<GetCasesWithMissingLawfirmPayoutsResponse>>;
|
|
288
|
+
public getCasesWithMissingLawfirmPayoutsUsingPOST(request: GetCasesWithMissingLawfirmPayoutsRequest, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<GetCasesWithMissingLawfirmPayoutsResponse>>;
|
|
289
|
+
public getCasesWithMissingLawfirmPayoutsUsingPOST(request: GetCasesWithMissingLawfirmPayoutsRequest, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
|
|
288
290
|
if (request === null || request === undefined) {
|
|
289
291
|
throw new Error('Required parameter request was null or undefined when calling getCasesWithMissingLawfirmPayoutsUsingPOST.');
|
|
290
292
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
export interface GetCasesWithMissingLawfirmPayoutsRequest {
|
|
15
|
+
trailingMonths?: number;
|
|
16
|
+
}
|
|
17
|
+
|
|
@@ -268,6 +268,7 @@ export * from './getCaseResponse';
|
|
|
268
268
|
export * from './getCaseUserModel';
|
|
269
269
|
export * from './getCaseUsersResponse';
|
|
270
270
|
export * from './getCasesWithCoverageObtainedResponse';
|
|
271
|
+
export * from './getCasesWithMissingLawfirmPayoutsRequest';
|
|
271
272
|
export * from './getCasesWithMissingLawfirmPayoutsResponse';
|
|
272
273
|
export * from './getCasesWithOverduePaymentsResponse';
|
|
273
274
|
export * from './getCasesWithUncapturedChargesRequest';
|
|
@@ -35,7 +35,7 @@ export declare class ConsoleListControllerApi {
|
|
|
35
35
|
* @summary getCasesWithMissingLawfirmPayouts
|
|
36
36
|
* @param request request
|
|
37
37
|
*/
|
|
38
|
-
getCasesWithMissingLawfirmPayoutsUsingPOST(request:
|
|
38
|
+
getCasesWithMissingLawfirmPayoutsUsingPOST(request: models.GetCasesWithMissingLawfirmPayoutsRequest, extraHttpRequestParams?: any): ng.IHttpPromise<models.GetCasesWithMissingLawfirmPayoutsResponse>;
|
|
39
39
|
/**
|
|
40
40
|
*
|
|
41
41
|
* @summary getCasesWithOverduePayments
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface GetCasesWithMissingLawfirmPayoutsRequest {
|
|
13
|
+
"trailingMonths"?: number;
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OffTheRecord Rest Service API - Devo
|
|
4
|
+
* A service to handle your traffic tickets
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -268,6 +268,7 @@ export * from './GetCaseResponse';
|
|
|
268
268
|
export * from './GetCaseUserModel';
|
|
269
269
|
export * from './GetCaseUsersResponse';
|
|
270
270
|
export * from './GetCasesWithCoverageObtainedResponse';
|
|
271
|
+
export * from './GetCasesWithMissingLawfirmPayoutsRequest';
|
|
271
272
|
export * from './GetCasesWithMissingLawfirmPayoutsResponse';
|
|
272
273
|
export * from './GetCasesWithOverduePaymentsResponse';
|
|
273
274
|
export * from './GetCasesWithUncapturedChargesRequest';
|
|
@@ -280,6 +280,7 @@ __exportStar(require("./GetCaseResponse"), exports);
|
|
|
280
280
|
__exportStar(require("./GetCaseUserModel"), exports);
|
|
281
281
|
__exportStar(require("./GetCaseUsersResponse"), exports);
|
|
282
282
|
__exportStar(require("./GetCasesWithCoverageObtainedResponse"), exports);
|
|
283
|
+
__exportStar(require("./GetCasesWithMissingLawfirmPayoutsRequest"), exports);
|
|
283
284
|
__exportStar(require("./GetCasesWithMissingLawfirmPayoutsResponse"), exports);
|
|
284
285
|
__exportStar(require("./GetCasesWithOverduePaymentsResponse"), exports);
|
|
285
286
|
__exportStar(require("./GetCasesWithUncapturedChargesRequest"), exports);
|