@otr-app/shared-backend-generated-client 2.5.50 → 2.5.52
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 +3 -0
- package/dist/angular/api/listCasesController.service.ts +6 -6
- package/dist/angular/model/models.ts +3 -0
- package/dist/angular/model/userDomain.ts +2 -0
- package/dist/angular/model/userDomainReq.ts +2 -0
- package/dist/angular/model/userDomainRes.ts +2 -0
- package/dist/angular/model/userHouseholdBeneficiaryModel.ts +33 -0
- package/dist/angular/model/userHouseholdBeneficiaryModelReq.ts +33 -0
- package/dist/angular/model/userHouseholdBeneficiaryModelRes.ts +33 -0
- package/dist/otrBackendService.js +3 -3
- package/dist/otrBackendService.min.js +1 -1
- package/dist/typescript/api/ListCasesControllerApi.d.ts +2 -2
- package/dist/typescript/api/ListCasesControllerApi.js +3 -3
- package/dist/typescript/model/UserDomain.d.ts +1 -0
- package/dist/typescript/model/UserDomainReq.d.ts +1 -0
- package/dist/typescript/model/UserDomainRes.d.ts +1 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModel.d.ts +28 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModel.js +22 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelReq.d.ts +28 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelReq.js +22 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelRes.d.ts +28 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelRes.js +22 -0
- package/dist/typescript/model/models.d.ts +3 -0
- package/dist/typescript/model/models.js +3 -0
- package/dist/typescript-fetch/apis/ListCasesControllerApi.d.ts +11 -11
- package/dist/typescript-fetch/apis/ListCasesControllerApi.js +61 -61
- package/dist/typescript-fetch/models/UserDomain.d.ts +7 -1
- package/dist/typescript-fetch/models/UserDomain.js +3 -1
- package/dist/typescript-fetch/models/UserDomainReq.d.ts +7 -1
- package/dist/typescript-fetch/models/UserDomainReq.js +3 -1
- package/dist/typescript-fetch/models/UserDomainRes.d.ts +7 -1
- package/dist/typescript-fetch/models/UserDomainRes.js +3 -1
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModel.d.ts +68 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModel.js +58 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelReq.d.ts +68 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelReq.js +58 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelRes.d.ts +68 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelRes.js +58 -0
- package/dist/typescript-fetch/models/index.d.ts +3 -0
- package/dist/typescript-fetch/models/index.js +3 -0
- package/dist/typescript-open-api/otr-backend.d.ts +42 -3
- package/package.json +1 -1
|
@@ -928,6 +928,9 @@ model/userDetails.ts
|
|
|
928
928
|
model/userDomain.ts
|
|
929
929
|
model/userDomainReq.ts
|
|
930
930
|
model/userDomainRes.ts
|
|
931
|
+
model/userHouseholdBeneficiaryModel.ts
|
|
932
|
+
model/userHouseholdBeneficiaryModelReq.ts
|
|
933
|
+
model/userHouseholdBeneficiaryModelRes.ts
|
|
931
934
|
model/userItem.ts
|
|
932
935
|
model/userRefLinkDomain.ts
|
|
933
936
|
model/userReferralLinkModel.ts
|
|
@@ -214,7 +214,7 @@ export class ListCasesControllerService {
|
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* listDashboardCasesByPage
|
|
218
218
|
* @param userId userId
|
|
219
219
|
* @param caseStatuses caseStatuses
|
|
220
220
|
* @param defendantId defendantId
|
|
@@ -229,12 +229,12 @@ export class ListCasesControllerService {
|
|
|
229
229
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
230
230
|
* @param reportProgress flag to report request and response progress.
|
|
231
231
|
*/
|
|
232
|
-
public
|
|
233
|
-
public
|
|
234
|
-
public
|
|
235
|
-
public
|
|
232
|
+
public listDashboardCasesByPageUsingGET(userId: number, 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', defendantId?: number, includeDeleted?: boolean, limit?: number, needsAttention?: boolean, page?: number, query?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'COURT_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', unreadMessagesOnly?: boolean, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<ListDashboardCasesResponse>;
|
|
233
|
+
public listDashboardCasesByPageUsingGET(userId: number, 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', defendantId?: number, includeDeleted?: boolean, limit?: number, needsAttention?: boolean, page?: number, query?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'COURT_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', unreadMessagesOnly?: boolean, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<ListDashboardCasesResponse>>;
|
|
234
|
+
public listDashboardCasesByPageUsingGET(userId: number, 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', defendantId?: number, includeDeleted?: boolean, limit?: number, needsAttention?: boolean, page?: number, query?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'COURT_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', unreadMessagesOnly?: boolean, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<ListDashboardCasesResponse>>;
|
|
235
|
+
public listDashboardCasesByPageUsingGET(userId: number, 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', defendantId?: number, includeDeleted?: boolean, limit?: number, needsAttention?: boolean, page?: number, query?: string, sortBy?: 'BOOKING_CONFIRMED_DATE' | 'CITATION_CREATION_DATE' | 'CITATION_ISSUE_DATE' | 'COURT_DATE' | 'LAST_CITATION_UPDATE_DATE', statusCategories?: 'ACTIVE' | 'CANCELLED' | 'RESOLVED' | 'UNCONFIRMED', unreadMessagesOnly?: boolean, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
|
|
236
236
|
if (userId === null || userId === undefined) {
|
|
237
|
-
throw new Error('Required parameter userId was null or undefined when calling
|
|
237
|
+
throw new Error('Required parameter userId was null or undefined when calling listDashboardCasesByPageUsingGET.');
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
let localVarQueryParameters = new HttpParams({encoder: this.encoder});
|
|
@@ -802,6 +802,9 @@ export * from './userDetails';
|
|
|
802
802
|
export * from './userDomain';
|
|
803
803
|
export * from './userDomainReq';
|
|
804
804
|
export * from './userDomainRes';
|
|
805
|
+
export * from './userHouseholdBeneficiaryModel';
|
|
806
|
+
export * from './userHouseholdBeneficiaryModelReq';
|
|
807
|
+
export * from './userHouseholdBeneficiaryModelRes';
|
|
805
808
|
export * from './userItem';
|
|
806
809
|
export * from './userRefLinkDomain';
|
|
807
810
|
export * from './userReferralLinkModel';
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { UserReferralLinkModel } from './userReferralLinkModel';
|
|
13
|
+
import { UserHouseholdBeneficiaryModel } from './userHouseholdBeneficiaryModel';
|
|
13
14
|
import { UserAccountModel } from './userAccountModel';
|
|
14
15
|
import { AddressDomain } from './addressDomain';
|
|
15
16
|
import { PhoneNumberDomain } from './phoneNumberDomain';
|
|
@@ -23,6 +24,7 @@ import { Timestamp } from './timestamp';
|
|
|
23
24
|
export interface UserDomain {
|
|
24
25
|
accounts?: Array<UserAccountModel>;
|
|
25
26
|
address?: AddressDomain;
|
|
27
|
+
copilots?: Array<UserHouseholdBeneficiaryModel>;
|
|
26
28
|
creationDateUtc?: Timestamp;
|
|
27
29
|
dob?: string;
|
|
28
30
|
driverLicenseNumber?: string;
|
|
@@ -17,12 +17,14 @@ import { TimestampReq } from './timestampReq';
|
|
|
17
17
|
import { UserRoleDomain } from './userRoleDomain';
|
|
18
18
|
import { UserSubscriptionPlanModelReq } from './userSubscriptionPlanModelReq';
|
|
19
19
|
import { PhoneNumberDomainReq } from './phoneNumberDomainReq';
|
|
20
|
+
import { UserHouseholdBeneficiaryModelReq } from './userHouseholdBeneficiaryModelReq';
|
|
20
21
|
import { UserSocialProfileModelReq } from './userSocialProfileModelReq';
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
export interface UserDomainReq {
|
|
24
25
|
accounts?: Array<UserAccountModel>;
|
|
25
26
|
address?: AddressDomainReq;
|
|
27
|
+
copilots?: Array<UserHouseholdBeneficiaryModelReq>;
|
|
26
28
|
creationDateUtc?: TimestampReq;
|
|
27
29
|
dob?: string;
|
|
28
30
|
driverLicenseNumber?: string;
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { UserSocialProfileModelRes } from './userSocialProfileModelRes';
|
|
13
|
+
import { UserHouseholdBeneficiaryModelRes } from './userHouseholdBeneficiaryModelRes';
|
|
13
14
|
import { LawfirmJobTitleModelRes } from './lawfirmJobTitleModelRes';
|
|
14
15
|
import { UserAccountModel } from './userAccountModel';
|
|
15
16
|
import { UserSubscriptionPlanModelRes } from './userSubscriptionPlanModelRes';
|
|
@@ -23,6 +24,7 @@ import { UserReferralLinkModelRes } from './userReferralLinkModelRes';
|
|
|
23
24
|
export interface UserDomainRes {
|
|
24
25
|
accounts?: Array<UserAccountModel>;
|
|
25
26
|
address?: AddressDomainRes;
|
|
27
|
+
copilots?: Array<UserHouseholdBeneficiaryModelRes>;
|
|
26
28
|
creationDateUtc?: TimestampRes;
|
|
27
29
|
dob?: string;
|
|
28
30
|
driverLicenseNumber?: string;
|
|
@@ -0,0 +1,33 @@
|
|
|
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 UserHouseholdBeneficiaryModel {
|
|
15
|
+
firstName?: string;
|
|
16
|
+
joinDateUtc?: string;
|
|
17
|
+
lastName?: string;
|
|
18
|
+
profilePictureUrl?: string;
|
|
19
|
+
relationType?: UserHouseholdBeneficiaryModel.RelationTypeEnum;
|
|
20
|
+
userId?: number;
|
|
21
|
+
}
|
|
22
|
+
export namespace UserHouseholdBeneficiaryModel {
|
|
23
|
+
export type RelationTypeEnum = 'OWNER' | 'SIBLING' | 'SPOUSE' | 'TEENAGER' | 'UNKNOWN';
|
|
24
|
+
export const RelationTypeEnum = {
|
|
25
|
+
Owner: 'OWNER' as RelationTypeEnum,
|
|
26
|
+
Sibling: 'SIBLING' as RelationTypeEnum,
|
|
27
|
+
Spouse: 'SPOUSE' as RelationTypeEnum,
|
|
28
|
+
Teenager: 'TEENAGER' as RelationTypeEnum,
|
|
29
|
+
Unknown: 'UNKNOWN' as RelationTypeEnum
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 UserHouseholdBeneficiaryModelReq {
|
|
15
|
+
firstName?: string;
|
|
16
|
+
joinDateUtc?: string;
|
|
17
|
+
lastName?: string;
|
|
18
|
+
profilePictureUrl?: string;
|
|
19
|
+
relationType?: UserHouseholdBeneficiaryModelReq.RelationTypeEnum;
|
|
20
|
+
userId?: number;
|
|
21
|
+
}
|
|
22
|
+
export namespace UserHouseholdBeneficiaryModelReq {
|
|
23
|
+
export type RelationTypeEnum = 'OWNER' | 'SIBLING' | 'SPOUSE' | 'TEENAGER' | 'UNKNOWN';
|
|
24
|
+
export const RelationTypeEnum = {
|
|
25
|
+
Owner: 'OWNER' as RelationTypeEnum,
|
|
26
|
+
Sibling: 'SIBLING' as RelationTypeEnum,
|
|
27
|
+
Spouse: 'SPOUSE' as RelationTypeEnum,
|
|
28
|
+
Teenager: 'TEENAGER' as RelationTypeEnum,
|
|
29
|
+
Unknown: 'UNKNOWN' as RelationTypeEnum
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 UserHouseholdBeneficiaryModelRes {
|
|
15
|
+
firstName?: string;
|
|
16
|
+
joinDateUtc?: string;
|
|
17
|
+
lastName?: string;
|
|
18
|
+
profilePictureUrl?: string;
|
|
19
|
+
relationType?: UserHouseholdBeneficiaryModelRes.RelationTypeEnum;
|
|
20
|
+
userId?: number;
|
|
21
|
+
}
|
|
22
|
+
export namespace UserHouseholdBeneficiaryModelRes {
|
|
23
|
+
export type RelationTypeEnum = 'OWNER' | 'SIBLING' | 'SPOUSE' | 'TEENAGER' | 'UNKNOWN';
|
|
24
|
+
export const RelationTypeEnum = {
|
|
25
|
+
Owner: 'OWNER' as RelationTypeEnum,
|
|
26
|
+
Sibling: 'SIBLING' as RelationTypeEnum,
|
|
27
|
+
Spouse: 'SPOUSE' as RelationTypeEnum,
|
|
28
|
+
Teenager: 'TEENAGER' as RelationTypeEnum,
|
|
29
|
+
Unknown: 'UNKNOWN' as RelationTypeEnum
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
@@ -19364,9 +19364,9 @@ angular.module('otrBackendService', [])
|
|
|
19364
19364
|
return deferred.promise;
|
|
19365
19365
|
};
|
|
19366
19366
|
/**
|
|
19367
|
-
*
|
|
19367
|
+
* listDashboardCasesByPage
|
|
19368
19368
|
* @method
|
|
19369
|
-
* @name OtrService#
|
|
19369
|
+
* @name OtrService#listDashboardCasesByPageUsingGET
|
|
19370
19370
|
* @param {object} parameters - method options and parameters
|
|
19371
19371
|
* @param {string} parameters.caseStatuses - caseStatuses
|
|
19372
19372
|
* @param {integer} parameters.defendantId - defendantId
|
|
@@ -19380,7 +19380,7 @@ angular.module('otrBackendService', [])
|
|
|
19380
19380
|
* @param {boolean} parameters.unreadMessagesOnly - unreadMessagesOnly
|
|
19381
19381
|
* @param {integer} parameters.userId - userId
|
|
19382
19382
|
*/
|
|
19383
|
-
OtrService.prototype.
|
|
19383
|
+
OtrService.prototype.listDashboardCasesByPageUsingGET = function(parameters) {
|
|
19384
19384
|
if (parameters === undefined) {
|
|
19385
19385
|
parameters = {};
|
|
19386
19386
|
}
|